Trace number 3283915

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) 4800.23 1201.82

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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: 16127
0.00/0.02	c parsetime: 19770us
0.00/0.02	c parsed 87044 clauses with 1430 variables
0.00/0.03	c NW started thread 0 successfully (1093105984)
0.00/0.03	c NW started thread 1 successfully (1103595840)
0.00/0.06	c NW started thread 2 successfully (1114085696)
0.00/0.06	c NW started thread 3 successfully (1124575552)
10.26/2.66	c preprocessor returned 10010 variables
10.26/2.66	c preprocessing returned UNKNOWN
10.26/2.66	c PP set 0 variables
10.26/2.66	c pp time: 2629926us (2s)
10.26/2.66	c preprocessor returned 10010 variables
10.26/2.66	c preprocessing returned UNKNOWN
10.26/2.66	c PP set 0 variables
10.26/2.66	c pp time: 2635411us (2s)
10.26/2.68	c preprocessor returned 10010 variables
10.26/2.68	c preprocessing returned UNKNOWN
10.26/2.68	c PP set 0 variables
10.26/2.68	c pp time: 2636598us (2s)
13.44/3.44	c preprocessor returned 30019 variables
13.44/3.44	c preprocessing returned UNKNOWN
13.44/3.44	c PP set 0 variables
13.44/3.44	c pp time: 3380231us (3s)

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.0 (svn: 935)

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-3283915-1304043700/watcher-3283915-1304043700 -o /tmp/evaluation-result-3283915-1304043700/solver-3283915-1304043700 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3283915-1304043700.cnf 1841281734 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.86 8.00 7.91 5/182 16126
/proc/meminfo: memFree=15456016/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0

[startup+0.047419 s]
/proc/loadavg: 7.86 8.00 7.91 5/182 16126
/proc/meminfo: memFree=15456016/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.151367 s]
/proc/loadavg: 7.86 8.00 7.91 5/182 16126
/proc/meminfo: memFree=15456016/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.35133 s]
/proc/loadavg: 7.86 8.00 7.91 5/182 16126
/proc/meminfo: memFree=15456016/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700268 s]
/proc/loadavg: 7.86 8.00 7.91 5/182 16126
/proc/meminfo: memFree=15456016/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 7.86 8.00 7.91 10/188 16132
/proc/meminfo: memFree=15421380/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=284640 CPUtime=5.87 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 11895 0 0 0 584 3 0 0 19 0 5 0 594600561 291471360 11266 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 71160 11266 352 389 0 66910 0
[pid=16127/tid=16129] ppid=16126 vsize=284640 CPUtime=1.45 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 1777 0 0 0 145 0 0 0 20 0 5 0 594600564 291471360 11266 33554432000 4194304 5787044 140735567510080 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=284640 CPUtime=1.46 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 1657 0 0 0 146 0 0 0 19 0 5 0 594600565 291471360 11266 33554432000 4194304 5787044 140735567510080 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=284640 CPUtime=1.43 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 1641 0 0 0 143 0 0 0 23 0 5 0 594600566 291471360 11266 33554432000 4194304 5787044 140735567510080 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=284640 CPUtime=1.43 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 1725 0 0 0 143 0 0 0 25 0 5 0 594600567 291471360 11266 33554432000 4194304 5787044 140735567510080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 293340

[startup+3.10083 s]
/proc/loadavg: 7.86 8.00 7.91 10/188 16132
/proc/meminfo: memFree=15393976/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=305064 CPUtime=12.25 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 21623 0 0 0 1221 4 0 0 19 0 5 0 594600561 312385536 18041 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 76266 18041 404 389 0 72016 0
[pid=16127/tid=16129] ppid=16126 vsize=305064 CPUtime=3.05 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 3311 0 0 0 305 0 0 0 25 0 5 0 594600564 312385536 18041 33554432000 4194304 5787044 140735567510080 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=305064 CPUtime=3.05 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 4446 0 0 0 305 0 0 0 23 0 5 0 594600565 312385536 18041 33554432000 4194304 5787044 140735567510080 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=305064 CPUtime=3.03 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 5201 0 0 0 302 1 0 0 25 0 5 0 594600566 312385536 18041 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=305064 CPUtime=3.03 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 3570 0 0 0 303 0 0 0 25 0 5 0 594600567 312385536 18041 33554432000 4194304 5787044 140735567510080 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 313764

[startup+6.30124 s]
/proc/loadavg: 7.87 8.00 7.91 10/188 16132
/proc/meminfo: memFree=15379948/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=306284 CPUtime=25.03 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 24495 0 0 0 2498 5 0 0 19 0 5 0 594600561 313634816 19543 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 76571 19543 417 389 0 72321 0
[pid=16127/tid=16129] ppid=16126 vsize=306284 CPUtime=6.26 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 3450 0 0 0 625 1 0 0 25 0 5 0 594600564 313634816 19543 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591139 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=306284 CPUtime=6.25 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 4737 0 0 0 625 0 0 0 25 0 5 0 594600565 313634816 19543 33554432000 4194304 5787044 140735567510080 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=306284 CPUtime=6.21 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 5525 0 0 0 620 1 0 0 25 0 5 0 594600566 313634816 19543 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591833 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=306284 CPUtime=6.23 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 5688 0 0 0 622 1 0 0 25 0 5 0 594600567 313634816 19543 33554432000 4194304 5787044 140735567510080 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 314984

[startup+12.7011 s]
/proc/loadavg: 7.88 8.00 7.91 9/188 16133
/proc/meminfo: memFree=15362536/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=308312 CPUtime=50.59 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 26393 0 0 0 5052 7 0 0 19 0 5 0 594600561 315711488 21441 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 77078 21441 417 389 0 72828 0
[pid=16127/tid=16129] ppid=16126 vsize=308312 CPUtime=12.65 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 3939 0 0 0 1264 1 0 0 25 0 5 0 594600564 315711488 21441 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=308312 CPUtime=12.65 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 5245 0 0 0 1264 1 0 0 25 0 5 0 594600565 315711488 21441 33554432000 4194304 5787044 140735567510080 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=308312 CPUtime=12.58 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 6062 0 0 0 1256 2 0 0 25 0 5 0 594600566 315711488 21441 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=308312 CPUtime=12.62 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 6052 0 0 0 1261 1 0 0 25 0 5 0 594600567 315711488 21441 33554432000 4194304 5787044 140735567510080 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 317012

[startup+25.5007 s]
/proc/loadavg: 7.98 8.01 7.92 10/188 16133
/proc/meminfo: memFree=15340460/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=315056 CPUtime=101.72 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 30595 0 0 0 10161 11 0 0 19 0 5 0 594600561 322617344 25643 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 78764 25643 417 389 0 74514 0
[pid=16127/tid=16129] ppid=16126 vsize=315056 CPUtime=25.46 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 5658 0 0 0 2543 3 0 0 25 0 5 0 594600564 322617344 25643 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=315056 CPUtime=25.45 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 5877 0 0 0 2544 1 0 0 25 0 5 0 594600565 322617344 25643 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=315056 CPUtime=25.31 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 7035 0 0 0 2528 3 0 0 25 0 5 0 594600566 322617344 25643 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=315056 CPUtime=25.42 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 6930 0 0 0 2540 2 0 0 25 0 5 0 594600567 322617344 25643 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 323756

[startup+51.101 s]
/proc/loadavg: 8.04 8.03 7.93 10/188 16134
/proc/meminfo: memFree=15288204/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=324144 CPUtime=203.98 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 36643 0 0 0 20380 18 0 0 19 0 5 0 594600561 331923456 31685 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 81036 31685 417 389 0 76786 0
[pid=16127/tid=16129] ppid=16126 vsize=324144 CPUtime=51.05 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 7976 0 0 0 5100 5 0 0 25 0 5 0 594600564 331923456 31685 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=324144 CPUtime=51.05 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 7093 0 0 0 5102 3 0 0 25 0 5 0 594600565 331923456 31685 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=324144 CPUtime=50.76 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 8388 0 0 0 5072 4 0 0 25 0 5 0 594600566 331923456 31685 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=324144 CPUtime=51.02 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 8091 0 0 0 5098 4 0 0 25 0 5 0 594600567 331923456 31685 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527722 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 332844

[startup+102.307 s]
/proc/loadavg: 8.13 8.05 7.94 10/188 16135
/proc/meminfo: memFree=15243912/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=341384 CPUtime=408.5 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 47819 0 0 0 40822 28 0 0 19 0 5 0 594600561 349577216 42698 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 85346 42698 417 389 0 81096 0
[pid=16127/tid=16129] ppid=16126 vsize=341384 CPUtime=102.24 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 10096 0 0 0 10217 7 0 0 25 0 5 0 594600564 349577216 42698 33554432000 4194304 5787044 140735567510080 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=341384 CPUtime=102.26 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 10184 0 0 0 10222 4 0 0 25 0 5 0 594600565 349577216 42698 33554432000 4194304 5787044 140735567510080 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=341384 CPUtime=101.69 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 11134 0 0 0 10161 8 0 0 25 0 5 0 594600566 349577216 42698 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=341384 CPUtime=102.23 cores=0,2,4,6

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

/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 22243 0 0 0 82213 12 0 0 25 0 5 0 594600565 631017472 93124 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=616228 CPUtime=817.76 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 28926 0 0 0 81750 26 0 0 25 0 5 0 594600566 631017472 93124 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=616228 CPUtime=822.21 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 23348 0 0 0 82197 24 0 0 25 0 5 0 594600567 631017472 93124 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.47
Current children cumulated vsize (KiB) 624928

[startup+882.301 s]
/proc/loadavg: 8.04 8.02 7.99 9/188 16189
/proc/meminfo: memFree=16129752/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=629104 CPUtime=3524.14 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 104313 0 0 0 352328 86 0 0 19 0 5 0 594600561 644202496 98025 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 157276 98025 418 389 0 153026 0
[pid=16127/tid=16129] ppid=16126 vsize=629104 CPUtime=882.15 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 20242 0 0 0 88196 19 0 0 25 0 5 0 594600564 644202496 98025 33554432000 4194304 5787044 140735567510080 18446744073709551615 5590578 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=629104 CPUtime=882.25 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 23996 0 0 0 88213 12 0 0 25 0 5 0 594600565 644202496 98025 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=629104 CPUtime=877.43 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 30514 0 0 0 87715 28 0 0 25 0 5 0 594600566 644202496 98025 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=629104 CPUtime=882.21 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 24466 0 0 0 88197 24 0 0 25 0 5 0 594600567 644202496 98025 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.14
Current children cumulated vsize (KiB) 637804

[startup+942.301 s]
/proc/loadavg: 8.08 8.03 7.99 9/188 16191
/proc/meminfo: memFree=16071548/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=641688 CPUtime=3763.82 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 108514 0 0 0 376292 90 0 0 19 0 5 0 594600561 657088512 102019 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 160422 102019 418 389 0 156172 0
[pid=16127/tid=16129] ppid=16126 vsize=641688 CPUtime=942.15 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 21783 0 0 0 94194 21 0 0 25 0 5 0 594600564 657088512 102019 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=641688 CPUtime=942.26 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 25073 0 0 0 94213 13 0 0 25 0 5 0 594600565 657088512 102019 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=641688 CPUtime=937.11 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 31419 0 0 0 93682 29 0 0 25 0 5 0 594600566 657088512 102019 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=641688 CPUtime=942.2 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 25144 0 0 0 94196 24 0 0 25 0 5 0 594600567 657088512 102019 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 650388

[startup+1002.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 16192
/proc/meminfo: memFree=16043596/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=651868 CPUtime=4003.47 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 112997 0 0 0 400254 93 0 0 19 0 5 0 594600561 667512832 106502 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 162967 106502 418 389 0 158717 0
[pid=16127/tid=16129] ppid=16126 vsize=651868 CPUtime=1002.15 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 23964 0 0 0 100193 22 0 0 25 0 5 0 594600564 667512832 106502 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=651868 CPUtime=1002.26 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 26340 0 0 0 100212 14 0 0 25 0 5 0 594600565 667512832 106502 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=651868 CPUtime=996.78 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 31419 0 0 0 99649 29 0 0 25 0 5 0 594600566 667512832 106502 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=651868 CPUtime=1002.2 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 26179 0 0 0 100194 26 0 0 25 0 5 0 594600567 667512832 106502 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 660568

[startup+1062.3 s]
/proc/loadavg: 8.34 8.11 8.02 9/188 16197
/proc/meminfo: memFree=15976572/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=661464 CPUtime=4242.99 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 117641 0 0 0 424201 98 0 0 19 0 5 0 594600561 677339136 111146 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 165366 111146 418 389 0 161116 0
[pid=16127/tid=16129] ppid=16126 vsize=661464 CPUtime=1062.14 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 25193 0 0 0 106190 24 0 0 25 0 5 0 594600564 677339136 111146 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=661464 CPUtime=1062.1 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 27445 0 0 0 106196 14 0 0 25 0 5 0 594600565 677339136 111146 33554432000 4194304 5787044 140735567510080 18446744073709551615 4692144 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=661464 CPUtime=1056.46 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 32444 0 0 0 105616 30 0 0 25 0 5 0 594600566 677339136 111146 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=661464 CPUtime=1062.2 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 27464 0 0 0 106193 27 0 0 25 0 5 0 594600567 677339136 111146 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.99
Current children cumulated vsize (KiB) 670164

[startup+1122.3 s]
/proc/loadavg: 8.17 8.10 8.02 9/188 16198
/proc/meminfo: memFree=15952260/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=662152 CPUtime=4482.66 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 120589 0 0 0 448163 103 0 0 19 0 5 0 594600561 678043648 114094 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 165538 114094 418 389 0 161288 0
[pid=16127/tid=16129] ppid=16126 vsize=662152 CPUtime=1122.14 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 26476 0 0 0 112187 27 0 0 25 0 5 0 594600564 678043648 114094 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=662152 CPUtime=1122.11 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 27775 0 0 0 112196 15 0 0 25 0 5 0 594600565 678043648 114094 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=662152 CPUtime=1116.13 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 32448 0 0 0 111583 30 0 0 25 0 5 0 594600566 678043648 114094 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=662152 CPUtime=1122.2 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 28795 0 0 0 112190 30 0 0 25 0 5 0 594600567 678043648 114094 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.66
Current children cumulated vsize (KiB) 670852

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/188 16200
/proc/meminfo: memFree=15940420/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=662152 CPUtime=4722.32 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 122407 0 0 0 472127 105 0 0 19 0 5 0 594600561 678043648 115462 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 165538 115462 418 389 0 161288 0
[pid=16127/tid=16129] ppid=16126 vsize=662152 CPUtime=1182.12 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 27148 0 0 0 118185 27 0 0 25 0 5 0 594600564 678043648 115462 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=662152 CPUtime=1182.1 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 27775 0 0 0 118195 15 0 0 25 0 5 0 594600565 678043648 115462 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=662152 CPUtime=1175.8 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 32478 0 0 0 117550 30 0 0 25 0 5 0 594600566 678043648 115462 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=662152 CPUtime=1182.2 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 29911 0 0 0 118190 30 0 0 25 0 5 0 594600567 678043648 115462 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 670852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.09 8.02 9/188 16200
/proc/meminfo: memFree=15929232/32951124 swapFree=67111528/67111528
[pid=16126] ppid=16124 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16126/stat : 16126 (priss.sh) S 16124 16126 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594600561 8908800 252 33554432000 4194304 4922060 140736579176816 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16126/statm: 2175 252 211 178 0 68 0
[pid=16127] ppid=16126 vsize=662152 CPUtime=4800.23 cores=0,2,4,6
/proc/16127/stat : 16127 (priss) S 16126 16126 15086 0 -1 4202496 122423 0 0 0 479918 105 0 0 19 0 5 0 594600561 678043648 115478 33554432000 4194304 5787044 140735567510080 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16127/statm: 165538 115478 418 389 0 161288 0
[pid=16127/tid=16129] ppid=16126 vsize=662152 CPUtime=1201.63 cores=0,2,4,6
/proc/16127/task/16129/stat : 16129 (priss) R 16126 16126 15086 0 -1 4202560 27148 0 0 0 120136 27 0 0 25 0 5 0 594600564 678043648 115478 33554432000 4194304 5787044 140735567510080 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16127/tid=16130] ppid=16126 vsize=662152 CPUtime=1201.61 cores=0,2,4,6
/proc/16127/task/16130/stat : 16130 (priss) R 16126 16126 15086 0 -1 4202560 27777 0 0 0 120146 15 0 0 25 0 5 0 594600565 678043648 115478 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16127/tid=16131] ppid=16126 vsize=662152 CPUtime=1195.2 cores=0,2,4,6
/proc/16127/task/16131/stat : 16131 (priss) R 16126 16126 15086 0 -1 4202560 32492 0 0 0 119490 30 0 0 25 0 5 0 594600566 678043648 115478 33554432000 4194304 5787044 140735567510080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16127/tid=16132] ppid=16126 vsize=662152 CPUtime=1201.7 cores=0,2,4,6
/proc/16127/task/16132/stat : 16132 (priss) R 16126 16126 15086 0 -1 4202560 29911 0 0 0 120140 30 0 0 25 0 5 0 594600567 678043648 115478 33554432000 4194304 5787044 140735567510080 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 670852

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 16126 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.23
CPU user time (s): 4799.18
CPU system time (s): 1.05
CPU usage (%): 399.414
Max. virtual memory (cumulated for all children) (KiB): 670852

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

The end

Launcher Data

Begin job on node110 at 2011-04-29 04:21:40
IDJOB=3283915
IDBENCH=71089
IDSOLVER=1603
FILE ID=node110/3283915-1304043700
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72812 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283915-1304043700/watcher-3283915-1304043700 -o /tmp/evaluation-result-3283915-1304043700/solver-3283915-1304043700 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3283915-1304043700.cnf 1841281734 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1841281734

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15456296 kB
Buffers:       2333668 kB
Cached:       13291576 kB
SwapCached:          0 kB
Active:        9090616 kB
Inactive:      7832076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15456296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3060 kB
Writeback:           0 kB
AnonPages:     1296908 kB
Mapped:          15616 kB
Slab:           506388 kB
PageTables:       7024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1584040 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= 72836 MiB
End job on node110 at 2011-04-29 04:41:44