Trace number 3499179

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.4 5100.02

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 28786
0.00/0.05	c parsetime: 45583us
0.00/0.05	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1107761472)
0.00/0.09	c NW started thread 1 successfully (1118251328)
0.00/0.11	c NW started thread 2 successfully (1128741184)
0.00/0.15	c NW started thread 3 successfully (1093974336)
33.12/8.48	c preprocessor returned 10004 variables
33.12/8.48	c preprocessing returned UNKNOWN
33.12/8.48	c PP set 0 variables
33.12/8.48	c pp time: 8419686us (8s)
33.51/8.55	c preprocessor returned 10004 variables
33.51/8.55	c preprocessing returned UNKNOWN
33.51/8.55	c PP set 0 variables
33.51/8.55	c pp time: 8438910us (8s)
35.52/9.09	c preprocessor returned 10004 variables
35.52/9.09	c preprocessing returned UNKNOWN
35.52/9.09	c PP set 0 variables
35.52/9.09	c pp time: 8992535us (8s)
60.73/15.32	c preprocessor returned 30022 variables
60.73/15.32	c preprocessing returned UNKNOWN
60.73/15.32	c PP set 0 variables
60.73/15.32	c pp time: 15163424us (15s)
9166.45/2291.84	c HTE
9199.67/2300.18	c subsumption
9557.27/2389.54	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 /var/tmp/evaluation-result-3499179-1307988490/watcher-3499179-1307988490 -o /var/tmp/evaluation-result-3499179-1307988490/solver-3499179-1307988490 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499179-1307988490.cnf 1565815568 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.03 3.99 3.61 1/170 28785
/proc/meminfo: memFree=16237008/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0

[startup+0.08174 s]
/proc/loadavg: 4.03 3.99 3.61 1/170 28785
/proc/meminfo: memFree=16237008/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100734 s]
/proc/loadavg: 4.03 3.99 3.61 1/170 28785
/proc/meminfo: memFree=16237008/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300703 s]
/proc/loadavg: 4.03 3.99 3.61 1/170 28785
/proc/meminfo: memFree=16237008/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700629 s]
/proc/loadavg: 4.03 3.99 3.61 1/170 28785
/proc/meminfo: memFree=16237008/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 4.03 3.99 3.61 5/176 28791
/proc/meminfo: memFree=16172880/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=306124 CPUtime=5.51 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 37701 0 0 0 542 9 0 0 18 0 5 0 891264524 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 76531 17712 350 389 0 72281 0
[pid=28786/tid=28788] ppid=28785 vsize=306124 CPUtime=1.4 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 7025 0 0 0 138 2 0 0 18 0 5 0 891264531 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=306124 CPUtime=1.38 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 6975 0 0 0 135 3 0 0 19 0 5 0 891264533 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=306124 CPUtime=1.36 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 7148 0 0 0 133 3 0 0 18 0 5 0 891264536 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=306124 CPUtime=1.22 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 5579 0 0 0 122 0 0 0 18 0 5 0 891264540 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 314824

[startup+3.10119 s]
/proc/loadavg: 4.03 3.99 3.61 5/176 28791
/proc/meminfo: memFree=16166556/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=306124 CPUtime=11.91 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 37701 0 0 0 1182 9 0 0 18 0 5 0 891264524 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 76531 17712 350 389 0 72281 0
[pid=28786/tid=28788] ppid=28785 vsize=306124 CPUtime=3 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 7025 0 0 0 298 2 0 0 20 0 5 0 891264531 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=306124 CPUtime=2.98 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 6975 0 0 0 295 3 0 0 23 0 5 0 891264533 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=306124 CPUtime=2.96 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 7148 0 0 0 293 3 0 0 20 0 5 0 891264536 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=306124 CPUtime=2.82 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 5579 0 0 0 282 0 0 0 20 0 5 0 891264540 313470976 17712 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 314824

[startup+6.3006 s]
/proc/loadavg: 4.03 3.99 3.61 5/176 28791
/proc/meminfo: memFree=16158000/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=308368 CPUtime=24.71 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 40017 0 0 0 2461 10 0 0 18 0 5 0 891264524 315768832 20028 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 77092 20028 352 389 0 72842 0
[pid=28786/tid=28788] ppid=28785 vsize=308368 CPUtime=6.2 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 7605 0 0 0 618 2 0 0 25 0 5 0 891264531 315768832 20028 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=308368 CPUtime=6.18 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 7554 0 0 0 615 3 0 0 25 0 5 0 891264533 315768832 20028 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=308368 CPUtime=6.16 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 7727 0 0 0 613 3 0 0 25 0 5 0 891264536 315768832 20028 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=308368 CPUtime=6.02 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 6157 0 0 0 602 0 0 0 25 0 5 0 891264540 315768832 20028 33554432000 4194304 5787044 140736287405232 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 317068

[startup+12.7004 s]
/proc/loadavg: 4.02 3.99 3.62 5/176 28791
/proc/meminfo: memFree=16117876/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=331500 CPUtime=50.3 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 66276 0 0 0 5015 15 0 0 18 0 5 0 891264524 339456000 30721 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 82875 30721 404 389 0 78625 0
[pid=28786/tid=28788] ppid=28785 vsize=331500 CPUtime=12.6 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 15437 0 0 0 1256 4 0 0 18 0 5 0 891264531 339456000 30721 33554432000 4194304 5787044 140736287405232 18446744073709551615 5588208 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=331500 CPUtime=12.57 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 15073 0 0 0 1252 5 0 0 25 0 5 0 891264533 339456000 30721 33554432000 4194304 5787044 140736287405232 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=331500 CPUtime=12.56 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 16419 0 0 0 1251 5 0 0 18 0 5 0 891264536 339456000 30721 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=331500 CPUtime=12.42 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 8373 0 0 0 1242 0 0 0 21 0 5 0 891264540 339456000 30721 33554432000 4194304 5787044 140736287405232 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 340200

[startup+25.5011 s]
/proc/loadavg: 4.02 3.99 3.62 5/176 28791
/proc/meminfo: memFree=16098260/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=337756 CPUtime=101.5 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 75702 0 0 0 10132 18 0 0 18 0 5 0 891264524 345862144 35800 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 84439 35800 417 389 0 80189 0
[pid=28786/tid=28788] ppid=28785 vsize=337756 CPUtime=25.39 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 16546 0 0 0 2535 4 0 0 18 0 5 0 891264531 345862144 35800 33554432000 4194304 5787044 140736287405232 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=337756 CPUtime=25.37 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 16345 0 0 0 2532 5 0 0 25 0 5 0 891264533 345862144 35800 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=337756 CPUtime=25.36 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 17582 0 0 0 2531 5 0 0 18 0 5 0 891264536 345862144 35800 33554432000 4194304 5787044 140736287405232 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=337756 CPUtime=25.21 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 14255 0 0 0 2520 1 0 0 18 0 5 0 891264540 345862144 35800 33554432000 4194304 5787044 140736287405232 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 346456

[startup+51.1004 s]
/proc/loadavg: 4.01 3.99 3.63 5/176 28792
/proc/meminfo: memFree=16061284/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=348248 CPUtime=203.89 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 84971 0 0 0 20367 22 0 0 18 0 5 0 891264524 356605952 45067 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 87062 45067 417 389 0 82812 0
[pid=28786/tid=28788] ppid=28785 vsize=348248 CPUtime=50.99 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 19798 0 0 0 5094 5 0 0 18 0 5 0 891264531 356605952 45067 33554432000 4194304 5787044 140736287405232 18446744073709551615 5588168 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=348248 CPUtime=50.97 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 18575 0 0 0 5091 6 0 0 25 0 5 0 891264533 356605952 45067 33554432000 4194304 5787044 140736287405232 18446744073709551615 5585343 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=348248 CPUtime=50.95 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 19778 0 0 0 5089 6 0 0 18 0 5 0 891264536 356605952 45067 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=348248 CPUtime=50.8 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 15846 0 0 0 5078 2 0 0 19 0 5 0 891264540 356605952 45067 33554432000 4194304 5787044 140736287405232 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 356948

[startup+102.306 s]
/proc/loadavg: 4.00 3.99 3.65 5/176 28793
/proc/meminfo: memFree=16001996/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=365496 CPUtime=408.67 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 99709 0 0 0 40833 34 0 0 18 0 5 0 891264524 374267904 59739 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 91374 59739 417 389 0 87124 0
[pid=28786/tid=28788] ppid=28785 vsize=365496 CPUtime=102.2 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 24355 0 0 0 10211 9 0 0 25 0 5 0 891264531 374267904 59739 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591312 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=365496 CPUtime=102.17 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 21416 0 0 0 10207 10 0 0 25 0 5 0 891264533 374267904 59739 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=365496 CPUtime=102.16 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 24920 0 0 0 10206 10 0 0 21 0 5 0 891264536 374267904 59739 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=365496 CPUtime=101.97 cores=0-7

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

/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 129449 0 0 0 472072 148 0 0 25 0 5 0 891264533 2259083264 502657 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=2206136 CPUtime=4722.22 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 143580 0 0 0 472026 196 0 0 25 0 5 0 891264536 2259083264 502657 33554432000 4194304 5787044 140736287405232 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=2206136 CPUtime=4721.79 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 120359 0 0 0 472125 54 0 0 25 0 5 0 891264540 2259083264 502657 33554432000 4194304 5787044 140736287405232 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18888.6
Current children cumulated vsize (KiB) 2214836

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28933
/proc/meminfo: memFree=14191132/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=2214744 CPUtime=19128.6 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 562811 0 0 0 1912245 614 0 0 18 0 5 0 891264524 2267897856 510663 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 553686 510663 417 389 0 549436 0
[pid=28786/tid=28788] ppid=28785 vsize=2214744 CPUtime=4782.23 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 152444 0 0 0 478019 204 0 0 22 0 5 0 891264531 2267897856 510663 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=2214744 CPUtime=4782.2 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 131550 0 0 0 478068 152 0 0 25 0 5 0 891264533 2267897856 510663 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=2214744 CPUtime=4782.21 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 147407 0 0 0 478020 201 0 0 18 0 5 0 891264536 2267897856 510663 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=2214744 CPUtime=4781.78 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 120436 0 0 0 478124 54 0 0 25 0 5 0 891264540 2267897856 510663 33554432000 4194304 5787044 140736287405232 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19128.6
Current children cumulated vsize (KiB) 2223444

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28935
/proc/meminfo: memFree=14165056/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=2280440 CPUtime=19368.6 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 570261 0 0 0 1936236 623 0 0 18 0 5 0 891264524 2335170560 517120 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 570110 517120 417 389 0 565860 0
[pid=28786/tid=28788] ppid=28785 vsize=2280440 CPUtime=4842.24 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 154856 0 0 0 484019 205 0 0 19 0 5 0 891264531 2335170560 517120 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=2280440 CPUtime=4842.2 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 133713 0 0 0 484065 155 0 0 25 0 5 0 891264533 2335170560 517120 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=2280440 CPUtime=4842.21 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 150187 0 0 0 484015 206 0 0 25 0 5 0 891264536 2335170560 517120 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=2280440 CPUtime=4841.77 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 120531 0 0 0 484123 54 0 0 25 0 5 0 891264540 2335170560 517120 33554432000 4194304 5787044 140736287405232 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19368.6
Current children cumulated vsize (KiB) 2289140

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28936
/proc/meminfo: memFree=14144304/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=2280760 CPUtime=19608.6 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 575465 0 0 0 1960230 630 0 0 18 0 5 0 891264524 2335498240 522324 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 570190 522324 417 389 0 565940 0
[pid=28786/tid=28788] ppid=28785 vsize=2280760 CPUtime=4902.24 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 154857 0 0 0 490019 205 0 0 25 0 5 0 891264531 2335498240 522324 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=2280760 CPUtime=4902.2 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 135960 0 0 0 490063 157 0 0 25 0 5 0 891264533 2335498240 522324 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=2280760 CPUtime=4902.22 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 153026 0 0 0 490011 211 0 0 25 0 5 0 891264536 2335498240 522324 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=2280760 CPUtime=4901.77 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 120648 0 0 0 490123 54 0 0 25 0 5 0 891264540 2335498240 522324 33554432000 4194304 5787044 140736287405232 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19608.6
Current children cumulated vsize (KiB) 2289460

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28938
/proc/meminfo: memFree=14123048/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=2347788 CPUtime=19848.6 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 580759 0 0 0 1984222 638 0 0 18 0 5 0 891264524 2404134912 527618 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 586947 527618 417 389 0 582697 0
[pid=28786/tid=28788] ppid=28785 vsize=2347788 CPUtime=4962.24 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 154857 0 0 0 496019 205 0 0 19 0 5 0 891264531 2404134912 527618 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=2347788 CPUtime=4962.2 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 138069 0 0 0 496060 160 0 0 25 0 5 0 891264533 2404134912 527618 33554432000 4194304 5787044 140736287405232 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=2347788 CPUtime=4962.21 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 155772 0 0 0 496005 216 0 0 25 0 5 0 891264536 2404134912 527618 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=2347788 CPUtime=4961.77 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 121087 0 0 0 496123 54 0 0 25 0 5 0 891264540 2404134912 527618 33554432000 4194304 5787044 140736287405232 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19848.6
Current children cumulated vsize (KiB) 2356488

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28940
/proc/meminfo: memFree=14095248/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=2356356 CPUtime=20088.6 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 587760 0 0 0 2008211 649 0 0 18 0 5 0 891264524 2412908544 534619 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 589089 534619 417 389 0 584839 0
[pid=28786/tid=28788] ppid=28785 vsize=2356356 CPUtime=5022.25 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 154858 0 0 0 502019 206 0 0 25 0 5 0 891264531 2412908544 534619 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=2356356 CPUtime=5022.21 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 140222 0 0 0 502057 164 0 0 25 0 5 0 891264533 2412908544 534619 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=2356356 CPUtime=5022.22 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 158538 0 0 0 502000 222 0 0 25 0 5 0 891264536 2412908544 534619 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=2356356 CPUtime=5021.77 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 123168 0 0 0 502122 55 0 0 25 0 5 0 891264540 2412908544 534619 33554432000 4194304 5787044 140736287405232 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20088.6
Current children cumulated vsize (KiB) 2365056

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28941
/proc/meminfo: memFree=14067432/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=2372544 CPUtime=20328.6 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 596730 0 0 0 2032202 659 0 0 18 0 5 0 891264524 2429485056 541540 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 593136 541540 417 389 0 588886 0
[pid=28786/tid=28788] ppid=28785 vsize=2372544 CPUtime=5082.25 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 154859 0 0 0 508019 206 0 0 25 0 5 0 891264531 2429485056 541540 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=2372544 CPUtime=5082.21 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 144391 0 0 0 508053 168 0 0 25 0 5 0 891264533 2429485056 541540 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=2372544 CPUtime=5082.22 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 161294 0 0 0 507996 226 0 0 25 0 5 0 891264536 2429485056 541540 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=2372544 CPUtime=5081.78 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 125212 0 0 0 508121 57 0 0 25 0 5 0 891264540 2429485056 541540 33554432000 4194304 5787044 140736287405232 18446744073709551615 5524781 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20328.6
Current children cumulated vsize (KiB) 2381244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 28942
/proc/meminfo: memFree=14055880/32951124 swapFree=67053956/67111528
[pid=28785] ppid=28783 vsize=8700 CPUtime=0 cores=0-7
/proc/28785/stat : 28785 (priss.sh) S 28783 28785 28660 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 891264524 8908800 251 33554432000 4194304 4922060 140737157730224 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28785/statm: 2175 251 211 178 0 68 0
[pid=28786] ppid=28785 vsize=2374996 CPUtime=20399.4 cores=0-7
/proc/28786/stat : 28786 (priss) S 28785 28785 28660 0 -1 4202496 600502 0 0 0 2039281 661 0 0 18 0 5 0 891264524 2431995904 544319 33554432000 4194304 5787044 140736287405232 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28786/statm: 593749 544319 417 389 0 589499 0
[pid=28786/tid=28788] ppid=28785 vsize=2374996 CPUtime=5099.95 cores=0-7
/proc/28786/task/28788/stat : 28788 (priss) R 28785 28785 28660 0 -1 4202560 154859 0 0 0 509789 206 0 0 23 0 5 0 891264531 2431995904 544319 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28786/tid=28789] ppid=28785 vsize=2374996 CPUtime=5099.91 cores=0-7
/proc/28786/task/28789/stat : 28789 (priss) R 28785 28785 28660 0 -1 4202560 146780 0 0 0 509823 168 0 0 25 0 5 0 891264533 2431995904 544319 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28786/tid=28790] ppid=28785 vsize=2374996 CPUtime=5099.92 cores=0-7
/proc/28786/task/28790/stat : 28790 (priss) R 28785 28785 28660 0 -1 4202560 162093 0 0 0 509764 228 0 0 25 0 5 0 891264536 2431995904 544319 33554432000 4194304 5787044 140736287405232 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28786/tid=28791] ppid=28785 vsize=2374996 CPUtime=5099.48 cores=0-7
/proc/28786/task/28791/stat : 28791 (priss) R 28785 28785 28660 0 -1 4202560 125796 0 0 0 509891 57 0 0 25 0 5 0 891264540 2431995904 544319 33554432000 4194304 5787044 140736287405232 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20399.4
Current children cumulated vsize (KiB) 2383696

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 28785 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.4
#
# 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.4
CPU user time (s): 20392.8
CPU system time (s): 6.61
CPU usage (%): 399.987
Max. virtual memory (cumulated for all children) (KiB): 2383696

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 8.01178 second user time and 19.3321 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-13 20:08:11
IDJOB=3499179
IDBENCH=71294
IDSOLVER=1994
FILE ID=node142/3499179-1307988490
RUNJOBID= node142-1307986896-28674
PBS_JOBID= 13559797
Free space on /var/tmp= 2908 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499179-1307988490/watcher-3499179-1307988490 -o /var/tmp/evaluation-result-3499179-1307988490/solver-3499179-1307988490 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499179-1307988490.cnf 1565815568 40000 31000 8

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=1565815568

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16237188 kB
Buffers:         92868 kB
Cached:       16017716 kB
SwapCached:      10444 kB
Active:         821004 kB
Inactive:     15307572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16237188 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:            4300 kB
Writeback:           0 kB
AnonPages:       16460 kB
Mapped:          11872 kB
Slab:           519124 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186400 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 /var/tmp at the end= 2908 MiB
End job on node142 at 2011-06-13 21:33:13