Trace number 3499453

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) 20398.4 5100.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: 15667
0.00/0.03	c parsetime: 29079us
0.00/0.03	c parsed 100443 clauses with 4230 variables
0.00/0.04	c NW started thread 0 successfully (1102723392)
0.00/0.05	c NW started thread 1 successfully (1113213248)
0.00/0.07	c NW started thread 2 successfully (1091909952)
0.00/0.10	c NW started thread 3 successfully (1123703104)
8.23/2.13	c preprocessor returned 10002 variables
8.23/2.13	c preprocessing returned UNKNOWN
8.23/2.13	c PP set 2 variables
8.23/2.13	c pp time: 2094266us (2s)
8.23/2.16	c preprocessor returned 10002 variables
8.23/2.16	c preprocessing returned UNKNOWN
8.23/2.16	c PP set 2 variables
8.23/2.16	c pp time: 2089704us (2s)
9.02/2.32	c preprocessor returned 10002 variables
9.02/2.32	c preprocessing returned UNKNOWN
9.02/2.32	c PP set 2 variables
9.02/2.32	c pp time: 2267613us (2s)
20.20/5.11	c preprocessor returned 30003 variables
20.20/5.11	c preprocessing returned UNKNOWN
20.20/5.11	c PP set 2 variables
20.20/5.11	c pp time: 5010669us (5s)
7720.33/1930.50	c HTE
7751.92/1938.34	c subsumption
7920.31/1980.44	c simplified formula contains 0 unit clauses

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.1 (svn: 989)

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-3499453-1308000021/watcher-3499453-1308000021 -o /tmp/evaluation-result-3499453-1308000021/solver-3499453-1308000021 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499453-1308000021.cnf 1914226496 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.94 2/168 15666
/proc/meminfo: memFree=31077452/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0

[startup+0.0856541 s]
/proc/loadavg: 4.00 4.00 3.94 2/168 15666
/proc/meminfo: memFree=31077452/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100653 s]
/proc/loadavg: 4.00 4.00 3.94 2/168 15666
/proc/meminfo: memFree=31077452/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300605 s]
/proc/loadavg: 4.00 4.00 3.94 2/168 15666
/proc/meminfo: memFree=31077452/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700539 s]
/proc/loadavg: 4.00 4.00 3.94 2/168 15666
/proc/meminfo: memFree=31077452/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 4.00 4.00 3.94 5/174 15672
/proc/meminfo: memFree=31024116/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=301540 CPUtime=5.81 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 15140 0 0 0 578 3 0 0 18 0 5 0 911600814 308776960 13317 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 75385 13317 355 389 0 71135 0
[pid=15667/tid=15669] ppid=15666 vsize=301540 CPUtime=1.44 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 2420 0 0 0 144 0 0 0 18 0 5 0 911600818 308776960 13317 33554432000 4194304 5787044 140736708961344 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=301540 CPUtime=1.44 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 2342 0 0 0 144 0 0 0 19 0 5 0 911600819 308776960 13317 33554432000 4194304 5787044 140736708961344 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=301540 CPUtime=1.42 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 1905 0 0 0 142 0 0 0 18 0 5 0 911600821 308776960 13317 33554432000 4194304 5787044 140736708961344 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=301540 CPUtime=1.39 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 3176 0 0 0 138 1 0 0 18 0 5 0 911600824 308776960 13317 33554432000 4194304 5787044 140736708961344 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 310240

[startup+3.10112 s]
/proc/loadavg: 4.00 4.00 3.94 5/174 15672
/proc/meminfo: memFree=31021140/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=309196 CPUtime=12.21 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 18846 0 0 0 1217 4 0 0 18 0 5 0 911600814 316616704 16637 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 77299 16637 404 389 0 73049 0
[pid=15667/tid=15669] ppid=15666 vsize=309196 CPUtime=3.05 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 4231 0 0 0 304 1 0 0 18 0 5 0 911600818 316616704 16637 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982376117 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=309196 CPUtime=3.03 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 3235 0 0 0 303 0 0 0 25 0 5 0 911600819 316616704 16637 33554432000 4194304 5787044 140736708961344 18446744073709551615 4234810 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=309196 CPUtime=3.01 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 2896 0 0 0 301 0 0 0 18 0 5 0 911600821 316616704 16637 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982376117 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=309196 CPUtime=2.98 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 3187 0 0 0 297 1 0 0 18 0 5 0 911600824 316616704 16637 33554432000 4194304 5787044 140736708961344 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 317896

[startup+6.30057 s]
/proc/loadavg: 4.00 4.00 3.94 5/174 15672
/proc/meminfo: memFree=31000800/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=312012 CPUtime=24.99 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 23617 0 0 0 2490 9 0 0 18 0 5 0 911600814 319500288 20360 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 78003 20360 417 389 0 73753 0
[pid=15667/tid=15669] ppid=15666 vsize=312012 CPUtime=6.24 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 4838 0 0 0 623 1 0 0 18 0 5 0 911600818 319500288 20360 33554432000 4194304 5787044 140736708961344 18446744073709551615 4219981 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=312012 CPUtime=6.22 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 4284 0 0 0 621 1 0 0 18 0 5 0 911600819 319500288 20360 33554432000 4194304 5787044 140736708961344 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=312012 CPUtime=6.22 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 3802 0 0 0 620 2 0 0 18 0 5 0 911600821 319500288 20360 33554432000 4194304 5787044 140736708961344 18446744073709551615 242970211013 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=312012 CPUtime=6.17 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 5396 0 0 0 615 2 0 0 18 0 5 0 911600824 319500288 20360 33554432000 4194304 5787044 140736708961344 18446744073709551615 4218742 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 320712

[startup+12.7005 s]
/proc/loadavg: 4.07 4.02 3.95 5/174 15672
/proc/meminfo: memFree=30976092/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=319652 CPUtime=50.52 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 29930 0 0 0 5033 19 0 0 18 0 5 0 911600814 327323648 26673 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 79913 26673 417 389 0 75663 0
[pid=15667/tid=15669] ppid=15666 vsize=319652 CPUtime=12.63 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 5746 0 0 0 1260 3 0 0 18 0 5 0 911600818 327323648 26673 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982376117 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=319652 CPUtime=12.62 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 5681 0 0 0 1259 3 0 0 25 0 5 0 911600819 327323648 26673 33554432000 4194304 5787044 140736708961344 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=319652 CPUtime=12.6 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 6407 0 0 0 1256 4 0 0 18 0 5 0 911600821 327323648 26673 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982376117 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=319652 CPUtime=12.54 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 6799 0 0 0 1248 6 0 0 18 0 5 0 911600824 327323648 26673 33554432000 4194304 5787044 140736708961344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 328352

[startup+25.5013 s]
/proc/loadavg: 4.06 4.02 3.95 5/174 15672
/proc/meminfo: memFree=30932876/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=335724 CPUtime=101.63 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 40497 0 0 0 10131 32 0 0 18 0 5 0 911600814 343781376 37235 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 83931 37235 417 389 0 79681 0
[pid=15667/tid=15669] ppid=15666 vsize=335724 CPUtime=25.42 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 8659 0 0 0 2536 6 0 0 18 0 5 0 911600818 343781376 37235 33554432000 4194304 5787044 140736708961344 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=335724 CPUtime=25.4 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 7996 0 0 0 2534 6 0 0 25 0 5 0 911600819 343781376 37235 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=335724 CPUtime=25.39 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 9494 0 0 0 2532 7 0 0 18 0 5 0 911600821 343781376 37235 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=335724 CPUtime=25.3 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 9051 0 0 0 2519 11 0 0 18 0 5 0 911600824 343781376 37235 33554432000 4194304 5787044 140736708961344 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 344424

[startup+51.1009 s]
/proc/loadavg: 4.04 4.01 3.95 5/174 15672
/proc/meminfo: memFree=30888236/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=350728 CPUtime=203.96 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 52224 0 0 0 20348 48 0 0 18 0 5 0 911600814 359145472 48841 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 87682 48841 417 389 0 83432 0
[pid=15667/tid=15669] ppid=15666 vsize=350728 CPUtime=51.01 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 10305 0 0 0 5093 8 0 0 18 0 5 0 911600818 359145472 48841 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=350728 CPUtime=51 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 14474 0 0 0 5089 11 0 0 25 0 5 0 911600819 359145472 48841 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=350728 CPUtime=50.97 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 10599 0 0 0 5088 9 0 0 18 0 5 0 911600821 359145472 48841 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=350728 CPUtime=50.86 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 11549 0 0 0 5068 18 0 0 18 0 5 0 911600824 359145472 48841 33554432000 4194304 5787044 140736708961344 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 359428

[startup+102.306 s]
/proc/loadavg: 4.01 4.01 3.95 5/174 15674
/proc/meminfo: memFree=30806256/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=377140 CPUtime=408.69 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 72338 0 0 0 40798 71 0 0 18 0 5 0 911600814 386191360 68743 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 94285 68743 417 389 0 90035 0
[pid=15667/tid=15669] ppid=15666 vsize=377140 CPUtime=102.19 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 11982 0 0 0 10210 9 0 0 18 0 5 0 911600818 386191360 68743 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=377140 CPUtime=102.18 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 18773 0 0 0 10203 15 0 0 25 0 5 0 911600819 386191360 68743 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=377140 CPUtime=102.16 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 20289 0 0 0 10197 19 0 0 18 0 5 0 911600821 386191360 68743 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=377140 CPUtime=102.03 cores=0-7

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

/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 104069 0 0 0 472013 181 0 0 18 0 5 0 911600819 2037641216 438137 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=1989884 CPUtime=4721.94 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 113516 0 0 0 472063 131 0 0 25 0 5 0 911600821 2037641216 438137 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=1989884 CPUtime=4721.66 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 119455 0 0 0 471930 236 0 0 25 0 5 0 911600824 2037641216 438137 33554432000 4194304 5787044 140736708961344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18887.6
Current children cumulated vsize (KiB) 1998584

[startup+4782.3 s]
/proc/loadavg: 4.01 4.00 3.98 5/174 15810
/proc/meminfo: memFree=29314392/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=1989884 CPUtime=19127.6 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 455982 0 0 0 1911989 768 0 0 18 0 5 0 911600814 2037641216 440861 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 497471 440861 417 389 0 493221 0
[pid=15667/tid=15669] ppid=15666 vsize=1989884 CPUtime=4781.92 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 111318 0 0 0 477977 215 0 0 25 0 5 0 911600818 2037641216 440861 33554432000 4194304 5787044 140736708961344 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=1989884 CPUtime=4781.94 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 104114 0 0 0 478012 182 0 0 25 0 5 0 911600819 2037641216 440861 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=1989884 CPUtime=4781.94 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 115790 0 0 0 478061 133 0 0 25 0 5 0 911600821 2037641216 440861 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=1989884 CPUtime=4781.65 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 119463 0 0 0 477929 236 0 0 25 0 5 0 911600824 2037641216 440861 33554432000 4194304 5787044 140736708961344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19127.6
Current children cumulated vsize (KiB) 1998584

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/174 15812
/proc/meminfo: memFree=29301228/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=1991548 CPUtime=19367.6 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 459300 0 0 0 1935986 772 0 0 18 0 5 0 911600814 2039345152 444179 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 497887 444179 417 389 0 493637 0
[pid=15667/tid=15669] ppid=15666 vsize=1991548 CPUtime=4841.93 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 113042 0 0 0 483974 219 0 0 20 0 5 0 911600818 2039345152 444179 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=1991548 CPUtime=4841.94 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 105138 0 0 0 484012 182 0 0 21 0 5 0 911600819 2039345152 444179 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=1991548 CPUtime=4841.94 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 116229 0 0 0 484061 133 0 0 25 0 5 0 911600821 2039345152 444179 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=1991548 CPUtime=4841.65 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 119594 0 0 0 483929 236 0 0 25 0 5 0 911600824 2039345152 444179 33554432000 4194304 5787044 140736708961344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19367.6
Current children cumulated vsize (KiB) 2000248

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/174 15814
/proc/meminfo: memFree=29292524/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=1994240 CPUtime=19607.6 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 461519 0 0 0 1959983 775 0 0 18 0 5 0 911600814 2042101760 446398 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 498560 446398 417 389 0 494310 0
[pid=15667/tid=15669] ppid=15666 vsize=1994240 CPUtime=4901.92 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 114668 0 0 0 489971 221 0 0 25 0 5 0 911600818 2042101760 446398 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=1994240 CPUtime=4901.94 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 105139 0 0 0 490012 182 0 0 25 0 5 0 911600819 2042101760 446398 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=1994240 CPUtime=4901.93 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 116806 0 0 0 490060 133 0 0 25 0 5 0 911600821 2042101760 446398 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=1994240 CPUtime=4901.65 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 119609 0 0 0 489929 236 0 0 25 0 5 0 911600824 2042101760 446398 33554432000 4194304 5787044 140736708961344 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19607.6
Current children cumulated vsize (KiB) 2002940

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/174 15816
/proc/meminfo: memFree=29275756/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=2059776 CPUtime=19847.6 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 465653 0 0 0 1983977 781 0 0 18 0 5 0 911600814 2109210624 450532 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 514944 450532 417 389 0 510694 0
[pid=15667/tid=15669] ppid=15666 vsize=2059776 CPUtime=4961.92 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 117709 0 0 0 495965 227 0 0 25 0 5 0 911600818 2109210624 450532 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=2059776 CPUtime=4961.94 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 106166 0 0 0 496012 182 0 0 25 0 5 0 911600819 2109210624 450532 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=2059776 CPUtime=4961.93 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 116829 0 0 0 496060 133 0 0 23 0 5 0 911600821 2109210624 450532 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=2059776 CPUtime=4961.66 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 119652 0 0 0 495929 237 0 0 25 0 5 0 911600824 2109210624 450532 33554432000 4194304 5787044 140736708961344 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19847.6
Current children cumulated vsize (KiB) 2068476

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/174 15817
/proc/meminfo: memFree=29251068/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=2063936 CPUtime=20087.6 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 471810 0 0 0 2007968 790 0 0 18 0 5 0 911600814 2113470464 456689 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 515984 456689 417 389 0 511734 0
[pid=15667/tid=15669] ppid=15666 vsize=2063936 CPUtime=5021.92 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 122775 0 0 0 501956 236 0 0 25 0 5 0 911600818 2113470464 456689 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=2063936 CPUtime=5021.94 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 106203 0 0 0 502012 182 0 0 25 0 5 0 911600819 2113470464 456689 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=2063936 CPUtime=5021.93 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 117853 0 0 0 502060 133 0 0 25 0 5 0 911600821 2113470464 456689 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=2063936 CPUtime=5021.66 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 119682 0 0 0 501929 237 0 0 25 0 5 0 911600824 2113470464 456689 33554432000 4194304 5787044 140736708961344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20087.6
Current children cumulated vsize (KiB) 2072636

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/174 15818
/proc/meminfo: memFree=29231460/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=2064800 CPUtime=20327.6 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 476719 0 0 0 2031959 799 0 0 18 0 5 0 911600814 2114355200 461598 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 516200 461598 417 389 0 511950 0
[pid=15667/tid=15669] ppid=15666 vsize=2064800 CPUtime=5081.92 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 125572 0 0 0 507952 240 0 0 18 0 5 0 911600818 2114355200 461598 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=2064800 CPUtime=5081.94 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 106231 0 0 0 508012 182 0 0 20 0 5 0 911600819 2114355200 461598 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=2064800 CPUtime=5081.94 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 117853 0 0 0 508061 133 0 0 25 0 5 0 911600821 2114355200 461598 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=2064800 CPUtime=5081.65 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 121766 0 0 0 507924 241 0 0 25 0 5 0 911600824 2114355200 461598 33554432000 4194304 5787044 140736708961344 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20327.6
Current children cumulated vsize (KiB) 2073500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.98 5/174 15820
/proc/meminfo: memFree=29224128/32951132 swapFree=67052544/67111528
[pid=15666] ppid=15664 vsize=8700 CPUtime=0 cores=0-7
/proc/15666/stat : 15666 (priss.sh) S 15664 15666 15178 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 911600814 8908800 252 33554432000 4194304 4922060 140733218199584 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15666/statm: 2175 252 211 178 0 68 0
[pid=15667] ppid=15666 vsize=2068976 CPUtime=20398.4 cores=0-7
/proc/15667/stat : 15667 (priss) S 15666 15666 15178 0 -1 4202496 478528 0 0 0 2039038 803 0 0 18 0 5 0 911600814 2118631424 463407 33554432000 4194304 5787044 140736708961344 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15667/statm: 517244 463407 417 389 0 512994 0
[pid=15667/tid=15669] ppid=15666 vsize=2068976 CPUtime=5099.63 cores=0-7
/proc/15667/task/15669/stat : 15669 (priss) R 15666 15666 15178 0 -1 4202560 126603 0 0 0 509722 241 0 0 20 0 5 0 911600818 2118631424 463407 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15667/tid=15670] ppid=15666 vsize=2068976 CPUtime=5099.65 cores=0-7
/proc/15667/task/15670/stat : 15670 (priss) R 15666 15666 15178 0 -1 4202560 106237 0 0 0 509783 182 0 0 18 0 5 0 911600819 2118631424 463407 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15667/tid=15671] ppid=15666 vsize=2068976 CPUtime=5099.64 cores=0-7
/proc/15667/task/15671/stat : 15671 (priss) R 15666 15666 15178 0 -1 4202560 117853 0 0 0 509831 133 0 0 25 0 5 0 911600821 2118631424 463407 33554432000 4194304 5787044 140736708961344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15667/tid=15672] ppid=15666 vsize=2068976 CPUtime=5099.36 cores=0-7
/proc/15667/task/15672/stat : 15672 (priss) R 15666 15666 15178 0 -1 4202560 122538 0 0 0 509691 245 0 0 25 0 5 0 911600824 2118631424 463407 33554432000 4194304 5787044 140736708961344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20398.4
Current children cumulated vsize (KiB) 2077676

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 15666 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 20398.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20398.4
CPU user time (s): 20390.4
CPU system time (s): 8.03
CPU usage (%): 399.967
Max. virtual memory (cumulated for all children) (KiB): 2077676

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= 332
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= 5
involuntary context switches= 3

runsolver used 8.16376 second user time and 18.7921 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 23:20:22
IDJOB=3499453
IDBENCH=83254
IDSOLVER=1994
FILE ID=node128/3499453-1308000021
RUNJOBID= node128-1307989144-15192
PBS_JOBID= 13559821
Free space on /tmp= 74044 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-3499453-1308000021/watcher-3499453-1308000021 -o /tmp/evaluation-result-3499453-1308000021/solver-3499453-1308000021 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499453-1308000021.cnf 1914226496 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=1914226496

node128.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.82
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	: 5332.82
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31078004 kB
Buffers:        333376 kB
Cached:        1289668 kB
SwapCached:      11368 kB
Active:         613120 kB
Inactive:      1028732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31078004 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:            3500 kB
Writeback:          40 kB
AnonPages:       17404 kB
Mapped:           9820 kB
Slab:           165076 kB
PageTables:       4708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190520 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74040 MiB
End job on node128 at 2011-06-14 00:45:24