Trace number 3499301

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 5100.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n190-s29985700-unsat.cnf
MD5SUMf2cf61fc47972fb7e89be65d1a83332e
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 variables193
Number of clauses396
Sum of the clauses size1188
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3396
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 11182
0.00/0.00	c parsetime: 167us
0.00/0.00	c parsed 396 clauses with 193 variables
0.00/0.00	c NW started thread 0 successfully (1097247040)
0.00/0.00	c NW started thread 1 successfully (1107736896)
0.00/0.00	c NW started thread 2 successfully (1118226752)
0.00/0.00	c NW started thread 3 successfully (1128716608)
0.00/0.64	c preprocessor returned 10038 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 0 variables
0.00/0.64	c pp time: 639121us (0s)
0.00/0.64	c preprocessor returned 10038 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 0 variables
0.00/0.64	c pp time: 639623us (0s)
0.00/0.64	c preprocessor returned 10038 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 0 variables
0.00/0.64	c pp time: 640898us (0s)
26.73/6.71	c preprocessor returned 30180 variables
26.73/6.71	c preprocessing returned UNKNOWN
26.73/6.71	c PP set 0 variables
26.73/6.71	c pp time: 6703271us (6s)
18416.69/4604.20	c HTE
18439.09/4609.87	c subsumption
19339.11/4834.83	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 /tmp/evaluation-result-3499301-1307997940/watcher-3499301-1307997940 -o /tmp/evaluation-result-3499301-1307997940/solver-3499301-1307997940 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499301-1307997940.cnf 480223238 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: 4.00 4.00 3.94 1/170 11181
/proc/meminfo: memFree=4129000/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0

[startup+0.044081 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 11181
/proc/meminfo: memFree=4129000/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105114 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 11181
/proc/meminfo: memFree=4129000/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301013 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 11181
/proc/meminfo: memFree=4129000/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70094 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 11181
/proc/meminfo: memFree=4129000/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 11187
/proc/meminfo: memFree=4105368/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=212484 CPUtime=5.95 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 8007 0 0 0 592 3 0 0 18 0 5 0 892210234 217583616 6944 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 53121 6944 404 389 0 48871 0
[pid=11182/tid=11183] ppid=11181 vsize=212484 CPUtime=1.47 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 1154 0 0 0 147 0 0 0 18 0 5 0 892210234 217583616 6944 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=212484 CPUtime=1.48 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 1744 0 0 0 147 1 0 0 18 0 5 0 892210234 217583616 6944 33554432000 4194304 5787044 140735851709568 18446744073709551615 4254925 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=212484 CPUtime=1.48 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 1604 0 0 0 147 1 0 0 18 0 5 0 892210234 217583616 6944 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=212484 CPUtime=1.49 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 2008 0 0 0 149 0 0 0 20 0 5 0 892210234 217583616 6944 33554432000 4194304 5787044 140735851709568 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 221184

[startup+3.10051 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 11187
/proc/meminfo: memFree=4101028/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=214516 CPUtime=12.34 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 9404 0 0 0 1229 5 0 0 18 0 5 0 892210234 219664384 8341 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 53629 8341 404 389 0 49379 0
[pid=11182/tid=11183] ppid=11181 vsize=214516 CPUtime=3.07 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 1665 0 0 0 307 0 0 0 19 0 5 0 892210234 219664384 8341 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=214516 CPUtime=3.09 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 2156 0 0 0 307 2 0 0 18 0 5 0 892210234 219664384 8341 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=214516 CPUtime=3.07 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 2078 0 0 0 305 2 0 0 18 0 5 0 892210234 219664384 8341 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=214516 CPUtime=3.09 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 2008 0 0 0 309 0 0 0 25 0 5 0 892210234 219664384 8341 33554432000 4194304 5787044 140735851709568 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 223216

[startup+6.30094 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 11187
/proc/meminfo: memFree=4093364/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=220980 CPUtime=25.14 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 11888 0 0 0 2506 8 0 0 18 0 5 0 892210234 226283520 10825 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 55245 10825 404 389 0 50995 0
[pid=11182/tid=11183] ppid=11181 vsize=220980 CPUtime=6.27 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 2215 0 0 0 626 1 0 0 18 0 5 0 892210234 226283520 10825 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=220980 CPUtime=6.28 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 2617 0 0 0 625 3 0 0 18 0 5 0 892210234 226283520 10825 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=220980 CPUtime=6.27 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 3551 0 0 0 624 3 0 0 20 0 5 0 892210234 226283520 10825 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=220980 CPUtime=6.29 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 2008 0 0 0 629 0 0 0 25 0 5 0 892210234 226283520 10825 33554432000 4194304 5787044 140735851709568 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 229680

[startup+12.7008 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 11187
/proc/meminfo: memFree=4070340/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=293708 CPUtime=50.68 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 17161 0 0 0 5052 16 0 0 18 0 5 0 892210234 300756992 15390 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 73427 15390 418 389 0 69177 0
[pid=11182/tid=11183] ppid=11181 vsize=293708 CPUtime=12.65 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 3104 0 0 0 1262 3 0 0 19 0 5 0 892210234 300756992 15390 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591202 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=293708 CPUtime=12.68 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 4068 0 0 0 1262 6 0 0 18 0 5 0 892210234 300756992 15390 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=293708 CPUtime=12.66 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 4352 0 0 0 1261 5 0 0 18 0 5 0 892210234 300756992 15390 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=293708 CPUtime=12.67 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 4140 0 0 0 1266 1 0 0 18 0 5 0 892210234 300756992 15390 33554432000 4194304 5787044 140735851709568 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 302408

[startup+25.5005 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 11187
/proc/meminfo: memFree=4052544/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=305596 CPUtime=101.85 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 22986 0 0 0 10161 24 0 0 18 0 5 0 892210234 312930304 21213 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 76399 21213 418 389 0 72149 0
[pid=11182/tid=11183] ppid=11181 vsize=305596 CPUtime=25.45 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 5127 0 0 0 2541 4 0 0 25 0 5 0 892210234 312930304 21213 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=305596 CPUtime=25.47 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 4789 0 0 0 2539 8 0 0 18 0 5 0 892210234 312930304 21213 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=305596 CPUtime=25.44 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 5168 0 0 0 2537 7 0 0 25 0 5 0 892210234 312930304 21213 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=305596 CPUtime=25.47 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 6405 0 0 0 2543 4 0 0 24 0 5 0 892210234 312930304 21213 33554432000 4194304 5787044 140735851709568 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 314296

[startup+51.1009 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 11188
/proc/meminfo: memFree=4016764/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=315100 CPUtime=204.23 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 30983 0 0 0 20379 44 0 0 18 0 5 0 892210234 322662400 29165 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 78775 29165 418 389 0 74525 0
[pid=11182/tid=11183] ppid=11181 vsize=315100 CPUtime=51.04 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 7908 0 0 0 5093 11 0 0 25 0 5 0 892210234 322662400 29165 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=315100 CPUtime=51.05 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 6638 0 0 0 5092 13 0 0 18 0 5 0 892210234 322662400 29165 33554432000 4194304 5787044 140735851709568 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=315100 CPUtime=51.04 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 6697 0 0 0 5092 12 0 0 19 0 5 0 892210234 322662400 29165 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=315100 CPUtime=51.06 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 8243 0 0 0 5100 6 0 0 19 0 5 0 892210234 322662400 29165 33554432000 4194304 5787044 140735851709568 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.23
Current children cumulated vsize (KiB) 323800

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 11189
/proc/meminfo: memFree=3976168/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=330920 CPUtime=409.01 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 40947 0 0 0 40838 63 0 0 18 0 5 0 892210234 338862080 39016 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 82730 39016 418 389 0 78480 0
[pid=11182/tid=11183] ppid=11181 vsize=330920 CPUtime=102.23 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 10374 0 0 0 10210 13 0 0 25 0 5 0 892210234 338862080 39016 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=330920 CPUtime=102.26 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 8137 0 0 0 10208 18 0 0 25 0 5 0 892210234 338862080 39016 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=330920 CPUtime=102.23 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 9027 0 0 0 10205 18 0 0 25 0 5 0 892210234 338862080 39016 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=330920 CPUtime=102.26 cores=0-7

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

/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 52539 0 0 0 472117 110 0 0 25 0 5 0 892210234 1111060480 223674 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=1085020 CPUtime=4722.26 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 58043 0 0 0 472104 122 0 0 25 0 5 0 892210234 1111060480 223674 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=1085020 CPUtime=4722.29 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 76070 0 0 0 472118 111 0 0 25 0 5 0 892210234 1111060480 223674 33554432000 4194304 5787044 140735851709568 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18889.1
Current children cumulated vsize (KiB) 1093720

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 11335
/proc/meminfo: memFree=3231128/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=1085020 CPUtime=19129.1 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 235607 0 0 0 1912521 389 0 0 18 0 5 0 892210234 1111060480 223873 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 271255 223873 418 389 0 267005 0
[pid=11182/tid=11183] ppid=11181 vsize=1085020 CPUtime=4782.28 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 46988 0 0 0 478183 45 0 0 25 0 5 0 892210234 1111060480 223873 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=1085020 CPUtime=4782.27 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 52539 0 0 0 478117 110 0 0 25 0 5 0 892210234 1111060480 223873 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=1085020 CPUtime=4782.25 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 58174 0 0 0 478103 122 0 0 25 0 5 0 892210234 1111060480 223873 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=1085020 CPUtime=4782.28 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 76409 0 0 0 478117 111 0 0 25 0 5 0 892210234 1111060480 223873 33554432000 4194304 5787044 140735851709568 18446744073709551615 4336777 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19129.1
Current children cumulated vsize (KiB) 1093720

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 11337
/proc/meminfo: memFree=3230696/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=1085388 CPUtime=19369.1 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 235895 0 0 0 1936522 389 0 0 18 0 5 0 892210234 1111437312 224033 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 271347 224033 418 389 0 267097 0
[pid=11182/tid=11183] ppid=11181 vsize=1085388 CPUtime=4842.28 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 46988 0 0 0 484183 45 0 0 25 0 5 0 892210234 1111437312 224033 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=1085388 CPUtime=4842.27 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 52539 0 0 0 484117 110 0 0 25 0 5 0 892210234 1111437312 224033 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=1085388 CPUtime=4842.25 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 58261 0 0 0 484103 122 0 0 25 0 5 0 892210234 1111437312 224033 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=1085388 CPUtime=4842.29 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 76610 0 0 0 484118 111 0 0 25 0 5 0 892210234 1111437312 224033 33554432000 4194304 5787044 140735851709568 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19369.1
Current children cumulated vsize (KiB) 1094088

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 11338
/proc/meminfo: memFree=3229784/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=1086688 CPUtime=19609.1 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 236140 0 0 0 1960522 390 0 0 18 0 5 0 892210234 1112768512 224278 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 271672 224278 418 389 0 267422 0
[pid=11182/tid=11183] ppid=11181 vsize=1086688 CPUtime=4902.29 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 46988 0 0 0 490184 45 0 0 25 0 5 0 892210234 1112768512 224278 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=1086688 CPUtime=4902.27 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 52540 0 0 0 490117 110 0 0 25 0 5 0 892210234 1112768512 224278 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=1086688 CPUtime=4902.25 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 58505 0 0 0 490103 122 0 0 25 0 5 0 892210234 1112768512 224278 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=1086688 CPUtime=4902.29 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 76610 0 0 0 490117 112 0 0 25 0 5 0 892210234 1112768512 224278 33554432000 4194304 5787044 140735851709568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19609.1
Current children cumulated vsize (KiB) 1095388

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 11340
/proc/meminfo: memFree=3229128/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=1087200 CPUtime=19849.1 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 236294 0 0 0 1984523 390 0 0 18 0 5 0 892210234 1113292800 224432 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 271800 224432 418 389 0 267550 0
[pid=11182/tid=11183] ppid=11181 vsize=1087200 CPUtime=4962.29 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 46989 0 0 0 496184 45 0 0 25 0 5 0 892210234 1113292800 224432 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=1087200 CPUtime=4962.27 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 52541 0 0 0 496117 110 0 0 23 0 5 0 892210234 1113292800 224432 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=1087200 CPUtime=4962.25 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 58657 0 0 0 496103 122 0 0 25 0 5 0 892210234 1113292800 224432 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=1087200 CPUtime=4962.3 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 76610 0 0 0 496118 112 0 0 25 0 5 0 892210234 1113292800 224432 33554432000 4194304 5787044 140735851709568 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19849.1
Current children cumulated vsize (KiB) 1095900

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 11341
/proc/meminfo: memFree=3228344/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=1087712 CPUtime=20089.1 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 236462 0 0 0 2008523 390 0 0 18 0 5 0 892210234 1113817088 224600 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 271928 224600 418 389 0 267678 0
[pid=11182/tid=11183] ppid=11181 vsize=1087712 CPUtime=5022.29 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 46991 0 0 0 502184 45 0 0 25 0 5 0 892210234 1113817088 224600 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=1087712 CPUtime=5022.27 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 52543 0 0 0 502117 110 0 0 25 0 5 0 892210234 1113817088 224600 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=1087712 CPUtime=5022.25 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 58821 0 0 0 502103 122 0 0 25 0 5 0 892210234 1113817088 224600 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=1087712 CPUtime=5022.3 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 76610 0 0 0 502118 112 0 0 25 0 5 0 892210234 1113817088 224600 33554432000 4194304 5787044 140735851709568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20089.1
Current children cumulated vsize (KiB) 1096412

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 11343
/proc/meminfo: memFree=3227072/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=1088096 CPUtime=20329.1 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 236809 0 0 0 2032523 390 0 0 18 0 5 0 892210234 1114210304 224947 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 272024 224947 418 389 0 267774 0
[pid=11182/tid=11183] ppid=11181 vsize=1088096 CPUtime=5082.29 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 47193 0 0 0 508184 45 0 0 25 0 5 0 892210234 1114210304 224947 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=1088096 CPUtime=5082.27 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 52546 0 0 0 508117 110 0 0 25 0 5 0 892210234 1114210304 224947 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=1088096 CPUtime=5082.25 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 58963 0 0 0 508103 122 0 0 25 0 5 0 892210234 1114210304 224947 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=1088096 CPUtime=5082.3 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 76610 0 0 0 508118 112 0 0 25 0 5 0 892210234 1114210304 224947 33554432000 4194304 5787044 140735851709568 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20329.1
Current children cumulated vsize (KiB) 1096796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 11344
/proc/meminfo: memFree=3226076/32951124 swapFree=67050916/67111528
[pid=11181] ppid=11179 vsize=8700 CPUtime=0 cores=0-7
/proc/11181/stat : 11181 (priss.sh) S 11179 11181 10711 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 892210234 8908800 251 33554432000 4194304 4922060 140734748568544 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/11181/statm: 2175 251 211 178 0 68 0
[pid=11182] ppid=11181 vsize=1088480 CPUtime=20400 cores=0-7
/proc/11182/stat : 11182 (priss) S 11181 11181 10711 0 -1 4202496 237077 0 0 0 2039606 391 0 0 18 0 5 0 892210234 1114603520 225215 33554432000 4194304 5787044 140735851709568 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11182/statm: 272120 225215 418 389 0 267870 0
[pid=11182/tid=11183] ppid=11181 vsize=1088480 CPUtime=5099.99 cores=0-7
/proc/11182/task/11183/stat : 11183 (priss) R 11181 11181 10711 0 -1 4202560 47390 0 0 0 509954 45 0 0 25 0 5 0 892210234 1114603520 225215 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11182/tid=11184] ppid=11181 vsize=1088480 CPUtime=5099.98 cores=0-7
/proc/11182/task/11184/stat : 11184 (priss) R 11181 11181 10711 0 -1 4202560 52550 0 0 0 509888 110 0 0 25 0 5 0 892210234 1114603520 225215 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11182/tid=11185] ppid=11181 vsize=1088480 CPUtime=5099.96 cores=0-7
/proc/11182/task/11185/stat : 11185 (priss) R 11181 11181 10711 0 -1 4202560 59030 0 0 0 509874 122 0 0 25 0 5 0 892210234 1114603520 225215 33554432000 4194304 5787044 140735851709568 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=11182/tid=11186] ppid=11181 vsize=1088480 CPUtime=5100 cores=0-7
/proc/11182/task/11186/stat : 11186 (priss) R 11181 11181 10711 0 -1 4202560 76610 0 0 0 509888 112 0 0 25 0 5 0 892210234 1114603520 225215 33554432000 4194304 5787044 140735851709568 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20400
Current children cumulated vsize (KiB) 1097180

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 11181 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 20400
#
# 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
CPU user time (s): 20396.1
CPU system time (s): 3.91
CPU usage (%): 399.998
Max. virtual memory (cumulated for all children) (KiB): 1097180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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.37588 second user time and 20.4289 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-13 22:45:40
IDJOB=3499301
IDBENCH=83156
IDSOLVER=1994
FILE ID=node146/3499301-1307997940
RUNJOBID= node146-1307987733-10725
PBS_JOBID= 13559804
Free space on /tmp= 6556 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n190-s29985700-unsat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499301-1307997940/watcher-3499301-1307997940 -o /tmp/evaluation-result-3499301-1307997940/solver-3499301-1307997940 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499301-1307997940.cnf 480223238 40000 31000 8

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=480223238

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4129800 kB
Buffers:        158028 kB
Cached:       27739688 kB
SwapCached:      13448 kB
Active:       12694800 kB
Inactive:     15220396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4129800 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:       15836 kB
Mapped:           8832 kB
Slab:           840616 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184348 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= 6552 MiB
End job on node146 at 2011-06-14 00:10:42