Trace number 3263835

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
MD5SUMbdf2c49c74bfdbd3bd4663dca402d24f
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 variables194
Number of clauses954
Sum of the clauses size3252
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210
Number of clauses of size 3544
Number of clauses of size 4400
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 5815
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 343us
0.00/0.00	c parsed 954 clauses with 194 variables
0.00/0.00	c NW started thread 0 successfully (1114466624)
0.00/0.00	c NW started thread 1 successfully (1124956480)
0.00/0.00	c NW started thread 2 successfully (1135446336)
0.00/0.00	c NW started thread 3 successfully (1145936192)
0.00/0.62	c preprocessor returned 10039 variables
0.00/0.62	c preprocessing returned UNKNOWN
0.00/0.62	c PP set 0 variables
0.00/0.62	c pp time: 623379us (0s)
0.00/0.63	c preprocessor returned 10039 variables
0.00/0.63	c preprocessing returned UNKNOWN
0.00/0.63	c PP set 0 variables
0.00/0.63	c pp time: 624409us (0s)
0.00/0.63	c preprocessor returned 10039 variables
0.00/0.63	c preprocessing returned UNKNOWN
0.00/0.63	c PP set 0 variables
0.00/0.63	c pp time: 627729us (0s)
29.52/7.46	c preprocessor returned 30181 variables
29.52/7.46	c preprocessing returned UNKNOWN
29.52/7.46	c PP set 0 variables
29.52/7.46	c pp time: 7458273us (7s)

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-3263835-1304064851/watcher-3263835-1304064851 -o /tmp/evaluation-result-3263835-1304064851/solver-3263835-1304064851 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263835-1304064851.cnf 450292449 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: 7.87 8.08 8.08 5/182 5814
/proc/meminfo: memFree=22171012/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0

[startup+0.632142 s]
/proc/loadavg: 7.87 8.08 8.08 5/182 5814
/proc/meminfo: memFree=22171012/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.821595 s]
/proc/loadavg: 7.87 8.08 8.08 5/182 5814
/proc/meminfo: memFree=22171012/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900581 s]
/proc/loadavg: 7.87 8.08 8.08 5/182 5814
/proc/meminfo: memFree=22171012/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00056 s]
/proc/loadavg: 7.87 8.08 8.08 5/182 5814
/proc/meminfo: memFree=22171012/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 7.87 8.08 8.08 5/182 5814
/proc/meminfo: memFree=22171012/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10119 s]
/proc/loadavg: 7.87 8.08 8.08 9/188 5820
/proc/meminfo: memFree=22131184/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=212412 CPUtime=12.35 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 8605 0 0 0 1234 1 0 0 25 0 5 0 498900467 217509888 7769 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 53103 7769 405 389 0 48853 0
[pid=5815/tid=5816] ppid=5814 vsize=212412 CPUtime=3.09 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 1662 0 0 0 309 0 0 0 25 0 5 0 498900467 217509888 7769 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=212412 CPUtime=3.08 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 1529 0 0 0 308 0 0 0 25 0 5 0 498900467 217509888 7769 33554432000 4194304 5787044 140733712665360 18446744073709551615 4229309 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=212412 CPUtime=3.07 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 1933 0 0 0 307 0 0 0 25 0 5 0 498900467 217509888 7769 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=212412 CPUtime=3.09 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 1984 0 0 0 309 0 0 0 25 0 5 0 498900467 217509888 7769 33554432000 4194304 5787044 140733712665360 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 221112

[startup+6.30062 s]
/proc/loadavg: 7.88 8.07 8.08 9/188 5820
/proc/meminfo: memFree=22120380/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=214412 CPUtime=25.13 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 9931 0 0 0 2511 2 0 0 25 0 5 0 498900467 219557888 9095 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 53603 9095 405 389 0 49353 0
[pid=5815/tid=5816] ppid=5814 vsize=214412 CPUtime=6.28 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 2166 0 0 0 628 0 0 0 25 0 5 0 498900467 219557888 9095 33554432000 4194304 5787044 140733712665360 18446744073709551615 4254903 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=214412 CPUtime=6.28 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 2006 0 0 0 628 0 0 0 25 0 5 0 498900467 219557888 9095 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=214412 CPUtime=6.25 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 2278 0 0 0 625 0 0 0 25 0 5 0 498900467 219557888 9095 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=214412 CPUtime=6.29 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 1984 0 0 0 629 0 0 0 25 0 5 0 498900467 219557888 9095 33554432000 4194304 5787044 140733712665360 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 223112

[startup+12.7005 s]
/proc/loadavg: 7.89 8.07 8.07 9/188 5820
/proc/meminfo: memFree=22097064/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=223072 CPUtime=50.71 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 14011 0 0 0 5067 4 0 0 25 0 5 0 498900467 228425728 12467 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 55768 12467 418 389 0 51518 0
[pid=5815/tid=5816] ppid=5814 vsize=223072 CPUtime=12.69 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 2485 0 0 0 1268 1 0 0 25 0 5 0 498900467 228425728 12467 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=223072 CPUtime=12.68 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 2401 0 0 0 1267 1 0 0 25 0 5 0 498900467 228425728 12467 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=223072 CPUtime=12.62 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 3749 0 0 0 1262 0 0 0 25 0 5 0 498900467 228425728 12467 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=223072 CPUtime=12.69 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 3879 0 0 0 1268 1 0 0 23 0 5 0 498900467 228425728 12467 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 231772

[startup+25.5012 s]
/proc/loadavg: 7.98 8.08 8.08 9/188 5821
/proc/meminfo: memFree=22064592/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=233284 CPUtime=101.81 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 18948 0 0 0 10173 8 0 0 25 0 5 0 498900467 238882816 17400 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 58321 17400 418 389 0 54071 0
[pid=5815/tid=5816] ppid=5814 vsize=233284 CPUtime=25.48 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 3719 0 0 0 2546 2 0 0 25 0 5 0 498900467 238882816 17400 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=233284 CPUtime=25.47 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 4530 0 0 0 2545 2 0 0 25 0 5 0 498900467 238882816 17400 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=233284 CPUtime=25.35 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 4555 0 0 0 2534 1 0 0 25 0 5 0 498900467 238882816 17400 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=233284 CPUtime=25.47 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 4647 0 0 0 2546 1 0 0 25 0 5 0 498900467 238882816 17400 33554432000 4194304 5787044 140733712665360 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 241984

[startup+51.1007 s]
/proc/loadavg: 7.99 8.08 8.08 9/188 5821
/proc/meminfo: memFree=22026240/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=307140 CPUtime=204.05 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 23664 0 0 0 20390 15 0 0 25 0 5 0 498900467 314511360 22092 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 76785 22092 418 389 0 72535 0
[pid=5815/tid=5816] ppid=5814 vsize=307140 CPUtime=51.07 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 4553 0 0 0 5103 4 0 0 25 0 5 0 498900467 314511360 22092 33554432000 4194304 5787044 140733712665360 18446744073709551615 4215338 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=307140 CPUtime=51.05 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 6023 0 0 0 5101 4 0 0 25 0 5 0 498900467 314511360 22092 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=307140 CPUtime=50.8 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 5229 0 0 0 5078 2 0 0 25 0 5 0 498900467 314511360 22092 33554432000 4194304 5787044 140733712665360 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=307140 CPUtime=51.07 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 6362 0 0 0 5105 2 0 0 25 0 5 0 498900467 314511360 22092 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 315840

[startup+102.301 s]
/proc/loadavg: 8.05 8.08 8.08 9/188 5823
/proc/meminfo: memFree=21977504/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=314964 CPUtime=408.55 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 29822 0 0 0 40832 23 0 0 25 0 5 0 498900467 322523136 28184 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 78741 28184 418 389 0 74491 0
[pid=5815/tid=5816] ppid=5814 vsize=314964 CPUtime=102.27 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 5115 0 0 0 10222 5 0 0 25 0 5 0 498900467 322523136 28184 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=314964 CPUtime=102.25 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 7779 0 0 0 10217 8 0 0 25 0 5 0 498900467 322523136 28184 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=314964 CPUtime=101.71 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 5725 0 0 0 10169 2 0 0 25 0 5 0 498900467 322523136 28184 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=314964 CPUtime=102.27 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 9706 0 0 0 10221 6 0 0 25 0 5 0 498900467 322523136 28184 33554432000 4194304 5787044 140733712665360 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 323664

[startup+162.301 s]
/proc/loadavg: 8.11 8.09 8.08 9/188 5824
/proc/meminfo: memFree=21930260/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=326532 CPUtime=648.24 cores=1,3,5,7

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

/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 16621 0 0 0 82203 15 0 0 25 0 5 0 498900467 378998784 62191 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=370116 CPUtime=819.62 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 13005 0 0 0 81947 15 0 0 25 0 5 0 498900467 378998784 62191 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=370116 CPUtime=822.28 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 21362 0 0 0 82207 21 0 0 25 0 5 0 498900467 378998784 62191 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 378816

[startup+882.3 s]
/proc/loadavg: 8.01 8.08 8.08 9/188 5846
/proc/meminfo: memFree=21675332/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=378216 CPUtime=3524.23 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 68990 0 0 0 352352 71 0 0 25 0 5 0 498900467 387293184 66688 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 94554 66688 418 389 0 90304 0
[pid=5815/tid=5816] ppid=5814 vsize=378216 CPUtime=880.13 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 13111 0 0 0 87998 15 0 0 25 0 5 0 498900467 387293184 66688 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=378216 CPUtime=882.18 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 18473 0 0 0 88202 16 0 0 25 0 5 0 498900467 387293184 66688 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=378216 CPUtime=879.62 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 13604 0 0 0 87946 16 0 0 25 0 5 0 498900467 387293184 66688 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=378216 CPUtime=882.27 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 22305 0 0 0 88205 22 0 0 25 0 5 0 498900467 387293184 66688 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.23
Current children cumulated vsize (KiB) 386916

[startup+942.307 s]
/proc/loadavg: 8.00 8.06 8.07 9/188 5848
/proc/meminfo: memFree=21640116/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=382440 CPUtime=3763.92 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 72768 0 0 0 376314 78 0 0 25 0 5 0 498900467 391618560 70466 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 95610 70466 418 389 0 91360 0
[pid=5815/tid=5816] ppid=5814 vsize=382440 CPUtime=939.81 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 13991 0 0 0 93964 17 0 0 25 0 5 0 498900467 391618560 70466 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=382440 CPUtime=942.17 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 19553 0 0 0 94200 17 0 0 25 0 5 0 498900467 391618560 70466 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=382440 CPUtime=939.62 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 14336 0 0 0 93945 17 0 0 25 0 5 0 498900467 391618560 70466 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=382440 CPUtime=942.29 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 23391 0 0 0 94204 25 0 0 25 0 5 0 498900467 391618560 70466 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 391140

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 5850
/proc/meminfo: memFree=21617044/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=391840 CPUtime=4003.57 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 76309 0 0 0 400274 83 0 0 25 0 5 0 498900467 401244160 73910 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 97960 73910 418 389 0 93710 0
[pid=5815/tid=5816] ppid=5814 vsize=391840 CPUtime=999.48 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 15829 0 0 0 99930 18 0 0 25 0 5 0 498900467 401244160 73910 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=391840 CPUtime=1002.16 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 20733 0 0 0 100196 20 0 0 25 0 5 0 498900467 401244160 73910 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=391840 CPUtime=999.61 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 14624 0 0 0 99943 18 0 0 25 0 5 0 498900467 401244160 73910 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=391840 CPUtime=1002.28 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 23626 0 0 0 100203 25 0 0 25 0 5 0 498900467 401244160 73910 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 400540

[startup+1062.3 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 5851
/proc/meminfo: memFree=21594096/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=396356 CPUtime=4243.25 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 79077 0 0 0 424238 87 0 0 25 0 5 0 498900467 405868544 76473 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 99089 76473 418 389 0 94839 0
[pid=5815/tid=5816] ppid=5814 vsize=396356 CPUtime=1059.16 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 16863 0 0 0 105897 19 0 0 25 0 5 0 498900467 405868544 76473 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=396356 CPUtime=1062.16 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 21966 0 0 0 106194 22 0 0 25 0 5 0 498900467 405868544 76473 33554432000 4194304 5787044 140733712665360 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=396356 CPUtime=1059.61 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 14624 0 0 0 105943 18 0 0 25 0 5 0 498900467 405868544 76473 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=396356 CPUtime=1062.28 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 24127 0 0 0 106202 26 0 0 25 0 5 0 498900467 405868544 76473 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 405056

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 8.08 9/188 5853
/proc/meminfo: memFree=21585784/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=463976 CPUtime=4482.9 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 80151 0 0 0 448202 88 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 115994 77342 418 389 0 111744 0
[pid=5815/tid=5816] ppid=5814 vsize=463976 CPUtime=1118.83 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 17378 0 0 0 111864 19 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5586690 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=463976 CPUtime=1122.15 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 21966 0 0 0 112193 22 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=463976 CPUtime=1119.61 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 14624 0 0 0 111943 18 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=463976 CPUtime=1122.28 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 24686 0 0 0 112201 27 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.9
Current children cumulated vsize (KiB) 472676

[startup+1182.3 s]
/proc/loadavg: 8.07 8.07 8.08 9/188 5854
/proc/meminfo: memFree=21584420/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=463976 CPUtime=4722.57 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 80151 0 0 0 472169 88 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 115994 77342 418 389 0 111744 0
[pid=5815/tid=5816] ppid=5814 vsize=463976 CPUtime=1178.5 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 17378 0 0 0 117831 19 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=463976 CPUtime=1182.14 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 21966 0 0 0 118192 22 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=463976 CPUtime=1179.61 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 14624 0 0 0 117943 18 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=463976 CPUtime=1182.28 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 24686 0 0 0 118201 27 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.57
Current children cumulated vsize (KiB) 472676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.08 8.08 9/188 5888
/proc/meminfo: memFree=21854512/32951124 swapFree=67111528/67111528
[pid=5814] ppid=5812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5814/stat : 5814 (prissAuto.sh) S 5812 5814 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498900467 8908800 252 33554432000 4194304 4922060 140737363297680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5814/statm: 2175 252 211 178 0 68 0
[pid=5815] ppid=5814 vsize=463976 CPUtime=4800.08 cores=1,3,5,7
/proc/5815/stat : 5815 (priss) S 5814 5814 4923 0 -1 4202496 80151 0 0 0 479920 88 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5815/statm: 115994 77342 418 389 0 111744 0
[pid=5815/tid=5816] ppid=5814 vsize=463976 CPUtime=1197.79 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (priss) R 5814 5814 4923 0 -1 4202560 17378 0 0 0 119760 19 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5815/tid=5817] ppid=5814 vsize=463976 CPUtime=1201.55 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (priss) R 5814 5814 4923 0 -1 4202560 21966 0 0 0 120133 22 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5815/tid=5818] ppid=5814 vsize=463976 CPUtime=1199.02 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (priss) R 5814 5814 4923 0 -1 4202560 14624 0 0 0 119884 18 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5815/tid=5819] ppid=5814 vsize=463976 CPUtime=1201.68 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (priss) R 5814 5814 4923 0 -1 4202560 24686 0 0 0 120141 27 0 0 25 0 5 0 498900467 475111424 77342 33554432000 4194304 5787044 140733712665360 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 472676

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 5814 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.08
#
# 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.08
CPU user time (s): 4799.2
CPU system time (s): 0.88
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 472676

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= 333
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= 4
involuntary context switches= 2

runsolver used 1.56476 second user time and 5.00124 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 10:14:11
IDJOB=3263835
IDBENCH=84028
IDSOLVER=1602
FILE ID=node140/3263835-1304064851
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72664 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263835-1304064851/watcher-3263835-1304064851 -o /tmp/evaluation-result-3263835-1304064851/solver-3263835-1304064851 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263835-1304064851.cnf 450292449 4800 15500 4

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=450292449

node140.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.833
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.66
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.833
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.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:      22171292 kB
Buffers:       2298808 kB
Cached:        7815948 kB
SwapCached:          0 kB
Active:        2693332 kB
Inactive:      7520460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22171292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3412 kB
Writeback:           0 kB
AnonPages:       98968 kB
Mapped:          15564 kB
Slab:           504420 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   285792 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= 72660 MiB
End job on node140 at 2011-04-29 10:34:15