Trace number 3291596

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

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: 20322
0.00/0.00	c setup for 4cores
0.00/0.96	c parsetime: 962103us
0.00/0.96	c parsed 3113540 clauses with 985042 variables
1.10/1.16	c NW started thread 0 successfully (1087363392)
1.42/1.36	c NW started thread 1 successfully (1110726976)
1.96/1.57	c NW started thread 2 successfully (1097853248)
2.65/1.79	c NW started thread 3 successfully (1121216832)

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-3291596-1304065852/watcher-3291596-1304065852 -o /tmp/evaluation-result-3291596-1304065852/solver-3291596-1304065852 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3291596-1304065852.cnf 1241618746 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.27 7.94 8.08 5/186 20321
/proc/meminfo: memFree=25297436/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0

[startup+0.0920971 s]
/proc/loadavg: 7.27 7.94 8.08 5/186 20321
/proc/meminfo: memFree=25297436/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101089 s]
/proc/loadavg: 7.27 7.94 8.08 5/186 20321
/proc/meminfo: memFree=25297436/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301061 s]
/proc/loadavg: 7.27 7.94 8.08 5/186 20321
/proc/meminfo: memFree=25297436/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700986 s]
/proc/loadavg: 7.27 7.94 8.08 5/186 20321
/proc/meminfo: memFree=25297436/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 7.27 7.94 8.08 6/188 20323
/proc/meminfo: memFree=25150728/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=1040268 CPUtime=1.96 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) R 20321 20321 19041 0 -1 4202496 216132 0 0 0 168 28 0 0 18 0 3 0 518183798 1065234432 200582 33554432000 4194304 5787044 140733504063216 18446744073709551615 4448981 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 260067 200582 334 389 0 255817 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1048968

[startup+3.10051 s]
/proc/loadavg: 7.27 7.94 8.08 9/192 20327
/proc/meminfo: memFree=23789544/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2047076 CPUtime=8.19 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 457883 0 0 0 747 72 0 0 18 0 5 0 518183798 2096205824 407701 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 511769 407701 343 389 0 507519 0
[pid=20322/tid=20324] ppid=20321 vsize=2047076 CPUtime=1.9 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 81987 0 0 0 175 15 0 0 18 0 5 0 518183914 2096205824 407701 33554432000 4194304 5787044 140733504063216 18446744073709551615 4223507 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2047076 CPUtime=1.7 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 78231 0 0 0 156 14 0 0 19 0 5 0 518183934 2096205824 407702 33554432000 4194304 5787044 140733504063216 18446744073709551615 4319827 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2047076 CPUtime=1.49 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 78411 0 0 0 137 12 0 0 18 0 5 0 518183955 2096205824 407702 33554432000 4194304 5787044 140733504063216 18446744073709551615 232335550873 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2047076 CPUtime=1.27 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 77045 0 0 0 115 12 0 0 19 0 5 0 518183977 2096205824 407702 33554432000 4194304 5787044 140733504063216 18446744073709551615 4319773 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 2055776

[startup+6.30095 s]
/proc/loadavg: 7.33 7.94 8.08 9/192 20327
/proc/meminfo: memFree=22827456/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=3186992 CPUtime=20.78 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 725844 0 0 0 1938 140 0 0 18 0 5 0 518183798 3263479808 675662 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 796748 675662 345 389 0 792498 0
[pid=20322/tid=20324] ppid=20321 vsize=3186992 CPUtime=5.06 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 147274 0 0 0 472 34 0 0 18 0 5 0 518183914 3263479808 675662 33554432000 4194304 5787044 140733504063216 18446744073709551615 47832557958295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=3186992 CPUtime=4.83 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 144806 0 0 0 453 30 0 0 18 0 5 0 518183934 3263479808 675662 33554432000 4194304 5787044 140733504063216 18446744073709551615 47832557958314 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=3186992 CPUtime=4.64 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 146102 0 0 0 434 30 0 0 18 0 5 0 518183955 3263479808 675662 33554432000 4194304 5787044 140733504063216 18446744073709551615 4306210 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=3186992 CPUtime=4.43 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 145453 0 0 0 416 27 0 0 19 0 5 0 518183977 3263479808 675662 33554432000 4194304 5787044 140733504063216 18446744073709551615 4306221 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 3195692

[startup+12.7008 s]
/proc/loadavg: 7.39 7.94 8.08 9/192 20327
/proc/meminfo: memFree=23314576/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=46.04 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 4455 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=11.16 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 1080 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=11.2 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 1088 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=11.03 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 1071 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=10.83 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 1053 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.04
Current children cumulated vsize (KiB) 2393736

[startup+25.5005 s]
/proc/loadavg: 7.52 7.94 8.08 9/192 20327
/proc/meminfo: memFree=23291388/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=97.17 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 9568 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=23.96 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 2360 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=23.92 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 2360 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=23.83 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 2351 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=23.63 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 2333 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.17
Current children cumulated vsize (KiB) 2393736

[startup+51.101 s]
/proc/loadavg: 7.82 7.98 8.09 9/192 20328
/proc/meminfo: memFree=23267888/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=199.43 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 19794 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=49.56 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 4920 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=49.39 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 4907 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=49.43 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 4911 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=49.23 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 4893 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 199.43
Current children cumulated vsize (KiB) 2393736

[startup+102.307 s]
/proc/loadavg: 7.98 8.00 8.09 9/192 20329
/proc/meminfo: memFree=23236352/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=403.97 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 40248 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=100.77 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 10041 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=100.31 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 9999 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=100.63 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 10031 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=100.44 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 10014 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 403.97
Current children cumulated vsize (KiB) 2393736

[startup+162.301 s]
/proc/loadavg: 8.09 8.02 8.09 10/192 20331
/proc/meminfo: memFree=23197636/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7

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

/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 81608 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=820.62 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 82030 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=820.45 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 82015 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.07
Current children cumulated vsize (KiB) 2393736

[startup+882.301 s]
/proc/loadavg: 8.36 8.23 8.13 9/192 20350
/proc/meminfo: memFree=22975208/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=3519.74 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 351825 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=880.78 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 88042 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=876.07 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 87575 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=880.62 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 88030 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=880.46 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 88016 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3519.74
Current children cumulated vsize (KiB) 2393736

[startup+942.301 s]
/proc/loadavg: 8.18 8.20 8.13 9/192 20352
/proc/meminfo: memFree=22975192/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=3759.42 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 375793 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=940.78 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 94042 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=935.75 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 93543 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=940.62 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 94030 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=940.46 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 94016 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.42
Current children cumulated vsize (KiB) 2393736

[startup+1002.3 s]
/proc/loadavg: 8.15 8.19 8.13 9/192 20353
/proc/meminfo: memFree=22975300/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=3999.1 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 399761 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=1000.78 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 100042 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=995.42 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 99510 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=1000.61 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 100029 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=1000.46 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 100016 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.1
Current children cumulated vsize (KiB) 2393736

[startup+1062.3 s]
/proc/loadavg: 8.08 8.17 8.12 9/192 20355
/proc/meminfo: memFree=22975032/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=4238.77 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 423728 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=1060.79 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 106043 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=1055.1 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 105478 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=1060.61 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 106029 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=1060.46 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 106016 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.77
Current children cumulated vsize (KiB) 2393736

[startup+1122.3 s]
/proc/loadavg: 8.16 8.18 8.13 9/192 20357
/proc/meminfo: memFree=22974272/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=4478.45 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 447696 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=1120.79 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 112043 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=1114.77 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 111445 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=1120.61 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 112029 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=1120.46 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 112016 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.45
Current children cumulated vsize (KiB) 2393736

[startup+1182.3 s]
/proc/loadavg: 8.26 8.21 8.14 9/192 20358
/proc/meminfo: memFree=22954664/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=4718.13 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 471664 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=1180.79 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 118043 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=1174.45 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 117413 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=1180.61 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 118029 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330481 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=1180.46 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 118016 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.13
Current children cumulated vsize (KiB) 2393736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 7.94 8.15 8.12 5/182 20377
/proc/meminfo: memFree=23385240/32951124 swapFree=67111524/67111528
[pid=20321] ppid=20319 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20321/stat : 20321 (prissAuto.sh) S 20319 20321 19041 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 518183797 8908800 252 33554432000 4194304 4922060 140734705636464 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20321/statm: 2175 252 211 178 0 68 0
[pid=20322] ppid=20321 vsize=2385036 CPUtime=4800.04 cores=1,3,5,7
/proc/20322/stat : 20322 (priss) S 20321 20321 19041 0 -1 4202496 768337 0 0 0 479855 149 0 0 18 0 5 0 518183798 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20322/statm: 596259 487371 349 389 0 592009 0
[pid=20322/tid=20324] ppid=20321 vsize=2385036 CPUtime=1201.29 cores=1,3,5,7
/proc/20322/task/20324/stat : 20324 (priss) R 20321 20321 19041 0 -1 4202560 157821 0 0 0 120093 36 0 0 25 0 5 0 518183914 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20322/tid=20325] ppid=20321 vsize=2385036 CPUtime=1194.83 cores=1,3,5,7
/proc/20322/task/20325/stat : 20325 (priss) R 20321 20321 19041 0 -1 4202560 155379 0 0 0 119451 32 0 0 25 0 5 0 518183934 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20322/tid=20326] ppid=20321 vsize=2385036 CPUtime=1201.12 cores=1,3,5,7
/proc/20322/task/20326/stat : 20326 (priss) R 20321 20321 19041 0 -1 4202560 156750 0 0 0 120080 32 0 0 25 0 5 0 518183955 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20322/tid=20327] ppid=20321 vsize=2385036 CPUtime=1200.97 cores=1,3,5,7
/proc/20322/task/20327/stat : 20327 (priss) R 20321 20321 19041 0 -1 4202560 156178 0 0 0 120067 30 0 0 25 0 5 0 518183977 2442276864 487371 33554432000 4194304 5787044 140733504063216 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 2393736

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

Real time (s): 1202.82
CPU time (s): 4800.04
CPU user time (s): 4798.55
CPU system time (s): 1.49
CPU usage (%): 399.067
Max. virtual memory (cumulated for all children) (KiB): 3196372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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.58376 second user time and 4.98524 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 10:30:56
IDJOB=3291596
IDBENCH=84238
IDSOLVER=1602
FILE ID=node132/3291596-1304065852
RUNJOBID= node132-1304059832-19782
PBS_JOBID= 13170426
Free space on /tmp= 71808 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291596-1304065852/watcher-3291596-1304065852 -o /tmp/evaluation-result-3291596-1304065852/solver-3291596-1304065852 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3291596-1304065852.cnf 1241618746 4800 15500 4

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1241618746

node132.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	: 5332.74
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.76
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.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.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.77
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.67
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.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.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:      25297584 kB
Buffers:        764652 kB
Cached:        6286220 kB
SwapCached:          4 kB
Active:        2081288 kB
Inactive:      5073212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25297584 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           66828 kB
Writeback:           0 kB
AnonPages:      103428 kB
Mapped:          15640 kB
Slab:           436776 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   290892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71808 MiB
End job on node132 at 2011-04-29 10:51:01