Trace number 3499419

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.5 5100.02

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-15-unsat.cnf
MD5SUM647576009a3d34cc33c6dfd3ecb1a2ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of clauses1800
Sum of the clauses size6525
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21575
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

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: 8787
0.00/0.00	c parsetime: 541us
0.00/0.00	c parsed 1800 clauses with 225 variables
0.00/0.00	c NW started thread 0 successfully (1105824064)
0.00/0.00	c NW started thread 1 successfully (1116313920)
0.00/0.00	c NW started thread 2 successfully (1126803776)
0.00/0.00	c NW started thread 3 successfully (1137293632)
5.16/1.35	c preprocessor returned 10015 variables
5.16/1.35	c preprocessing returned UNKNOWN
5.16/1.35	c PP set 0 variables
5.16/1.35	c pp time: 1345419us (1s)
5.16/1.35	c preprocessor returned 10015 variables
5.16/1.35	c preprocessing returned UNKNOWN
5.16/1.35	c PP set 0 variables
5.16/1.35	c pp time: 1348643us (1s)
5.16/1.35	c preprocessor returned 10015 variables
5.16/1.35	c preprocessing returned UNKNOWN
5.16/1.35	c PP set 0 variables
5.16/1.35	c pp time: 1349091us (1s)
60.74/15.29	c preprocessor returned 30021 variables
60.74/15.29	c preprocessing returned UNKNOWN
60.74/15.29	c PP set 0 variables
60.74/15.29	c pp time: 15285700us (15s)

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 /tmp/evaluation-result-3499419-1308512027/watcher-3499419-1308512027 -o /tmp/evaluation-result-3499419-1308512027/solver-3499419-1308512027 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499419-1308512027.cnf 542827209 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: 2.57 2.13 2.04 1/170 8786
/proc/meminfo: memFree=27713372/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0

[startup+0.0974621 s]
/proc/loadavg: 2.57 2.13 2.04 1/170 8786
/proc/meminfo: memFree=27713372/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100471 s]
/proc/loadavg: 2.57 2.13 2.04 1/170 8786
/proc/meminfo: memFree=27713372/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300421 s]
/proc/loadavg: 2.57 2.13 2.04 1/170 8786
/proc/meminfo: memFree=27713372/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700348 s]
/proc/loadavg: 2.57 2.13 2.04 1/170 8786
/proc/meminfo: memFree=27713372/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5012 s]
/proc/loadavg: 2.57 2.13 2.04 5/176 8792
/proc/meminfo: memFree=27695740/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=276468 CPUtime=5.96 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 7538 0 0 0 594 2 0 0 25 0 5 0 1041433256 283103232 6773 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 69117 6773 404 389 0 64867 0
[pid=8787/tid=8788] ppid=8786 vsize=276468 CPUtime=1.48 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 1207 0 0 0 148 0 0 0 18 0 5 0 1041433257 283103232 6773 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=276468 CPUtime=1.48 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 1395 0 0 0 148 0 0 0 18 0 5 0 1041433257 283103232 6773 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032221877 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=276468 CPUtime=1.48 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 1411 0 0 0 148 0 0 0 18 0 5 0 1041433257 283103232 6773 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032221877 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=276468 CPUtime=1.49 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 2022 0 0 0 149 0 0 0 19 0 5 0 1041433257 283103232 6773 33554432000 4194304 5787044 140734090436608 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285168

[startup+3.10091 s]
/proc/loadavg: 2.57 2.13 2.04 5/176 8792
/proc/meminfo: memFree=27686952/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=276468 CPUtime=12.35 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 8586 0 0 0 1230 5 0 0 25 0 5 0 1041433256 283103232 7821 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 69117 7821 404 389 0 64867 0
[pid=8787/tid=8788] ppid=8786 vsize=276468 CPUtime=3.08 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 1584 0 0 0 307 1 0 0 18 0 5 0 1041433257 283103232 7821 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=276468 CPUtime=3.08 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 1745 0 0 0 306 2 0 0 18 0 5 0 1041433257 283103232 7821 33554432000 4194304 5787044 140734090436608 18446744073709551615 5586731 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=276468 CPUtime=3.07 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 1732 0 0 0 306 1 0 0 18 0 5 0 1041433257 283103232 7821 33554432000 4194304 5787044 140734090436608 18446744073709551615 4218282 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=276468 CPUtime=3.09 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 2022 0 0 0 309 0 0 0 25 0 5 0 1041433257 283103232 7821 33554432000 4194304 5787044 140734090436608 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 285168

[startup+6.30033 s]
/proc/loadavg: 2.68 2.16 2.05 5/176 8792
/proc/meminfo: memFree=27680660/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=276468 CPUtime=25.14 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 9746 0 0 0 2506 8 0 0 25 0 5 0 1041433256 283103232 8981 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 69117 8981 404 389 0 64867 0
[pid=8787/tid=8788] ppid=8786 vsize=276468 CPUtime=6.27 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 1944 0 0 0 626 1 0 0 18 0 5 0 1041433257 283103232 8981 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=276468 CPUtime=6.28 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 2109 0 0 0 625 3 0 0 18 0 5 0 1041433257 283103232 8981 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=276468 CPUtime=6.27 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 2168 0 0 0 625 2 0 0 18 0 5 0 1041433257 283103232 8981 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=276468 CPUtime=6.29 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 2022 0 0 0 629 0 0 0 25 0 5 0 1041433257 283103232 8981 33554432000 4194304 5787044 140734090436608 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 285168

[startup+12.7012 s]
/proc/loadavg: 2.79 2.19 2.06 5/176 8792
/proc/meminfo: memFree=27668572/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=280568 CPUtime=50.74 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 12862 0 0 0 5062 12 0 0 25 0 5 0 1041433256 287301632 12094 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 70142 12094 404 389 0 65892 0
[pid=8787/tid=8788] ppid=8786 vsize=280568 CPUtime=12.67 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 2663 0 0 0 1264 3 0 0 19 0 5 0 1041433257 287301632 12094 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=280568 CPUtime=12.68 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 3836 0 0 0 1264 4 0 0 18 0 5 0 1041433257 287301632 12094 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=280568 CPUtime=12.67 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 2838 0 0 0 1264 3 0 0 18 0 5 0 1041433257 287301632 12094 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=280568 CPUtime=12.69 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 2022 0 0 0 1269 0 0 0 25 0 5 0 1041433257 287301632 12094 33554432000 4194304 5787044 140734090436608 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 289268

[startup+25.5008 s]
/proc/loadavg: 3.06 2.28 2.09 5/176 8792
/proc/meminfo: memFree=27653672/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=289944 CPUtime=101.93 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 17428 0 0 0 10177 16 0 0 25 0 5 0 1041433256 296902656 15952 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 72486 15952 417 389 0 68236 0
[pid=8787/tid=8788] ppid=8786 vsize=289944 CPUtime=25.47 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 3220 0 0 0 2543 4 0 0 19 0 5 0 1041433257 296902656 15952 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=289944 CPUtime=25.47 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 4370 0 0 0 2542 5 0 0 25 0 5 0 1041433257 296902656 15952 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=289944 CPUtime=25.47 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 3327 0 0 0 2543 4 0 0 22 0 5 0 1041433257 296902656 15952 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=289944 CPUtime=25.48 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 5008 0 0 0 2547 1 0 0 18 0 5 0 1041433257 296902656 15952 33554432000 4194304 5787044 140734090436608 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 298644

[startup+51.1011 s]
/proc/loadavg: 3.38 2.41 2.14 5/176 8793
/proc/meminfo: memFree=27636288/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=298828 CPUtime=204.33 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 21929 0 0 0 20410 23 0 0 25 0 5 0 1041433256 305999872 20389 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 74707 20389 417 389 0 70457 0
[pid=8787/tid=8788] ppid=8786 vsize=298828 CPUtime=51.07 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 5067 0 0 0 5101 6 0 0 25 0 5 0 1041433257 305999872 20389 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=298828 CPUtime=51.07 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 5206 0 0 0 5100 7 0 0 21 0 5 0 1041433257 305999872 20389 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=298828 CPUtime=51.06 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 4089 0 0 0 5100 6 0 0 25 0 5 0 1041433257 305999872 20389 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=298828 CPUtime=51.09 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 6064 0 0 0 5107 2 0 0 25 0 5 0 1041433257 305999872 20389 33554432000 4194304 5787044 140734090436608 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.33
Current children cumulated vsize (KiB) 307528

[startup+102.307 s]
/proc/loadavg: 3.73 2.66 2.24 5/176 8794
/proc/meminfo: memFree=27606980/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=313616 CPUtime=409.15 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 29152 0 0 0 40883 32 0 0 25 0 5 0 1041433256 321142784 27513 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 78404 27513 417 389 0 74154 0
[pid=8787/tid=8788] ppid=8786 vsize=313616 CPUtime=102.27 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 6362 0 0 0 10219 8 0 0 25 0 5 0 1041433257 321142784 27513 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=313616 CPUtime=102.27 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 6531 0 0 0 10218 9 0 0 25 0 5 0 1041433257 321142784 27513 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=313616 CPUtime=102.27 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 7247 0 0 0 10218 9 0 0 25 0 5 0 1041433257 321142784 27513 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=313616 CPUtime=102.29 cores=0-7

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

/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 31307 0 0 0 472188 52 0 0 25 0 5 0 1041433257 717627392 131675 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=700808 CPUtime=4722.37 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 32423 0 0 0 472175 62 0 0 25 0 5 0 1041433257 717627392 131675 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=700808 CPUtime=4722.43 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 35830 0 0 0 472225 18 0 0 25 0 5 0 1041433257 717627392 131675 33554432000 4194304 5787044 140734090436608 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18889.6
Current children cumulated vsize (KiB) 709508

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 8934
/proc/meminfo: memFree=27185276/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=700808 CPUtime=19129.6 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 137030 0 0 0 1912781 180 0 0 25 0 5 0 1041433256 717627392 132387 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 175202 132387 417 389 0 170952 0
[pid=8787/tid=8788] ppid=8786 vsize=700808 CPUtime=4782.4 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 35581 0 0 0 478194 46 0 0 25 0 5 0 1041433257 717627392 132387 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=700808 CPUtime=4782.4 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 31622 0 0 0 478187 53 0 0 25 0 5 0 1041433257 717627392 132387 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=700808 CPUtime=4782.37 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 32467 0 0 0 478175 62 0 0 25 0 5 0 1041433257 717627392 132387 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=700808 CPUtime=4782.42 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 35857 0 0 0 478224 18 0 0 25 0 5 0 1041433257 717627392 132387 33554432000 4194304 5787044 140734090436608 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19129.6
Current children cumulated vsize (KiB) 709508

[startup+4842.3 s]
/proc/loadavg: 4.06 4.02 3.92 5/176 8936
/proc/meminfo: memFree=27176536/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=705808 CPUtime=19369.6 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 139159 0 0 0 1936781 182 0 0 25 0 5 0 1041433256 722747392 134516 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 176452 134516 417 389 0 172202 0
[pid=8787/tid=8788] ppid=8786 vsize=705808 CPUtime=4842.4 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 35933 0 0 0 484193 47 0 0 25 0 5 0 1041433257 722747392 134516 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=705808 CPUtime=4842.4 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 32088 0 0 0 484187 53 0 0 25 0 5 0 1041433257 722747392 134516 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=705808 CPUtime=4842.37 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 33538 0 0 0 484175 62 0 0 25 0 5 0 1041433257 722747392 134516 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=705808 CPUtime=4842.42 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 36097 0 0 0 484224 18 0 0 25 0 5 0 1041433257 722747392 134516 33554432000 4194304 5787044 140734090436608 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19369.6
Current children cumulated vsize (KiB) 714508

[startup+4902.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/176 8937
/proc/meminfo: memFree=27171900/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=707376 CPUtime=19609.6 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 140352 0 0 0 1960779 184 0 0 25 0 5 0 1041433256 724353024 135709 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 176844 135709 417 389 0 172594 0
[pid=8787/tid=8788] ppid=8786 vsize=707376 CPUtime=4902.4 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 36384 0 0 0 490192 48 0 0 25 0 5 0 1041433257 724353024 135709 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=707376 CPUtime=4902.4 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 32368 0 0 0 490186 54 0 0 25 0 5 0 1041433257 724353024 135709 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=707376 CPUtime=4902.37 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 33584 0 0 0 490175 62 0 0 25 0 5 0 1041433257 724353024 135709 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=707376 CPUtime=4902.42 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 36513 0 0 0 490224 18 0 0 25 0 5 0 1041433257 724353024 135709 33554432000 4194304 5787044 140734090436608 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19609.6
Current children cumulated vsize (KiB) 716076

[startup+4962.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/176 8939
/proc/meminfo: memFree=27163148/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=713040 CPUtime=19849.6 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 143583 0 0 0 1984778 186 0 0 25 0 5 0 1041433256 730152960 137915 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 178260 137915 417 389 0 174010 0
[pid=8787/tid=8788] ppid=8786 vsize=713040 CPUtime=4962.4 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 36716 0 0 0 496192 48 0 0 25 0 5 0 1041433257 730152960 137915 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=713040 CPUtime=4962.41 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 34850 0 0 0 496186 55 0 0 25 0 5 0 1041433257 730152960 137915 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=713040 CPUtime=4962.37 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 33667 0 0 0 496175 62 0 0 25 0 5 0 1041433257 730152960 137915 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=713040 CPUtime=4962.42 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 36847 0 0 0 496224 18 0 0 25 0 5 0 1041433257 730152960 137915 33554432000 4194304 5787044 140734090436608 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19849.6
Current children cumulated vsize (KiB) 721740

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 8941
/proc/meminfo: memFree=27158396/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=714172 CPUtime=20089.6 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 144822 0 0 0 2008777 187 0 0 25 0 5 0 1041433256 731312128 139154 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 178543 139154 417 389 0 174293 0
[pid=8787/tid=8788] ppid=8786 vsize=714172 CPUtime=5022.4 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 37104 0 0 0 502191 49 0 0 25 0 5 0 1041433257 731312128 139154 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=714172 CPUtime=5022.4 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 35236 0 0 0 502185 55 0 0 25 0 5 0 1041433257 731312128 139154 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=714172 CPUtime=5022.37 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 33773 0 0 0 502175 62 0 0 25 0 5 0 1041433257 731312128 139154 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=714172 CPUtime=5022.43 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 37206 0 0 0 502224 19 0 0 25 0 5 0 1041433257 731312128 139154 33554432000 4194304 5787044 140734090436608 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20089.6
Current children cumulated vsize (KiB) 722872

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 8942
/proc/meminfo: memFree=27152276/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=718068 CPUtime=20329.7 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 146258 0 0 0 2032776 190 0 0 25 0 5 0 1041433256 735301632 140590 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 179517 140590 417 389 0 175267 0
[pid=8787/tid=8788] ppid=8786 vsize=718068 CPUtime=5082.4 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 37446 0 0 0 508189 51 0 0 25 0 5 0 1041433257 735301632 140590 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=718068 CPUtime=5082.41 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 35649 0 0 0 508185 56 0 0 25 0 5 0 1041433257 735301632 140590 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=718068 CPUtime=5082.38 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 33816 0 0 0 508176 62 0 0 25 0 5 0 1041433257 735301632 140590 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=718068 CPUtime=5082.43 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 37844 0 0 0 508224 19 0 0 25 0 5 0 1041433257 735301632 140590 33554432000 4194304 5787044 140734090436608 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20329.7
Current children cumulated vsize (KiB) 726768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 8943
/proc/meminfo: memFree=27146056/32951124 swapFree=67056304/67111528
[pid=8786] ppid=8784 vsize=8700 CPUtime=0 cores=0-7
/proc/8786/stat : 8786 (priss.sh) S 8784 8786 8712 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 1041433256 8908800 252 33554432000 4194304 4922060 140737274711648 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8786/statm: 2175 252 211 178 0 68 0
[pid=8787] ppid=8786 vsize=785652 CPUtime=20400.5 cores=0-7
/proc/8787/stat : 8787 (priss) S 8786 8786 8712 0 -1 4202496 147833 0 0 0 2039858 190 0 0 25 0 5 0 1041433256 804507648 142165 33554432000 4194304 5787044 140734090436608 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8787/statm: 196413 142165 417 389 0 192163 0
[pid=8787/tid=8788] ppid=8786 vsize=785652 CPUtime=5100.11 cores=0-7
/proc/8787/task/8788/stat : 8788 (priss) R 8786 8786 8712 0 -1 4202560 37545 0 0 0 509960 51 0 0 25 0 5 0 1041433257 804507648 142165 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8787/tid=8790] ppid=8786 vsize=785652 CPUtime=5100.12 cores=0-7
/proc/8787/task/8790/stat : 8790 (priss) R 8786 8786 8712 0 -1 4202560 36809 0 0 0 509956 56 0 0 25 0 5 0 1041433257 804507648 142165 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8787/tid=8791] ppid=8786 vsize=785652 CPUtime=5100.08 cores=0-7
/proc/8787/task/8791/stat : 8791 (priss) R 8786 8786 8712 0 -1 4202560 33832 0 0 0 509946 62 0 0 25 0 5 0 1041433257 804507648 142165 33554432000 4194304 5787044 140734090436608 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8787/tid=8792] ppid=8786 vsize=785652 CPUtime=5100.13 cores=0-7
/proc/8787/task/8792/stat : 8792 (priss) R 8786 8786 8712 0 -1 4202560 38144 0 0 0 509994 19 0 0 25 0 5 0 1041433257 804507648 142165 33554432000 4194304 5787044 140734090436608 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20400.5
Current children cumulated vsize (KiB) 794352

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 8786 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.5
#
# 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.5
CPU user time (s): 20398.6
CPU system time (s): 1.9
CPU usage (%): 400.008
Max. virtual memory (cumulated for all children) (KiB): 794352

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= 331
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 7.59784 second user time and 20.2109 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-19 21:33:47
IDJOB=3499419
IDBENCH=83230
IDSOLVER=1994
FILE ID=node110/3499419-1308512027
RUNJOBID= node110-1308512008-8726
PBS_JOBID= 13608276
Free space on /tmp= 73400 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-15-unsat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499419-1308512027/watcher-3499419-1308512027 -o /tmp/evaluation-result-3499419-1308512027/solver-3499419-1308512027 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499419-1308512027.cnf 542827209 40000 31000 8

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

MD5SUM BENCH= 647576009a3d34cc33c6dfd3ecb1a2ef
RANDOM SEED=542827209

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:      27713792 kB
Buffers:        557628 kB
Cached:        4285284 kB
SwapCached:      22752 kB
Active:        2309152 kB
Inactive:      2566672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27713792 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:       26944 kB
Mapped:          12804 kB
Slab:           297212 kB
PageTables:       4472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186756 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= 73400 MiB
End job on node110 at 2011-06-19 22:58:49