Trace number 3290401

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.32 1201.72

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_3_keyfind_1.cnf
MD5SUM278d646386a62d4f28f7fc390c5eab3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark151.988
Satisfiable
(Un)Satisfiability was proved
Number of variables708
Number of clauses2664
Sum of the clauses size8392
Maximum clause length5
Minimum clause length1
Number of clauses of size 176
Number of clauses of size 2120
Number of clauses of size 31856
Number of clauses of size 4552
Number of clauses of size 560
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: 15445
0.00/0.00	c parsetime: 751us
0.00/0.00	c parsed 2664 clauses with 708 variables
0.00/0.00	c NW started thread 0 successfully (1087732032)
0.00/0.00	c NW started thread 1 successfully (1111202112)
0.00/0.00	c NW started thread 2 successfully (1121691968)
0.00/0.00	c NW started thread 3 successfully (1132181824)
0.00/0.90	c preprocessor returned 10023 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 76 variables
0.00/0.90	c pp time: 896846us (0s)
0.00/0.90	c preprocessor returned 10023 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 76 variables
0.00/0.90	c pp time: 897635us (0s)
0.00/0.90	c preprocessor returned 10023 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 76 variables
0.00/0.90	c pp time: 900956us (0s)
19.54/4.92	c preprocessor returned 30036 variables
19.54/4.92	c preprocessing returned UNKNOWN
19.54/4.92	c PP set 76 variables
19.54/4.92	c pp time: 4921572us (4s)

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-3290401-1304062771/watcher-3290401-1304062771 -o /tmp/evaluation-result-3290401-1304062771/solver-3290401-1304062771 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3290401-1304062771.cnf 1733710041 4800 15500 4 

running on 4 cores: 1,3,5,7

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: 8.22 8.13 8.03 5/182 15444
/proc/meminfo: memFree=30052512/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0

[startup+0.113679 s]
/proc/loadavg: 8.22 8.13 8.03 5/182 15444
/proc/meminfo: memFree=30052512/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200661 s]
/proc/loadavg: 8.22 8.13 8.03 5/182 15444
/proc/meminfo: memFree=30052512/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300643 s]
/proc/loadavg: 8.22 8.13 8.03 5/182 15444
/proc/meminfo: memFree=30052512/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700566 s]
/proc/loadavg: 8.22 8.13 8.03 5/182 15444
/proc/meminfo: memFree=30052512/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50041 s]
/proc/loadavg: 8.22 8.13 8.03 9/188 15450
/proc/meminfo: memFree=30028160/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=275744 CPUtime=5.96 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 7629 0 0 0 594 2 0 0 25 0 5 0 517879459 282361856 6585 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 68936 6585 405 389 0 64686 0
[pid=15445/tid=15446] ppid=15444 vsize=275744 CPUtime=1.48 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 1551 0 0 0 148 0 0 0 20 0 5 0 517879459 282361856 6585 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=275744 CPUtime=1.48 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 972 0 0 0 148 0 0 0 20 0 5 0 517879459 282361856 6585 33554432000 4194304 5787044 140733789307280 18446744073709551615 5588208 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=275744 CPUtime=1.48 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 1555 0 0 0 148 0 0 0 25 0 5 0 517879459 282361856 6585 33554432000 4194304 5787044 140733789307280 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=275744 CPUtime=1.48 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 2044 0 0 0 148 0 0 0 25 0 5 0 517879459 282361856 6585 33554432000 4194304 5787044 140733789307280 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 284444

[startup+3.10111 s]
/proc/loadavg: 8.22 8.13 8.03 9/188 15450
/proc/meminfo: memFree=30025516/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=276728 CPUtime=12.35 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 8429 0 0 0 1233 2 0 0 25 0 5 0 517879459 283369472 7385 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 69182 7385 405 389 0 64932 0
[pid=15445/tid=15446] ppid=15444 vsize=276728 CPUtime=3.08 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 1817 0 0 0 308 0 0 0 25 0 5 0 517879459 283369472 7385 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=276728 CPUtime=3.08 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 1230 0 0 0 308 0 0 0 25 0 5 0 517879459 283369472 7385 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=276728 CPUtime=3.08 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 1831 0 0 0 308 0 0 0 25 0 5 0 517879459 283369472 7385 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=276728 CPUtime=3.07 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 2044 0 0 0 307 0 0 0 25 0 5 0 517879459 283369472 7385 33554432000 4194304 5787044 140733789307280 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 285428

[startup+6.30051 s]
/proc/loadavg: 8.20 8.13 8.03 9/188 15450
/proc/meminfo: memFree=30016464/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=281024 CPUtime=25.14 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 11297 0 0 0 2510 4 0 0 25 0 5 0 517879459 287768576 9549 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 70256 9549 418 389 0 66006 0
[pid=15445/tid=15446] ppid=15444 vsize=281024 CPUtime=6.28 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 2184 0 0 0 628 0 0 0 25 0 5 0 517879459 287768576 9549 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=281024 CPUtime=6.29 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 1882 0 0 0 628 1 0 0 25 0 5 0 517879459 287768576 9549 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=281024 CPUtime=6.29 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 2218 0 0 0 628 1 0 0 25 0 5 0 517879459 287768576 9549 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=281024 CPUtime=6.25 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 3506 0 0 0 625 0 0 0 25 0 5 0 517879459 287768576 9549 33554432000 4194304 5787044 140733789307280 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 289724

[startup+12.7013 s]
/proc/loadavg: 8.18 8.13 8.02 9/188 15450
/proc/meminfo: memFree=30003420/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=287240 CPUtime=50.69 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 14346 0 0 0 5064 5 0 0 25 0 5 0 517879459 294133760 12598 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 71810 12598 418 389 0 67560 0
[pid=15445/tid=15446] ppid=15444 vsize=287240 CPUtime=12.69 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 2678 0 0 0 1268 1 0 0 25 0 5 0 517879459 294133760 12598 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=287240 CPUtime=12.68 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 3523 0 0 0 1267 1 0 0 25 0 5 0 517879459 294133760 12598 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=287240 CPUtime=12.68 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 2541 0 0 0 1267 1 0 0 25 0 5 0 517879459 294133760 12598 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=287240 CPUtime=12.61 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 4097 0 0 0 1261 0 0 0 25 0 5 0 517879459 294133760 12598 33554432000 4194304 5787044 140733789307280 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 295940

[startup+25.5009 s]
/proc/loadavg: 8.14 8.12 8.02 9/188 15451
/proc/meminfo: memFree=29984200/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=295200 CPUtime=101.82 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 19058 0 0 0 10172 10 0 0 25 0 5 0 517879459 302284800 17309 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 73800 17309 418 389 0 69550 0
[pid=15445/tid=15446] ppid=15444 vsize=295200 CPUtime=25.49 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 3752 0 0 0 2547 2 0 0 25 0 5 0 517879459 302284800 17309 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=295200 CPUtime=25.48 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 4497 0 0 0 2546 2 0 0 25 0 5 0 517879459 302284800 17309 33554432000 4194304 5787044 140733789307280 18446744073709551615 212435676624 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=295200 CPUtime=25.48 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 3369 0 0 0 2545 3 0 0 18 0 5 0 517879459 302284800 17309 33554432000 4194304 5787044 140733789307280 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=295200 CPUtime=25.34 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 5933 0 0 0 2533 1 0 0 25 0 5 0 517879459 302284800 17309 33554432000 4194304 5787044 140733789307280 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 303900

[startup+51.101 s]
/proc/loadavg: 8.09 8.11 8.02 9/188 15451
/proc/meminfo: memFree=29965580/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=302192 CPUtime=204.08 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 23532 0 0 0 20391 17 0 0 25 0 5 0 517879459 309444608 21781 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 75548 21781 418 389 0 71298 0
[pid=15445/tid=15446] ppid=15444 vsize=302192 CPUtime=51.09 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 5663 0 0 0 5105 4 0 0 25 0 5 0 517879459 309444608 21781 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=302192 CPUtime=51.08 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 5682 0 0 0 5103 5 0 0 25 0 5 0 517879459 309444608 21781 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=302192 CPUtime=51.08 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 4267 0 0 0 5104 4 0 0 25 0 5 0 517879459 309444608 21781 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=302192 CPUtime=50.8 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 6413 0 0 0 5078 2 0 0 25 0 5 0 517879459 309444608 21781 33554432000 4194304 5787044 140733789307280 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 310892

[startup+102.301 s]
/proc/loadavg: 8.04 8.09 8.02 9/188 15453
/proc/meminfo: memFree=29943220/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=313948 CPUtime=408.61 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 29037 0 0 0 40839 22 0 0 25 0 5 0 517879459 321482752 27188 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 78487 27188 418 389 0 74237 0
[pid=15445/tid=15446] ppid=15444 vsize=313948 CPUtime=102.29 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 7880 0 0 0 10223 6 0 0 25 0 5 0 517879459 321482752 27188 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=313948 CPUtime=102.29 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 7581 0 0 0 10223 6 0 0 25 0 5 0 517879459 321482752 27188 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=313948 CPUtime=102.28 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 4906 0 0 0 10223 5 0 0 25 0 5 0 517879459 321482752 27188 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=313948 CPUtime=101.73 cores=1,3,5,7

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

/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 15661 0 0 0 82215 14 0 0 25 0 5 0 517879459 377970688 61170 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=369112 CPUtime=822.28 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 10892 0 0 0 82215 13 0 0 25 0 5 0 517879459 377970688 61170 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=369112 CPUtime=817.82 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 16041 0 0 0 81768 14 0 0 25 0 5 0 517879459 377970688 61170 33554432000 4194304 5787044 140733789307280 18446744073709551615 5529456 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 377812

[startup+882.307 s]
/proc/loadavg: 8.06 8.08 8.02 9/188 15539
/proc/meminfo: memFree=29850020/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=371624 CPUtime=3524.42 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 64783 0 0 0 352378 64 0 0 25 0 5 0 517879459 380542976 62335 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 92906 62335 419 389 0 88656 0
[pid=15445/tid=15446] ppid=15444 vsize=371624 CPUtime=882.3 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 19520 0 0 0 88211 19 0 0 25 0 5 0 517879459 380542976 62335 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=371624 CPUtime=882.3 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 16121 0 0 0 88216 14 0 0 25 0 5 0 517879459 380542976 62335 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=371624 CPUtime=882.29 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 11594 0 0 0 88214 15 0 0 25 0 5 0 517879459 380542976 62335 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=371624 CPUtime=877.49 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 16041 0 0 0 87735 14 0 0 25 0 5 0 517879459 380542976 62335 33554432000 4194304 5787044 140733789307280 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 380324

[startup+942.301 s]
/proc/loadavg: 8.13 8.10 8.02 9/188 15540
/proc/meminfo: memFree=29800996/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=372872 CPUtime=3764.09 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 65421 0 0 0 376344 65 0 0 25 0 5 0 517879459 381820928 62973 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 93218 62973 419 389 0 88968 0
[pid=15445/tid=15446] ppid=15444 vsize=372872 CPUtime=942.3 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 19594 0 0 0 94210 20 0 0 25 0 5 0 517879459 381820928 62973 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=372872 CPUtime=942.3 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 16376 0 0 0 94216 14 0 0 25 0 5 0 517879459 381820928 62973 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=372872 CPUtime=942.29 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 11740 0 0 0 94214 15 0 0 25 0 5 0 517879459 381820928 62973 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=372872 CPUtime=937.16 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 16204 0 0 0 93702 14 0 0 25 0 5 0 517879459 381820928 62973 33554432000 4194304 5787044 140733789307280 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 381572

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/188 15542
/proc/meminfo: memFree=29755324/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=377268 CPUtime=4003.76 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 67712 0 0 0 400308 68 0 0 25 0 5 0 517879459 386322432 65264 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 94317 65264 419 389 0 90067 0
[pid=15445/tid=15446] ppid=15444 vsize=377268 CPUtime=1002.3 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 19729 0 0 0 100210 20 0 0 25 0 5 0 517879459 386322432 65264 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=377268 CPUtime=1002.3 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 16378 0 0 0 100216 14 0 0 25 0 5 0 517879459 386322432 65264 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=377268 CPUtime=1002.3 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 11912 0 0 0 100214 16 0 0 25 0 5 0 517879459 386322432 65264 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=377268 CPUtime=996.84 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 18186 0 0 0 99667 17 0 0 25 0 5 0 517879459 386322432 65264 33554432000 4194304 5787044 140733789307280 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 385968

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/188 15543
/proc/meminfo: memFree=29727388/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=381840 CPUtime=4243.44 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 70030 0 0 0 424273 71 0 0 25 0 5 0 517879459 391004160 67582 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 95460 67582 419 389 0 91210 0
[pid=15445/tid=15446] ppid=15444 vsize=381840 CPUtime=1062.3 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 19881 0 0 0 106210 20 0 0 25 0 5 0 517879459 391004160 67582 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=381840 CPUtime=1062.3 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 16397 0 0 0 106216 14 0 0 25 0 5 0 517879459 391004160 67582 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=381840 CPUtime=1062.3 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 12096 0 0 0 106214 16 0 0 25 0 5 0 517879459 391004160 67582 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=381840 CPUtime=1056.52 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 20149 0 0 0 105632 20 0 0 25 0 5 0 517879459 391004160 67582 33554432000 4194304 5787044 140733789307280 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 390540

[startup+1122.3 s]
/proc/loadavg: 8.15 8.10 8.03 9/188 15545
/proc/meminfo: memFree=29713972/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=383780 CPUtime=4483.12 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 71993 0 0 0 448238 74 0 0 25 0 5 0 517879459 392990720 69545 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 95945 69545 419 389 0 91695 0
[pid=15445/tid=15446] ppid=15444 vsize=383780 CPUtime=1122.3 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 20322 0 0 0 112210 20 0 0 25 0 5 0 517879459 392990720 69545 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=383780 CPUtime=1122.3 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 16490 0 0 0 112216 14 0 0 25 0 5 0 517879459 392990720 69545 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=383780 CPUtime=1122.29 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 12682 0 0 0 112213 16 0 0 25 0 5 0 517879459 392990720 69545 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=383780 CPUtime=1116.19 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 20992 0 0 0 111598 21 0 0 25 0 5 0 517879459 392990720 69545 33554432000 4194304 5787044 140733789307280 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 392480

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.03 9/188 15546
/proc/meminfo: memFree=29690136/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=389588 CPUtime=4722.8 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 75113 0 0 0 472202 78 0 0 25 0 5 0 517879459 398938112 72568 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 97397 72568 419 389 0 93147 0
[pid=15445/tid=15446] ppid=15444 vsize=389588 CPUtime=1182.31 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 20742 0 0 0 118210 21 0 0 25 0 5 0 517879459 398938112 72568 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=389588 CPUtime=1182.3 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 18313 0 0 0 118213 17 0 0 25 0 5 0 517879459 398938112 72568 33554432000 4194304 5787044 140733789307280 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=389588 CPUtime=1182.3 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 13068 0 0 0 118213 17 0 0 25 0 5 0 517879459 398938112 72568 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=389588 CPUtime=1175.87 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 21483 0 0 0 117565 22 0 0 25 0 5 0 517879459 398938112 72568 33554432000 4194304 5787044 140733789307280 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 398288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.09 8.02 9/188 15547
/proc/meminfo: memFree=29683920/32951124 swapFree=67111416/67111528
[pid=15444] ppid=15442 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15444/stat : 15444 (priss.sh) S 15442 15444 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517879459 8908800 251 33554432000 4194304 4922060 140736955547072 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15444/statm: 2175 251 211 178 0 68 0
[pid=15445] ppid=15444 vsize=390100 CPUtime=4800.32 cores=1,3,5,7
/proc/15445/stat : 15445 (priss) S 15444 15444 14674 0 -1 4202496 75474 0 0 0 479953 79 0 0 25 0 5 0 517879459 399462400 72929 33554432000 4194304 5787044 140733789307280 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15445/statm: 97525 72929 419 389 0 93275 0
[pid=15445/tid=15446] ppid=15444 vsize=390100 CPUtime=1201.71 cores=1,3,5,7
/proc/15445/task/15446/stat : 15446 (priss) R 15444 15444 14674 0 -1 4202560 20763 0 0 0 120150 21 0 0 25 0 5 0 517879459 399462400 72929 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15445/tid=15447] ppid=15444 vsize=390100 CPUtime=1201.71 cores=1,3,5,7
/proc/15445/task/15447/stat : 15447 (priss) R 15444 15444 14674 0 -1 4202560 18549 0 0 0 120153 18 0 0 25 0 5 0 517879459 399462400 72929 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15445/tid=15449] ppid=15444 vsize=390100 CPUtime=1201.71 cores=1,3,5,7
/proc/15445/task/15449/stat : 15449 (priss) R 15444 15444 14674 0 -1 4202560 13068 0 0 0 120154 17 0 0 25 0 5 0 517879459 399462400 72929 33554432000 4194304 5787044 140733789307280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15445/tid=15450] ppid=15444 vsize=390100 CPUtime=1195.16 cores=1,3,5,7
/proc/15445/task/15450/stat : 15450 (priss) R 15444 15444 14674 0 -1 4202560 21587 0 0 0 119494 22 0 0 25 0 5 0 517879459 399462400 72929 33554432000 4194304 5787044 140733789307280 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 398800

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 15444 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.32
CPU user time (s): 4799.53
CPU system time (s): 0.79
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 398800

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

runsolver used 1.65875 second user time and 4.90625 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 09:39:31
IDJOB=3290401
IDBENCH=83432
IDSOLVER=1603
FILE ID=node102/3290401-1304062771
RUNJOBID= node102-1304060360-15213
PBS_JOBID= 13170428
Free space on /tmp= 71560 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_3_keyfind_1.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290401-1304062771/watcher-3290401-1304062771 -o /tmp/evaluation-result-3290401-1304062771/solver-3290401-1304062771 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3290401-1304062771.cnf 1733710041 4800 15500 4

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

MD5SUM BENCH= 278d646386a62d4f28f7fc390c5eab3e
RANDOM SEED=1733710041

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30052784 kB
Buffers:        631332 kB
Cached:        1243788 kB
SwapCached:          8 kB
Active:         759864 kB
Inactive:      1715556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30052784 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            1628 kB
Writeback:          28 kB
AnonPages:      600120 kB
Mapped:          15624 kB
Slab:           358444 kB
PageTables:       6068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   805516 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= 71552 MiB
End job on node102 at 2011-04-29 09:59:35