Trace number 3499235

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes5.cnf
MD5SUMe7d4dc25f0d8e558fb091b1e566deab7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.57976
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 16283
0.00/0.01	c parsetime: 8365us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1106049344)
0.00/0.02	c NW started thread 1 successfully (1116539200)
0.00/0.02	c NW started thread 2 successfully (1087732032)
0.00/0.03	c NW started thread 3 successfully (1127029056)
4.91/1.34	c preprocessor returned 10003 variables
4.91/1.34	c preprocessing returned UNKNOWN
4.91/1.34	c PP set 0 variables
4.91/1.34	c pp time: 1331781us (1s)
4.91/1.36	c preprocessor returned 10003 variables
4.91/1.36	c preprocessing returned UNKNOWN
4.91/1.36	c PP set 0 variables
4.91/1.36	c pp time: 1340835us (1s)
4.91/1.36	c preprocessor returned 10003 variables
4.91/1.36	c preprocessing returned UNKNOWN
4.91/1.36	c PP set 0 variables
4.91/1.36	c pp time: 1332497us (1s)
52.88/13.36	c preprocessor returned 30041 variables
52.88/13.36	c preprocessing returned UNKNOWN
52.88/13.36	c PP set 0 variables
52.88/13.36	c pp time: 13329872us (13s)
7225.80/1806.65	c HTE
7268.22/1817.23	c subsumption
7489.40/1872.52	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-3499235-1307992958/watcher-3499235-1307992958 -o /tmp/evaluation-result-3499235-1307992958/solver-3499235-1307992958 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499235-1307992958.cnf 1265140890 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 4.01 4.00 3.92 2/170 16282
/proc/meminfo: memFree=6731908/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0

[startup+0.041449 s]
/proc/loadavg: 4.01 4.00 3.92 2/170 16282
/proc/meminfo: memFree=6731908/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100452 s]
/proc/loadavg: 4.01 4.00 3.92 2/170 16282
/proc/meminfo: memFree=6731908/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304361 s]
/proc/loadavg: 4.01 4.00 3.92 2/170 16282
/proc/meminfo: memFree=6731908/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70029 s]
/proc/loadavg: 4.01 4.00 3.92 2/170 16282
/proc/meminfo: memFree=6731908/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50115 s]
/proc/loadavg: 4.01 4.00 3.92 5/176 16288
/proc/meminfo: memFree=6699916/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=281644 CPUtime=5.7 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 18498 0 0 0 565 5 0 0 19 0 5 0 910893505 288403456 10061 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 70411 10061 404 389 0 66161 0
[pid=16283/tid=16285] ppid=16282 vsize=281644 CPUtime=1.43 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 4305 0 0 0 142 1 0 0 18 0 5 0 910893506 288403456 10061 33554432000 4194304 5787044 140734040106304 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=281644 CPUtime=1.4 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 4229 0 0 0 139 1 0 0 18 0 5 0 910893507 288403456 10061 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=281644 CPUtime=1.41 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 3878 0 0 0 141 0 0 0 18 0 5 0 910893508 288403456 10061 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=281644 CPUtime=1.42 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 3316 0 0 0 140 2 0 0 19 0 5 0 910893508 288403456 10061 33554432000 4194304 5787044 140734040106304 18446744073709551615 212687369197 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 290344

[startup+3.10086 s]
/proc/loadavg: 4.01 4.00 3.92 5/176 16288
/proc/meminfo: memFree=6687392/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=286536 CPUtime=12.09 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 20179 0 0 0 1204 5 0 0 19 0 5 0 910893505 293412864 11742 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 71634 11742 404 389 0 67384 0
[pid=16283/tid=16285] ppid=16282 vsize=286536 CPUtime=3.02 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 4543 0 0 0 301 1 0 0 18 0 5 0 910893506 293412864 11742 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=286536 CPUtime=3 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 4445 0 0 0 299 1 0 0 20 0 5 0 910893507 293412864 11742 33554432000 4194304 5787044 140734040106304 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=286536 CPUtime=3 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 5104 0 0 0 300 0 0 0 18 0 5 0 910893508 293412864 11742 33554432000 4194304 5787044 140734040106304 18446744073709551615 5592064 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=286536 CPUtime=3.02 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 3317 0 0 0 300 2 0 0 24 0 5 0 910893508 293412864 11742 33554432000 4194304 5787044 140734040106304 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 295236

[startup+6.30027 s]
/proc/loadavg: 4.01 4.00 3.92 5/176 16288
/proc/meminfo: memFree=6683324/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=287752 CPUtime=24.88 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 21051 0 0 0 2483 5 0 0 19 0 5 0 910893505 294658048 12614 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 71938 12614 404 389 0 67688 0
[pid=16283/tid=16285] ppid=16282 vsize=287752 CPUtime=6.22 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 4819 0 0 0 621 1 0 0 18 0 5 0 910893506 294658048 12614 33554432000 4194304 5787044 140734040106304 18446744073709551615 5588013 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=287752 CPUtime=6.19 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 4734 0 0 0 618 1 0 0 18 0 5 0 910893507 294658048 12614 33554432000 4194304 5787044 140734040106304 18446744073709551615 5588062 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=287752 CPUtime=6.2 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 5411 0 0 0 620 0 0 0 18 0 5 0 910893508 294658048 12614 33554432000 4194304 5787044 140734040106304 18446744073709551615 5590487 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=287752 CPUtime=6.21 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 3317 0 0 0 619 2 0 0 25 0 5 0 910893508 294658048 12614 33554432000 4194304 5787044 140734040106304 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 296452

[startup+12.7011 s]
/proc/loadavg: 4.01 4.00 3.92 5/176 16288
/proc/meminfo: memFree=6676792/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=290764 CPUtime=50.48 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 23219 0 0 0 5041 7 0 0 19 0 5 0 910893505 297742336 14782 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 72691 14782 404 389 0 68441 0
[pid=16283/tid=16285] ppid=16282 vsize=290764 CPUtime=12.62 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 5544 0 0 0 1260 2 0 0 18 0 5 0 910893506 297742336 14782 33554432000 4194304 5787044 140734040106304 18446744073709551615 4254979 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=290764 CPUtime=12.59 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 5436 0 0 0 1258 1 0 0 25 0 5 0 910893507 297742336 14782 33554432000 4194304 5787044 140734040106304 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=290764 CPUtime=12.6 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 6152 0 0 0 1260 0 0 0 18 0 5 0 910893508 297742336 14782 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=290764 CPUtime=12.62 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 3317 0 0 0 1260 2 0 0 25 0 5 0 910893508 297742336 14782 33554432000 4194304 5787044 140734040106304 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 299464

[startup+25.5008 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 16289
/proc/meminfo: memFree=6653008/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=298508 CPUtime=101.64 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 30768 0 0 0 10147 17 0 0 19 0 5 0 910893505 305672192 20659 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 74627 20659 417 389 0 70377 0
[pid=16283/tid=16285] ppid=16282 vsize=298508 CPUtime=25.42 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 6521 0 0 0 2538 4 0 0 18 0 5 0 910893506 305672192 20659 33554432000 4194304 5787044 140734040106304 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=298508 CPUtime=25.38 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 6324 0 0 0 2536 2 0 0 19 0 5 0 910893507 305672192 20659 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=298508 CPUtime=25.39 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 7193 0 0 0 2536 3 0 0 18 0 5 0 910893508 305672192 20659 33554432000 4194304 5787044 140734040106304 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=298508 CPUtime=25.4 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 7960 0 0 0 2534 6 0 0 20 0 5 0 910893508 305672192 20659 33554432000 4194304 5787044 140734040106304 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 307208

[startup+51.1011 s]
/proc/loadavg: 4.00 4.00 3.92 5/176 16289
/proc/meminfo: memFree=6617968/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=313136 CPUtime=204 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 39438 0 0 0 20370 30 0 0 19 0 5 0 910893505 320651264 29284 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 78284 29284 417 389 0 74034 0
[pid=16283/tid=16285] ppid=16282 vsize=313136 CPUtime=51.01 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 9140 0 0 0 5094 7 0 0 21 0 5 0 910893506 320651264 29284 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=313136 CPUtime=50.97 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 7967 0 0 0 5094 3 0 0 25 0 5 0 910893507 320651264 29284 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=313136 CPUtime=50.98 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 9014 0 0 0 5092 6 0 0 18 0 5 0 910893508 320651264 29284 33554432000 4194304 5787044 140734040106304 18446744073709551615 5592149 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=313136 CPUtime=50.99 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 10547 0 0 0 5086 13 0 0 25 0 5 0 910893508 320651264 29284 33554432000 4194304 5787044 140734040106304 18446744073709551615 5526852 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 321836

[startup+102.307 s]
/proc/loadavg: 4.04 4.01 3.93 5/176 16291
/proc/meminfo: memFree=6560416/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=336816 CPUtime=408.77 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 53942 0 0 0 40813 64 0 0 19 0 5 0 910893505 344899584 43622 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 84204 43622 417 389 0 79954 0
[pid=16283/tid=16285] ppid=16282 vsize=336816 CPUtime=102.21 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 12085 0 0 0 10203 18 0 0 18 0 5 0 910893506 344899584 43622 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=336816 CPUtime=102.15 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 10721 0 0 0 10209 6 0 0 20 0 5 0 910893507 344899584 43622 33554432000 4194304 5787044 140734040106304 18446744073709551615 4218784 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=336816 CPUtime=102.18 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 13798 0 0 0 10202 16 0 0 19 0 5 0 910893508 344899584 43622 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=336816 CPUtime=102.19 cores=0-7

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

/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 85355 0 0 0 472166 46 0 0 25 0 5 0 910893507 1631404032 347327 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=1593168 CPUtime=4722.2 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 91780 0 0 0 471904 316 0 0 25 0 5 0 910893508 1631404032 347327 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=1593168 CPUtime=4722.23 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 104014 0 0 0 472017 206 0 0 25 0 5 0 910893508 1631404032 347327 33554432000 4194304 5787044 140734040106304 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18888.8
Current children cumulated vsize (KiB) 1601868

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 16427
/proc/meminfo: memFree=5318852/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=1608600 CPUtime=19128.8 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 375965 0 0 0 1912006 874 0 0 19 0 5 0 910893505 1647206400 352564 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 402150 352564 417 389 0 397900 0
[pid=16283/tid=16285] ppid=16282 vsize=1608600 CPUtime=4782.21 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 87903 0 0 0 477921 300 0 0 20 0 5 0 910893506 1647206400 352564 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=1608600 CPUtime=4782.12 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 88438 0 0 0 478165 47 0 0 20 0 5 0 910893507 1647206400 352564 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=1608600 CPUtime=4782.19 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 91799 0 0 0 477903 316 0 0 18 0 5 0 910893508 1647206400 352564 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=1608600 CPUtime=4782.22 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 105055 0 0 0 478014 208 0 0 25 0 5 0 910893508 1647206400 352564 33554432000 4194304 5787044 140734040106304 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19128.8
Current children cumulated vsize (KiB) 1617300

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 16429
/proc/meminfo: memFree=5307008/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=1616792 CPUtime=19368.8 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 381883 0 0 0 1935998 882 0 0 19 0 5 0 910893505 1655595008 355440 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 404198 355440 417 389 0 399948 0
[pid=16283/tid=16285] ppid=16282 vsize=1616792 CPUtime=4842.21 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 92746 0 0 0 483916 305 0 0 25 0 5 0 910893506 1655595008 355440 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=1616792 CPUtime=4842.11 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 88438 0 0 0 484164 47 0 0 25 0 5 0 910893507 1655595008 355440 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=1616792 CPUtime=4842.19 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 91826 0 0 0 483902 317 0 0 25 0 5 0 910893508 1655595008 355440 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=1616792 CPUtime=4842.22 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 106103 0 0 0 484011 211 0 0 25 0 5 0 910893508 1655595008 355440 33554432000 4194304 5787044 140734040106304 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19368.8
Current children cumulated vsize (KiB) 1625492

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 16431
/proc/meminfo: memFree=5302744/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=1616792 CPUtime=19608.8 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 382980 0 0 0 1959995 885 0 0 19 0 5 0 910893505 1655595008 356537 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 404198 356537 417 389 0 399948 0
[pid=16283/tid=16285] ppid=16282 vsize=1616792 CPUtime=4902.21 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 92746 0 0 0 489916 305 0 0 25 0 5 0 910893506 1655595008 356537 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=1616792 CPUtime=4902.11 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 88438 0 0 0 490164 47 0 0 25 0 5 0 910893507 1655595008 356537 33554432000 4194304 5787044 140734040106304 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=1616792 CPUtime=4902.19 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 91840 0 0 0 489902 317 0 0 19 0 5 0 910893508 1655595008 356537 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=1616792 CPUtime=4902.23 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 107186 0 0 0 490009 214 0 0 25 0 5 0 910893508 1655595008 356537 33554432000 4194304 5787044 140734040106304 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19608.8
Current children cumulated vsize (KiB) 1625492

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 16432
/proc/meminfo: memFree=5298340/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=1616792 CPUtime=19848.8 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 384077 0 0 0 1983991 889 0 0 19 0 5 0 910893505 1655595008 357634 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 404198 357634 417 389 0 399948 0
[pid=16283/tid=16285] ppid=16282 vsize=1616792 CPUtime=4962.21 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 92747 0 0 0 495916 305 0 0 25 0 5 0 910893506 1655595008 357634 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=1616792 CPUtime=4962.11 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 88438 0 0 0 496164 47 0 0 25 0 5 0 910893507 1655595008 357634 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=1616792 CPUtime=4962.2 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 91863 0 0 0 495903 317 0 0 25 0 5 0 910893508 1655595008 357634 33554432000 4194304 5787044 140734040106304 18446744073709551615 5592254 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=1616792 CPUtime=4962.23 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 108259 0 0 0 496005 218 0 0 25 0 5 0 910893508 1655595008 357634 33554432000 4194304 5787044 140734040106304 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19848.8
Current children cumulated vsize (KiB) 1625492

[startup+5022.3 s]
/proc/loadavg: 4.05 4.01 3.96 5/176 16434
/proc/meminfo: memFree=5294064/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=1616792 CPUtime=20088.8 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 385158 0 0 0 2007988 893 0 0 19 0 5 0 910893505 1655595008 358715 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 404198 358715 417 389 0 399948 0
[pid=16283/tid=16285] ppid=16282 vsize=1616792 CPUtime=5022.21 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 92747 0 0 0 501916 305 0 0 25 0 5 0 910893506 1655595008 358715 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=1616792 CPUtime=5022.11 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 88438 0 0 0 502164 47 0 0 25 0 5 0 910893507 1655595008 358715 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=1616792 CPUtime=5022.19 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 91904 0 0 0 501902 317 0 0 25 0 5 0 910893508 1655595008 358715 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=1616792 CPUtime=5022.24 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 109299 0 0 0 502002 222 0 0 25 0 5 0 910893508 1655595008 358715 33554432000 4194304 5787044 140734040106304 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20088.8
Current children cumulated vsize (KiB) 1625492

[startup+5082.3 s]
/proc/loadavg: 4.02 4.01 3.96 5/176 16435
/proc/meminfo: memFree=5285324/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=1624984 CPUtime=20328.8 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 390333 0 0 0 2031986 896 0 0 19 0 5 0 910893505 1663983616 360848 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 406246 360848 417 389 0 401996 0
[pid=16283/tid=16285] ppid=16282 vsize=1624984 CPUtime=5082.21 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 92747 0 0 0 507916 305 0 0 25 0 5 0 910893506 1663983616 360848 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=1624984 CPUtime=5082.11 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 88440 0 0 0 508164 47 0 0 25 0 5 0 910893507 1663983616 360848 33554432000 4194304 5787044 140734040106304 18446744073709551615 212687075852 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=1624984 CPUtime=5082.19 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 91962 0 0 0 507902 317 0 0 25 0 5 0 910893508 1663983616 360848 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=1624984 CPUtime=5082.23 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 114414 0 0 0 507999 224 0 0 25 0 5 0 910893508 1663983616 360848 33554432000 4194304 5787044 140734040106304 18446744073709551615 5522477 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20328.8
Current children cumulated vsize (KiB) 1633684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.01 4.01 3.96 5/176 16436
/proc/meminfo: memFree=5285284/32951124 swapFree=67076880/67111528
[pid=16282] ppid=16280 vsize=8700 CPUtime=0 cores=0-7
/proc/16282/stat : 16282 (priss.sh) S 16280 16282 16080 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 910893505 8908800 251 33554432000 4194304 4922060 140736856203936 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16282/statm: 2175 251 211 178 0 68 0
[pid=16283] ppid=16282 vsize=1624984 CPUtime=20399.6 cores=0-7
/proc/16283/stat : 16283 (priss) S 16282 16282 16080 0 -1 4202496 390352 0 0 0 2039068 896 0 0 19 0 5 0 910893505 1663983616 360867 33554432000 4194304 5787044 140734040106304 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/16283/statm: 406246 360867 417 389 0 401996 0
[pid=16283/tid=16285] ppid=16282 vsize=1624984 CPUtime=5099.92 cores=0-7
/proc/16283/task/16285/stat : 16285 (priss) R 16282 16282 16080 0 -1 4202560 92748 0 0 0 509687 305 0 0 25 0 5 0 910893506 1663983616 360867 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16283/tid=16286] ppid=16282 vsize=1624984 CPUtime=5099.82 cores=0-7
/proc/16283/task/16286/stat : 16286 (priss) R 16282 16282 16080 0 -1 4202560 88440 0 0 0 509935 47 0 0 25 0 5 0 910893507 1663983616 360867 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16283/tid=16287] ppid=16282 vsize=1624984 CPUtime=5099.9 cores=0-7
/proc/16283/task/16287/stat : 16287 (priss) R 16282 16282 16080 0 -1 4202560 91980 0 0 0 509673 317 0 0 25 0 5 0 910893508 1663983616 360867 33554432000 4194304 5787044 140734040106304 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16283/tid=16288] ppid=16282 vsize=1624984 CPUtime=5099.93 cores=0-7
/proc/16283/task/16288/stat : 16288 (priss) R 16282 16282 16080 0 -1 4202560 114414 0 0 0 509769 224 0 0 25 0 5 0 910893508 1663983616 360867 33554432000 4194304 5787044 140734040106304 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20399.6
Current children cumulated vsize (KiB) 1633684

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 16282 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 20399.6
#
# 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): 20399.6
CPU user time (s): 20390.7
CPU system time (s): 8.96
CPU usage (%): 399.991
Max. virtual memory (cumulated for all children) (KiB): 1633684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 7.8848 second user time and 19.73 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-13 21:22:38
IDJOB=3499235
IDBENCH=71526
IDSOLVER=1994
FILE ID=node139/3499235-1307992958
RUNJOBID= node139-1307988583-16094
PBS_JOBID= 13559810
Free space on /tmp= 2692 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes5.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499235-1307992958/watcher-3499235-1307992958 -o /tmp/evaluation-result-3499235-1307992958/solver-3499235-1307992958 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499235-1307992958.cnf 1265140890 40000 31000 8

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

MD5SUM BENCH= e7d4dc25f0d8e558fb091b1e566deab7
RANDOM SEED=1265140890

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6732204 kB
Buffers:        143240 kB
Cached:       25212708 kB
SwapCached:       3400 kB
Active:       10169840 kB
Inactive:     15219872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6732204 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:       32556 kB
Mapped:          13472 kB
Slab:           762808 kB
PageTables:       4344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187612 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= 2692 MiB
End job on node139 at 2011-06-13 22:47:40