Trace number 3258732

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.05 1202.52

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUMd6877629cc818d7e31dc245fb95f0588
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 20329
0.00/0.07	c parsetime: 66022us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.08	c NW started thread 0 successfully (1116395840)
0.00/0.11	c NW started thread 1 successfully (1093376320)
0.00/0.14	c NW started thread 2 successfully (1126885696)
0.00/0.16	c NW started thread 3 successfully (1137375552)
50.38/13.15	c preprocessor returned 10011 variables
50.38/13.15	c preprocessing returned UNKNOWN
50.38/13.15	c PP set 0 variables
50.38/13.15	c pp time: 13061626us (13s)
51.18/13.32	c preprocessor returned 10011 variables
51.18/13.32	c preprocessing returned UNKNOWN
51.18/13.32	c PP set 0 variables
51.18/13.32	c pp time: 13159891us (13s)
53.18/13.89	c preprocessor returned 10011 variables
53.18/13.89	c preprocessing returned UNKNOWN
53.18/13.89	c PP set 0 variables
53.18/13.89	c pp time: 13776655us (13s)
71.49/18.42	c preprocessor returned 30008 variables
71.49/18.42	c preprocessing returned UNKNOWN
71.49/18.42	c PP set 0 variables
71.49/18.42	c pp time: 18251372us (18s)

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.10 8.18 8.11 5/180 20328
/proc/meminfo: memFree=24795848/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0

[startup+0.00939908 s]
/proc/loadavg: 8.10 8.18 8.11 5/180 20328
/proc/meminfo: memFree=24795848/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100449 s]
/proc/loadavg: 8.10 8.18 8.11 5/180 20328
/proc/meminfo: memFree=24795848/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300361 s]
/proc/loadavg: 8.10 8.18 8.11 5/180 20328
/proc/meminfo: memFree=24795848/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.42215 s]
/proc/loadavg: 8.10 8.18 8.11 5/180 20328
/proc/meminfo: memFree=24795848/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50114 s]
/proc/loadavg: 8.10 8.18 8.11 5/180 20328
/proc/meminfo: memFree=24795848/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10086 s]
/proc/loadavg: 8.10 8.18 8.11 10/186 20334
/proc/meminfo: memFree=24696472/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=322716 CPUtime=11.25 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 52529 0 0 0 1100 25 0 0 19 0 5 0 516242956 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 80679 24833 350 389 0 76429 0
[pid=20329/tid=20331] ppid=20328 vsize=322716 CPUtime=2.91 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 9689 0 0 0 287 4 0 0 23 0 5 0 516242965 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=322716 CPUtime=2.79 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 8179 0 0 0 273 6 0 0 22 0 5 0 516242967 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=322716 CPUtime=2.78 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 9374 0 0 0 272 6 0 0 19 0 5 0 516242970 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=322716 CPUtime=2.57 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 10542 0 0 0 252 5 0 0 19 0 5 0 516242972 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.25
Current children cumulated vsize (KiB) 331416

[startup+6.30631 s]
/proc/loadavg: 8.17 8.19 8.12 9/186 20334
/proc/meminfo: memFree=24694984/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=322716 CPUtime=23.24 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 52529 0 0 0 2294 30 0 0 19 0 5 0 516242956 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 80679 24833 350 389 0 76429 0
[pid=20329/tid=20331] ppid=20328 vsize=322716 CPUtime=6.11 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 9689 0 0 0 607 4 0 0 25 0 5 0 516242965 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=322716 CPUtime=5.62 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 8179 0 0 0 554 8 0 0 25 0 5 0 516242967 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 4336564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=322716 CPUtime=5.98 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 9374 0 0 0 592 6 0 0 25 0 5 0 516242970 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 4336692 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=322716 CPUtime=5.33 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 10542 0 0 0 525 8 0 0 25 0 5 0 516242972 330461184 24833 33554432000 4194304 5787044 140734487565824 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 331416

[startup+12.7012 s]
/proc/loadavg: 8.16 8.19 8.11 9/186 20334
/proc/meminfo: memFree=24676420/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=337172 CPUtime=48.78 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 60314 0 0 0 4848 30 0 0 19 0 5 0 516242956 345264128 32618 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 84293 32618 355 389 0 80043 0
[pid=20329/tid=20331] ppid=20328 vsize=337172 CPUtime=12.51 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 12002 0 0 0 1247 4 0 0 25 0 5 0 516242965 345264128 32618 33554432000 4194304 5787044 140734487565824 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=337172 CPUtime=12.01 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 10489 0 0 0 1193 8 0 0 25 0 5 0 516242967 345264128 32618 33554432000 4194304 5787044 140734487565824 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=337172 CPUtime=12.38 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 11698 0 0 0 1232 6 0 0 25 0 5 0 516242970 345264128 32618 33554432000 4194304 5787044 140734487565824 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=337172 CPUtime=11.69 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 11380 0 0 0 1161 8 0 0 25 0 5 0 516242972 345264128 32618 33554432000 4194304 5787044 140734487565824 18446744073709551615 18446744073699066094 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.78
Current children cumulated vsize (KiB) 345872

[startup+25.501 s]
/proc/loadavg: 8.20 8.19 8.12 9/186 20335
/proc/meminfo: memFree=24589236/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=349544 CPUtime=99.82 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 83784 0 0 0 9947 35 0 0 19 0 5 0 516242956 357933056 49221 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 87386 49221 417 389 0 83136 0
[pid=20329/tid=20331] ppid=20328 vsize=349544 CPUtime=25.28 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 18476 0 0 0 2522 6 0 0 25 0 5 0 516242965 357933056 49221 33554432000 4194304 5787044 140734487565824 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=349544 CPUtime=24.73 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 15864 0 0 0 2464 9 0 0 25 0 5 0 516242967 357933056 49221 33554432000 4194304 5787044 140734487565824 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=349544 CPUtime=25.16 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 16071 0 0 0 2509 7 0 0 25 0 5 0 516242970 357933056 49221 33554432000 4194304 5787044 140734487565824 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=349544 CPUtime=24.46 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 18628 0 0 0 2436 10 0 0 25 0 5 0 516242972 357933056 49221 33554432000 4194304 5787044 140734487565824 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.82
Current children cumulated vsize (KiB) 358244

[startup+51.1006 s]
/proc/loadavg: 8.13 8.18 8.11 9/186 20336
/proc/meminfo: memFree=24566148/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=360440 CPUtime=202.03 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 88698 0 0 0 20165 38 0 0 19 0 5 0 516242956 369090560 54135 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 90110 54135 417 389 0 85860 0
[pid=20329/tid=20331] ppid=20328 vsize=360440 CPUtime=50.85 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 20412 0 0 0 5078 7 0 0 19 0 5 0 516242965 369090560 54135 33554432000 4194304 5787044 140734487565824 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=360440 CPUtime=50.19 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 16684 0 0 0 5009 10 0 0 25 0 5 0 516242967 369090560 54135 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=360440 CPUtime=50.76 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 17636 0 0 0 5067 9 0 0 25 0 5 0 516242970 369090560 54135 33554432000 4194304 5787044 140734487565824 18446744073709551615 5389700 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=360440 CPUtime=50.05 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 19221 0 0 0 4995 10 0 0 25 0 5 0 516242972 369090560 54135 33554432000 4194304 5787044 140734487565824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.03
Current children cumulated vsize (KiB) 369140

[startup+102.301 s]
/proc/loadavg: 8.11 8.16 8.11 9/186 20337
/proc/meminfo: memFree=24424276/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=441868 CPUtime=406.51 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 104368 0 0 0 40596 55 0 0 19 0 5 0 516242956 452472832 69762 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 110467 69762 417 389 0 106217 0
[pid=20329/tid=20331] ppid=20328 vsize=441868 CPUtime=102.02 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 25512 0 0 0 10189 13 0 0 25 0 5 0 516242965 452472832 69762 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=441868 CPUtime=101.1 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 21700 0 0 0 10095 15 0 0 25 0 5 0 516242967 452472832 69762 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=441868 CPUtime=101.94 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 21106 0 0 0 10182 12 0 0 25 0 5 0 516242970 452472832 69762 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=441868 CPUtime=101.25 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 21305 0 0 0 10114 11 0 0 25 0 5 0 516242972 452472832 69762 33554432000 4194304 5787044 140734487565824 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.51
Current children cumulated vsize (KiB) 450568

[startup+162.3 s]
/proc/loadavg: 8.09 8.15 8.10 9/186 20338
/proc/meminfo: memFree=24330768/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=543044 CPUtime=646.14 cores=0,2,4,6

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

/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 56415 0 0 0 87648 50 0 0 25 0 5 0 516242967 1020420096 212001 33554432000 4194304 5787044 140734487565824 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=996504 CPUtime=881.6 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 62503 0 0 0 88098 62 0 0 25 0 5 0 516242970 1020420096 212001 33554432000 4194304 5787044 140734487565824 18446744073709551615 4218884 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=996504 CPUtime=880.93 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 48154 0 0 0 88045 48 0 0 25 0 5 0 516242972 1020420096 212001 33554432000 4194304 5787044 140734487565824 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3521.54
Current children cumulated vsize (KiB) 1005204

[startup+942.3 s]
/proc/loadavg: 7.85 8.01 8.06 9/186 20392
/proc/meminfo: memFree=24298280/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=996504 CPUtime=3760.78 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 248922 0 0 0 375829 249 0 0 19 0 5 0 516242956 1020420096 212160 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 249126 212160 417 389 0 244876 0
[pid=20329/tid=20331] ppid=20328 vsize=996504 CPUtime=941.85 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 66747 0 0 0 94128 57 0 0 25 0 5 0 516242965 1020420096 212160 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=996504 CPUtime=936.56 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 56416 0 0 0 93577 79 0 0 25 0 5 0 516242967 1020420096 212160 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=996504 CPUtime=941.32 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 62503 0 0 0 94070 62 0 0 25 0 5 0 516242970 1020420096 212160 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=996504 CPUtime=940.87 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 48511 0 0 0 94039 48 0 0 25 0 5 0 516242972 1020420096 212160 33554432000 4194304 5787044 140734487565824 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.78
Current children cumulated vsize (KiB) 1005204

[startup+1002.3 s]
/proc/loadavg: 8.07 8.04 8.06 9/186 20394
/proc/meminfo: memFree=24229444/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=996504 CPUtime=4000.43 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 248930 0 0 0 399793 250 0 0 19 0 5 0 516242956 1020420096 212168 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 249126 212168 417 389 0 244876 0
[pid=20329/tid=20331] ppid=20328 vsize=996504 CPUtime=1001.81 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 66750 0 0 0 100124 57 0 0 25 0 5 0 516242965 1020420096 212168 33554432000 4194304 5787044 140734487565824 18446744073709551615 5592091 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=996504 CPUtime=996.54 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 56419 0 0 0 99575 79 0 0 25 0 5 0 516242967 1020420096 212168 33554432000 4194304 5787044 140734487565824 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=996504 CPUtime=1001.01 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 62504 0 0 0 100039 62 0 0 25 0 5 0 516242970 1020420096 212168 33554432000 4194304 5787044 140734487565824 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=996504 CPUtime=1000.87 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 48512 0 0 0 100038 49 0 0 25 0 5 0 516242972 1020420096 212168 33554432000 4194304 5787044 140734487565824 18446744073709551615 4218732 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4000.43
Current children cumulated vsize (KiB) 1005204

[startup+1062.31 s]
/proc/loadavg: 8.15 8.06 8.07 9/186 20395
/proc/meminfo: memFree=24180460/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=1000604 CPUtime=4240.1 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 252174 0 0 0 423755 255 0 0 19 0 5 0 516242956 1024618496 215412 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 250151 215412 417 389 0 245901 0
[pid=20329/tid=20331] ppid=20328 vsize=1000604 CPUtime=1061.51 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 68931 0 0 0 106090 61 0 0 25 0 5 0 516242965 1024618496 215412 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=1000604 CPUtime=1056.55 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 56443 0 0 0 105576 79 0 0 25 0 5 0 516242967 1024618496 215412 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=1000604 CPUtime=1060.97 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 62518 0 0 0 106035 62 0 0 25 0 5 0 516242970 1024618496 215412 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=1000604 CPUtime=1060.87 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 49537 0 0 0 106038 49 0 0 25 0 5 0 516242972 1024618496 215412 33554432000 4194304 5787044 140734487565824 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4240.1
Current children cumulated vsize (KiB) 1009304

[startup+1122.3 s]
/proc/loadavg: 8.24 8.09 8.08 9/186 20397
/proc/meminfo: memFree=24089060/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=1087568 CPUtime=4479.7 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 263888 0 0 0 447699 271 0 0 19 0 5 0 516242956 1113669632 227126 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 271892 227126 417 389 0 267642 0
[pid=20329/tid=20331] ppid=20328 vsize=1087568 CPUtime=1121.51 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 75008 0 0 0 112078 73 0 0 25 0 5 0 516242965 1113669632 227126 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=1087568 CPUtime=1116.3 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 60808 0 0 0 111548 82 0 0 25 0 5 0 516242967 1113669632 227126 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=1087568 CPUtime=1120.86 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 62763 0 0 0 112022 64 0 0 25 0 5 0 516242970 1113669632 227126 33554432000 4194304 5787044 140734487565824 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=1087568 CPUtime=1120.84 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 50564 0 0 0 112035 49 0 0 25 0 5 0 516242972 1113669632 227126 33554432000 4194304 5787044 140734487565824 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4479.7
Current children cumulated vsize (KiB) 1096268

[startup+1182.3 s]
/proc/loadavg: 8.16 8.09 8.08 9/186 20399
/proc/meminfo: memFree=23975840/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=1184652 CPUtime=4719.36 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 287549 0 0 0 471636 300 0 0 19 0 5 0 516242956 1213083648 250787 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 296163 250787 417 389 0 291913 0
[pid=20329/tid=20331] ppid=20328 vsize=1184652 CPUtime=1181.5 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 81966 0 0 0 118068 82 0 0 25 0 5 0 516242965 1213083648 250787 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=1184652 CPUtime=1175.97 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 67699 0 0 0 117511 86 0 0 25 0 5 0 516242967 1213083648 250787 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=1184652 CPUtime=1180.85 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 68752 0 0 0 118012 73 0 0 25 0 5 0 516242970 1213083648 250787 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=1184652 CPUtime=1180.83 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 54387 0 0 0 118028 55 0 0 25 0 5 0 516242972 1213083648 250788 33554432000 4194304 5787044 140734487565824 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4719.36
Current children cumulated vsize (KiB) 1193352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.11 8.08 8.08 9/186 20399
/proc/meminfo: memFree=23925732/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=1196304 CPUtime=4800.05 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 294616 0 0 0 479697 308 0 0 19 0 5 0 516242956 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 299076 257854 417 389 0 294826 0
[pid=20329/tid=20331] ppid=20328 vsize=1196304 CPUtime=1201.71 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 83891 0 0 0 120086 85 0 0 25 0 5 0 516242965 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 4217171 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=1196304 CPUtime=1196.04 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 69587 0 0 0 119517 87 0 0 25 0 5 0 516242967 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=1196304 CPUtime=1201.06 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 70165 0 0 0 120031 75 0 0 25 0 5 0 516242970 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=1196304 CPUtime=1201.04 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 56228 0 0 0 120047 57 0 0 25 0 5 0 516242972 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1205004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1202.5 s]
/proc/loadavg: 8.11 8.08 8.08 9/186 20399
/proc/meminfo: memFree=23925732/32951132 swapFree=67111524/67111528
[pid=20328] ppid=20326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20328/stat : 20328 (priss.sh) S 20326 20328 18837 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516242956 8908800 252 33554432000 4194304 4922060 140736731751872 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20328/statm: 2175 252 211 178 0 68 0
[pid=20329] ppid=20328 vsize=1196304 CPUtime=4800.05 cores=0,2,4,6
/proc/20329/stat : 20329 (priss) S 20328 20328 18837 0 -1 4202496 294616 0 0 0 479697 308 0 0 19 0 5 0 516242956 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20329/statm: 299076 257854 417 389 0 294826 0
[pid=20329/tid=20331] ppid=20328 vsize=1196304 CPUtime=1201.71 cores=0,2,4,6
/proc/20329/task/20331/stat : 20331 (priss) R 20328 20328 18837 0 -1 4202560 83891 0 0 0 120086 85 0 0 25 0 5 0 516242965 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 4217171 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20329/tid=20332] ppid=20328 vsize=1196304 CPUtime=1196.04 cores=0,2,4,6
/proc/20329/task/20332/stat : 20332 (priss) R 20328 20328 18837 0 -1 4202560 69587 0 0 0 119517 87 0 0 25 0 5 0 516242967 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20329/tid=20333] ppid=20328 vsize=1196304 CPUtime=1201.06 cores=0,2,4,6
/proc/20329/task/20333/stat : 20333 (priss) R 20328 20328 18837 0 -1 4202560 70165 0 0 0 120031 75 0 0 25 0 5 0 516242970 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20329/tid=20334] ppid=20328 vsize=1196304 CPUtime=1201.04 cores=0,2,4,6
/proc/20329/task/20334/stat : 20334 (priss) R 20328 20328 18837 0 -1 4202560 56228 0 0 0 120047 57 0 0 25 0 5 0 516242972 1225015296 257854 33554432000 4194304 5787044 140734487565824 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1205004

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20328 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.52
CPU time (s): 4800.05
CPU user time (s): 4796.97
CPU system time (s): 3.08
CPU usage (%): 399.167
Max. virtual memory (cumulated for all children) (KiB): 1205004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 5
involuntary context switches= 2

runsolver used 1.84172 second user time and 4.72428 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 05:07:13
IDJOB=3258732
IDBENCH=71423
IDSOLVER=1603
FILE ID=node131/3258732-1304046433
RUNJOBID= node131-1304036726-18855
PBS_JOBID= 13170364
Free space on /tmp= 71376 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258732-1304046433/watcher-3258732-1304046433 -o /tmp/evaluation-result-3258732-1304046433/solver-3258732-1304046433 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3258732-1304046433.cnf 99140005 4800 15500 4

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=99140005

node131.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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24796128 kB
Buffers:        949800 kB
Cached:        6223808 kB
SwapCached:          4 kB
Active:         638440 kB
Inactive:      7024512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24796128 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5456 kB
Writeback:           0 kB
AnonPages:      488868 kB
Mapped:          15836 kB
Slab:           428348 kB
PageTables:       5696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   682080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 05:27:18