Trace number 3273483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.04 1201.72

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n180-s33098896-unsat.cnf
MD5SUM1221fb51c407dee7559369d7c6eedb4e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of clauses372
Sum of the clauses size1116
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 29376
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 159us
0.00/0.00	c parsed 372 clauses with 181 variables
0.00/0.00	c NW started thread 0 successfully (1088289088)
0.00/0.00	c NW started thread 1 successfully (1098778944)
0.00/0.00	c NW started thread 2 successfully (1109268800)
0.00/0.00	c NW started thread 3 successfully (1119758656)
0.00/0.60	c preprocessor returned 10026 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 600964us (0s)
0.00/0.60	c preprocessor returned 10026 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 599909us (0s)
0.00/0.60	c preprocessor returned 10026 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 601889us (0s)
25.12/6.31	c preprocessor returned 30168 variables
25.12/6.31	c preprocessing returned UNKNOWN
25.12/6.31	c PP set 0 variables
25.12/6.31	c pp time: 6308395us (6s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3273483-1304054235/watcher-3273483-1304054235 -o /tmp/evaluation-result-3273483-1304054235/solver-3273483-1304054235 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3273483-1304054235.cnf 1850387525 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.86 8.05 8.04 5/182 29375
/proc/meminfo: memFree=23800300/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0

[startup+0.133968 s]
/proc/loadavg: 7.86 8.05 8.04 5/182 29375
/proc/meminfo: memFree=23800300/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200954 s]
/proc/loadavg: 7.86 8.05 8.04 5/182 29375
/proc/meminfo: memFree=23800300/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300936 s]
/proc/loadavg: 7.86 8.05 8.04 5/182 29375
/proc/meminfo: memFree=23800300/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700866 s]
/proc/loadavg: 7.86 8.05 8.04 5/182 29375
/proc/meminfo: memFree=23800300/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 7.86 8.05 8.04 9/188 29381
/proc/meminfo: memFree=23774956/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=212524 CPUtime=5.96 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 8460 0 0 0 595 1 0 0 25 0 5 0 517021205 217624576 7224 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 53131 7224 403 389 0 48881 0
[pid=29376/tid=29377] ppid=29375 vsize=212524 CPUtime=1.49 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 1534 0 0 0 149 0 0 0 18 0 5 0 517021205 217624576 7224 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=212524 CPUtime=1.47 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 1735 0 0 0 147 0 0 0 25 0 5 0 517021205 217624576 7224 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=212524 CPUtime=1.48 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 1717 0 0 0 148 0 0 0 18 0 5 0 517021205 217624576 7224 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=212524 CPUtime=1.48 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 1978 0 0 0 148 0 0 0 20 0 5 0 517021205 217624576 7224 33554432000 4194304 5787044 140733258192128 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 221224

[startup+3.10043 s]
/proc/loadavg: 7.86 8.05 8.04 9/188 29381
/proc/meminfo: memFree=23769872/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=214348 CPUtime=12.35 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 9809 0 0 0 1233 2 0 0 25 0 5 0 517021205 219492352 8573 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 53587 8573 404 389 0 49337 0
[pid=29376/tid=29377] ppid=29375 vsize=214348 CPUtime=3.08 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 1981 0 0 0 308 0 0 0 21 0 5 0 517021205 219492352 8573 33554432000 4194304 5787044 140733258192128 18446744073709551615 4219934 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=214348 CPUtime=3.07 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 2176 0 0 0 306 1 0 0 25 0 5 0 517021205 219492352 8573 33554432000 4194304 5787044 140733258192128 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=214348 CPUtime=3.08 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 2178 0 0 0 308 0 0 0 20 0 5 0 517021205 219492352 8573 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=214348 CPUtime=3.08 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 1978 0 0 0 308 0 0 0 25 0 5 0 517021205 219492352 8573 33554432000 4194304 5787044 140733258192128 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 223048

[startup+6.30085 s]
/proc/loadavg: 7.87 8.05 8.04 9/188 29382
/proc/meminfo: memFree=23758348/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=221244 CPUtime=25.12 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 12641 0 0 0 2509 3 0 0 25 0 5 0 517021205 226553856 11405 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 55311 11405 404 389 0 51061 0
[pid=29376/tid=29377] ppid=29375 vsize=221244 CPUtime=6.28 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 3677 0 0 0 628 0 0 0 25 0 5 0 517021205 226553856 11405 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=221244 CPUtime=6.25 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 2830 0 0 0 624 1 0 0 25 0 5 0 517021205 226553856 11405 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=221244 CPUtime=6.28 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 2660 0 0 0 628 0 0 0 25 0 5 0 517021205 226553856 11405 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=221244 CPUtime=6.29 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 1978 0 0 0 629 0 0 0 25 0 5 0 517021205 226553856 11405 33554432000 4194304 5787044 140733258192128 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 229944

[startup+12.7007 s]
/proc/loadavg: 7.88 8.05 8.04 9/188 29382
/proc/meminfo: memFree=23742704/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=227064 CPUtime=50.67 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 16440 0 0 0 5061 6 0 0 25 0 5 0 517021205 232513536 14495 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 56766 14495 419 389 0 52516 0
[pid=29376/tid=29377] ppid=29375 vsize=227064 CPUtime=12.68 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 4191 0 0 0 1267 1 0 0 25 0 5 0 517021205 232513536 14495 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=227064 CPUtime=12.61 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 3418 0 0 0 1259 2 0 0 25 0 5 0 517021205 232513536 14495 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=227064 CPUtime=12.68 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 3250 0 0 0 1267 1 0 0 25 0 5 0 517021205 232513536 14495 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=227064 CPUtime=12.68 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 4085 0 0 0 1267 1 0 0 25 0 5 0 517021205 232513536 14495 33554432000 4194304 5787044 140733258192128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 235764

[startup+25.5004 s]
/proc/loadavg: 7.98 8.06 8.04 9/188 29382
/proc/meminfo: memFree=23722976/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=236156 CPUtime=101.79 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 21420 0 0 0 10168 11 0 0 25 0 5 0 517021205 241823744 19473 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 59039 19473 419 389 0 54789 0
[pid=29376/tid=29377] ppid=29375 vsize=236156 CPUtime=25.47 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 5163 0 0 0 2545 2 0 0 25 0 5 0 517021205 241823744 19473 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=236156 CPUtime=25.33 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 5495 0 0 0 2530 3 0 0 25 0 5 0 517021205 241823744 19473 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=236156 CPUtime=25.47 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 4129 0 0 0 2545 2 0 0 25 0 5 0 517021205 241823744 19473 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=236156 CPUtime=25.48 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 5137 0 0 0 2546 2 0 0 25 0 5 0 517021205 241823744 19473 33554432000 4194304 5787044 140733258192128 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 244856

[startup+51.1007 s]
/proc/loadavg: 8.06 8.07 8.05 9/188 29383
/proc/meminfo: memFree=23694404/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=251084 CPUtime=204.03 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 28304 0 0 0 20388 15 0 0 25 0 5 0 517021205 257110016 26357 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 62771 26357 419 389 0 58521 0
[pid=29376/tid=29377] ppid=29375 vsize=251084 CPUtime=51.07 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 7645 0 0 0 5104 3 0 0 25 0 5 0 517021205 257110016 26357 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=251084 CPUtime=50.79 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 6785 0 0 0 5075 4 0 0 25 0 5 0 517021205 257110016 26357 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=251084 CPUtime=51.07 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 5235 0 0 0 5103 4 0 0 25 0 5 0 517021205 257110016 26357 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=251084 CPUtime=51.07 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 7143 0 0 0 5105 2 0 0 25 0 5 0 517021205 257110016 26357 33554432000 4194304 5787044 140733258192128 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 259784

[startup+102.3 s]
/proc/loadavg: 8.16 8.09 8.05 9/188 29384
/proc/meminfo: memFree=23661124/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=325044 CPUtime=408.56 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 36546 0 0 0 40832 24 0 0 25 0 5 0 517021205 332845056 34500 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 81261 34500 419 389 0 77011 0
[pid=29376/tid=29377] ppid=29375 vsize=325044 CPUtime=102.01 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 9610 0 0 0 10196 5 0 0 25 0 5 0 517021205 332845056 34500 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=325044 CPUtime=101.97 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 8885 0 0 0 10191 6 0 0 25 0 5 0 517021205 332845056 34500 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=325044 CPUtime=102.27 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 6862 0 0 0 10222 5 0 0 25 0 5 0 517021205 332845056 34500 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=325044 CPUtime=102.27 cores=0,2,4,6

################
# More data... #
################

/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 20828 0 0 0 82179 17 0 0 25 0 5 0 517021205 484278272 79977 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=472928 CPUtime=822.17 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 20730 0 0 0 82198 19 0 0 25 0 5 0 517021205 484278272 79977 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=472928 CPUtime=822.27 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 22422 0 0 0 82205 22 0 0 25 0 5 0 517021205 484278272 79977 33554432000 4194304 5787044 140733258192128 18446744073709551615 5528383 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.51
Current children cumulated vsize (KiB) 481628

[startup+882.307 s]
/proc/loadavg: 8.13 8.12 8.09 9/188 29438
/proc/meminfo: memFree=23912640/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=474240 CPUtime=3524.19 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 83877 0 0 0 352346 73 0 0 25 0 5 0 517021205 485621760 81093 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 118560 81093 419 389 0 114310 0
[pid=29376/tid=29377] ppid=29375 vsize=474240 CPUtime=877.75 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 17589 0 0 0 87763 12 0 0 25 0 5 0 517021205 485621760 81093 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=474240 CPUtime=881.97 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 20828 0 0 0 88180 17 0 0 25 0 5 0 517021205 485621760 81093 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=474240 CPUtime=882.16 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 20918 0 0 0 88197 19 0 0 25 0 5 0 517021205 485621760 81093 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=474240 CPUtime=882.27 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 23046 0 0 0 88205 22 0 0 25 0 5 0 517021205 485621760 81093 33554432000 4194304 5787044 140733258192128 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.19
Current children cumulated vsize (KiB) 482940

[startup+942.301 s]
/proc/loadavg: 8.12 8.12 8.09 9/188 29440
/proc/meminfo: memFree=23897328/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=474240 CPUtime=3763.84 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 84433 0 0 0 376310 74 0 0 25 0 5 0 517021205 485621760 81444 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 118560 81444 419 389 0 114310 0
[pid=29376/tid=29377] ppid=29375 vsize=474240 CPUtime=937.42 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 17589 0 0 0 93730 12 0 0 25 0 5 0 517021205 485621760 81444 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=474240 CPUtime=941.96 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 20828 0 0 0 94179 17 0 0 25 0 5 0 517021205 485621760 81444 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=474240 CPUtime=942.15 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 21068 0 0 0 94195 20 0 0 25 0 5 0 517021205 485621760 81444 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=474240 CPUtime=942.27 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 23452 0 0 0 94204 23 0 0 25 0 5 0 517021205 485621760 81444 33554432000 4194304 5787044 140733258192128 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 482940

[startup+1002.3 s]
/proc/loadavg: 8.04 8.09 8.08 9/188 29441
/proc/meminfo: memFree=23881884/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=474240 CPUtime=4003.52 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 84810 0 0 0 400277 75 0 0 25 0 5 0 517021205 485621760 81821 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 118560 81821 419 389 0 114310 0
[pid=29376/tid=29377] ppid=29375 vsize=474240 CPUtime=997.09 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 17589 0 0 0 99697 12 0 0 25 0 5 0 517021205 485621760 81821 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=474240 CPUtime=1001.96 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 20834 0 0 0 100179 17 0 0 25 0 5 0 517021205 485621760 81821 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=474240 CPUtime=1002.14 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 21439 0 0 0 100194 20 0 0 25 0 5 0 517021205 485621760 81821 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=474240 CPUtime=1002.28 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 23452 0 0 0 100205 23 0 0 25 0 5 0 517021205 485621760 81821 33554432000 4194304 5787044 140733258192128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.52
Current children cumulated vsize (KiB) 482940

[startup+1062.3 s]
/proc/loadavg: 8.01 8.07 8.08 9/188 29443
/proc/meminfo: memFree=23873760/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=475144 CPUtime=4243.19 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 85458 0 0 0 424243 76 0 0 25 0 5 0 517021205 486547456 82469 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 118786 82469 419 389 0 114536 0
[pid=29376/tid=29377] ppid=29375 vsize=475144 CPUtime=1056.77 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 17591 0 0 0 105665 12 0 0 25 0 5 0 517021205 486547456 82469 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=475144 CPUtime=1061.97 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 20882 0 0 0 106179 18 0 0 25 0 5 0 517021205 486547456 82469 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=475144 CPUtime=1062.14 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 21832 0 0 0 106194 20 0 0 25 0 5 0 517021205 486547456 82469 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=475144 CPUtime=1062.28 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 23657 0 0 0 106205 23 0 0 25 0 5 0 517021205 486547456 82469 33554432000 4194304 5787044 140733258192128 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.19
Current children cumulated vsize (KiB) 483844

[startup+1122.3 s]
/proc/loadavg: 8.12 8.09 8.08 9/188 29444
/proc/meminfo: memFree=23869616/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=476332 CPUtime=4482.85 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 86270 0 0 0 448208 77 0 0 25 0 5 0 517021205 487763968 83076 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 119083 83076 419 389 0 114833 0
[pid=29376/tid=29377] ppid=29375 vsize=476332 CPUtime=1116.44 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 17637 0 0 0 111632 12 0 0 25 0 5 0 517021205 487763968 83076 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=476332 CPUtime=1121.97 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 20916 0 0 0 112179 18 0 0 25 0 5 0 517021205 487763968 83076 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=476332 CPUtime=1122.13 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 22265 0 0 0 112192 21 0 0 25 0 5 0 517021205 487763968 83076 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=476332 CPUtime=1122.28 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 23956 0 0 0 112204 24 0 0 25 0 5 0 517021205 487763968 83076 33554432000 4194304 5787044 140733258192128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 485032

[startup+1182.3 s]
/proc/loadavg: 8.04 8.07 8.08 9/188 29446
/proc/meminfo: memFree=23862868/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=477060 CPUtime=4722.52 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 88045 0 0 0 472173 79 0 0 25 0 5 0 517021205 488509440 84851 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 119265 84851 419 389 0 115015 0
[pid=29376/tid=29377] ppid=29375 vsize=477060 CPUtime=1176.12 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 18339 0 0 0 117599 13 0 0 25 0 5 0 517021205 488509440 84851 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=477060 CPUtime=1181.97 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 21083 0 0 0 118179 18 0 0 25 0 5 0 517021205 488509440 84851 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=477060 CPUtime=1182.12 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 23142 0 0 0 118190 22 0 0 25 0 5 0 517021205 488509440 84851 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=477060 CPUtime=1182.28 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 23985 0 0 0 118204 24 0 0 25 0 5 0 517021205 488509440 84851 33554432000 4194304 5787044 140733258192128 18446744073709551615 5527468 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 485760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.03 8.06 8.08 9/188 29446
/proc/meminfo: memFree=23857624/32951124 swapFree=67111524/67111528
[pid=29375] ppid=29373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29375/stat : 29375 (prissAuto.sh) S 29373 29375 28051 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517021205 8908800 251 33554432000 4194304 4922060 140736854235824 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29375/statm: 2175 251 211 178 0 68 0
[pid=29376] ppid=29375 vsize=546696 CPUtime=4800.04 cores=0,2,4,6
/proc/29376/stat : 29376 (priss) S 29375 29375 28051 0 -1 4202496 89302 0 0 0 479923 81 0 0 25 0 5 0 517021205 559816704 86108 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29376/statm: 136674 86108 419 389 0 132424 0
[pid=29376/tid=29377] ppid=29375 vsize=546696 CPUtime=1195.41 cores=0,2,4,6
/proc/29376/task/29377/stat : 29377 (priss) R 29375 29375 28051 0 -1 4202560 18653 0 0 0 119527 14 0 0 25 0 5 0 517021205 559816704 86108 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29376/tid=29378] ppid=29375 vsize=546696 CPUtime=1201.37 cores=0,2,4,6
/proc/29376/task/29378/stat : 29378 (priss) R 29375 29375 28051 0 -1 4202560 21645 0 0 0 120119 18 0 0 25 0 5 0 517021205 559816704 86108 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29376/tid=29379] ppid=29375 vsize=546696 CPUtime=1201.53 cores=0,2,4,6
/proc/29376/task/29379/stat : 29379 (priss) R 29375 29375 28051 0 -1 4202560 23508 0 0 0 120130 23 0 0 25 0 5 0 517021205 559816704 86108 33554432000 4194304 5787044 140733258192128 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29376/tid=29380] ppid=29375 vsize=546696 CPUtime=1201.69 cores=0,2,4,6
/proc/29376/task/29380/stat : 29380 (priss) R 29375 29375 28051 0 -1 4202560 24000 0 0 0 120145 24 0 0 25 0 5 0 517021205 559816704 86108 33554432000 4194304 5787044 140733258192128 18446744073709551615 212699498888 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 555396

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29375 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 4800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.04
CPU user time (s): 4799.23
CPU system time (s): 0.81
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 555396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.74373 second user time and 4.82127 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 07:17:15
IDJOB=3273483
IDBENCH=83140
IDSOLVER=1602
FILE ID=node139/3273483-1304054235
RUNJOBID= node139-1304045238-28069
PBS_JOBID= 13170397
Free space on /tmp= 72552 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n180-s33098896-unsat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273483-1304054235/watcher-3273483-1304054235 -o /tmp/evaluation-result-3273483-1304054235/solver-3273483-1304054235 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3273483-1304054235.cnf 1850387525 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1221fb51c407dee7559369d7c6eedb4e
RANDOM SEED=1850387525

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23800456 kB
Buffers:       2030420 kB
Cached:        5897032 kB
SwapCached:          4 kB
Active:        1510592 kB
Inactive:      7121400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23800456 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:      704276 kB
Mapped:          15632 kB
Slab:           452708 kB
PageTables:       5744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   906192 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72552 MiB
End job on node139 at 2011-04-29 07:37:18