Trace number 3263528

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.37 1202.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
MD5SUM5bd7c76aed56f767985526812cdb8e0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.889
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses31962
Sum of the clauses size64344
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231947
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

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: 31539
0.00/0.01	c parsetime: 7177us
0.00/0.01	c parsed 31962 clauses with 450 variables
0.00/0.01	c NW started thread 0 successfully (1101146432)
0.00/0.01	c NW started thread 1 successfully (1111636288)
0.00/0.01	c NW started thread 2 successfully (1122126144)
0.00/0.02	c NW started thread 3 successfully (1132616000)
0.00/1.63	c preprocessor returned 10008 variables
0.00/1.63	c preprocessing returned UNKNOWN
0.00/1.63	c PP set 0 variables
0.00/1.63	c pp time: 1617988us (1s)
0.00/1.63	c preprocessor returned 10008 variables
0.00/1.63	c preprocessing returned UNKNOWN
0.00/1.63	c PP set 0 variables
0.00/1.63	c pp time: 1618826us (1s)
0.00/1.63	c preprocessor returned 10008 variables
0.00/1.63	c preprocessing returned UNKNOWN
0.00/1.63	c PP set 0 variables
0.00/1.63	c pp time: 1619505us (1s)
53.05/13.32	c preprocessor returned 30090 variables
53.05/13.32	c preprocessing returned UNKNOWN
53.05/13.32	c PP set 0 variables
53.05/13.32	c pp time: 13302199us (13s)

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-3263528-1304065172/watcher-3263528-1304065172 -o /tmp/evaluation-result-3263528-1304065172/solver-3263528-1304065172 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263528-1304065172.cnf 1521882501 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: 7.83 8.00 8.00 5/182 31538
/proc/meminfo: memFree=25509324/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0

[startup+0.042105 s]
/proc/loadavg: 7.83 8.00 8.00 5/182 31538
/proc/meminfo: memFree=25509324/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.931807 s]
/proc/loadavg: 7.83 8.00 8.00 5/182 31538
/proc/meminfo: memFree=25509324/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03179 s]
/proc/loadavg: 7.83 8.00 8.00 5/182 31538
/proc/meminfo: memFree=25509324/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13177 s]
/proc/loadavg: 7.83 8.00 8.00 5/182 31538
/proc/meminfo: memFree=25509324/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 7.83 8.00 8.00 5/182 31538
/proc/meminfo: memFree=25509324/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10041 s]
/proc/loadavg: 7.83 8.00 8.00 9/188 31544
/proc/meminfo: memFree=25469480/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=281120 CPUtime=12.31 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 16352 0 0 0 1228 3 0 0 18 0 5 0 498933116 287866880 9985 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 70280 9985 404 389 0 66030 0
[pid=31539/tid=31541] ppid=31538 vsize=281120 CPUtime=3.06 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 3784 0 0 0 306 0 0 0 25 0 5 0 498933117 287866880 9985 33554432000 4194304 5787044 140735322147248 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=281120 CPUtime=3.07 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 3616 0 0 0 307 0 0 0 25 0 5 0 498933117 287866880 9985 33554432000 4194304 5787044 140735322147248 18446744073709551615 4254953 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=281120 CPUtime=3.05 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 3422 0 0 0 305 0 0 0 25 0 5 0 498933118 287866880 9985 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=281120 CPUtime=3.07 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 2852 0 0 0 307 0 0 0 25 0 5 0 498933118 287866880 9985 33554432000 4194304 5787044 140735322147248 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 289820

[startup+6.30682 s]
/proc/loadavg: 7.84 8.00 8.00 9/188 31544
/proc/meminfo: memFree=25450356/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=281120 CPUtime=25.12 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 18145 0 0 0 2508 4 0 0 18 0 5 0 498933116 287866880 11778 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 70280 11778 404 389 0 66030 0
[pid=31539/tid=31541] ppid=31538 vsize=281120 CPUtime=6.28 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 4383 0 0 0 627 1 0 0 25 0 5 0 498933117 287866880 11778 33554432000 4194304 5787044 140735322147248 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=281120 CPUtime=6.28 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 4188 0 0 0 627 1 0 0 25 0 5 0 498933117 287866880 11778 33554432000 4194304 5787044 140735322147248 18446744073709551615 5590848 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=281120 CPUtime=6.25 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 4044 0 0 0 624 1 0 0 25 0 5 0 498933118 287866880 11778 33554432000 4194304 5787044 140735322147248 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=281120 CPUtime=6.28 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 2852 0 0 0 628 0 0 0 25 0 5 0 498933118 287866880 11778 33554432000 4194304 5787044 140735322147248 18446744073709551615 4359250 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 289820

[startup+12.7006 s]
/proc/loadavg: 7.85 8.00 8.00 9/188 31545
/proc/meminfo: memFree=25430012/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=285220 CPUtime=50.65 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 21521 0 0 0 5060 5 0 0 18 0 5 0 498933116 292065280 15154 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 71305 15154 404 389 0 67055 0
[pid=31539/tid=31541] ppid=31538 vsize=285220 CPUtime=12.66 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 5164 0 0 0 1265 1 0 0 25 0 5 0 498933117 292065280 15154 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=285220 CPUtime=12.67 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 5930 0 0 0 1266 1 0 0 25 0 5 0 498933117 292065280 15154 33554432000 4194304 5787044 140735322147248 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=285220 CPUtime=12.6 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 4897 0 0 0 1259 1 0 0 25 0 5 0 498933118 292065280 15154 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=285220 CPUtime=12.67 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 2852 0 0 0 1267 0 0 0 25 0 5 0 498933118 292065280 15154 33554432000 4194304 5787044 140735322147248 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 293920

[startup+25.5003 s]
/proc/loadavg: 7.96 8.02 8.00 9/188 31545
/proc/meminfo: memFree=25376932/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=299704 CPUtime=101.77 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 30270 0 0 0 10165 12 0 0 18 0 5 0 498933116 306896896 23191 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 74926 23191 417 389 0 70676 0
[pid=31539/tid=31541] ppid=31538 vsize=299704 CPUtime=25.46 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 6588 0 0 0 2544 2 0 0 25 0 5 0 498933117 306896896 23191 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=299704 CPUtime=25.47 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 8260 0 0 0 2543 4 0 0 25 0 5 0 498933117 306896896 23191 33554432000 4194304 5787044 140735322147248 18446744073709551615 4220351 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=299704 CPUtime=25.33 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 6585 0 0 0 2530 3 0 0 25 0 5 0 498933118 306896896 23191 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=299704 CPUtime=25.46 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 6159 0 0 0 2545 1 0 0 25 0 5 0 498933118 306896896 23191 33554432000 4194304 5787044 140735322147248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 308404

[startup+51.1006 s]
/proc/loadavg: 7.97 8.01 8.00 9/188 31546
/proc/meminfo: memFree=25306456/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=317664 CPUtime=204.02 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 42007 0 0 0 20379 23 0 0 18 0 5 0 498933116 325287936 34831 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 79416 34831 417 389 0 75166 0
[pid=31539/tid=31541] ppid=31538 vsize=317664 CPUtime=51.06 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 9082 0 0 0 5100 6 0 0 25 0 5 0 498933117 325287936 34831 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=317664 CPUtime=51.06 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 11007 0 0 0 5100 6 0 0 25 0 5 0 498933117 325287936 34831 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=317664 CPUtime=50.78 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 8639 0 0 0 5073 5 0 0 25 0 5 0 498933118 325287936 34831 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=317664 CPUtime=51.06 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 10601 0 0 0 5103 3 0 0 25 0 5 0 498933118 325287936 34831 33554432000 4194304 5787044 140735322147248 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 326364

[startup+102.301 s]
/proc/loadavg: 8.04 8.03 8.00 9/188 31547
/proc/meminfo: memFree=25202412/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=339428 CPUtime=408.52 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 55572 0 0 0 40814 38 0 0 18 0 5 0 498933116 347574272 48185 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 84857 48185 417 389 0 80607 0
[pid=31539/tid=31541] ppid=31538 vsize=339428 CPUtime=102.26 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 12494 0 0 0 10216 10 0 0 25 0 5 0 498933117 347574272 48185 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=339428 CPUtime=102.26 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 12967 0 0 0 10216 10 0 0 25 0 5 0 498933117 347574272 48185 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=339428 CPUtime=101.69 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 12541 0 0 0 10158 11 0 0 25 0 5 0 498933118 347574272 48185 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=339428 CPUtime=102.25 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 14892 0 0 0 10220 5 0 0 25 0 5 0 498933118 347574272 48185 33554432000 4194304 5787044 140735322147248 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 348128

[startup+162.301 s]
/proc/loadavg: 8.06 8.03 8.00 9/188 31549
/proc/meminfo: memFree=25128252/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=357716 CPUtime=648.18 cores=0,2,4,6

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

/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 32709 0 0 0 81841 33 0 0 25 0 5 0 498933117 667295744 121650 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=651656 CPUtime=820.5 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 30063 0 0 0 82015 35 0 0 25 0 5 0 498933118 667295744 121650 33554432000 4194304 5787044 140735322147248 18446744073709551615 5592744 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=651656 CPUtime=822.08 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 32669 0 0 0 82190 18 0 0 25 0 5 0 498933118 667295744 121650 33554432000 4194304 5787044 140735322147248 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.63
Current children cumulated vsize (KiB) 660356

[startup+882.301 s]
/proc/loadavg: 8.13 8.08 8.02 9/188 31571
/proc/meminfo: memFree=24599216/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=663760 CPUtime=3523.29 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 136875 0 0 0 352204 125 0 0 18 0 5 0 498933116 679690240 128070 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 165940 128070 417 389 0 161690 0
[pid=31539/tid=31541] ppid=31538 vsize=663760 CPUtime=882.26 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 34117 0 0 0 88192 34 0 0 25 0 5 0 498933117 679690240 128070 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=663760 CPUtime=878.4 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 34298 0 0 0 87805 35 0 0 25 0 5 0 498933117 679690240 128070 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=663760 CPUtime=880.5 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 31149 0 0 0 88015 35 0 0 25 0 5 0 498933118 679690240 128070 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=663760 CPUtime=882.08 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 34633 0 0 0 88189 19 0 0 25 0 5 0 498933118 679690240 128070 33554432000 4194304 5787044 140735322147248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.29
Current children cumulated vsize (KiB) 672460

[startup+942.301 s]
/proc/loadavg: 8.16 8.10 8.03 9/188 31572
/proc/meminfo: memFree=24557528/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=671320 CPUtime=3762.98 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 140753 0 0 0 376169 129 0 0 18 0 5 0 498933116 687431680 131723 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 167830 131723 417 389 0 163580 0
[pid=31539/tid=31541] ppid=31538 vsize=671320 CPUtime=942.26 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 36025 0 0 0 94190 36 0 0 25 0 5 0 498933117 687431680 131723 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=671320 CPUtime=938.08 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 34302 0 0 0 93772 36 0 0 25 0 5 0 498933117 687431680 131723 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=671320 CPUtime=940.51 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 31424 0 0 0 94015 36 0 0 25 0 5 0 498933118 687431680 131723 33554432000 4194304 5787044 140735322147248 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=671320 CPUtime=942.09 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 36324 0 0 0 94189 20 0 0 25 0 5 0 498933118 687431680 131723 33554432000 4194304 5787044 140735322147248 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.98
Current children cumulated vsize (KiB) 680020

[startup+1002.3 s]
/proc/loadavg: 8.17 8.11 8.03 9/188 31574
/proc/meminfo: memFree=24520560/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=675420 CPUtime=4002.63 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 143237 0 0 0 400130 133 0 0 18 0 5 0 498933116 691630080 134207 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 168855 134207 417 389 0 164605 0
[pid=31539/tid=31541] ppid=31538 vsize=675420 CPUtime=1002.26 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 36025 0 0 0 100190 36 0 0 25 0 5 0 498933117 691630080 134207 33554432000 4194304 5787044 140735322147248 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=675420 CPUtime=997.74 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 34312 0 0 0 99738 36 0 0 25 0 5 0 498933117 691630080 134207 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=675420 CPUtime=1000.5 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 33894 0 0 0 100011 39 0 0 25 0 5 0 498933118 691630080 134207 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=675420 CPUtime=1002.08 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 36328 0 0 0 100188 20 0 0 25 0 5 0 498933118 691630080 134207 33554432000 4194304 5787044 140735322147248 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.63
Current children cumulated vsize (KiB) 684120

[startup+1062.31 s]
/proc/loadavg: 8.16 8.12 8.04 9/188 31576
/proc/meminfo: memFree=24486060/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=675420 CPUtime=4242.32 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 145527 0 0 0 424096 136 0 0 18 0 5 0 498933116 691630080 136497 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 168855 136497 417 389 0 164605 0
[pid=31539/tid=31541] ppid=31538 vsize=675420 CPUtime=1062.27 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 36032 0 0 0 106191 36 0 0 25 0 5 0 498933117 691630080 136497 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=675420 CPUtime=1057.41 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 34328 0 0 0 105705 36 0 0 25 0 5 0 498933117 691630080 136497 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=675420 CPUtime=1060.51 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 36161 0 0 0 106009 42 0 0 25 0 5 0 498933118 691630080 136497 33554432000 4194304 5787044 140735322147248 18446744073709551615 4218732 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=675420 CPUtime=1062.08 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 36328 0 0 0 106188 20 0 0 25 0 5 0 498933118 691630080 136497 33554432000 4194304 5787044 140735322147248 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.32
Current children cumulated vsize (KiB) 684120

[startup+1122.3 s]
/proc/loadavg: 8.06 8.09 8.03 9/188 31577
/proc/meminfo: memFree=24471036/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=740956 CPUtime=4481.97 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 147716 0 0 0 448057 140 0 0 18 0 5 0 498933116 758738944 138686 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 185239 138686 417 389 0 180989 0
[pid=31539/tid=31541] ppid=31538 vsize=740956 CPUtime=1122.26 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 36039 0 0 0 112190 36 0 0 25 0 5 0 498933117 758738944 138686 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=740956 CPUtime=1117.07 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 34355 0 0 0 111671 36 0 0 25 0 5 0 498933117 758738944 138686 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=740956 CPUtime=1120.51 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 38309 0 0 0 112005 46 0 0 25 0 5 0 498933118 758738944 138686 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=740956 CPUtime=1122.07 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 36335 0 0 0 112187 20 0 0 25 0 5 0 498933118 758738944 138686 33554432000 4194304 5787044 140735322147248 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.97
Current children cumulated vsize (KiB) 749656

[startup+1182.3 s]
/proc/loadavg: 8.06 8.09 8.03 9/188 31612
/proc/meminfo: memFree=24975612/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=745056 CPUtime=4721.63 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 150839 0 0 0 472019 144 0 0 18 0 5 0 498933116 762937344 141809 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 186264 141809 417 389 0 182014 0
[pid=31539/tid=31541] ppid=31538 vsize=745056 CPUtime=1182.26 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 37083 0 0 0 118190 36 0 0 25 0 5 0 498933117 762937344 141809 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=745056 CPUtime=1176.74 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 34407 0 0 0 117638 36 0 0 25 0 5 0 498933117 762937344 141809 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=745056 CPUtime=1180.51 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 40319 0 0 0 118001 50 0 0 25 0 5 0 498933118 762937344 141809 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=745056 CPUtime=1182.07 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 36352 0 0 0 118187 20 0 0 25 0 5 0 498933118 762937344 141809 33554432000 4194304 5787044 140735322147248 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.63
Current children cumulated vsize (KiB) 753756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.01 s]
/proc/loadavg: 8.11 8.10 8.04 9/188 31612
/proc/meminfo: memFree=24946440/32951124 swapFree=67111524/67111528
[pid=31538] ppid=31536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31538/stat : 31538 (priss.sh) S 31536 31538 30400 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498933116 8908800 252 33554432000 4194304 4922060 140734387754688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31538/statm: 2175 252 211 178 0 68 0
[pid=31539] ppid=31538 vsize=745056 CPUtime=4800.37 cores=0,2,4,6
/proc/31539/stat : 31539 (priss) S 31538 31538 30400 0 -1 4202496 151576 0 0 0 479891 146 0 0 18 0 5 0 498933116 762937344 142546 33554432000 4194304 5787044 140735322147248 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31539/statm: 186264 142546 417 389 0 182014 0
[pid=31539/tid=31541] ppid=31538 vsize=745056 CPUtime=1201.98 cores=0,2,4,6
/proc/31539/task/31541/stat : 31541 (priss) R 31538 31538 30400 0 -1 4202560 37095 0 0 0 120162 36 0 0 25 0 5 0 498933117 762937344 142546 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31539/tid=31542] ppid=31538 vsize=745056 CPUtime=1196.33 cores=0,2,4,6
/proc/31539/task/31542/stat : 31542 (priss) R 31538 31538 30400 0 -1 4202560 34470 0 0 0 119597 36 0 0 25 0 5 0 498933117 762937344 142546 33554432000 4194304 5787044 140735322147248 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31539/tid=31543] ppid=31538 vsize=745056 CPUtime=1200.22 cores=0,2,4,6
/proc/31539/task/31543/stat : 31543 (priss) R 31538 31538 30400 0 -1 4202560 40975 0 0 0 119971 51 0 0 25 0 5 0 498933118 762937344 142546 33554432000 4194304 5787044 140735322147248 18446744073709551615 220816279735 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31539/tid=31544] ppid=31538 vsize=745056 CPUtime=1201.78 cores=0,2,4,6
/proc/31539/task/31544/stat : 31544 (priss) R 31538 31538 30400 0 -1 4202560 36358 0 0 0 120158 20 0 0 25 0 5 0 498933118 762937344 142546 33554432000 4194304 5787044 140735322147248 18446744073709551615 5524636 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 753756

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.37
CPU user time (s): 4798.91
CPU system time (s): 1.46
CPU usage (%): 399.357
Max. virtual memory (cumulated for all children) (KiB): 753756

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

runsolver used 1.67575 second user time and 4.88826 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 10:19:32
IDJOB=3263528
IDBENCH=83985
IDSOLVER=1603
FILE ID=node147/3263528-1304065172
RUNJOBID= node147-1304053707-30418
PBS_JOBID= 13170424
Free space on /tmp= 72656 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263528-1304065172/watcher-3263528-1304065172 -o /tmp/evaluation-result-3263528-1304065172/solver-3263528-1304065172 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263528-1304065172.cnf 1521882501 4800 15500 4

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

MD5SUM BENCH= 5bd7c76aed56f767985526812cdb8e0e
RANDOM SEED=1521882501

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25509480 kB
Buffers:       1028268 kB
Cached:        5808196 kB
SwapCached:          4 kB
Active:        1388276 kB
Inactive:      5609000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25509480 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4436 kB
Writeback:           0 kB
AnonPages:      160348 kB
Mapped:          15616 kB
Slab:           381500 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   344448 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= 72656 MiB
End job on node147 at 2011-04-29 10:39:36