Trace number 3250458

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 1.0? (TO) 4800.22 1202.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
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 variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
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: 20544
0.00/0.03	c parsetime: 29693us
0.00/0.03	c parsed 100443 clauses with 4230 variables
0.00/0.04	c NW started thread 0 successfully (1086888256)
0.00/0.05	c NW started thread 1 successfully (1097378112)
0.00/0.06	c NW started thread 2 successfully (1107867968)
0.00/0.07	c NW started thread 3 successfully (1118357824)
9.01/2.31	c preprocessor returned 10002 variables
9.01/2.31	c preprocessing returned UNKNOWN
9.01/2.31	c PP set 2 variables
9.01/2.31	c pp time: 2258728us (2s)
9.01/2.33	c preprocessor returned 10002 variables
9.01/2.33	c preprocessing returned UNKNOWN
9.01/2.33	c PP set 2 variables
9.01/2.33	c pp time: 2268012us (2s)
9.41/2.45	c preprocessor returned 10002 variables
9.41/2.45	c preprocessing returned UNKNOWN
9.41/2.45	c PP set 2 variables
9.41/2.45	c pp time: 2413113us (2s)
20.94/5.31	c preprocessor returned 30003 variables
20.94/5.31	c preprocessing returned UNKNOWN
20.94/5.31	c PP set 2 variables
20.94/5.31	c pp time: 5235363us (5s)

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-3250458-1304059316/watcher-3250458-1304059316 -o /tmp/evaluation-result-3250458-1304059316/solver-3250458-1304059316 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250458-1304059316.cnf 1799291417 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: 4.00 4.03 4.39 1/171 20543
/proc/meminfo: memFree=12804324/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0

[startup+0.872309 s]
/proc/loadavg: 4.00 4.03 4.39 1/171 20543
/proc/meminfo: memFree=12804324/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900318 s]
/proc/loadavg: 4.00 4.03 4.39 1/171 20543
/proc/meminfo: memFree=12804324/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00029 s]
/proc/loadavg: 4.00 4.03 4.39 1/171 20543
/proc/meminfo: memFree=12804324/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10027 s]
/proc/loadavg: 4.00 4.03 4.39 1/171 20543
/proc/meminfo: memFree=12804324/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 4.00 4.03 4.39 1/171 20543
/proc/meminfo: memFree=12804324/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10091 s]
/proc/loadavg: 4.08 4.04 4.39 5/177 20549
/proc/meminfo: memFree=12740404/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=309064 CPUtime=12.17 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 18538 0 0 0 1212 5 0 0 19 0 5 0 596162314 316481536 16386 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 77266 16386 404 389 0 73016 0
[pid=20544/tid=20546] ppid=20543 vsize=309064 CPUtime=3.04 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 3442 0 0 0 304 0 0 0 25 0 5 0 596162318 316481536 16386 33554432000 4194304 5787044 140734313391472 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=309064 CPUtime=3.02 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 3818 0 0 0 301 1 0 0 18 0 5 0 596162319 316481536 16386 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=309064 CPUtime=3 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 2936 0 0 0 298 2 0 0 18 0 5 0 596162320 316481536 16387 33554432000 4194304 5787044 140734313391472 18446744073709551615 4229312 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=309064 CPUtime=3.01 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 2992 0 0 0 301 0 0 0 25 0 5 0 596162321 316481536 16387 33554432000 4194304 5787044 140734313391472 18446744073709551615 216734872552 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 317764

[startup+6.30633 s]
/proc/loadavg: 4.07 4.04 4.39 5/177 20549
/proc/meminfo: memFree=12721472/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=314956 CPUtime=24.94 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 24152 0 0 0 2477 17 0 0 19 0 5 0 596162314 322514944 21296 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 78739 21296 417 389 0 74489 0
[pid=20544/tid=20546] ppid=20543 vsize=314956 CPUtime=6.25 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 4652 0 0 0 624 1 0 0 22 0 5 0 596162318 322514944 21296 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747004597 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=314956 CPUtime=6.21 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 5037 0 0 0 615 6 0 0 19 0 5 0 596162319 322514944 21296 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747004597 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=314956 CPUtime=6.17 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 3994 0 0 0 610 7 0 0 18 0 5 0 596162320 322514944 21296 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=314956 CPUtime=6.21 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 5119 0 0 0 620 1 0 0 19 0 5 0 596162321 322514944 21296 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747004597 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 323656

[startup+12.7012 s]
/proc/loadavg: 4.07 4.04 4.39 5/177 20549
/proc/meminfo: memFree=12694580/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=325712 CPUtime=50.41 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 30657 0 0 0 5011 30 0 0 19 0 5 0 596162314 333529088 27801 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 81428 27801 417 389 0 77178 0
[pid=20544/tid=20546] ppid=20543 vsize=325712 CPUtime=12.65 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 5975 0 0 0 1263 2 0 0 20 0 5 0 596162318 333529088 27801 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=325712 CPUtime=12.58 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 6245 0 0 0 1246 12 0 0 20 0 5 0 596162319 333529088 27801 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=325712 CPUtime=12.52 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 6342 0 0 0 1239 13 0 0 19 0 5 0 596162320 333529088 27801 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=325712 CPUtime=12.56 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 6745 0 0 0 1255 1 0 0 18 0 5 0 596162321 333529088 27801 33554432000 4194304 5787044 140734313391472 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 334412

[startup+25.501 s]
/proc/loadavg: 4.06 4.04 4.38 5/177 20550
/proc/meminfo: memFree=12660476/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=336260 CPUtime=101.45 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 39437 0 0 0 10091 54 0 0 19 0 5 0 596162314 344330240 36577 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 84065 36577 417 389 0 79815 0
[pid=20544/tid=20546] ppid=20543 vsize=336260 CPUtime=25.45 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 8359 0 0 0 2540 5 0 0 25 0 5 0 596162318 344330240 36577 33554432000 4194304 5787044 140734313391472 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=336260 CPUtime=25.36 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 9242 0 0 0 2514 22 0 0 25 0 5 0 596162319 344330240 36577 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=336260 CPUtime=25.24 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 8164 0 0 0 2501 23 0 0 25 0 5 0 596162320 344330240 36577 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=336260 CPUtime=25.31 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 8322 0 0 0 2529 2 0 0 25 0 5 0 596162321 344330240 36577 33554432000 4194304 5787044 140734313391472 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 344960

[startup+51.1005 s]
/proc/loadavg: 4.04 4.03 4.37 5/177 20550
/proc/meminfo: memFree=12618600/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=351928 CPUtime=203.64 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 49604 0 0 0 20286 78 0 0 19 0 5 0 596162314 360374272 46677 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 87982 46677 417 389 0 83732 0
[pid=20544/tid=20546] ppid=20543 vsize=351928 CPUtime=51.04 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 12152 0 0 0 5096 8 0 0 25 0 5 0 596162318 360374272 46677 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=351928 CPUtime=50.84 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 11788 0 0 0 5053 31 0 0 19 0 5 0 596162319 360374272 46677 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=351928 CPUtime=50.77 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 10099 0 0 0 5045 32 0 0 25 0 5 0 596162320 360374272 46677 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=351928 CPUtime=50.88 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 10215 0 0 0 5084 4 0 0 25 0 5 0 596162321 360374272 46677 33554432000 4194304 5787044 140734313391472 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.64
Current children cumulated vsize (KiB) 360628

[startup+102.301 s]
/proc/loadavg: 4.01 4.03 4.35 5/177 20552
/proc/meminfo: memFree=12557192/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=366204 CPUtime=408.04 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 65096 0 0 0 40672 132 0 0 19 0 5 0 596162314 374992896 62120 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 91551 62120 417 389 0 87301 0
[pid=20544/tid=20546] ppid=20543 vsize=366204 CPUtime=102.12 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 13535 0 0 0 10200 12 0 0 25 0 5 0 596162318 374992896 62120 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=366204 CPUtime=101.82 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 16105 0 0 0 10133 49 0 0 21 0 5 0 596162319 374992896 62120 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=366204 CPUtime=101.93 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 18709 0 0 0 10132 61 0 0 25 0 5 0 596162320 374992896 62120 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=366204 CPUtime=102.06 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 11397 0 0 0 10199 7 0 0 25 0 5 0 596162321 374992896 62120 33554432000 4194304 5787044 140734313391472 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 374904

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 4.32 5/177 20553
/proc/meminfo: memFree=12490588/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=519248 CPUtime=647.55 cores=0,2,4,6

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

/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 47302 0 0 0 82007 142 0 0 25 0 5 0 596162319 874536960 179009 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=854040 CPUtime=821.08 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 43259 0 0 0 81966 142 0 0 25 0 5 0 596162320 874536960 179009 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=854040 CPUtime=822.03 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 28004 0 0 0 82175 28 0 0 25 0 5 0 596162321 874536960 179009 33554432000 4194304 5787044 140734313391472 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.59
Current children cumulated vsize (KiB) 862740

[startup+882.301 s]
/proc/loadavg: 4.06 4.05 4.16 5/177 20573
/proc/meminfo: memFree=12084852/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=855468 CPUtime=3523.25 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 184303 0 0 0 351801 524 0 0 19 0 5 0 596162314 875999232 179762 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 213867 179762 417 389 0 209617 0
[pid=20544/tid=20546] ppid=20543 vsize=855468 CPUtime=878.58 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 59843 0 0 0 87647 211 0 0 25 0 5 0 596162318 875999232 179762 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=855468 CPUtime=881.48 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 47303 0 0 0 88006 142 0 0 25 0 5 0 596162319 875999232 179762 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=855468 CPUtime=881.08 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 43259 0 0 0 87966 142 0 0 25 0 5 0 596162320 875999232 179762 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=855468 CPUtime=882.02 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 28548 0 0 0 88174 28 0 0 25 0 5 0 596162321 875999232 179762 33554432000 4194304 5787044 140734313391472 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.25
Current children cumulated vsize (KiB) 864168

[startup+942.301 s]
/proc/loadavg: 4.05 4.05 4.15 5/177 20574
/proc/meminfo: memFree=12046980/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=892088 CPUtime=3762.95 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 193760 0 0 0 375763 532 0 0 19 0 5 0 596162314 913498112 189219 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 223022 189219 417 389 0 218772 0
[pid=20544/tid=20546] ppid=20543 vsize=892088 CPUtime=938.25 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 60184 0 0 0 93614 211 0 0 25 0 5 0 596162318 913498112 189219 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=892088 CPUtime=941.49 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 47308 0 0 0 94007 142 0 0 25 0 5 0 596162319 913498112 189219 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=892088 CPUtime=941.08 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 52370 0 0 0 93960 148 0 0 25 0 5 0 596162320 913498112 189219 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=892088 CPUtime=942.03 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 28548 0 0 0 94174 29 0 0 25 0 5 0 596162321 913498112 189219 33554432000 4194304 5787044 140734313391472 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.95
Current children cumulated vsize (KiB) 900788

[startup+1002.3 s]
/proc/loadavg: 4.13 4.07 4.15 5/177 20576
/proc/meminfo: memFree=12005028/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=995260 CPUtime=4002.6 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 204265 0 0 0 399718 542 0 0 19 0 5 0 596162314 1019146240 199724 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 248815 199724 417 389 0 244565 0
[pid=20544/tid=20546] ppid=20543 vsize=995260 CPUtime=997.92 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 62680 0 0 0 99580 212 0 0 25 0 5 0 596162318 1019146240 199724 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=995260 CPUtime=1001.48 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 53355 0 0 0 100001 147 0 0 25 0 5 0 596162319 1019146240 199724 33554432000 4194304 5787044 140734313391472 18446744073709551615 4220141 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=995260 CPUtime=1001.07 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 54332 0 0 0 99956 151 0 0 25 0 5 0 596162320 1019146240 199724 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=995260 CPUtime=1002.02 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 28548 0 0 0 100173 29 0 0 25 0 5 0 596162321 1019146240 199724 33554432000 4194304 5787044 140734313391472 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.6
Current children cumulated vsize (KiB) 1003960

[startup+1062.31 s]
/proc/loadavg: 4.12 4.07 4.15 5/177 20577
/proc/meminfo: memFree=11983636/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=1013612 CPUtime=4242.24 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 209794 0 0 0 423678 546 0 0 19 0 5 0 596162314 1037938688 204927 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 253403 204927 419 389 0 249153 0
[pid=20544/tid=20546] ppid=20543 vsize=1013612 CPUtime=1057.56 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 63210 0 0 0 105543 213 0 0 25 0 5 0 596162318 1037938688 204927 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=1013612 CPUtime=1061.48 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 56394 0 0 0 105999 149 0 0 25 0 5 0 596162319 1037938688 204927 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=1013612 CPUtime=1061.07 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 56289 0 0 0 105954 153 0 0 25 0 5 0 596162320 1037938688 204927 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=1013612 CPUtime=1062.03 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 28551 0 0 0 106174 29 0 0 25 0 5 0 596162321 1037938688 204927 33554432000 4194304 5787044 140734313391472 18446744073709551615 4220539 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 1022312

[startup+1122.3 s]
/proc/loadavg: 4.04 4.05 4.14 5/177 20579
/proc/meminfo: memFree=11974312/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=1017712 CPUtime=4481.89 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 212152 0 0 0 447641 548 0 0 19 0 5 0 596162314 1042137088 207285 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 254428 207285 419 389 0 250178 0
[pid=20544/tid=20546] ppid=20543 vsize=1017712 CPUtime=1117.23 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 63210 0 0 0 111510 213 0 0 25 0 5 0 596162318 1042137088 207285 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=1017712 CPUtime=1121.47 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 57837 0 0 0 111998 149 0 0 25 0 5 0 596162319 1042137088 207285 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=1017712 CPUtime=1121.06 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 57189 0 0 0 111952 154 0 0 25 0 5 0 596162320 1042137088 207285 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=1017712 CPUtime=1122.02 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 28566 0 0 0 112173 29 0 0 25 0 5 0 596162321 1042137088 207285 33554432000 4194304 5787044 140734313391472 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.89
Current children cumulated vsize (KiB) 1026412

[startup+1182.3 s]
/proc/loadavg: 4.01 4.04 4.12 5/177 20590
/proc/meminfo: memFree=11943416/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=1039268 CPUtime=4721.53 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 220137 0 0 0 471588 565 0 0 19 0 5 0 596162314 1064210432 214938 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 259817 214938 419 389 0 255567 0
[pid=20544/tid=20546] ppid=20543 vsize=1039268 CPUtime=1176.9 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 67565 0 0 0 117474 216 0 0 25 0 5 0 596162318 1064210432 214938 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=1039268 CPUtime=1181.46 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 58056 0 0 0 117997 149 0 0 25 0 5 0 596162319 1064210432 214938 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=1039268 CPUtime=1181.05 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 59530 0 0 0 117937 168 0 0 25 0 5 0 596162320 1064210432 214938 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=1039268 CPUtime=1182.03 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 29636 0 0 0 118173 30 0 0 25 0 5 0 596162321 1064210432 214938 33554432000 4194304 5787044 140734313391472 18446744073709551615 5531774 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.53
Current children cumulated vsize (KiB) 1047968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.01 s]
/proc/loadavg: 4.01 4.04 4.12 5/177 20590
/proc/meminfo: memFree=11942288/32951124 swapFree=67102140/67111528
[pid=20543] ppid=20541 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20543/stat : 20543 (priss.sh) S 20541 20543 19423 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 596162314 8908800 251 33554432000 4194304 4922060 140737000017056 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20543/statm: 2175 251 211 178 0 68 0
[pid=20544] ppid=20543 vsize=1039268 CPUtime=4800.22 cores=0,2,4,6
/proc/20544/stat : 20544 (priss) S 20543 20543 19423 0 -1 4202496 220726 0 0 0 479457 565 0 0 19 0 5 0 596162314 1064210432 215195 33554432000 4194304 5787044 140734313391472 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20544/statm: 259817 215195 419 389 0 255567 0
[pid=20544/tid=20546] ppid=20543 vsize=1039268 CPUtime=1196.49 cores=0,2,4,6
/proc/20544/task/20546/stat : 20546 (priss) R 20543 20543 19423 0 -1 4202560 67565 0 0 0 119433 216 0 0 25 0 5 0 596162318 1064210432 215195 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20544/tid=20547] ppid=20543 vsize=1039268 CPUtime=1201.15 cores=0,2,4,6
/proc/20544/task/20547/stat : 20547 (priss) R 20543 20543 19423 0 -1 4202560 58622 0 0 0 119965 150 0 0 20 0 5 0 596162319 1064210432 215195 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20544/tid=20548] ppid=20543 vsize=1039268 CPUtime=1200.76 cores=0,2,4,6
/proc/20544/task/20548/stat : 20548 (priss) R 20543 20543 19423 0 -1 4202560 59530 0 0 0 119908 168 0 0 25 0 5 0 596162320 1064210432 215195 33554432000 4194304 5787044 140734313391472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20544/tid=20549] ppid=20543 vsize=1039268 CPUtime=1201.74 cores=0,2,4,6
/proc/20544/task/20549/stat : 20549 (priss) R 20543 20543 19423 0 -1 4202560 29659 0 0 0 120144 30 0 0 25 0 5 0 596162321 1064210432 215195 33554432000 4194304 5787044 140734313391472 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1047968

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 20543 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=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.22
CPU user time (s): 4794.57
CPU system time (s): 5.65
CPU usage (%): 399.345
Max. virtual memory (cumulated for all children) (KiB): 1047968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
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 2.18367 second user time and 4.27335 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 08:41:57
IDJOB=3250458
IDBENCH=83254
IDSOLVER=1603
FILE ID=node119/3250458-1304059316
RUNJOBID= node119-1304055684-20036
PBS_JOBID= 13170407
Free space on /tmp= 71816 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250458-1304059316/watcher-3250458-1304059316 -o /tmp/evaluation-result-3250458-1304059316/solver-3250458-1304059316 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250458-1304059316.cnf 1799291417 4800 15500 4

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=1799291417

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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	: 5332.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12804720 kB
Buffers:       2231640 kB
Cached:       17270588 kB
SwapCached:       5504 kB
Active:        7865708 kB
Inactive:     11697600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12804720 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            3540 kB
Writeback:           0 kB
AnonPages:       58012 kB
Mapped:          14176 kB
Slab:           519768 kB
PageTables:       4440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188060 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= 71812 MiB
End job on node119 at 2011-04-29 09:02:01