Trace number 3499575

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

NameSAT04/handmade/kexu/frb-0.8/
frb45-21-1.used-as.sat04-883.cnf
MD5SUMd30b88c897dd41570f0430a76eb70b55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.09553
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61855
Sum of the clauses size124565
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 25548
0.00/0.01	c parsetime: 11927us
0.00/0.01	c parsed 61855 clauses with 945 variables
0.00/0.02	c NW started thread 0 successfully (1089018176)
0.00/0.02	c NW started thread 1 successfully (1099508032)
0.00/0.03	c NW started thread 2 successfully (1109997888)
0.00/0.04	c NW started thread 3 successfully (1120487744)
7.06/1.83	c preprocessor returned 10006 variables
7.06/1.83	c preprocessing returned UNKNOWN
7.06/1.83	c PP set 0 variables
7.06/1.83	c pp time: 1819025us (1s)
7.06/1.86	c preprocessor returned 10006 variables
7.06/1.86	c preprocessing returned UNKNOWN
7.06/1.86	c PP set 0 variables
7.06/1.86	c pp time: 1830068us (1s)
7.45/1.98	c preprocessor returned 10006 variables
7.45/1.98	c preprocessing returned UNKNOWN
7.45/1.98	c PP set 0 variables
7.45/1.98	c pp time: 1954682us (1s)
69.45/17.45	c preprocessor returned 30038 variables
69.45/17.45	c preprocessing returned UNKNOWN
69.45/17.45	c PP set 0 variables
69.45/17.45	c pp time: 17405492us (17s)
8382.90/2095.85	c HTE
8428.91/2107.39	c subsumption
8656.51/2164.25	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-3499575-1308512742/watcher-3499575-1308512742 -o /tmp/evaluation-result-3499575-1308512742/solver-3499575-1308512742 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499575-1308512742.cnf 1351474423 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 3.76 3.88 3.30 2/170 25547
/proc/meminfo: memFree=28339636/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0

[startup+0.016756 s]
/proc/loadavg: 3.76 3.88 3.30 2/170 25547
/proc/meminfo: memFree=28339636/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100736 s]
/proc/loadavg: 3.76 3.88 3.30 2/170 25547
/proc/meminfo: memFree=28339636/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300701 s]
/proc/loadavg: 3.76 3.88 3.30 2/170 25547
/proc/meminfo: memFree=28339636/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700622 s]
/proc/loadavg: 3.76 3.88 3.30 2/170 25547
/proc/meminfo: memFree=28339636/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 3.76 3.88 3.30 5/176 25553
/proc/meminfo: memFree=28310792/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=284720 CPUtime=5.86 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 14920 0 0 0 583 3 0 0 18 0 5 0 943689658 291553280 10675 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 71180 10675 355 389 0 66930 0
[pid=25548/tid=25550] ppid=25547 vsize=284720 CPUtime=1.46 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 2643 0 0 0 146 0 0 0 18 0 5 0 943689660 291553280 10675 33554432000 4194304 5787044 140734647879888 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=284720 CPUtime=1.45 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 2392 0 0 0 144 1 0 0 20 0 5 0 943689661 291553280 10675 33554432000 4194304 5787044 140734647879888 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=284720 CPUtime=1.45 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 2281 0 0 0 145 0 0 0 18 0 5 0 943689661 291553280 10675 33554432000 4194304 5787044 140734647879888 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=284720 CPUtime=1.42 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 3719 0 0 0 142 0 0 0 18 0 5 0 943689662 291553280 10675 33554432000 4194304 5787044 140734647879888 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 293420

[startup+3.10118 s]
/proc/loadavg: 3.76 3.88 3.30 5/176 25553
/proc/meminfo: memFree=28291448/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=287152 CPUtime=12.26 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 21083 0 0 0 1222 4 0 0 18 0 5 0 943689658 294043648 12563 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 71788 12563 404 389 0 67538 0
[pid=25548/tid=25550] ppid=25547 vsize=287152 CPUtime=3.07 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 5150 0 0 0 306 1 0 0 18 0 5 0 943689660 294043648 12563 33554432000 4194304 5787044 140734647879888 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=287152 CPUtime=3.05 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 4100 0 0 0 304 1 0 0 25 0 5 0 943689661 294043648 12563 33554432000 4194304 5787044 140734647879888 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=287152 CPUtime=3.05 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 4227 0 0 0 305 0 0 0 18 0 5 0 943689661 294043648 12563 33554432000 4194304 5787044 140734647879888 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=287152 CPUtime=3.02 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 3721 0 0 0 302 0 0 0 20 0 5 0 943689662 294043648 12563 33554432000 4194304 5787044 140734647879888 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 295852

[startup+6.30059 s]
/proc/loadavg: 3.78 3.88 3.30 5/176 25553
/proc/meminfo: memFree=28287728/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=288076 CPUtime=25.06 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 21891 0 0 0 2501 5 0 0 18 0 5 0 943689658 294989824 13371 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 72019 13371 404 389 0 67769 0
[pid=25548/tid=25550] ppid=25547 vsize=288076 CPUtime=6.27 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 5392 0 0 0 626 1 0 0 18 0 5 0 943689660 294989824 13371 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=288076 CPUtime=6.26 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 4410 0 0 0 624 2 0 0 25 0 5 0 943689661 294989824 13371 33554432000 4194304 5787044 140734647879888 18446744073709551615 4229152 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=288076 CPUtime=6.25 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 4483 0 0 0 625 0 0 0 19 0 5 0 943689661 294989824 13371 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=288076 CPUtime=6.22 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 3721 0 0 0 622 0 0 0 25 0 5 0 943689662 294989824 13371 33554432000 4194304 5787044 140734647879888 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 296776

[startup+12.7004 s]
/proc/loadavg: 3.80 3.88 3.30 5/176 25553
/proc/meminfo: memFree=28277172/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=294468 CPUtime=50.66 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 24644 0 0 0 5060 6 0 0 18 0 5 0 943689658 301535232 16124 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 73617 16124 404 389 0 69367 0
[pid=25548/tid=25550] ppid=25547 vsize=294468 CPUtime=12.66 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 7019 0 0 0 1265 1 0 0 18 0 5 0 943689660 301535232 16124 33554432000 4194304 5787044 140734647879888 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=294468 CPUtime=12.65 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 4969 0 0 0 1263 2 0 0 25 0 5 0 943689661 301535232 16124 33554432000 4194304 5787044 140734647879888 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=294468 CPUtime=12.65 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 5050 0 0 0 1264 1 0 0 18 0 5 0 943689661 301535232 16124 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=294468 CPUtime=12.62 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 3721 0 0 0 1262 0 0 0 25 0 5 0 943689662 301535232 16124 33554432000 4194304 5787044 140734647879888 18446744073709551615 228095144896 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 303168

[startup+25.5011 s]
/proc/loadavg: 3.84 3.89 3.31 5/176 25553
/proc/meminfo: memFree=28262652/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=302132 CPUtime=101.84 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 31884 0 0 0 10173 11 0 0 18 0 5 0 943689658 309383168 21132 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 75533 21132 417 389 0 71283 0
[pid=25548/tid=25550] ppid=25547 vsize=302132 CPUtime=25.47 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 7737 0 0 0 2545 2 0 0 18 0 5 0 943689660 309383168 21132 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=302132 CPUtime=25.45 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 5712 0 0 0 2543 2 0 0 25 0 5 0 943689661 309383168 21132 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=302132 CPUtime=25.45 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 5915 0 0 0 2543 2 0 0 19 0 5 0 943689661 309383168 21132 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=302132 CPUtime=25.4 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 8635 0 0 0 2537 3 0 0 18 0 5 0 943689662 309383168 21132 33554432000 4194304 5787044 140734647879888 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 310832

[startup+51.1004 s]
/proc/loadavg: 3.89 3.90 3.33 5/176 25554
/proc/meminfo: memFree=28230760/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=312672 CPUtime=204.21 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 39037 0 0 0 20399 22 0 0 18 0 5 0 943689658 320176128 28283 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 78168 28283 417 389 0 73918 0
[pid=25548/tid=25550] ppid=25547 vsize=312672 CPUtime=51.07 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 9223 0 0 0 5103 4 0 0 18 0 5 0 943689660 320176128 28283 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=312672 CPUtime=51.05 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 6918 0 0 0 5102 3 0 0 25 0 5 0 943689661 320176128 28283 33554432000 4194304 5787044 140734647879888 18446744073709551615 5585283 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=312672 CPUtime=51.05 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 8523 0 0 0 5102 3 0 0 18 0 5 0 943689661 320176128 28283 33554432000 4194304 5787044 140734647879888 18446744073709551615 228095111877 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=312672 CPUtime=50.97 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 10488 0 0 0 5087 10 0 0 23 0 5 0 943689662 320176128 28283 33554432000 4194304 5787044 140734647879888 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.21
Current children cumulated vsize (KiB) 321372

[startup+102.306 s]
/proc/loadavg: 3.95 3.91 3.37 5/176 25555
/proc/meminfo: memFree=28183604/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=331436 CPUtime=408.99 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 50653 0 0 0 40860 39 0 0 18 0 5 0 943689658 339390464 39736 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 82859 39736 417 389 0 78609 0
[pid=25548/tid=25550] ppid=25547 vsize=331436 CPUtime=102.27 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 11281 0 0 0 10220 7 0 0 19 0 5 0 943689660 339390464 39736 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=331436 CPUtime=102.25 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 9264 0 0 0 10220 5 0 0 25 0 5 0 943689661 339390464 39736 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=331436 CPUtime=102.25 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 13102 0 0 0 10220 5 0 0 25 0 5 0 943689661 339390464 39736 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=331436 CPUtime=102.16 cores=0-7

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

/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 63409 0 0 0 472151 80 0 0 25 0 5 0 943689661 1462345728 310105 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=1428072 CPUtime=4722.33 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 93684 0 0 0 472164 69 0 0 25 0 5 0 943689661 1462345728 310105 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=1428072 CPUtime=4722.09 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 91903 0 0 0 472043 166 0 0 25 0 5 0 943689662 1462345728 310105 33554432000 4194304 5787044 140734647879888 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18889.1
Current children cumulated vsize (KiB) 1436772

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 25701
/proc/meminfo: memFree=27089536/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=1428072 CPUtime=19129.1 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 335968 0 0 0 1912493 420 0 0 18 0 5 0 943689658 1462345728 312570 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 357018 312570 419 389 0 352768 0
[pid=25548/tid=25550] ppid=25547 vsize=1428072 CPUtime=4782.33 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 82643 0 0 0 478132 101 0 0 19 0 5 0 943689660 1462345728 312570 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=1428072 CPUtime=4782.31 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 63474 0 0 0 478150 81 0 0 25 0 5 0 943689661 1462345728 312570 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=1428072 CPUtime=4782.33 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 93685 0 0 0 478164 69 0 0 25 0 5 0 943689661 1462345728 312570 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=1428072 CPUtime=4782.09 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 92281 0 0 0 478042 167 0 0 25 0 5 0 943689662 1462345728 312570 33554432000 4194304 5787044 140734647879888 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19129.1
Current children cumulated vsize (KiB) 1436772

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 25703
/proc/meminfo: memFree=27076856/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=1493608 CPUtime=19369.1 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 339105 0 0 0 1936487 426 0 0 18 0 5 0 943689658 1529454592 315707 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 373402 315707 419 389 0 369152 0
[pid=25548/tid=25550] ppid=25547 vsize=1493608 CPUtime=4842.33 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 83620 0 0 0 484130 103 0 0 25 0 5 0 943689660 1529454592 315707 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=1493608 CPUtime=4842.31 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 64604 0 0 0 484150 81 0 0 25 0 5 0 943689661 1529454592 315707 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=1493608 CPUtime=4842.33 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 93685 0 0 0 484164 69 0 0 25 0 5 0 943689661 1529454592 315707 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=1493608 CPUtime=4842.09 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 93311 0 0 0 484038 171 0 0 25 0 5 0 943689662 1529454592 315707 33554432000 4194304 5787044 140734647879888 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19369.1
Current children cumulated vsize (KiB) 1502308

[startup+4902.3 s]
/proc/loadavg: 4.05 4.01 3.93 5/176 25704
/proc/meminfo: memFree=27068764/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=1494600 CPUtime=19609.1 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 341715 0 0 0 1960481 432 0 0 18 0 5 0 943689658 1530470400 318317 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 373650 318317 419 389 0 369400 0
[pid=25548/tid=25550] ppid=25547 vsize=1494600 CPUtime=4902.34 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 84641 0 0 0 490129 105 0 0 18 0 5 0 943689660 1530470400 318317 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=1494600 CPUtime=4902.31 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 64686 0 0 0 490150 81 0 0 25 0 5 0 943689661 1530470400 318317 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=1494600 CPUtime=4902.33 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 94181 0 0 0 490164 69 0 0 25 0 5 0 943689661 1530470400 318317 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=1494600 CPUtime=4902.09 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 94322 0 0 0 490034 175 0 0 25 0 5 0 943689662 1530470400 318317 33554432000 4194304 5787044 140734647879888 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19609.1
Current children cumulated vsize (KiB) 1503300

[startup+4962.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/176 25706
/proc/meminfo: memFree=27057700/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=1494600 CPUtime=19849.1 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 343902 0 0 0 1984477 437 0 0 18 0 5 0 943689658 1530470400 320504 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 373650 320504 419 389 0 369400 0
[pid=25548/tid=25550] ppid=25547 vsize=1494600 CPUtime=4962.33 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 85677 0 0 0 496127 106 0 0 20 0 5 0 943689660 1530470400 320504 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=1494600 CPUtime=4962.31 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 64833 0 0 0 496150 81 0 0 25 0 5 0 943689661 1530470400 320504 33554432000 4194304 5787044 140734647879888 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=1494600 CPUtime=4962.33 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 94186 0 0 0 496164 69 0 0 25 0 5 0 943689661 1530470400 320504 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=1494600 CPUtime=4962.09 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 95321 0 0 0 496031 178 0 0 21 0 5 0 943689662 1530470400 320504 33554432000 4194304 5787044 140734647879888 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19849.1
Current children cumulated vsize (KiB) 1503300

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 25708
/proc/meminfo: memFree=27043908/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=1494600 CPUtime=20089.1 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 347394 0 0 0 2008473 441 0 0 18 0 5 0 943689658 1530470400 323996 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 373650 323996 419 389 0 369400 0
[pid=25548/tid=25550] ppid=25547 vsize=1494600 CPUtime=5022.33 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 86707 0 0 0 502126 107 0 0 25 0 5 0 943689660 1530470400 323996 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=1494600 CPUtime=5022.31 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 66351 0 0 0 502149 82 0 0 25 0 5 0 943689661 1530470400 323996 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=1494600 CPUtime=5022.33 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 94186 0 0 0 502164 69 0 0 18 0 5 0 943689661 1530470400 323996 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=1494600 CPUtime=5022.09 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 96265 0 0 0 502029 180 0 0 25 0 5 0 943689662 1530470400 323996 33554432000 4194304 5787044 140734647879888 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20089.1
Current children cumulated vsize (KiB) 1503300

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 25709
/proc/meminfo: memFree=27028132/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=1498728 CPUtime=20329.2 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 351287 0 0 0 2032466 449 0 0 18 0 5 0 943689658 1534697472 327889 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 374682 327889 419 389 0 370432 0
[pid=25548/tid=25550] ppid=25547 vsize=1498728 CPUtime=5082.34 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 87648 0 0 0 508125 109 0 0 25 0 5 0 943689660 1534697472 327889 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=1498728 CPUtime=5082.31 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 67295 0 0 0 508148 83 0 0 25 0 5 0 943689661 1534697472 327889 33554432000 4194304 5787044 140734647879888 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=1498728 CPUtime=5082.34 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 95212 0 0 0 508164 70 0 0 25 0 5 0 943689661 1534697472 327889 33554432000 4194304 5787044 140734647879888 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=1498728 CPUtime=5082.09 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 97247 0 0 0 508024 185 0 0 25 0 5 0 943689662 1534697472 327889 33554432000 4194304 5787044 140734647879888 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20329.2
Current children cumulated vsize (KiB) 1507428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 25710
/proc/meminfo: memFree=27020672/32951124 swapFree=67053968/67111528
[pid=25547] ppid=25545 vsize=8700 CPUtime=0 cores=0-7
/proc/25547/stat : 25547 (priss.sh) S 25545 25547 25446 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 943689658 8908800 251 33554432000 4194304 4922060 140733576531904 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25547/statm: 2175 251 211 178 0 68 0
[pid=25548] ppid=25547 vsize=1498728 CPUtime=20400 cores=0-7
/proc/25548/stat : 25548 (priss) S 25547 25547 25446 0 -1 4202496 353175 0 0 0 2039547 451 0 0 18 0 5 0 943689658 1534697472 329777 33554432000 4194304 5787044 140734647879888 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25548/statm: 374682 329777 419 389 0 370432 0
[pid=25548/tid=25550] ppid=25547 vsize=1498728 CPUtime=5100.04 cores=0-7
/proc/25548/task/25550/stat : 25550 (priss) R 25547 25547 25446 0 -1 4202560 87956 0 0 0 509895 109 0 0 25 0 5 0 943689660 1534697472 329777 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25548/tid=25551] ppid=25547 vsize=1498728 CPUtime=5100.02 cores=0-7
/proc/25548/task/25551/stat : 25551 (priss) R 25547 25547 25446 0 -1 4202560 68595 0 0 0 509918 84 0 0 25 0 5 0 943689661 1534697472 329777 33554432000 4194304 5787044 140734647879888 18446744073709551615 228095118240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25548/tid=25552] ppid=25547 vsize=1498728 CPUtime=5100.05 cores=0-7
/proc/25548/task/25552/stat : 25552 (priss) R 25547 25547 25446 0 -1 4202560 95213 0 0 0 509935 70 0 0 25 0 5 0 943689661 1534697472 329777 33554432000 4194304 5787044 140734647879888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25548/tid=25553] ppid=25547 vsize=1498728 CPUtime=5099.8 cores=0-7
/proc/25548/task/25553/stat : 25553 (priss) R 25547 25547 25446 0 -1 4202560 97526 0 0 0 509794 186 0 0 25 0 5 0 943689662 1534697472 329777 33554432000 4194304 5787044 140734647879888 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20400
Current children cumulated vsize (KiB) 1507428

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 25547 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 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): 20395.5
CPU system time (s): 4.51
CPU usage (%): 399.998
Max. virtual memory (cumulated for all children) (KiB): 1507428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330
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.06077 second user time and 19.54 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-19 21:45:42
IDJOB=3499575
IDBENCH=84559
IDSOLVER=1994
FILE ID=node142/3499575-1308512742
RUNJOBID= node142-1308511716-25460
PBS_JOBID= 13608250
Free space on /tmp= 73548 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb45-21-1.used-as.sat04-883.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499575-1308512742/watcher-3499575-1308512742 -o /tmp/evaluation-result-3499575-1308512742/solver-3499575-1308512742 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499575-1308512742.cnf 1351474423 40000 31000 8

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

MD5SUM BENCH= d30b88c897dd41570f0430a76eb70b55
RANDOM SEED=1351474423

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28339808 kB
Buffers:        510396 kB
Cached:        3717640 kB
SwapCached:      10688 kB
Active:        1374472 kB
Inactive:      2872640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28339808 kB
SwapTotal:    67111528 kB
SwapFree:     67053968 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:       17328 kB
Mapped:          12276 kB
Slab:           298712 kB
PageTables:       4328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181292 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= 73548 MiB
End job on node142 at 2011-06-19 23:10:44