Trace number 3499343

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-9x32.cnf
MD5SUMbcc12436eba65ad776b55f23c6f42298
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 variables1152
Number of clauses73440
Sum of the clauses size290304
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21728
Number of clauses of size 30
Number of clauses of size 471712
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: 2364
0.00/0.02	c parsetime: 18763us
0.00/0.02	c parsed 73440 clauses with 1152 variables
0.00/0.02	c NW started thread 0 successfully (1103526208)
0.00/0.03	c NW started thread 1 successfully (1114016064)
0.00/0.05	c NW started thread 2 successfully (1084275008)
0.00/0.07	c NW started thread 3 successfully (1124505920)
19.03/4.88	c preprocessor returned 10005 variables
19.03/4.88	c preprocessing returned UNKNOWN
19.03/4.88	c PP set 0 variables
19.03/4.88	c pp time: 4854630us (4s)
19.43/4.90	c preprocessor returned 10005 variables
19.43/4.90	c preprocessing returned UNKNOWN
19.43/4.90	c PP set 0 variables
19.43/4.90	c pp time: 4847254us (4s)
20.63/5.27	c preprocessor returned 10005 variables
20.63/5.27	c preprocessing returned UNKNOWN
20.63/5.27	c PP set 0 variables
20.63/5.27	c pp time: 5238606us (5s)
102.20/25.61	c preprocessor returned 30010 variables
102.20/25.61	c preprocessing returned UNKNOWN
102.20/25.61	c PP set 0 variables
102.20/25.61	c pp time: 25538688us (25s)
19127.64/4782.29	c HTE
19232.45/4808.42	c subsumption
19559.25/4890.10	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-3499343-1307998639/watcher-3499343-1307998639 -o /tmp/evaluation-result-3499343-1307998639/solver-3499343-1307998639 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499343-1307998639.cnf 178310707 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: 1.88 2.58 3.32 1/171 2363
/proc/meminfo: memFree=11206400/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0

[startup+0.019474 s]
/proc/loadavg: 1.88 2.58 3.32 1/171 2363
/proc/meminfo: memFree=11206400/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100453 s]
/proc/loadavg: 1.88 2.58 3.32 1/171 2363
/proc/meminfo: memFree=11206400/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300403 s]
/proc/loadavg: 1.88 2.58 3.32 1/171 2363
/proc/meminfo: memFree=11206400/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700334 s]
/proc/loadavg: 1.88 2.58 3.32 1/171 2363
/proc/meminfo: memFree=11206400/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50119 s]
/proc/loadavg: 1.88 2.58 3.32 5/177 2369
/proc/meminfo: memFree=11164836/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=286220 CPUtime=5.84 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 12074 0 0 0 579 5 0 0 18 0 5 0 911462120 293089280 11645 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 71555 11645 350 389 0 67305 0
[pid=2364/tid=2366] ppid=2363 vsize=286220 CPUtime=1.46 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 1610 0 0 0 145 1 0 0 18 0 5 0 911462123 293089280 11645 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=286220 CPUtime=1.45 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 2515 0 0 0 144 1 0 0 21 0 5 0 911462124 293089280 11645 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=286220 CPUtime=1.43 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 1558 0 0 0 142 1 0 0 18 0 5 0 911462126 293089280 11645 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=286220 CPUtime=1.4 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 2442 0 0 0 140 0 0 0 18 0 5 0 911462128 293089280 11645 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 294920

[startup+3.10091 s]
/proc/loadavg: 2.05 2.60 3.32 5/177 2369
/proc/meminfo: memFree=11161640/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=286220 CPUtime=12.24 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 12108 0 0 0 1219 5 0 0 18 0 5 0 911462120 293089280 11679 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 71555 11679 352 389 0 67305 0
[pid=2364/tid=2366] ppid=2363 vsize=286220 CPUtime=3.06 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 1620 0 0 0 305 1 0 0 21 0 5 0 911462123 293089280 11679 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=286220 CPUtime=3.05 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 2523 0 0 0 304 1 0 0 25 0 5 0 911462124 293089280 11679 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=286220 CPUtime=3.03 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 1566 0 0 0 302 1 0 0 20 0 5 0 911462126 293089280 11679 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=286220 CPUtime=3.01 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 2450 0 0 0 300 1 0 0 21 0 5 0 911462128 293089280 11679 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 294920

[startup+6.30034 s]
/proc/loadavg: 2.05 2.60 3.32 5/177 2369
/proc/meminfo: memFree=11125064/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=305608 CPUtime=25.03 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 27112 0 0 0 2493 10 0 0 18 0 5 0 911462120 312942592 21721 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 76402 21721 404 389 0 72152 0
[pid=2364/tid=2366] ppid=2363 vsize=305608 CPUtime=6.26 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 5773 0 0 0 624 2 0 0 18 0 5 0 911462123 312942592 21721 33554432000 4194304 5787044 140736940768640 18446744073709551615 5590832 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=305608 CPUtime=6.24 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 6466 0 0 0 622 2 0 0 25 0 5 0 911462124 312942592 21721 33554432000 4194304 5787044 140736940768640 18446744073709551615 4254597 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=305608 CPUtime=6.22 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 5690 0 0 0 619 3 0 0 18 0 5 0 911462126 312942592 21721 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=305608 CPUtime=6.21 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 5234 0 0 0 620 1 0 0 18 0 5 0 911462128 312942592 21721 33554432000 4194304 5787044 140736940768640 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 314308

[startup+12.7012 s]
/proc/loadavg: 2.50 2.68 3.34 5/177 2369
/proc/meminfo: memFree=11102524/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=309708 CPUtime=50.61 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 32809 0 0 0 5046 15 0 0 18 0 5 0 911462120 317140992 27418 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 77427 27418 404 389 0 73177 0
[pid=2364/tid=2366] ppid=2363 vsize=309708 CPUtime=12.64 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 8421 0 0 0 1261 3 0 0 18 0 5 0 911462123 317140992 27418 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347718325 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=309708 CPUtime=12.63 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 7985 0 0 0 1259 4 0 0 25 0 5 0 911462124 317140992 27418 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347718325 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=309708 CPUtime=12.61 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 7217 0 0 0 1257 4 0 0 18 0 5 0 911462126 317140992 27418 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=309708 CPUtime=12.61 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 5237 0 0 0 1260 1 0 0 25 0 5 0 911462128 317140992 27418 33554432000 4194304 5787044 140736940768640 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 318408

[startup+25.5009 s]
/proc/loadavg: 2.73 2.72 3.35 5/177 2369
/proc/meminfo: memFree=11068188/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=313808 CPUtime=101.8 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 41642 0 0 0 10158 22 0 0 18 0 5 0 911462120 321339392 36224 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 78452 36224 404 389 0 74202 0
[pid=2364/tid=2366] ppid=2363 vsize=313808 CPUtime=25.44 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 11131 0 0 0 2539 5 0 0 18 0 5 0 911462123 321339392 36224 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=313808 CPUtime=25.43 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 10991 0 0 0 2537 6 0 0 25 0 5 0 911462124 321339392 36224 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=313808 CPUtime=25.41 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 10334 0 0 0 2534 7 0 0 18 0 5 0 911462126 321339392 36224 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=313808 CPUtime=25.41 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 5237 0 0 0 2540 1 0 0 25 0 5 0 911462128 321339392 36224 33554432000 4194304 5787044 140736940768640 18446744073709551615 232335586285 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 322508

[startup+51.1004 s]
/proc/loadavg: 3.16 2.83 3.36 5/177 2370
/proc/meminfo: memFree=10980444/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=354380 CPUtime=204.06 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 66321 0 0 0 20362 44 0 0 18 0 5 0 911462120 362885120 58496 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 88595 58496 417 389 0 84345 0
[pid=2364/tid=2366] ppid=2363 vsize=354380 CPUtime=51.03 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 16595 0 0 0 5092 11 0 0 18 0 5 0 911462123 362885120 58496 33554432000 4194304 5787044 140736940768640 18446744073709551615 232335553569 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=354380 CPUtime=51.02 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 15915 0 0 0 5091 11 0 0 25 0 5 0 911462124 362885120 58496 33554432000 4194304 5787044 140736940768640 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=354380 CPUtime=51 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 15469 0 0 0 5085 15 0 0 18 0 5 0 911462126 362885120 58496 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=354380 CPUtime=50.89 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 14393 0 0 0 5085 4 0 0 18 0 5 0 911462128 362885120 58496 33554432000 4194304 5787044 140736940768640 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 363080

[startup+102.306 s]
/proc/loadavg: 3.78 3.05 3.41 5/177 2371
/proc/meminfo: memFree=10868688/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=522280 CPUtime=408.74 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 94068 0 0 0 40800 74 0 0 18 0 5 0 911462120 534814720 85757 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 130570 85757 417 389 0 126320 0
[pid=2364/tid=2366] ppid=2363 vsize=522280 CPUtime=102.23 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 22956 0 0 0 10204 19 0 0 18 0 5 0 911462123 534814720 85757 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=522280 CPUtime=102.21 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 22301 0 0 0 10202 19 0 0 25 0 5 0 911462124 534814720 85757 33554432000 4194304 5787044 140736940768640 18446744073709551615 4219663 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=522280 CPUtime=102.2 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 24414 0 0 0 10194 26 0 0 18 0 5 0 911462126 534814720 85757 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=522280 CPUtime=102 cores=0-7

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

/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 203929 0 0 0 471955 255 0 0 25 0 5 0 911462124 3329134592 760850 33554432000 4194304 5787044 140736940768640 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=3251108 CPUtime=4722.12 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 232208 0 0 0 471872 340 0 0 19 0 5 0 911462126 3329134592 760850 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=3251108 CPUtime=4721.6 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 146271 0 0 0 472083 77 0 0 25 0 5 0 911462128 3329134592 760850 33554432000 4194304 5787044 140736940768640 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18888.1
Current children cumulated vsize (KiB) 3259808

[startup+4782.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/177 2532
/proc/meminfo: memFree=8116592/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=3431468 CPUtime=19128.1 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 822894 0 0 0 1911811 994 0 0 18 0 5 0 911462120 3513823232 793787 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 857867 793787 417 389 0 853617 0
[pid=2364/tid=2366] ppid=2363 vsize=3431468 CPUtime=4782.15 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 208149 0 0 0 477906 309 0 0 18 0 5 0 911462123 3513823232 793787 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=3431468 CPUtime=4782.09 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 203942 0 0 0 477954 255 0 0 25 0 5 0 911462124 3513823232 793787 33554432000 4194304 5787044 140736940768640 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=3431468 CPUtime=4782.11 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 236343 0 0 0 477863 348 0 0 18 0 5 0 911462126 3513823232 793787 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=3431468 CPUtime=4781.59 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 170511 0 0 0 478079 80 0 0 25 0 5 0 911462128 3513823232 793787 33554432000 4194304 5787044 140736940768640 18446744073709551615 4329442 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19128
Current children cumulated vsize (KiB) 3440168

[startup+4842.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/177 2534
/proc/meminfo: memFree=7990672/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=3499348 CPUtime=19368.1 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 832244 0 0 0 1935795 1010 0 0 18 0 5 0 911462120 3583332352 803137 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 874837 803137 417 389 0 870587 0
[pid=2364/tid=2366] ppid=2363 vsize=3499348 CPUtime=4842.14 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 212453 0 0 0 483897 317 0 0 25 0 5 0 911462123 3583332352 803137 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=3499348 CPUtime=4842.09 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 203996 0 0 0 483954 255 0 0 18 0 5 0 911462124 3583332352 803137 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=3499348 CPUtime=4842.11 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 240546 0 0 0 483856 355 0 0 25 0 5 0 911462126 3583332352 803137 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=3499348 CPUtime=4841.59 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 171300 0 0 0 484079 80 0 0 25 0 5 0 911462128 3583332352 803137 33554432000 4194304 5787044 140736940768640 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19368
Current children cumulated vsize (KiB) 3508048

[startup+4902.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/177 2535
/proc/meminfo: memFree=7957784/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=3499348 CPUtime=19608.1 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 840558 0 0 0 1959779 1026 0 0 18 0 5 0 911462120 3583332352 811451 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 874837 811451 417 389 0 870587 0
[pid=2364/tid=2366] ppid=2363 vsize=3499348 CPUtime=4902.15 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 216577 0 0 0 489890 325 0 0 25 0 5 0 911462123 3583332352 811451 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=3499348 CPUtime=4902.1 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 204026 0 0 0 489954 256 0 0 25 0 5 0 911462124 3583332352 811451 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=3499348 CPUtime=4902.11 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 244706 0 0 0 489848 363 0 0 25 0 5 0 911462126 3583332352 811451 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=3499348 CPUtime=4901.59 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 171300 0 0 0 490079 80 0 0 25 0 5 0 911462128 3583332352 811451 33554432000 4194304 5787044 140736940768640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19608
Current children cumulated vsize (KiB) 3508048

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2537
/proc/meminfo: memFree=7920788/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=3499348 CPUtime=19848.1 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 849736 0 0 0 1983766 1039 0 0 18 0 5 0 911462120 3583332352 820629 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 874837 820629 417 389 0 870587 0
[pid=2364/tid=2366] ppid=2363 vsize=3499348 CPUtime=4962.15 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 221612 0 0 0 495883 332 0 0 20 0 5 0 911462123 3583332352 820629 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=3499348 CPUtime=4962.1 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 204124 0 0 0 495954 256 0 0 25 0 5 0 911462124 3583332352 820629 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=3499348 CPUtime=4962.11 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 248751 0 0 0 495842 369 0 0 25 0 5 0 911462126 3583332352 820629 33554432000 4194304 5787044 140736940768640 18446744073709551615 4238591 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=3499348 CPUtime=4961.59 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 171300 0 0 0 496079 80 0 0 23 0 5 0 911462128 3583332352 820629 33554432000 4194304 5787044 140736940768640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19848.1
Current children cumulated vsize (KiB) 3508048

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2538
/proc/meminfo: memFree=7883916/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=3564884 CPUtime=20088.1 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 859071 0 0 0 2007751 1054 0 0 18 0 5 0 911462120 3650441216 829964 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 891221 829964 417 389 0 886971 0
[pid=2364/tid=2366] ppid=2363 vsize=3564884 CPUtime=5022.15 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 225798 0 0 0 501877 338 0 0 25 0 5 0 911462123 3650441216 829964 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=3564884 CPUtime=5022.1 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 205317 0 0 0 501954 256 0 0 25 0 5 0 911462124 3650441216 829964 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=3564884 CPUtime=5022.11 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 252707 0 0 0 501834 377 0 0 19 0 5 0 911462126 3650441216 829964 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=3564884 CPUtime=5021.59 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 171300 0 0 0 502079 80 0 0 25 0 5 0 911462128 3650441216 829964 33554432000 4194304 5787044 140736940768640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20088
Current children cumulated vsize (KiB) 3573584

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2540
/proc/meminfo: memFree=7845936/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=3631232 CPUtime=20328.1 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 868444 0 0 0 2031737 1068 0 0 18 0 5 0 911462120 3718381568 839337 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 907808 839337 417 389 0 903558 0
[pid=2364/tid=2366] ppid=2363 vsize=3631232 CPUtime=5082.15 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 229804 0 0 0 507869 346 0 0 25 0 5 0 911462123 3718381568 839337 33554432000 4194304 5787044 140736940768640 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=3631232 CPUtime=5082.1 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 206511 0 0 0 507953 257 0 0 25 0 5 0 911462124 3718381568 839337 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=3631232 CPUtime=5082.11 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 256706 0 0 0 507828 383 0 0 18 0 5 0 911462126 3718381568 839337 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=3631232 CPUtime=5081.58 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 171474 0 0 0 508078 80 0 0 25 0 5 0 911462128 3718381568 839337 33554432000 4194304 5787044 140736940768640 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20328
Current children cumulated vsize (KiB) 3639932



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2541
/proc/meminfo: memFree=7836244/32951124 swapFree=67063272/67111528
[pid=2363] ppid=2361 vsize=8700 CPUtime=0 cores=0-7
/proc/2363/stat : 2363 (priss.sh) S 2361 2363 2203 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911462120 8908800 252 33554432000 4194304 4922060 140736874719152 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2363/statm: 2175 252 211 178 0 68 0
[pid=2364] ppid=2363 vsize=3631232 CPUtime=20398.9 cores=0-7
/proc/2364/stat : 2364 (priss) S 2363 2363 2203 0 -1 4202496 870758 0 0 0 2038813 1073 0 0 18 0 5 0 911462120 3718381568 841651 33554432000 4194304 5787044 140736940768640 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2364/statm: 907808 841651 417 389 0 903558 0
[pid=2364/tid=2366] ppid=2363 vsize=3631232 CPUtime=5099.86 cores=0-7
/proc/2364/task/2366/stat : 2366 (priss) R 2363 2363 2203 0 -1 4202560 230985 0 0 0 509637 349 0 0 25 0 5 0 911462123 3718381568 841651 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2364/tid=2367] ppid=2363 vsize=3631232 CPUtime=5099.81 cores=0-7
/proc/2364/task/2367/stat : 2367 (priss) R 2363 2363 2203 0 -1 4202560 206555 0 0 0 509724 257 0 0 25 0 5 0 911462124 3718381568 841651 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2364/tid=2368] ppid=2363 vsize=3631232 CPUtime=5099.82 cores=0-7
/proc/2364/task/2368/stat : 2368 (priss) R 2363 2363 2203 0 -1 4202560 257795 0 0 0 509597 385 0 0 25 0 5 0 911462126 3718381568 841651 33554432000 4194304 5787044 140736940768640 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2364/tid=2369] ppid=2363 vsize=3631232 CPUtime=5099.3 cores=0-7
/proc/2364/task/2369/stat : 2369 (priss) R 2363 2363 2203 0 -1 4202560 171474 0 0 0 509849 81 0 0 25 0 5 0 911462128 3718381568 841651 33554432000 4194304 5787044 140736940768640 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20398.9
Current children cumulated vsize (KiB) 3639932

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 2363 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 20398.9
#
# 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): 20398.9
CPU user time (s): 20388.1
CPU system time (s): 10.73
CPU usage (%): 399.976
Max. virtual memory (cumulated for all children) (KiB): 3639932

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 8.33373 second user time and 19.49 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-13 22:57:20
IDJOB=3499343
IDBENCH=83177
IDSOLVER=1994
FILE ID=node132/3499343-1307998639
RUNJOBID= node132-1307998632-2217
PBS_JOBID= 13559830
Free space on /tmp= 13340 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-9x32.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499343-1307998639/watcher-3499343-1307998639 -o /tmp/evaluation-result-3499343-1307998639/solver-3499343-1307998639 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499343-1307998639.cnf 178310707 40000 31000 8

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

MD5SUM BENCH= bcc12436eba65ad776b55f23c6f42298
RANDOM SEED=178310707

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      11206448 kB
Buffers:        142876 kB
Cached:       20853092 kB
SwapCached:       9580 kB
Active:        5559704 kB
Inactive:     15453152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11206448 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            3576 kB
Writeback:           0 kB
AnonPages:       15132 kB
Mapped:           8652 kB
Slab:           665444 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   158880 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 13340 MiB
End job on node132 at 2011-06-14 00:22:22