Trace number 3499721

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) 20400.1 5100.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.156975
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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: 25329
0.00/0.03	c parsetime: 30863us
0.00/0.03	c parsed 148400 clauses with 1295 variables
0.00/0.04	c NW started thread 0 successfully (1090136384)
0.00/0.06	c NW started thread 1 successfully (1107228992)
0.00/0.08	c NW started thread 2 successfully (1117718848)
0.00/0.11	c NW started thread 3 successfully (1128208704)
26.08/6.63	c preprocessor returned 10005 variables
26.08/6.63	c preprocessing returned UNKNOWN
26.08/6.63	c PP set 0 variables
26.08/6.63	c pp time: 6586412us (6s)
26.08/6.67	c preprocessor returned 10005 variables
26.08/6.67	c preprocessing returned UNKNOWN
26.08/6.67	c PP set 0 variables
26.08/6.67	c pp time: 6588276us (6s)
28.05/7.13	c preprocessor returned 10005 variables
28.05/7.13	c preprocessing returned UNKNOWN
28.05/7.13	c PP set 0 variables
28.05/7.13	c pp time: 7064974us (7s)
50.45/12.78	c preprocessor returned 30022 variables
50.45/12.78	c preprocessing returned UNKNOWN
50.45/12.78	c PP set 0 variables
50.45/12.78	c pp time: 12669998us (12s)
9174.01/2293.61	c HTE
9312.02/2328.17	c subsumption
9769.64/2442.53	c simplified formula contains 0 unit clauses

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499721-1308010257/watcher-3499721-1308010257 -o /var/tmp/evaluation-result-3499721-1308010257/solver-3499721-1308010257 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499721-1308010257.cnf 910967244 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.98 2/170 25328
/proc/meminfo: memFree=15245096/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0

[startup+0.0986779 s]
/proc/loadavg: 3.68 3.93 3.98 2/170 25328
/proc/meminfo: memFree=15245096/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10068 s]
/proc/loadavg: 3.68 3.93 3.98 2/170 25328
/proc/meminfo: memFree=15245096/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300642 s]
/proc/loadavg: 3.68 3.93 3.98 2/170 25328
/proc/meminfo: memFree=15245096/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70056 s]
/proc/loadavg: 3.68 3.93 3.98 2/170 25328
/proc/meminfo: memFree=15245096/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 3.68 3.93 3.98 5/176 25334
/proc/meminfo: memFree=15196216/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=294160 CPUtime=5.65 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 24378 0 0 0 559 6 0 0 18 0 5 0 893441313 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 73540 12105 350 389 0 69290 0
[pid=25329/tid=25331] ppid=25328 vsize=294160 CPUtime=1.43 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 4008 0 0 0 142 1 0 0 18 0 5 0 893441317 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=294160 CPUtime=1.4 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 5001 0 0 0 138 2 0 0 19 0 5 0 893441319 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=294160 CPUtime=1.39 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 3932 0 0 0 138 1 0 0 18 0 5 0 893441321 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=294160 CPUtime=1.3 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 3869 0 0 0 130 0 0 0 18 0 5 0 893441324 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 302860

[startup+3.10108 s]
/proc/loadavg: 3.68 3.93 3.98 5/176 25334
/proc/meminfo: memFree=15196588/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=294160 CPUtime=12.05 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 24378 0 0 0 1199 6 0 0 18 0 5 0 893441313 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 73540 12105 350 389 0 69290 0
[pid=25329/tid=25331] ppid=25328 vsize=294160 CPUtime=3.03 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 4008 0 0 0 302 1 0 0 21 0 5 0 893441317 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=294160 CPUtime=3 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 5001 0 0 0 298 2 0 0 24 0 5 0 893441319 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=294160 CPUtime=2.99 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 3932 0 0 0 298 1 0 0 21 0 5 0 893441321 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=294160 CPUtime=2.9 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 3869 0 0 0 290 0 0 0 21 0 5 0 893441324 301219840 12105 33554432000 4194304 5787044 140735905091296 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 302860

[startup+6.30045 s]
/proc/loadavg: 3.70 3.93 3.98 5/176 25334
/proc/meminfo: memFree=15190772/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=314484 CPUtime=24.85 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 30886 0 0 0 2478 7 0 0 18 0 5 0 893441313 322031616 17897 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 78621 17897 355 389 0 74371 0
[pid=25329/tid=25331] ppid=25328 vsize=314484 CPUtime=6.23 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 5629 0 0 0 622 1 0 0 18 0 5 0 893441317 322031616 17897 33554432000 4194304 5787044 140735905091296 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=314484 CPUtime=6.2 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 6311 0 0 0 618 2 0 0 25 0 5 0 893441319 322031616 17897 33554432000 4194304 5787044 140735905091296 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=314484 CPUtime=6.18 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 5135 0 0 0 617 1 0 0 18 0 5 0 893441321 322031616 17897 33554432000 4194304 5787044 140735905091296 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=314484 CPUtime=6.1 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 6243 0 0 0 610 0 0 0 25 0 5 0 893441324 322031616 17897 33554432000 4194304 5787044 140735905091296 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 323184

[startup+12.7012 s]
/proc/loadavg: 3.73 3.94 3.98 5/176 25334
/proc/meminfo: memFree=15151728/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=332092 CPUtime=50.45 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 51688 0 0 0 5033 12 0 0 18 0 5 0 893441313 340062208 27515 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 83056 27517 404 389 0 78806 0
[pid=25329/tid=25331] ppid=25328 vsize=332224 CPUtime=12.63 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 11715 0 0 0 1260 3 0 0 18 0 5 0 893441317 340197376 27519 33554432000 4194304 5787044 140735905091296 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=332224 CPUtime=12.61 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 11906 0 0 0 1257 4 0 0 25 0 5 0 893441319 340197376 27522 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=332224 CPUtime=12.59 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 10854 0 0 0 1256 3 0 0 18 0 5 0 893441321 340197376 27525 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=332224 CPUtime=12.5 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 9658 0 0 0 1250 0 0 0 25 0 5 0 893441324 340197376 27528 33554432000 4194304 5787044 140735905091296 18446744073709551615 270338044613 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 340792

[startup+25.5006 s]
/proc/loadavg: 3.79 3.94 3.98 5/176 25334
/proc/meminfo: memFree=15122624/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=332404 CPUtime=101.62 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 59075 0 0 0 10146 16 0 0 18 0 5 0 893441313 340381696 31763 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 83101 31763 417 389 0 78851 0
[pid=25329/tid=25331] ppid=25328 vsize=332404 CPUtime=25.42 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 13306 0 0 0 2538 4 0 0 18 0 5 0 893441317 340381696 31763 33554432000 4194304 5787044 140735905091296 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=332404 CPUtime=25.41 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 14165 0 0 0 2536 5 0 0 25 0 5 0 893441319 340381696 31763 33554432000 4194304 5787044 140735905091296 18446744073709551615 270338043444 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=332404 CPUtime=25.39 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 12333 0 0 0 2535 4 0 0 18 0 5 0 893441321 340381696 31763 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=332404 CPUtime=25.28 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 11703 0 0 0 2527 1 0 0 18 0 5 0 893441324 340381696 31763 33554432000 4194304 5787044 140735905091296 18446744073709551615 5527150 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 341104

[startup+51.1006 s]
/proc/loadavg: 3.86 3.94 3.98 5/176 25335
/proc/meminfo: memFree=15083108/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=346504 CPUtime=203.99 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 68832 0 0 0 20375 24 0 0 18 0 5 0 893441313 354820096 41516 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 86626 41516 417 389 0 82376 0
[pid=25329/tid=25331] ppid=25328 vsize=346504 CPUtime=51.03 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 15277 0 0 0 5097 6 0 0 18 0 5 0 893441317 354820096 41516 33554432000 4194304 5787044 140735905091296 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=346504 CPUtime=51 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 16520 0 0 0 5093 7 0 0 25 0 5 0 893441319 354820096 41516 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=346504 CPUtime=50.98 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 14269 0 0 0 5092 6 0 0 18 0 5 0 893441321 354820096 41516 33554432000 4194304 5787044 140735905091296 18446744073709551615 5586662 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=346504 CPUtime=50.84 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 15198 0 0 0 5082 2 0 0 18 0 5 0 893441324 354820096 41516 33554432000 4194304 5787044 140735905091296 18446744073709551615 5527767 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 355204

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.98 5/176 25336
/proc/meminfo: memFree=15015760/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=369208 CPUtime=408.77 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 85739 0 0 0 40838 39 0 0 18 0 5 0 893441313 378068992 58260 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 92302 58260 417 389 0 88052 0
[pid=25329/tid=25331] ppid=25328 vsize=369208 CPUtime=102.22 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 19025 0 0 0 10212 10 0 0 25 0 5 0 893441317 378068992 58260 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=369208 CPUtime=102.21 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 21228 0 0 0 10210 11 0 0 25 0 5 0 893441319 378068992 58260 33554432000 4194304 5787044 140735905091296 18446744073709551615 5586822 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=369208 CPUtime=102.19 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 19172 0 0 0 10208 11 0 0 18 0 5 0 893441321 378068992 58260 33554432000 4194304 5787044 140735905091296 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=369208 CPUtime=102.02 cores=0-7

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

/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 127347 0 0 0 472093 144 0 0 25 0 5 0 893441319 2206625792 480277 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=2154908 CPUtime=4722.36 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 120209 0 0 0 472071 165 0 0 25 0 5 0 893441321 2206625792 480277 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=2154908 CPUtime=4722 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 140077 0 0 0 472139 61 0 0 25 0 5 0 893441324 2206625792 480277 33554432000 4194304 5787044 140735905091296 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18889.2
Current children cumulated vsize (KiB) 2163608

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25476
/proc/meminfo: memFree=13321656/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=2154908 CPUtime=19129.2 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 517313 0 0 0 1912375 546 0 0 18 0 5 0 893441313 2206625792 480314 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 538727 480314 417 389 0 534477 0
[pid=25329/tid=25331] ppid=25328 vsize=2154908 CPUtime=4782.36 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 122078 0 0 0 478062 174 0 0 25 0 5 0 893441317 2206625792 480314 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=2154908 CPUtime=4782.37 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 127349 0 0 0 478093 144 0 0 25 0 5 0 893441319 2206625792 480314 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=2154908 CPUtime=4782.36 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 120240 0 0 0 478071 165 0 0 25 0 5 0 893441321 2206625792 480314 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=2154908 CPUtime=4782 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 140078 0 0 0 478139 61 0 0 25 0 5 0 893441324 2206625792 480314 33554432000 4194304 5787044 140735905091296 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19129.2
Current children cumulated vsize (KiB) 2163608

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25478
/proc/meminfo: memFree=13313948/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=2154908 CPUtime=19369.2 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 519224 0 0 0 1936371 550 0 0 18 0 5 0 893441313 2206625792 482225 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 538727 482225 417 389 0 534477 0
[pid=25329/tid=25331] ppid=25328 vsize=2154908 CPUtime=4842.36 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 122095 0 0 0 484062 174 0 0 25 0 5 0 893441317 2206625792 482225 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=2154908 CPUtime=4842.37 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 127352 0 0 0 484093 144 0 0 25 0 5 0 893441319 2206625792 482225 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=2154908 CPUtime=4842.36 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 122123 0 0 0 484067 169 0 0 25 0 5 0 893441321 2206625792 482225 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=2154908 CPUtime=4842 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 140086 0 0 0 484139 61 0 0 25 0 5 0 893441324 2206625792 482225 33554432000 4194304 5787044 140735905091296 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19369.2
Current children cumulated vsize (KiB) 2163608

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25479
/proc/meminfo: memFree=13305484/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=2154908 CPUtime=19609.2 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 521378 0 0 0 1960368 555 0 0 18 0 5 0 893441313 2206625792 484379 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 538727 484379 417 389 0 534477 0
[pid=25329/tid=25331] ppid=25328 vsize=2154908 CPUtime=4902.37 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 122105 0 0 0 490063 174 0 0 25 0 5 0 893441317 2206625792 484379 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=2154908 CPUtime=4902.37 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 127358 0 0 0 490093 144 0 0 25 0 5 0 893441319 2206625792 484379 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=2154908 CPUtime=4902.36 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 124257 0 0 0 490062 174 0 0 25 0 5 0 893441321 2206625792 484379 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=2154908 CPUtime=4902 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 140090 0 0 0 490139 61 0 0 25 0 5 0 893441324 2206625792 484379 33554432000 4194304 5787044 140735905091296 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19609.2
Current children cumulated vsize (KiB) 2163608

[startup+4962.3 s]
/proc/loadavg: 4.05 4.01 4.00 5/176 25481
/proc/meminfo: memFree=13296916/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=2154908 CPUtime=19849.2 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 523528 0 0 0 1984365 559 0 0 18 0 5 0 893441313 2206625792 486529 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 538727 486529 417 389 0 534477 0
[pid=25329/tid=25331] ppid=25328 vsize=2154908 CPUtime=4962.37 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 122137 0 0 0 496063 174 0 0 25 0 5 0 893441317 2206625792 486529 33554432000 4194304 5787044 140735905091296 18446744073709551615 4255004 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=2154908 CPUtime=4962.37 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 127362 0 0 0 496093 144 0 0 25 0 5 0 893441319 2206625792 486529 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=2154908 CPUtime=4962.36 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 126361 0 0 0 496059 177 0 0 25 0 5 0 893441321 2206625792 486529 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=2154908 CPUtime=4962 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 140100 0 0 0 496139 61 0 0 25 0 5 0 893441324 2206625792 486529 33554432000 4194304 5787044 140735905091296 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19849.2
Current children cumulated vsize (KiB) 2163608

[startup+5022.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/176 25482
/proc/meminfo: memFree=13288452/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=2154908 CPUtime=20089.2 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 525703 0 0 0 2008361 563 0 0 18 0 5 0 893441313 2206625792 488704 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 538727 488704 417 389 0 534477 0
[pid=25329/tid=25331] ppid=25328 vsize=2154908 CPUtime=5022.37 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 122193 0 0 0 502063 174 0 0 25 0 5 0 893441317 2206625792 488704 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=2154908 CPUtime=5022.38 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 127366 0 0 0 502094 144 0 0 25 0 5 0 893441319 2206625792 488704 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=2154908 CPUtime=5022.37 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 128455 0 0 0 502055 182 0 0 25 0 5 0 893441321 2206625792 488704 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=2154908 CPUtime=5022 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 140121 0 0 0 502139 61 0 0 25 0 5 0 893441324 2206625792 488704 33554432000 4194304 5787044 140735905091296 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20089.2
Current children cumulated vsize (KiB) 2163608

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25484
/proc/meminfo: memFree=13279392/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=2220444 CPUtime=20329.3 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 527890 0 0 0 2032359 567 0 0 18 0 5 0 893441313 2273734656 490891 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 555111 490891 417 389 0 550861 0
[pid=25329/tid=25331] ppid=25328 vsize=2220444 CPUtime=5082.38 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 122373 0 0 0 508063 175 0 0 25 0 5 0 893441317 2273734656 490891 33554432000 4194304 5787044 140735905091296 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=2220444 CPUtime=5082.38 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 127386 0 0 0 508094 144 0 0 25 0 5 0 893441319 2273734656 490891 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=2220444 CPUtime=5082.37 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 130434 0 0 0 508052 185 0 0 25 0 5 0 893441321 2273734656 490891 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=2220444 CPUtime=5082.01 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 140129 0 0 0 508140 61 0 0 25 0 5 0 893441324 2273734656 490891 33554432000 4194304 5787044 140735905091296 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20329.3
Current children cumulated vsize (KiB) 2229144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25485
/proc/meminfo: memFree=13276896/32951124 swapFree=67054448/67111528
[pid=25328] ppid=25326 vsize=8700 CPUtime=0 cores=0-7
/proc/25328/stat : 25328 (priss.sh) S 25326 25328 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 893441313 8908800 252 33554432000 4194304 4922060 140734792176528 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25328/statm: 2175 252 211 178 0 68 0
[pid=25329] ppid=25328 vsize=2220444 CPUtime=20400.1 cores=0-7
/proc/25329/stat : 25329 (priss) S 25328 25328 24804 0 -1 4202496 528525 0 0 0 2039441 568 0 0 18 0 5 0 893441313 2273734656 491526 33554432000 4194304 5787044 140735905091296 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/25329/statm: 555111 491526 417 389 0 550861 0
[pid=25329/tid=25331] ppid=25328 vsize=2220444 CPUtime=5100.09 cores=0-7
/proc/25329/task/25331/stat : 25331 (priss) R 25328 25328 24804 0 -1 4202560 122375 0 0 0 509834 175 0 0 25 0 5 0 893441317 2273734656 491526 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25329/tid=25332] ppid=25328 vsize=2220444 CPUtime=5100.09 cores=0-7
/proc/25329/task/25332/stat : 25332 (priss) R 25328 25328 24804 0 -1 4202560 127408 0 0 0 509865 144 0 0 25 0 5 0 893441319 2273734656 491526 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25329/tid=25333] ppid=25328 vsize=2220444 CPUtime=5100.08 cores=0-7
/proc/25329/task/25333/stat : 25333 (priss) R 25328 25328 24804 0 -1 4202560 131042 0 0 0 509822 186 0 0 25 0 5 0 893441321 2273734656 491526 33554432000 4194304 5787044 140735905091296 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25329/tid=25334] ppid=25328 vsize=2220444 CPUtime=5099.71 cores=0-7
/proc/25329/task/25334/stat : 25334 (priss) R 25328 25328 24804 0 -1 4202560 140132 0 0 0 509910 61 0 0 25 0 5 0 893441324 2273734656 491526 33554432000 4194304 5787044 140735905091296 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20400.1
Current children cumulated vsize (KiB) 2229144

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 25328 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20400.1
CPU user time (s): 20394.4
CPU system time (s): 5.68
CPU usage (%): 400
Max. virtual memory (cumulated for all children) (KiB): 2229144

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

runsolver used 8.73267 second user time and 19.0071 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-14 02:10:57
IDJOB=3499721
IDBENCH=88218
IDSOLVER=1994
FILE ID=node143/3499721-1308010257
RUNJOBID= node143-1307998341-24818
PBS_JOBID= 13559827
Free space on /var/tmp= 2912 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499721-1308010257/watcher-3499721-1308010257 -o /var/tmp/evaluation-result-3499721-1308010257/solver-3499721-1308010257 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499721-1308010257.cnf 910967244 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=910967244

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.846
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.75
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.846
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.846
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.846
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:      15245516 kB
Buffers:        126212 kB
Cached:       16944000 kB
SwapCached:       9580 kB
Active:        1495976 kB
Inactive:     15591996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15245516 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:       15848 kB
Mapped:          12556 kB
Slab:           551864 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187572 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 /var/tmp at the end= 2912 MiB
End job on node143 at 2011-06-14 03:35:59