Trace number 3251690

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 20537
0.00/0.06	c parsetime: 58711us
0.00/0.06	c parsed 253275 clauses with 1638 variables
0.00/0.08	c NW started thread 0 successfully (1117063488)
0.00/0.10	c NW started thread 1 successfully (1127553344)
0.00/0.13	c NW started thread 2 successfully (1138043200)
0.00/0.15	c NW started thread 3 successfully (1148533056)
55.51/14.04	c preprocessor returned 10010 variables
55.51/14.04	c preprocessing returned UNKNOWN
55.51/14.04	c PP set 0 variables
55.51/14.04	c pp time: 13968127us (13s)
55.51/14.09	c preprocessor returned 10010 variables
55.51/14.09	c preprocessing returned UNKNOWN
55.51/14.09	c PP set 0 variables
55.51/14.09	c pp time: 13988319us (13s)
56.28/14.22	c preprocessor returned 10010 variables
56.28/14.22	c preprocessing returned UNKNOWN
56.28/14.22	c PP set 0 variables
56.28/14.22	c pp time: 14089139us (14s)
81.88/20.64	c preprocessor returned 30020 variables
81.88/20.64	c preprocessing returned UNKNOWN
81.88/20.64	c PP set 0 variables
81.88/20.64	c pp time: 20483159us (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-3251690-1304086069/watcher-3251690-1304086069 -o /tmp/evaluation-result-3251690-1304086069/solver-3251690-1304086069 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251690-1304086069.cnf 1760352622 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.77 8.01 8.06 5/182 20536
/proc/meminfo: memFree=30418540/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0

[startup+0.080443 s]
/proc/loadavg: 7.77 8.01 8.06 5/182 20536
/proc/meminfo: memFree=30418540/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102458 s]
/proc/loadavg: 7.77 8.01 8.06 5/182 20536
/proc/meminfo: memFree=30418540/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.369049 s]
/proc/loadavg: 7.77 8.01 8.06 5/182 20536
/proc/meminfo: memFree=30418540/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.2072 s]
/proc/loadavg: 7.77 8.01 8.06 5/182 20536
/proc/meminfo: memFree=30418540/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50014 s]
/proc/loadavg: 7.77 8.01 8.06 5/182 20536
/proc/meminfo: memFree=30418540/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10085 s]
/proc/loadavg: 7.77 8.01 8.06 9/188 20542
/proc/meminfo: memFree=30338452/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=318976 CPUtime=11.95 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 42905 0 0 0 1184 11 0 0 18 0 5 0 598837445 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 79744 19185 350 389 0 75494 0
[pid=20537/tid=20539] ppid=20536 vsize=318976 CPUtime=2.98 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 8285 0 0 0 295 3 0 0 23 0 5 0 598837452 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=318976 CPUtime=2.96 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 7502 0 0 0 294 2 0 0 23 0 5 0 598837455 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=318976 CPUtime=2.91 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 7721 0 0 0 290 1 0 0 23 0 5 0 598837458 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=318976 CPUtime=2.93 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 7215 0 0 0 292 1 0 0 24 0 5 0 598837460 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 327676

[startup+6.30626 s]
/proc/loadavg: 7.79 8.01 8.06 9/188 20542
/proc/meminfo: memFree=30334364/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=318976 CPUtime=24.76 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 42905 0 0 0 2465 11 0 0 18 0 5 0 598837445 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 79744 19185 350 389 0 75494 0
[pid=20537/tid=20539] ppid=20536 vsize=318976 CPUtime=6.18 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 8285 0 0 0 615 3 0 0 25 0 5 0 598837452 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=318976 CPUtime=6.17 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 7502 0 0 0 615 2 0 0 25 0 5 0 598837455 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=318976 CPUtime=6.1 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 7721 0 0 0 609 1 0 0 25 0 5 0 598837458 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=318976 CPUtime=6.13 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 7215 0 0 0 612 1 0 0 25 0 5 0 598837460 326631424 19185 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 327676

[startup+12.7011 s]
/proc/loadavg: 7.81 8.01 8.06 10/188 20542
/proc/meminfo: memFree=30316264/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=322012 CPUtime=50.3 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 45927 0 0 0 5019 11 0 0 18 0 5 0 598837445 329740288 22207 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 80503 22207 352 389 0 76253 0
[pid=20537/tid=20539] ppid=20536 vsize=322012 CPUtime=12.58 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 9041 0 0 0 1255 3 0 0 25 0 5 0 598837452 329740288 22207 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=322012 CPUtime=12.56 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 8257 0 0 0 1254 2 0 0 25 0 5 0 598837455 329740288 22207 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=322012 CPUtime=12.46 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 8475 0 0 0 1245 1 0 0 25 0 5 0 598837458 329740288 22207 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=322012 CPUtime=12.52 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 7972 0 0 0 1251 1 0 0 25 0 5 0 598837460 329740288 22207 33554432000 4194304 5787044 140733655134256 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 330712

[startup+25.5007 s]
/proc/loadavg: 7.85 8.01 8.06 9/188 20543
/proc/meminfo: memFree=30254380/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=342288 CPUtime=101.43 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 82974 0 0 0 10124 19 0 0 18 0 5 0 598837445 350502912 36004 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 85572 36004 417 389 0 81322 0
[pid=20537/tid=20539] ppid=20536 vsize=342288 CPUtime=25.38 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 20283 0 0 0 2532 6 0 0 25 0 5 0 598837452 350502912 36004 33554432000 4194304 5787044 140733655134256 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=342288 CPUtime=25.36 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 17779 0 0 0 2532 4 0 0 25 0 5 0 598837455 350502912 36004 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=342288 CPUtime=25.18 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 16553 0 0 0 2515 3 0 0 25 0 5 0 598837458 350502912 36004 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=342288 CPUtime=25.33 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 16177 0 0 0 2530 3 0 0 25 0 5 0 598837460 350502912 36004 33554432000 4194304 5787044 140733655134256 18446744073709551615 5526852 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 350988

[startup+51.101 s]
/proc/loadavg: 8.04 8.04 8.07 9/188 20544
/proc/meminfo: memFree=30212960/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=360664 CPUtime=203.67 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 92247 0 0 0 20343 24 0 0 18 0 5 0 598837445 369319936 45276 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 90166 45276 417 389 0 85916 0
[pid=20537/tid=20539] ppid=20536 vsize=360664 CPUtime=50.97 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 21803 0 0 0 5090 7 0 0 25 0 5 0 598837452 369319936 45276 33554432000 4194304 5787044 140733655134256 18446744073709551615 4220345 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=360664 CPUtime=50.96 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 19263 0 0 0 5091 5 0 0 25 0 5 0 598837455 369319936 45276 33554432000 4194304 5787044 140733655134256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=360664 CPUtime=50.64 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 18318 0 0 0 5060 4 0 0 25 0 5 0 598837458 369319936 45276 33554432000 4194304 5787044 140733655134256 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=360664 CPUtime=50.92 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 20681 0 0 0 5088 4 0 0 25 0 5 0 598837460 369319936 45276 33554432000 4194304 5787044 140733655134256 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 369364

[startup+102.301 s]
/proc/loadavg: 8.08 8.05 8.07 10/188 20545
/proc/meminfo: memFree=30152396/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=378364 CPUtime=408.17 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 106304 0 0 0 40783 34 0 0 18 0 5 0 598837445 387444736 59268 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 94591 59268 417 389 0 90341 0
[pid=20537/tid=20539] ppid=20536 vsize=378364 CPUtime=102.18 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 26626 0 0 0 10207 11 0 0 25 0 5 0 598837452 387444736 59268 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=378364 CPUtime=102.15 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 22818 0 0 0 10208 7 0 0 25 0 5 0 598837455 387444736 59268 33554432000 4194304 5787044 140733655134256 18446744073709551615 5590355 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=378364 CPUtime=101.55 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 21578 0 0 0 10148 7 0 0 25 0 5 0 598837458 387444736 59268 33554432000 4194304 5787044 140733655134256 18446744073709551615 5601791 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=378364 CPUtime=102.12 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 23100 0 0 0 10206 6 0 0 25 0 5 0 598837460 387444736 59268 33554432000 4194304 5787044 140733655134256 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 387064

[startup+162.3 s]
/proc/loadavg: 8.20 8.08 8.08 10/188 20546
/proc/meminfo: memFree=30036904/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=403048 CPUtime=647.83 cores=0,2,4,6

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

/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 45995 0 0 0 82175 40 0 0 25 0 5 0 598837455 794800128 152684 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=776172 CPUtime=817.53 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 47686 0 0 0 81707 46 0 0 25 0 5 0 598837458 794800128 152684 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=776172 CPUtime=822.13 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 48653 0 0 0 82191 22 0 0 25 0 5 0 598837460 794800128 152684 33554432000 4194304 5787044 140733655134256 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.16
Current children cumulated vsize (KiB) 784872

[startup+882.301 s]
/proc/loadavg: 7.49 7.96 8.05 5/177 20584
/proc/meminfo: memFree=30264548/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=780700 CPUtime=3523.82 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 205756 0 0 0 352224 158 0 0 18 0 5 0 598837445 799436800 157291 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 195175 157291 417 389 0 190925 0
[pid=20537/tid=20539] ppid=20536 vsize=780700 CPUtime=882.18 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 47455 0 0 0 88177 41 0 0 25 0 5 0 598837452 799436800 157291 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=780700 CPUtime=882.14 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 48589 0 0 0 88169 45 0 0 25 0 5 0 598837455 799436800 157291 33554432000 4194304 5787044 140733655134256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=780700 CPUtime=877.19 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 48713 0 0 0 87673 46 0 0 25 0 5 0 598837458 799436800 157291 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=780700 CPUtime=882.13 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 48817 0 0 0 88191 22 0 0 25 0 5 0 598837460 799436800 157291 33554432000 4194304 5787044 140733655134256 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.82
Current children cumulated vsize (KiB) 789400

[startup+942.301 s]
/proc/loadavg: 5.36 7.25 7.80 5/177 20585
/proc/meminfo: memFree=30232260/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=864876 CPUtime=3763.5 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 213985 0 0 0 376172 178 0 0 18 0 5 0 598837445 885633024 165295 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 216219 165295 417 389 0 211969 0
[pid=20537/tid=20539] ppid=20536 vsize=864876 CPUtime=942.18 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 49335 0 0 0 94169 49 0 0 25 0 5 0 598837452 885633024 165295 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=864876 CPUtime=942.15 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 51838 0 0 0 94161 54 0 0 25 0 5 0 598837455 885633024 165295 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=864876 CPUtime=936.86 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 48714 0 0 0 93640 46 0 0 25 0 5 0 598837458 885633024 165295 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=864876 CPUtime=942.13 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 51916 0 0 0 94188 25 0 0 25 0 5 0 598837460 885633024 165295 33554432000 4194304 5787044 140733655134256 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.5
Current children cumulated vsize (KiB) 873576

[startup+1002.3 s]
/proc/loadavg: 4.50 6.66 7.56 5/177 20587
/proc/meminfo: memFree=30215244/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=875924 CPUtime=4003.15 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 218254 0 0 0 400128 187 0 0 18 0 5 0 598837445 896946176 169564 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 218981 169564 417 389 0 214731 0
[pid=20537/tid=20539] ppid=20536 vsize=875924 CPUtime=1002.18 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 50841 0 0 0 100161 57 0 0 25 0 5 0 598837452 896946176 169564 33554432000 4194304 5787044 140733655134256 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=875924 CPUtime=1002.15 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 51838 0 0 0 100161 54 0 0 25 0 5 0 598837455 896946176 169564 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=875924 CPUtime=996.52 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 48715 0 0 0 99606 46 0 0 25 0 5 0 598837458 896946176 169564 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=875924 CPUtime=1002.13 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 54678 0 0 0 100186 27 0 0 25 0 5 0 598837460 896946176 169564 33554432000 4194304 5787044 140733655134256 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.15
Current children cumulated vsize (KiB) 884624

[startup+1062.31 s]
/proc/loadavg: 4.18 6.17 7.33 5/177 20588
/proc/meminfo: memFree=30199596/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=886644 CPUtime=4242.84 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 222482 0 0 0 424089 195 0 0 18 0 5 0 598837445 907923456 173567 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 221661 173567 417 389 0 217411 0
[pid=20537/tid=20539] ppid=20536 vsize=886644 CPUtime=1062.18 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 52014 0 0 0 106158 60 0 0 25 0 5 0 598837452 907923456 173567 33554432000 4194304 5787044 140733655134256 18446744073709551615 5586800 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=886644 CPUtime=1062.15 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 51839 0 0 0 106161 54 0 0 25 0 5 0 598837455 907923456 173567 33554432000 4194304 5787044 140733655134256 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=886644 CPUtime=1056.19 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 49087 0 0 0 105571 48 0 0 25 0 5 0 598837458 907923456 173567 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=886644 CPUtime=1062.14 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 57360 0 0 0 106185 29 0 0 25 0 5 0 598837460 907923456 173567 33554432000 4194304 5787044 140733655134256 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.84
Current children cumulated vsize (KiB) 895344

[startup+1122.3 s]
/proc/loadavg: 4.14 5.79 7.12 5/177 20590
/proc/meminfo: memFree=30183824/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=894104 CPUtime=4482.48 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 226405 0 0 0 448034 214 0 0 18 0 5 0 598837445 915562496 177490 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 223526 177490 417 389 0 219276 0
[pid=20537/tid=20539] ppid=20536 vsize=894104 CPUtime=1122.17 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 52028 0 0 0 112157 60 0 0 25 0 5 0 598837452 915562496 177490 33554432000 4194304 5787044 140733655134256 18446744073709551615 5590552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=894104 CPUtime=1122.14 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 51847 0 0 0 112160 54 0 0 25 0 5 0 598837455 915562496 177490 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=894104 CPUtime=1115.86 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 52348 0 0 0 111519 67 0 0 25 0 5 0 598837458 915562496 177490 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=894104 CPUtime=1122.14 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 58000 0 0 0 112184 30 0 0 25 0 5 0 598837460 915562496 177490 33554432000 4194304 5787044 140733655134256 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 902804

[startup+1182.3 s]
/proc/loadavg: 4.12 5.48 6.93 5/177 20592
/proc/meminfo: memFree=30170412/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=894104 CPUtime=4722.14 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 229667 0 0 0 471982 232 0 0 18 0 5 0 598837445 915562496 180752 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 223526 180752 417 389 0 219276 0
[pid=20537/tid=20539] ppid=20536 vsize=894104 CPUtime=1182.17 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 52233 0 0 0 118157 60 0 0 25 0 5 0 598837452 915562496 180752 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=894104 CPUtime=1182.05 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 51855 0 0 0 118150 55 0 0 25 0 5 0 598837455 915562496 180752 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=894104 CPUtime=1175.62 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 55396 0 0 0 117477 85 0 0 25 0 5 0 598837458 915562496 180752 33554432000 4194304 5787044 140733655134256 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=894104 CPUtime=1182.14 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 58001 0 0 0 118184 30 0 0 25 0 5 0 598837460 915562496 180752 33554432000 4194304 5787044 140733655134256 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.14
Current children cumulated vsize (KiB) 902804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.08 5.38 6.87 5/177 20592
/proc/meminfo: memFree=30166192/32951124 swapFree=67111464/67111528
[pid=20536] ppid=20534 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20536/stat : 20536 (priss.sh) S 20534 20536 19459 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 598837444 8908800 252 33554432000 4194304 4922060 140734417430944 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20536/statm: 2175 252 211 178 0 68 0
[pid=20537] ppid=20536 vsize=894104 CPUtime=4800.05 cores=0,2,4,6
/proc/20537/stat : 20537 (priss) S 20536 20536 19459 0 -1 4202496 230674 0 0 0 479767 238 0 0 18 0 5 0 598837445 915562496 181759 33554432000 4194304 5787044 140733655134256 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20537/statm: 223526 181759 417 389 0 219276 0
[pid=20537/tid=20539] ppid=20536 vsize=894104 CPUtime=1201.67 cores=0,2,4,6
/proc/20537/task/20539/stat : 20539 (priss) R 20536 20536 19459 0 -1 4202560 52236 0 0 0 120107 60 0 0 25 0 5 0 598837452 915562496 181759 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20537/tid=20540] ppid=20536 vsize=894104 CPUtime=1201.44 cores=0,2,4,6
/proc/20537/task/20540/stat : 20540 (priss) R 20536 20536 19459 0 -1 4202560 51856 0 0 0 120089 55 0 0 25 0 5 0 598837455 915562496 181759 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20537/tid=20541] ppid=20536 vsize=894104 CPUtime=1195.13 cores=0,2,4,6
/proc/20537/task/20541/stat : 20541 (priss) R 20536 20536 19459 0 -1 4202560 56397 0 0 0 119422 91 0 0 25 0 5 0 598837458 915562496 181759 33554432000 4194304 5787044 140733655134256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20537/tid=20542] ppid=20536 vsize=894104 CPUtime=1201.65 cores=0,2,4,6
/proc/20537/task/20542/stat : 20542 (priss) R 20536 20536 19459 0 -1 4202560 58003 0 0 0 120135 30 0 0 25 0 5 0 598837460 915562496 181759 33554432000 4194304 5787044 140733655134256 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 902804

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 20536 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.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.05
CPU user time (s): 4797.67
CPU system time (s): 2.38
CPU usage (%): 399.399
Max. virtual memory (cumulated for all children) (KiB): 902804

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

runsolver used 1.9917 second user time and 4.5693 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 16:07:49
IDJOB=3251690
IDBENCH=88229
IDSOLVER=1603
FILE ID=node110/3251690-1304086069
RUNJOBID= node110-1304082043-20090
PBS_JOBID= 13170503
Free space on /tmp= 72828 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251690-1304086069/watcher-3251690-1304086069 -o /tmp/evaluation-result-3251690-1304086069/solver-3251690-1304086069 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251690-1304086069.cnf 1760352622 4800 15500 4

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=1760352622

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:      30418812 kB
Buffers:        892352 kB
Cached:         702788 kB
SwapCached:         64 kB
Active:         595560 kB
Inactive:      1531108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30418812 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:      531376 kB
Mapped:          15612 kB
Slab:           341752 kB
PageTables:       5764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   728872 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= 72836 MiB
End job on node110 at 2011-04-29 16:27:52