Trace number 3499541

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

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4393.03
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses40110
Sum of the clauses size400890
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 542
Number of clauses of size over 540068

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: 30848
0.00/0.03	c parsetime: 25755us
0.00/0.03	c parsed 40110 clauses with 105 variables
0.00/0.03	c NW started thread 0 successfully (1117075776)
0.00/0.05	c NW started thread 1 successfully (1088735552)
0.00/0.07	c NW started thread 2 successfully (1127565632)
0.00/0.09	c NW started thread 3 successfully (1099225408)
76.60/19.25	c preprocessor returned 10095 variables
76.60/19.25	c preprocessing returned UNKNOWN
76.60/19.25	c PP set 0 variables
76.60/19.25	c pp time: 19218615us (19s)
77.40/19.41	c preprocessor returned 10095 variables
77.40/19.41	c preprocessing returned UNKNOWN
77.40/19.41	c PP set 0 variables
77.40/19.41	c pp time: 19338334us (19s)
80.60/20.27	c preprocessor returned 10095 variables
80.60/20.27	c preprocessing returned UNKNOWN
80.60/20.27	c PP set 0 variables
80.60/20.27	c pp time: 20224188us (20s)
522.97/130.85	c preprocessor returned 30362 variables
522.97/130.85	c preprocessing returned UNKNOWN
522.97/130.85	c PP set 0 variables
522.97/130.85	c pp time: 130759222us (130s)

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-3499541-1308512470/watcher-3499541-1308512470 -o /tmp/evaluation-result-3499541-1308512470/solver-3499541-1308512470 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499541-1308512470.cnf 1766388574 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.96 3.11 2.42 2/170 30847
/proc/meminfo: memFree=26703408/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0

[startup+0.0141351 s]
/proc/loadavg: 3.96 3.11 2.42 2/170 30847
/proc/meminfo: memFree=26703408/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101109 s]
/proc/loadavg: 3.96 3.11 2.42 2/170 30847
/proc/meminfo: memFree=26703408/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301073 s]
/proc/loadavg: 3.96 3.11 2.42 2/170 30847
/proc/meminfo: memFree=26703408/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700999 s]
/proc/loadavg: 3.96 3.11 2.42 2/170 30847
/proc/meminfo: memFree=26703408/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 3.96 3.11 2.42 5/176 30853
/proc/meminfo: memFree=26678088/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=211192 CPUtime=5.83 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 6802 0 0 0 580 3 0 0 18 0 5 0 943663271 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 52798 6675 351 389 0 48548 0
[pid=30848/tid=30850] ppid=30847 vsize=211192 CPUtime=1.46 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 706 0 0 0 146 0 0 0 18 0 5 0 943663275 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=211192 CPUtime=1.44 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 588 0 0 0 144 0 0 0 18 0 5 0 943663276 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=211192 CPUtime=1.42 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 621 0 0 0 142 0 0 0 18 0 5 0 943663278 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 212039760415 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=211192 CPUtime=1.4 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 624 0 0 0 140 0 0 0 19 0 5 0 943663280 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 219892

[startup+3.10057 s]
/proc/loadavg: 3.96 3.11 2.42 5/176 30853
/proc/meminfo: memFree=26677964/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=211192 CPUtime=12.22 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 6802 0 0 0 1219 3 0 0 18 0 5 0 943663271 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 52798 6675 351 389 0 48548 0
[pid=30848/tid=30850] ppid=30847 vsize=211192 CPUtime=3.06 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 706 0 0 0 306 0 0 0 18 0 5 0 943663275 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=211192 CPUtime=3.04 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 588 0 0 0 304 0 0 0 20 0 5 0 943663276 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=211192 CPUtime=3.02 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 621 0 0 0 302 0 0 0 18 0 5 0 943663278 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=211192 CPUtime=3 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 624 0 0 0 300 0 0 0 18 0 5 0 943663280 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 219892

[startup+6.301 s]
/proc/loadavg: 3.97 3.13 2.43 5/176 30853
/proc/meminfo: memFree=26678188/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=211192 CPUtime=25.02 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 6802 0 0 0 2499 3 0 0 18 0 5 0 943663271 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 52798 6675 351 389 0 48548 0
[pid=30848/tid=30850] ppid=30847 vsize=211192 CPUtime=6.26 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 706 0 0 0 626 0 0 0 18 0 5 0 943663275 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=211192 CPUtime=6.24 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 588 0 0 0 624 0 0 0 19 0 5 0 943663276 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=211192 CPUtime=6.22 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 621 0 0 0 622 0 0 0 18 0 5 0 943663278 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336678 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=211192 CPUtime=6.2 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 624 0 0 0 620 0 0 0 18 0 5 0 943663280 216260608 6675 33554432000 4194304 5787044 140733682807616 18446744073709551615 212039760415 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 219892

[startup+12.7009 s]
/proc/loadavg: 3.97 3.14 2.44 5/176 30854
/proc/meminfo: memFree=26678376/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=211192 CPUtime=50.61 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 6806 0 0 0 5057 4 0 0 18 0 5 0 943663271 216260608 6679 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 52798 6679 351 389 0 48548 0
[pid=30848/tid=30850] ppid=30847 vsize=211192 CPUtime=12.65 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 708 0 0 0 1265 0 0 0 18 0 5 0 943663275 216260608 6679 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=211192 CPUtime=12.63 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 590 0 0 0 1263 0 0 0 25 0 5 0 943663276 216260608 6679 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=211192 CPUtime=12.62 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 621 0 0 0 1262 0 0 0 18 0 5 0 943663278 216260608 6679 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=211192 CPUtime=12.59 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 624 0 0 0 1259 0 0 0 19 0 5 0 943663280 216260608 6679 33554432000 4194304 5787044 140733682807616 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 219892

[startup+25.5006 s]
/proc/loadavg: 3.98 3.18 2.46 5/176 30854
/proc/meminfo: memFree=26646612/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=229376 CPUtime=101.78 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 16544 0 0 0 10170 8 0 0 18 0 5 0 943663271 234881024 15065 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 57344 15065 405 389 0 53094 0
[pid=30848/tid=30850] ppid=30847 vsize=229376 CPUtime=25.45 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 1709 0 0 0 2544 1 0 0 18 0 5 0 943663275 234881024 15065 33554432000 4194304 5787044 140733682807616 18446744073709551615 4220728 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=229376 CPUtime=25.43 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 2756 0 0 0 2542 1 0 0 20 0 5 0 943663276 234881024 15065 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=229376 CPUtime=25.41 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 4654 0 0 0 2540 1 0 0 18 0 5 0 943663278 234881024 15065 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=229376 CPUtime=25.39 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 3162 0 0 0 2537 2 0 0 25 0 5 0 943663280 234881024 15066 33554432000 4194304 5787044 140733682807616 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 238076

[startup+51.101 s]
/proc/loadavg: 3.98 3.25 2.50 5/176 30855
/proc/meminfo: memFree=26617616/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=240432 CPUtime=204.17 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 23681 0 0 0 20402 15 0 0 18 0 5 0 943663271 246202368 22201 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 60108 22201 405 389 0 55858 0
[pid=30848/tid=30850] ppid=30847 vsize=240432 CPUtime=51.04 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 5071 0 0 0 5100 4 0 0 25 0 5 0 943663275 246202368 22201 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=240432 CPUtime=51.02 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 4049 0 0 0 5100 2 0 0 25 0 5 0 943663276 246202368 22201 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=240432 CPUtime=51.01 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 7136 0 0 0 5098 3 0 0 18 0 5 0 943663278 246202368 22201 33554432000 4194304 5787044 140733682807616 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=240432 CPUtime=50.99 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 3162 0 0 0 5097 2 0 0 25 0 5 0 943663280 246202368 22201 33554432000 4194304 5787044 140733682807616 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.17
Current children cumulated vsize (KiB) 249132

[startup+102.307 s]
/proc/loadavg: 3.99 3.36 2.58 5/176 30856
/proc/meminfo: memFree=26569968/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=265656 CPUtime=408.99 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 35611 0 0 0 40873 26 0 0 18 0 5 0 943663271 272031744 34021 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 66414 34021 405 389 0 62164 0
[pid=30848/tid=30850] ppid=30847 vsize=265656 CPUtime=102.24 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 8249 0 0 0 10217 7 0 0 19 0 5 0 943663275 272031744 34021 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=265656 CPUtime=102.22 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 8975 0 0 0 10216 6 0 0 25 0 5 0 943663276 272031744 34021 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=265656 CPUtime=102.2 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 10962 0 0 0 10214 6 0 0 25 0 5 0 943663278 272031744 34021 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=265656 CPUtime=102.19 cores=0-7

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

/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 73796 0 0 0 472148 81 0 0 25 0 5 0 943663276 1493151744 322439 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=1458156 CPUtime=4722.29 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 69735 0 0 0 472162 67 0 0 25 0 5 0 943663278 1493151744 322439 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=1458156 CPUtime=4722.21 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 78560 0 0 0 472045 176 0 0 25 0 5 0 943663280 1493151744 322439 33554432000 4194304 5787044 140733682807616 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18889.2
Current children cumulated vsize (KiB) 1466856

[startup+4782.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/176 30993
/proc/meminfo: memFree=25402432/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=1458872 CPUtime=19129.2 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 333085 0 0 0 1912439 480 0 0 18 0 5 0 943663271 1493884928 325126 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 364718 325126 418 389 0 360468 0
[pid=30848/tid=30850] ppid=30847 vsize=1458872 CPUtime=4782.3 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 105312 0 0 0 478081 149 0 0 25 0 5 0 943663275 1493884928 325126 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=1458872 CPUtime=4782.28 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 75010 0 0 0 478145 83 0 0 25 0 5 0 943663276 1493884928 325126 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=1458872 CPUtime=4782.29 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 69940 0 0 0 478162 67 0 0 25 0 5 0 943663278 1493884928 325126 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=1458872 CPUtime=4782.2 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 78560 0 0 0 478044 176 0 0 25 0 5 0 943663280 1493884928 325126 33554432000 4194304 5787044 140733682807616 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19129.2
Current children cumulated vsize (KiB) 1467572

[startup+4842.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/176 31003
/proc/meminfo: memFree=25382816/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=1463804 CPUtime=19369.2 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 337720 0 0 0 1936432 488 0 0 18 0 5 0 943663271 1498935296 329761 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 365951 329761 418 389 0 361701 0
[pid=30848/tid=30850] ppid=30847 vsize=1463804 CPUtime=4842.31 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 106525 0 0 0 484079 152 0 0 25 0 5 0 943663275 1498935296 329761 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=1463804 CPUtime=4842.28 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 76154 0 0 0 484142 86 0 0 25 0 5 0 943663276 1498935296 329761 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=1463804 CPUtime=4842.29 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 71194 0 0 0 484160 69 0 0 25 0 5 0 943663278 1498935296 329761 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=1463804 CPUtime=4842.21 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 79584 0 0 0 484044 177 0 0 25 0 5 0 943663280 1498935296 329761 33554432000 4194304 5787044 140733682807616 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19369.2
Current children cumulated vsize (KiB) 1472504

[startup+4902.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/176 31005
/proc/meminfo: memFree=25368532/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=1469068 CPUtime=19609.2 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 341354 0 0 0 1960428 493 0 0 18 0 5 0 943663271 1504325632 333395 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 367267 333395 418 389 0 363017 0
[pid=30848/tid=30850] ppid=30847 vsize=1469068 CPUtime=4902.3 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 107775 0 0 0 490077 153 0 0 25 0 5 0 943663275 1504325632 333395 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=1469068 CPUtime=4902.28 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 77294 0 0 0 490139 89 0 0 25 0 5 0 943663276 1504325632 333395 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=1469068 CPUtime=4902.28 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 72436 0 0 0 490159 69 0 0 25 0 5 0 943663278 1504325632 333395 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=1469068 CPUtime=4902.21 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 79586 0 0 0 490044 177 0 0 25 0 5 0 943663280 1504325632 333395 33554432000 4194304 5787044 140733682807616 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19609.2
Current children cumulated vsize (KiB) 1477768

[startup+4962.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/176 31007
/proc/meminfo: memFree=25349660/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=1539608 CPUtime=19849.2 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 346052 0 0 0 1984423 498 0 0 18 0 5 0 943663271 1576558592 338093 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 384902 338093 418 389 0 380652 0
[pid=30848/tid=30850] ppid=30847 vsize=1539608 CPUtime=4962.3 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 108927 0 0 0 496075 155 0 0 25 0 5 0 943663275 1576558592 338093 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=1539608 CPUtime=4962.28 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 78537 0 0 0 496137 91 0 0 25 0 5 0 943663276 1576558592 338093 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=1539608 CPUtime=4962.29 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 73708 0 0 0 496158 71 0 0 25 0 5 0 943663278 1576558592 338093 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=1539608 CPUtime=4962.21 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 80617 0 0 0 496044 177 0 0 25 0 5 0 943663280 1576558592 338093 33554432000 4194304 5787044 140733682807616 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19849.2
Current children cumulated vsize (KiB) 1548308

[startup+5022.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/176 31008
/proc/meminfo: memFree=25335616/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=1544692 CPUtime=20089.2 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 349602 0 0 0 2008418 504 0 0 18 0 5 0 943663271 1581764608 341643 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 386173 341643 418 389 0 381923 0
[pid=30848/tid=30850] ppid=30847 vsize=1544692 CPUtime=5022.31 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 110170 0 0 0 502072 159 0 0 25 0 5 0 943663275 1581764608 341643 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=1544692 CPUtime=5022.28 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 79583 0 0 0 502136 92 0 0 25 0 5 0 943663276 1581764608 341643 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=1544692 CPUtime=5022.29 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 74953 0 0 0 502157 72 0 0 25 0 5 0 943663278 1581764608 341643 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=1544692 CPUtime=5022.21 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 80633 0 0 0 502044 177 0 0 25 0 5 0 943663280 1581764608 341643 33554432000 4194304 5787044 140733682807616 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20089.2
Current children cumulated vsize (KiB) 1553392

[startup+5082.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/176 31010
/proc/meminfo: memFree=25316740/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=1553536 CPUtime=20329.2 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 354306 0 0 0 2032413 509 0 0 18 0 5 0 943663271 1590820864 346347 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 388384 346347 418 389 0 384134 0
[pid=30848/tid=30850] ppid=30847 vsize=1553536 CPUtime=5082.31 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 111368 0 0 0 508070 161 0 0 25 0 5 0 943663275 1590820864 346347 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=1553536 CPUtime=5082.28 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 80881 0 0 0 508135 93 0 0 25 0 5 0 943663276 1590820864 346347 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=1553536 CPUtime=5082.29 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 77153 0 0 0 508156 73 0 0 25 0 5 0 943663278 1590820864 346347 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=1553536 CPUtime=5082.21 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 80641 0 0 0 508044 177 0 0 25 0 5 0 943663280 1590820864 346347 33554432000 4194304 5787044 140733682807616 18446744073709551615 5528624 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) 1562236



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 3.99 3.91 5/176 31010
/proc/meminfo: memFree=25312392/32951124 swapFree=67050916/67111528
[pid=30847] ppid=30845 vsize=8700 CPUtime=0 cores=0-7
/proc/30847/stat : 30847 (priss.sh) S 30845 30847 30768 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 943663271 8908800 252 33554432000 4194304 4922060 140734523274816 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30847/statm: 2175 252 211 178 0 68 0
[pid=30848] ppid=30847 vsize=1555004 CPUtime=20400 cores=0-7
/proc/30848/stat : 30848 (priss) S 30847 30847 30768 0 -1 4202496 355378 0 0 0 2039494 510 0 0 18 0 5 0 943663271 1592324096 347419 33554432000 4194304 5787044 140733682807616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30848/statm: 388751 347419 418 389 0 384501 0
[pid=30848/tid=30850] ppid=30847 vsize=1555004 CPUtime=5100.01 cores=0-7
/proc/30848/task/30850/stat : 30850 (priss) R 30847 30847 30768 0 -1 4202560 111751 0 0 0 509840 161 0 0 25 0 5 0 943663275 1592324096 347419 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30848/tid=30851] ppid=30847 vsize=1555004 CPUtime=5099.99 cores=0-7
/proc/30848/task/30851/stat : 30851 (priss) R 30847 30847 30768 0 -1 4202560 81198 0 0 0 509905 94 0 0 25 0 5 0 943663276 1592324096 347419 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30848/tid=30852] ppid=30847 vsize=1555004 CPUtime=5100 cores=0-7
/proc/30848/task/30852/stat : 30852 (priss) R 30847 30847 30768 0 -1 4202560 77525 0 0 0 509927 73 0 0 25 0 5 0 943663278 1592324096 347419 33554432000 4194304 5787044 140733682807616 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30848/tid=30853] ppid=30847 vsize=1555004 CPUtime=5099.92 cores=0-7
/proc/30848/task/30853/stat : 30853 (priss) R 30847 30847 30768 0 -1 4202560 80641 0 0 0 509815 177 0 0 25 0 5 0 943663280 1592324096 347419 33554432000 4194304 5787044 140733682807616 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20400
Current children cumulated vsize (KiB) 1563704

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

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

The end

Launcher Data

Begin job on node146 at 2011-06-19 21:41:10
IDJOB=3499541
IDBENCH=83967
IDSOLVER=1994
FILE ID=node146/3499541-1308512470
RUNJOBID= node146-1308512220-30782
PBS_JOBID= 13608277
Free space on /tmp= 73128 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499541-1308512470/watcher-3499541-1308512470 -o /tmp/evaluation-result-3499541-1308512470/solver-3499541-1308512470 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499541-1308512470.cnf 1766388574 40000 31000 8

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

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=1766388574

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26703712 kB
Buffers:        560924 kB
Cached:        5277224 kB
SwapCached:      24264 kB
Active:        2107796 kB
Inactive:      3758880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26703712 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:       26604 kB
Mapped:           8944 kB
Slab:           315920 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183652 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= 73128 MiB
End job on node146 at 2011-06-19 23:06:12