Trace number 3251250

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.15 1202.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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: 20388
0.00/0.25	c parsetime: 249299us
0.00/0.25	c parsed 1120760 clauses with 3420 variables
0.00/0.32	c NW started thread 0 successfully (1101105472)
0.00/0.39	c NW started thread 1 successfully (1115093312)
0.00/0.47	c NW started thread 2 successfully (1125583168)
0.00/0.59	c NW started thread 3 successfully (1085520192)
59.91/15.44	c preprocessor returned 10011 variables
59.91/15.44	c preprocessing returned UNKNOWN
59.91/15.44	c PP set 0 variables
59.91/15.44	c pp time: 15126206us (15s)
59.91/15.49	c preprocessor returned 10011 variables
59.91/15.49	c preprocessing returned UNKNOWN
59.91/15.49	c PP set 0 variables
59.91/15.49	c pp time: 15096134us (15s)
60.28/15.56	c preprocessor returned 10011 variables
60.28/15.56	c preprocessing returned UNKNOWN
60.28/15.56	c PP set 0 variables
60.28/15.56	c pp time: 15083806us (15s)
82.66/21.15	c preprocessor returned 30007 variables
82.66/21.15	c preprocessing returned UNKNOWN
82.66/21.15	c PP set 0 variables
82.66/21.15	c pp time: 20562367us (20s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.14 8.08 5/182 20387
/proc/meminfo: memFree=29608968/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0

[startup+0.043808 s]
/proc/loadavg: 8.10 8.14 8.08 5/182 20387
/proc/meminfo: memFree=29608968/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100799 s]
/proc/loadavg: 8.10 8.14 8.08 5/182 20387
/proc/meminfo: memFree=29608968/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300762 s]
/proc/loadavg: 8.10 8.14 8.08 5/182 20387
/proc/meminfo: memFree=29608968/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700654 s]
/proc/loadavg: 8.10 8.14 8.08 5/182 20387
/proc/meminfo: memFree=29608968/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50051 s]
/proc/loadavg: 8.09 8.14 8.08 9/188 20393
/proc/meminfo: memFree=29054188/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=905672 CPUtime=4.53 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 170913 0 0 0 401 52 0 0 18 0 5 0 598683701 927408128 168907 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 226418 168907 345 389 0 222168 0
[pid=20388/tid=20390] ppid=20387 vsize=905672 CPUtime=1.11 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 29734 0 0 0 99 12 0 0 18 0 5 0 598683733 927408128 168907 33554432000 4194304 5787044 140734776217824 18446744073709551615 260020045004 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=905672 CPUtime=1.02 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 29753 0 0 0 90 12 0 0 18 0 5 0 598683740 927408128 168907 33554432000 4194304 5787044 140734776217824 18446744073709551615 4307811 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=905672 CPUtime=0.95 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 29730 0 0 0 82 13 0 0 18 0 5 0 598683749 927408128 168907 33554432000 4194304 5787044 140734776217824 18446744073709551615 260020053778 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=905672 CPUtime=0.88 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 29698 0 0 0 83 5 0 0 18 0 5 0 598683760 927408128 168907 33554432000 4194304 5787044 140734776217824 18446744073709551615 4307811 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 914372

[startup+3.10121 s]
/proc/loadavg: 8.09 8.14 8.08 9/188 20393
/proc/meminfo: memFree=29301320/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=480556 CPUtime=10.78 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 195603 0 0 0 1020 58 0 0 18 0 5 0 598683701 492089344 79306 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 120139 79306 350 389 0 115889 0
[pid=20388/tid=20390] ppid=20387 vsize=480556 CPUtime=2.64 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 34519 0 0 0 251 13 0 0 20 0 5 0 598683733 492089344 79306 33554432000 4194304 5787044 140734776217824 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=480556 CPUtime=2.61 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 37482 0 0 0 247 14 0 0 20 0 5 0 598683740 492089344 79306 33554432000 4194304 5787044 140734776217824 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=480556 CPUtime=2.49 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 35308 0 0 0 235 14 0 0 19 0 5 0 598683749 492089344 79306 33554432000 4194304 5787044 140734776217824 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=480556 CPUtime=2.47 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 36296 0 0 0 240 7 0 0 21 0 5 0 598683760 492089344 79306 33554432000 4194304 5787044 140734776217824 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 489256

[startup+6.30062 s]
/proc/loadavg: 8.09 8.14 8.08 9/188 20393
/proc/meminfo: memFree=29279072/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=666808 CPUtime=23.56 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 229845 0 0 0 2292 64 0 0 18 0 5 0 598683701 682811392 113268 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 166702 113268 355 389 0 162452 0
[pid=20388/tid=20390] ppid=20387 vsize=666808 CPUtime=5.83 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 40627 0 0 0 569 14 0 0 19 0 5 0 598683733 682811392 113268 33554432000 4194304 5787044 140734776217824 18446744073709551615 4318787 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=666808 CPUtime=5.82 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 47547 0 0 0 566 16 0 0 18 0 5 0 598683740 682811392 113268 33554432000 4194304 5787044 140734776217824 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=666808 CPUtime=5.69 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 46209 0 0 0 553 16 0 0 18 0 5 0 598683749 682811392 113268 33554432000 4194304 5787044 140734776217824 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=666808 CPUtime=5.65 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 43464 0 0 0 557 8 0 0 25 0 5 0 598683760 682811392 113268 33554432000 4194304 5787044 140734776217824 18446744073709551615 4359116 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 675508

[startup+12.7004 s]
/proc/loadavg: 8.07 8.14 8.07 9/188 20394
/proc/meminfo: memFree=29146380/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=666808 CPUtime=49.12 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 229883 0 0 0 4848 64 0 0 18 0 5 0 598683701 682811392 113306 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 166702 113306 355 389 0 162452 0
[pid=20388/tid=20390] ppid=20387 vsize=666808 CPUtime=12.23 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 40631 0 0 0 1209 14 0 0 25 0 5 0 598683733 682811392 113306 33554432000 4194304 5787044 140734776217824 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=666808 CPUtime=12.22 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 47551 0 0 0 1206 16 0 0 25 0 5 0 598683740 682811392 113306 33554432000 4194304 5787044 140734776217824 18446744073709551615 4318779 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=666808 CPUtime=12.09 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 46214 0 0 0 1193 16 0 0 25 0 5 0 598683749 682811392 113306 33554432000 4194304 5787044 140734776217824 18446744073709551615 260020061285 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=666808 CPUtime=12.01 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 43489 0 0 0 1193 8 0 0 25 0 5 0 598683760 682811392 113306 33554432000 4194304 5787044 140734776217824 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.12
Current children cumulated vsize (KiB) 675508

[startup+25.5011 s]
/proc/loadavg: 8.06 8.13 8.07 9/188 20394
/proc/meminfo: memFree=29095852/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=747424 CPUtime=100.23 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 327254 0 0 0 9933 90 0 0 18 0 5 0 598683701 765362176 123555 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 186856 123555 417 389 0 182606 0
[pid=20388/tid=20390] ppid=20387 vsize=747424 CPUtime=25.02 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 70676 0 0 0 2478 24 0 0 25 0 5 0 598683733 765362176 123555 33554432000 4194304 5787044 140734776217824 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=747424 CPUtime=25 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 66868 0 0 0 2478 22 0 0 25 0 5 0 598683740 765362176 123555 33554432000 4194304 5787044 140734776217824 18446744073709551615 4691947 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=747424 CPUtime=24.88 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 67912 0 0 0 2466 22 0 0 25 0 5 0 598683749 765362176 123555 33554432000 4194304 5787044 140734776217824 18446744073709551615 4213847 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=747424 CPUtime=24.74 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 69800 0 0 0 2463 11 0 0 25 0 5 0 598683760 765362176 123555 33554432000 4194304 5787044 140734776217824 18446744073709551615 5527801 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.23
Current children cumulated vsize (KiB) 756124

[startup+51.1004 s]
/proc/loadavg: 8.10 8.14 8.08 9/188 20394
/proc/meminfo: memFree=29032280/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=752456 CPUtime=202.49 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 339494 0 0 0 20149 100 0 0 18 0 5 0 598683701 770514944 135795 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 188114 135795 417 389 0 183864 0
[pid=20388/tid=20390] ppid=20387 vsize=752456 CPUtime=50.62 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 74394 0 0 0 5034 28 0 0 25 0 5 0 598683733 770514944 135795 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=752456 CPUtime=50.6 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 69114 0 0 0 5036 24 0 0 25 0 5 0 598683740 770514944 135795 33554432000 4194304 5787044 140734776217824 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=752456 CPUtime=50.49 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 72914 0 0 0 5024 25 0 0 25 0 5 0 598683749 770514944 135795 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=752456 CPUtime=50.2 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 71074 0 0 0 5008 12 0 0 25 0 5 0 598683760 770514944 135795 33554432000 4194304 5787044 140734776217824 18446744073709551615 5526847 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.49
Current children cumulated vsize (KiB) 761156

[startup+102.307 s]
/proc/loadavg: 8.10 8.13 8.08 9/188 20396
/proc/meminfo: memFree=28915888/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=765676 CPUtime=407.02 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 358984 0 0 0 40586 116 0 0 18 0 5 0 598683701 784052224 155218 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 191419 155218 417 389 0 187169 0
[pid=20388/tid=20390] ppid=20387 vsize=765676 CPUtime=101.83 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 78958 0 0 0 10148 35 0 0 25 0 5 0 598683733 784052224 155218 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=765676 CPUtime=101.81 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 73627 0 0 0 10154 27 0 0 25 0 5 0 598683740 784052224 155218 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=765676 CPUtime=101.68 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 80035 0 0 0 10139 29 0 0 25 0 5 0 598683749 784052224 155218 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=765676 CPUtime=101.13 cores=1,3,5,7

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

/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 111398 0 0 0 87983 88 0 0 25 0 5 0 598683740 1406332928 304144 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=1373372 CPUtime=881.66 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 119497 0 0 0 88065 101 0 0 25 0 5 0 598683749 1406332928 304144 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=1373372 CPUtime=877.93 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 110717 0 0 0 87749 44 0 0 25 0 5 0 598683760 1406332928 304144 33554432000 4194304 5787044 140734776217824 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.68
Current children cumulated vsize (KiB) 1382072

[startup+942.301 s]
/proc/loadavg: 8.08 8.12 8.09 9/188 20451
/proc/meminfo: memFree=29067820/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=1438908 CPUtime=3762.35 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 513983 0 0 0 375888 347 0 0 18 0 5 0 598683701 1473441792 308333 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 359727 308333 417 389 0 355477 0
[pid=20388/tid=20390] ppid=20387 vsize=1438908 CPUtime=941.8 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 115977 0 0 0 94084 96 0 0 25 0 5 0 598683733 1473441792 308333 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=1438908 CPUtime=940.72 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 113612 0 0 0 93980 92 0 0 25 0 5 0 598683740 1473441792 308333 33554432000 4194304 5787044 140734776217824 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=1438908 CPUtime=941.67 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 121679 0 0 0 94062 105 0 0 25 0 5 0 598683749 1473441792 308333 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=1438908 CPUtime=937.6 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 110717 0 0 0 93716 44 0 0 25 0 5 0 598683760 1473441792 308333 33554432000 4194304 5787044 140734776217824 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.35
Current children cumulated vsize (KiB) 1447608

[startup+1002.3 s]
/proc/loadavg: 8.09 8.11 8.09 9/188 20453
/proc/meminfo: memFree=29028204/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=1438908 CPUtime=4002.02 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 519633 0 0 0 399841 361 0 0 18 0 5 0 598683701 1473441792 313983 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 359727 313983 417 389 0 355477 0
[pid=20388/tid=20390] ppid=20387 vsize=1438908 CPUtime=1001.8 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 116097 0 0 0 100083 97 0 0 25 0 5 0 598683733 1473441792 313983 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=1438908 CPUtime=1000.72 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 113612 0 0 0 99980 92 0 0 25 0 5 0 598683740 1473441792 313983 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=1438908 CPUtime=1001.67 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 127208 0 0 0 100049 118 0 0 25 0 5 0 598683749 1473441792 313983 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=1438908 CPUtime=997.27 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 110718 0 0 0 99683 44 0 0 25 0 5 0 598683760 1473441792 313983 33554432000 4194304 5787044 140734776217824 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.02
Current children cumulated vsize (KiB) 1447608

[startup+1062.3 s]
/proc/loadavg: 8.09 8.10 8.09 9/188 20455
/proc/meminfo: memFree=28985000/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=1569980 CPUtime=4241.7 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 528739 0 0 0 423791 379 0 0 18 0 5 0 598683701 1607659520 323089 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 392495 323089 417 389 0 388245 0
[pid=20388/tid=20390] ppid=20387 vsize=1569980 CPUtime=1061.81 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 118829 0 0 0 106078 103 0 0 25 0 5 0 598683733 1607659520 323089 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=1569980 CPUtime=1060.71 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 114639 0 0 0 105979 92 0 0 25 0 5 0 598683740 1607659520 323089 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=1569980 CPUtime=1061.67 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 132550 0 0 0 106037 130 0 0 25 0 5 0 598683749 1607659520 323089 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=1569980 CPUtime=1056.94 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 110723 0 0 0 105650 44 0 0 25 0 5 0 598683760 1607659520 323089 33554432000 4194304 5787044 140734776217824 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.7
Current children cumulated vsize (KiB) 1578680

[startup+1122.3 s]
/proc/loadavg: 8.08 8.10 8.09 9/188 20456
/proc/meminfo: memFree=28923060/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=1569980 CPUtime=4481.38 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 540723 0 0 0 447738 400 0 0 18 0 5 0 598683701 1607659520 334848 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 392495 334848 417 389 0 388245 0
[pid=20388/tid=20390] ppid=20387 vsize=1569980 CPUtime=1121.8 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 123513 0 0 0 112068 112 0 0 25 0 5 0 598683733 1607659520 334848 33554432000 4194304 5787044 140734776217824 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=1569980 CPUtime=1120.72 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 116833 0 0 0 111979 93 0 0 25 0 5 0 598683740 1607659520 334848 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=1569980 CPUtime=1121.67 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 137640 0 0 0 112027 140 0 0 25 0 5 0 598683749 1607659520 334848 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=1569980 CPUtime=1116.62 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 110739 0 0 0 111617 45 0 0 25 0 5 0 598683760 1607659520 334848 33554432000 4194304 5787044 140734776217824 18446744073709551615 5527464 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.38
Current children cumulated vsize (KiB) 1578680

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 8.09 9/188 20467
/proc/meminfo: memFree=28860180/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=1569980 CPUtime=4721.04 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 545335 0 0 0 471695 409 0 0 18 0 5 0 598683701 1607659520 339460 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 392495 339460 417 389 0 388245 0
[pid=20388/tid=20390] ppid=20387 vsize=1569980 CPUtime=1181.81 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 128044 0 0 0 118061 120 0 0 25 0 5 0 598683733 1607659520 339460 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591034 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=1569980 CPUtime=1180.7 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 116881 0 0 0 117977 93 0 0 25 0 5 0 598683740 1607659520 339460 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=1569980 CPUtime=1181.66 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 137640 0 0 0 118026 140 0 0 25 0 5 0 598683749 1607659520 339460 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=1569980 CPUtime=1176.3 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 110772 0 0 0 117585 45 0 0 25 0 5 0 598683760 1607659520 339460 33554432000 4194304 5787044 140734776217824 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.04
Current children cumulated vsize (KiB) 1578680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.06 8.08 8.08 9/188 20467
/proc/meminfo: memFree=28834252/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=1572884 CPUtime=4800.15 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 547540 0 0 0 479603 412 0 0 18 0 5 0 598683701 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 393221 341340 417 389 0 388971 0
[pid=20388/tid=20390] ppid=20387 vsize=1572884 CPUtime=1201.62 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 129494 0 0 0 120039 123 0 0 25 0 5 0 598683733 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 5588761 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=1572884 CPUtime=1200.51 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 116905 0 0 0 119958 93 0 0 25 0 5 0 598683740 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=1572884 CPUtime=1201.47 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 137640 0 0 0 120007 140 0 0 25 0 5 0 598683749 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=1572884 CPUtime=1195.99 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 111503 0 0 0 119553 46 0 0 25 0 5 0 598683760 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 5526944 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1581584

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

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

[startup+1202.1 s]
/proc/loadavg: 8.06 8.08 8.08 9/188 20467
/proc/meminfo: memFree=28834252/32951124 swapFree=67111464/67111528
[pid=20387] ppid=20385 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20387/stat : 20387 (priss.sh) S 20385 20387 19459 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 598683701 8908800 252 33554432000 4194304 4922060 140736984045024 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20387/statm: 2175 252 211 178 0 68 0
[pid=20388] ppid=20387 vsize=1572884 CPUtime=4800.15 cores=1,3,5,7
/proc/20388/stat : 20388 (priss) S 20387 20387 19459 0 -1 4202496 547540 0 0 0 479603 412 0 0 18 0 5 0 598683701 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20388/statm: 393221 341340 417 389 0 388971 0
[pid=20388/tid=20390] ppid=20387 vsize=1572884 CPUtime=1201.62 cores=1,3,5,7
/proc/20388/task/20390/stat : 20390 (priss) R 20387 20387 19459 0 -1 4202560 129494 0 0 0 120039 123 0 0 25 0 5 0 598683733 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 5588761 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20388/tid=20391] ppid=20387 vsize=1572884 CPUtime=1200.51 cores=1,3,5,7
/proc/20388/task/20391/stat : 20391 (priss) R 20387 20387 19459 0 -1 4202560 116905 0 0 0 119958 93 0 0 25 0 5 0 598683740 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20388/tid=20392] ppid=20387 vsize=1572884 CPUtime=1201.47 cores=1,3,5,7
/proc/20388/task/20392/stat : 20392 (priss) R 20387 20387 19459 0 -1 4202560 137640 0 0 0 120007 140 0 0 25 0 5 0 598683749 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20388/tid=20393] ppid=20387 vsize=1572884 CPUtime=1195.99 cores=1,3,5,7
/proc/20388/task/20393/stat : 20393 (priss) R 20387 20387 19459 0 -1 4202560 111503 0 0 0 119553 46 0 0 25 0 5 0 598683760 1610633216 341340 33554432000 4194304 5787044 140734776217824 18446744073709551615 5526944 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1581584

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20387 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.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.12
CPU time (s): 4800.15
CPU user time (s): 4796.03
CPU system time (s): 4.12
CPU usage (%): 399.307
Max. virtual memory (cumulated for all children) (KiB): 1581584

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

runsolver used 1.62175 second user time and 4.95025 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 15:42:11
IDJOB=3251250
IDBENCH=88217
IDSOLVER=1603
FILE ID=node110/3251250-1304084531
RUNJOBID= node110-1304082043-20091
PBS_JOBID= 13170503
Free space on /tmp= 72808 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251250-1304084531/watcher-3251250-1304084531 -o /tmp/evaluation-result-3251250-1304084531/solver-3251250-1304084531 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251250-1304084531.cnf 122241705 4800 15500 4

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=122241705

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29609240 kB
Buffers:        891144 kB
Cached:         721008 kB
SwapCached:         64 kB
Active:        1404772 kB
Inactive:      1529240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29609240 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           16316 kB
Writeback:           0 kB
AnonPages:     1321316 kB
Mapped:          15612 kB
Slab:           342028 kB
PageTables:       6960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1542256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72820 MiB
End job on node110 at 2011-04-29 16:02:15