Trace number 3499249

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 20399.6 5100.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.76
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 17273
0.00/0.01	c parsetime: 11774us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.02	c NW started thread 0 successfully (1096005952)
0.00/0.02	c NW started thread 1 successfully (1113147712)
0.00/0.03	c NW started thread 2 successfully (1123637568)
0.00/0.05	c NW started thread 3 successfully (1134127424)
6.59/1.78	c preprocessor returned 10006 variables
6.59/1.78	c preprocessing returned UNKNOWN
6.59/1.78	c PP set 0 variables
6.59/1.78	c pp time: 1752536us (1s)
6.59/1.78	c preprocessor returned 10006 variables
6.59/1.78	c preprocessing returned UNKNOWN
6.59/1.78	c PP set 0 variables
6.59/1.78	c pp time: 1766932us (1s)
6.59/1.79	c preprocessor returned 10006 variables
6.59/1.79	c preprocessing returned UNKNOWN
6.59/1.79	c PP set 0 variables
6.59/1.79	c pp time: 1764577us (1s)
60.12/15.16	c preprocessor returned 30038 variables
60.12/15.16	c preprocessing returned UNKNOWN
60.12/15.16	c PP set 0 variables
60.12/15.16	c pp time: 15109880us (15s)
8673.46/2168.58	c HTE
8715.88/2179.15	c subsumption
8911.86/2228.16	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3499249-1307993879/watcher-3499249-1307993879 -o /tmp/evaluation-result-3499249-1307993879/solver-3499249-1307993879 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499249-1307993879.cnf 1293502580 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.89 1/170 17272
/proc/meminfo: memFree=32167400/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0

[startup+0.0806799 s]
/proc/loadavg: 3.68 3.93 3.89 1/170 17272
/proc/meminfo: memFree=32167400/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10065 s]
/proc/loadavg: 3.68 3.93 3.89 1/170 17272
/proc/meminfo: memFree=32167400/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300615 s]
/proc/loadavg: 3.68 3.93 3.89 1/170 17272
/proc/meminfo: memFree=32167400/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700542 s]
/proc/loadavg: 3.68 3.93 3.89 1/170 17272
/proc/meminfo: memFree=32167400/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 3.68 3.93 3.89 5/176 17278
/proc/meminfo: memFree=32133772/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=282036 CPUtime=5.79 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 13739 0 0 0 574 5 0 0 18 0 5 0 910985900 288804864 10890 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 70509 10890 355 389 0 66259 0
[pid=17273/tid=17275] ppid=17272 vsize=282036 CPUtime=1.45 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 2281 0 0 0 144 1 0 0 18 0 5 0 910985902 288804864 10890 33554432000 4194304 5787044 140737474171520 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=282036 CPUtime=1.42 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 1978 0 0 0 141 1 0 0 19 0 5 0 910985903 288804864 10890 33554432000 4194304 5787044 140737474171520 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=282036 CPUtime=1.42 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 2623 0 0 0 141 1 0 0 18 0 5 0 910985904 288804864 10890 33554432000 4194304 5787044 140737474171520 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=282036 CPUtime=1.42 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 2972 0 0 0 142 0 0 0 20 0 5 0 910985905 288804864 10890 33554432000 4194304 5787044 140737474171520 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 290736

[startup+3.10113 s]
/proc/loadavg: 3.68 3.93 3.89 5/176 17278
/proc/meminfo: memFree=32118024/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=282036 CPUtime=12.14 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 20527 0 0 0 1206 8 0 0 18 0 5 0 910985900 288804864 13048 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 70509 13048 404 389 0 66259 0
[pid=17273/tid=17275] ppid=17272 vsize=282036 CPUtime=3.03 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 4727 0 0 0 301 2 0 0 18 0 5 0 910985902 288804864 13048 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=282036 CPUtime=3.01 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 3775 0 0 0 299 2 0 0 19 0 5 0 910985903 288804864 13048 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=282036 CPUtime=3.01 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 5165 0 0 0 299 2 0 0 18 0 5 0 910985904 288804864 13048 33554432000 4194304 5787044 140737474171520 18446744073709551615 5576454 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=282036 CPUtime=3.02 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 2975 0 0 0 302 0 0 0 25 0 5 0 910985905 288804864 13048 33554432000 4194304 5787044 140737474171520 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 290736

[startup+6.30056 s]
/proc/loadavg: 3.70 3.93 3.89 5/176 17278
/proc/meminfo: memFree=32109568/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=286136 CPUtime=24.93 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 22444 0 0 0 2485 8 0 0 18 0 5 0 910985900 293003264 14965 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 71534 14965 404 389 0 67284 0
[pid=17273/tid=17275] ppid=17272 vsize=286136 CPUtime=6.23 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 6028 0 0 0 621 2 0 0 19 0 5 0 910985902 293003264 14965 33554432000 4194304 5787044 140737474171520 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=286136 CPUtime=6.21 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 4055 0 0 0 619 2 0 0 21 0 5 0 910985903 293003264 14965 33554432000 4194304 5787044 140737474171520 18446744073709551615 4213648 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=286136 CPUtime=6.2 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 5501 0 0 0 618 2 0 0 19 0 5 0 910985904 293003264 14965 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=286136 CPUtime=6.22 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 2975 0 0 0 622 0 0 0 25 0 5 0 910985905 293003264 14965 33554432000 4194304 5787044 140737474171520 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 294836

[startup+12.7004 s]
/proc/loadavg: 3.73 3.94 3.89 5/176 17278
/proc/meminfo: memFree=32103084/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=286136 CPUtime=50.53 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 24048 0 0 0 5043 10 0 0 18 0 5 0 910985900 293003264 16569 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 71534 16569 404 389 0 67284 0
[pid=17273/tid=17275] ppid=17272 vsize=286136 CPUtime=12.63 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 6584 0 0 0 1260 3 0 0 18 0 5 0 910985902 293003264 16569 33554432000 4194304 5787044 140737474171520 18446744073709551615 5590991 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=286136 CPUtime=12.61 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 4581 0 0 0 1258 3 0 0 25 0 5 0 910985903 293003264 16569 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=286136 CPUtime=12.61 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 6023 0 0 0 1258 3 0 0 18 0 5 0 910985904 293003264 16569 33554432000 4194304 5787044 140737474171520 18446744073709551615 5590260 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=286136 CPUtime=12.62 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 2975 0 0 0 1262 0 0 0 25 0 5 0 910985905 293003264 16569 33554432000 4194304 5787044 140737474171520 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 294836

[startup+25.5012 s]
/proc/loadavg: 3.79 3.94 3.90 5/176 17278
/proc/meminfo: memFree=32081464/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=298124 CPUtime=101.71 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 32036 0 0 0 10157 14 0 0 18 0 5 0 910985900 305278976 22333 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 74531 22333 417 389 0 70281 0
[pid=17273/tid=17275] ppid=17272 vsize=298124 CPUtime=25.42 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 7546 0 0 0 2538 4 0 0 18 0 5 0 910985902 305278976 22333 33554432000 4194304 5787044 140737474171520 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=298124 CPUtime=25.4 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 5356 0 0 0 2537 3 0 0 25 0 5 0 910985903 305278976 22333 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=298124 CPUtime=25.4 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 7128 0 0 0 2536 4 0 0 18 0 5 0 910985904 305278976 22333 33554432000 4194304 5787044 140737474171520 18446744073709551615 4229312 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=298124 CPUtime=25.4 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 8121 0 0 0 2539 1 0 0 20 0 5 0 910985905 305278976 22333 33554432000 4194304 5787044 140737474171520 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 306824

[startup+51.1007 s]
/proc/loadavg: 3.86 3.94 3.90 5/176 17279
/proc/meminfo: memFree=32050508/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=310276 CPUtime=204.08 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 39923 0 0 0 20388 20 0 0 18 0 5 0 910985900 317722624 30214 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 77569 30214 417 389 0 73319 0
[pid=17273/tid=17275] ppid=17272 vsize=310276 CPUtime=51.02 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 9258 0 0 0 5097 5 0 0 18 0 5 0 910985902 317722624 30214 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=310276 CPUtime=51 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 6696 0 0 0 5095 5 0 0 25 0 5 0 910985903 317722624 30214 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=310276 CPUtime=51.01 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 10015 0 0 0 5095 6 0 0 18 0 5 0 910985904 317722624 30214 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=310276 CPUtime=50.98 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 10069 0 0 0 5096 2 0 0 18 0 5 0 910985905 317722624 30214 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256174773 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 318976

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.90 5/176 17280
/proc/meminfo: memFree=32000484/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=332052 CPUtime=408.87 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 52354 0 0 0 40856 31 0 0 18 0 5 0 910985900 340021248 42483 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 83013 42483 417 389 0 78763 0
[pid=17273/tid=17275] ppid=17272 vsize=332052 CPUtime=102.22 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 11822 0 0 0 10214 8 0 0 25 0 5 0 910985902 340021248 42483 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=332052 CPUtime=102.21 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 9853 0 0 0 10213 8 0 0 25 0 5 0 910985903 340021248 42483 33554432000 4194304 5787044 140737474171520 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=332052 CPUtime=102.2 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 12391 0 0 0 10210 10 0 0 23 0 5 0 910985904 340021248 42483 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=332052 CPUtime=102.17 cores=0-7

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

/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 72978 0 0 0 472142 81 0 0 25 0 5 0 910985903 1429897216 308821 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=1396384 CPUtime=4722.23 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 90134 0 0 0 472104 119 0 0 25 0 5 0 910985904 1429897216 308821 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=1396384 CPUtime=4722.06 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 88353 0 0 0 472169 37 0 0 25 0 5 0 910985905 1429897216 308821 33554432000 4194304 5787044 140737474171520 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18888.8
Current children cumulated vsize (KiB) 1405084

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 17417
/proc/meminfo: memFree=30921424/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=1400736 CPUtime=19128.8 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 330893 0 0 0 1912537 343 0 0 18 0 5 0 910985900 1434353664 311005 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 350184 311005 418 389 0 345934 0
[pid=17273/tid=17275] ppid=17272 vsize=1400736 CPUtime=4782.22 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 74380 0 0 0 478118 104 0 0 25 0 5 0 910985902 1434353664 311005 33554432000 4194304 5787044 140737474171520 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=1400736 CPUtime=4782.23 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 72981 0 0 0 478142 81 0 0 25 0 5 0 910985903 1434353664 311005 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=1400736 CPUtime=4782.23 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 90230 0 0 0 478104 119 0 0 25 0 5 0 910985904 1434353664 311005 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=1400736 CPUtime=4782.05 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 89417 0 0 0 478168 37 0 0 25 0 5 0 910985905 1434353664 311005 33554432000 4194304 5787044 140737474171520 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19128.8
Current children cumulated vsize (KiB) 1409436

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 17419
/proc/meminfo: memFree=30911960/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=1466272 CPUtime=19368.8 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 333249 0 0 0 1936535 345 0 0 18 0 5 0 910985900 1501462528 313361 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 366568 313361 418 389 0 362318 0
[pid=17273/tid=17275] ppid=17272 vsize=1466272 CPUtime=4842.23 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 75555 0 0 0 484117 106 0 0 25 0 5 0 910985902 1501462528 313361 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=1466272 CPUtime=4842.23 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 74012 0 0 0 484142 81 0 0 25 0 5 0 910985903 1501462528 313361 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=1466272 CPUtime=4842.23 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 90377 0 0 0 484104 119 0 0 25 0 5 0 910985904 1501462528 313361 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=1466272 CPUtime=4842.05 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 89420 0 0 0 484168 37 0 0 25 0 5 0 910985905 1501462528 313361 33554432000 4194304 5787044 140737474171520 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19368.8
Current children cumulated vsize (KiB) 1474972

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 17420
/proc/meminfo: memFree=30908324/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=1466272 CPUtime=19608.8 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 334182 0 0 0 1960535 346 0 0 18 0 5 0 910985900 1501462528 314294 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 366568 314294 418 389 0 362318 0
[pid=17273/tid=17275] ppid=17272 vsize=1466272 CPUtime=4902.23 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 76353 0 0 0 490116 107 0 0 25 0 5 0 910985902 1501462528 314294 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=1466272 CPUtime=4902.23 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 74029 0 0 0 490142 81 0 0 25 0 5 0 910985903 1501462528 314294 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=1466272 CPUtime=4902.23 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 90487 0 0 0 490104 119 0 0 18 0 5 0 910985904 1501462528 314294 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=1466272 CPUtime=4902.05 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 89428 0 0 0 490168 37 0 0 25 0 5 0 910985905 1501462528 314294 33554432000 4194304 5787044 140737474171520 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19608.8
Current children cumulated vsize (KiB) 1474972

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 17422
/proc/meminfo: memFree=30898628/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=1466464 CPUtime=19848.8 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 336589 0 0 0 1984533 349 0 0 18 0 5 0 910985900 1501659136 316701 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 366616 316701 418 389 0 362366 0
[pid=17273/tid=17275] ppid=17272 vsize=1466464 CPUtime=4962.23 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 78386 0 0 0 496114 109 0 0 25 0 5 0 910985902 1501659136 316701 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=1466464 CPUtime=4962.23 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 74036 0 0 0 496142 81 0 0 25 0 5 0 910985903 1501659136 316701 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=1466464 CPUtime=4962.22 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 90820 0 0 0 496103 119 0 0 25 0 5 0 910985904 1501659136 316701 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=1466464 CPUtime=4962.06 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 89462 0 0 0 496168 38 0 0 25 0 5 0 910985905 1501659136 316701 33554432000 4194304 5787044 140737474171520 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19848.8
Current children cumulated vsize (KiB) 1475164

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 17432
/proc/meminfo: memFree=30883212/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=1470560 CPUtime=20088.8 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 340272 0 0 0 2008528 353 0 0 18 0 5 0 910985900 1505853440 320384 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 367640 320384 418 389 0 363390 0
[pid=17273/tid=17275] ppid=17272 vsize=1470560 CPUtime=5022.23 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 79305 0 0 0 502113 110 0 0 25 0 5 0 910985902 1505853440 320384 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=1470560 CPUtime=5022.22 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 74229 0 0 0 502141 81 0 0 25 0 5 0 910985903 1505853440 320384 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=1470560 CPUtime=5022.23 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 92350 0 0 0 502101 122 0 0 25 0 5 0 910985904 1505853440 320384 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=1470560 CPUtime=5022.06 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 90503 0 0 0 502168 38 0 0 21 0 5 0 910985905 1505853440 320384 33554432000 4194304 5787044 140737474171520 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20088.8
Current children cumulated vsize (KiB) 1479260

[startup+5082.3 s]
/proc/loadavg: 4.08 4.02 3.94 5/176 17434
/proc/meminfo: memFree=30869532/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=1470720 CPUtime=20328.8 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 343700 0 0 0 2032524 357 0 0 18 0 5 0 910985900 1506017280 323812 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 367680 323812 418 389 0 363430 0
[pid=17273/tid=17275] ppid=17272 vsize=1470720 CPUtime=5082.23 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 80118 0 0 0 508111 112 0 0 25 0 5 0 910985902 1506017280 323812 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=1470720 CPUtime=5082.23 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 75286 0 0 0 508141 82 0 0 25 0 5 0 910985903 1506017280 323812 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=1470720 CPUtime=5082.23 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 93880 0 0 0 508099 124 0 0 25 0 5 0 910985904 1506017280 323812 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=1470720 CPUtime=5082.06 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 90531 0 0 0 508168 38 0 0 25 0 5 0 910985905 1506017280 323812 33554432000 4194304 5787044 140737474171520 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20328.8
Current children cumulated vsize (KiB) 1479420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.06 4.01 3.94 5/176 17435
/proc/meminfo: memFree=30866412/32951124 swapFree=67056676/67111528
[pid=17272] ppid=17270 vsize=8700 CPUtime=0 cores=0-7
/proc/17272/stat : 17272 (priss.sh) S 17270 17272 17003 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 910985900 8908800 252 33554432000 4194304 4922060 140734101181872 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17272/statm: 2175 252 211 178 0 68 0
[pid=17273] ppid=17272 vsize=1470720 CPUtime=20399.6 cores=0-7
/proc/17273/stat : 17273 (priss) S 17272 17272 17003 0 -1 4202496 344482 0 0 0 2039605 359 0 0 18 0 5 0 910985900 1506017280 324594 33554432000 4194304 5787044 140737474171520 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17273/statm: 367680 324594 418 389 0 363430 0
[pid=17273/tid=17275] ppid=17272 vsize=1470720 CPUtime=5099.93 cores=0-7
/proc/17273/task/17275/stat : 17275 (priss) R 17272 17272 17003 0 -1 4202560 80438 0 0 0 509881 112 0 0 25 0 5 0 910985902 1506017280 324594 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=17273/tid=17276] ppid=17272 vsize=1470720 CPUtime=5099.94 cores=0-7
/proc/17273/task/17276/stat : 17276 (priss) R 17272 17272 17003 0 -1 4202560 75303 0 0 0 509912 82 0 0 25 0 5 0 910985903 1506017280 324594 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17273/tid=17277] ppid=17272 vsize=1470720 CPUtime=5099.93 cores=0-7
/proc/17273/task/17277/stat : 17277 (priss) R 17272 17272 17003 0 -1 4202560 94313 0 0 0 509868 125 0 0 25 0 5 0 910985904 1506017280 324594 33554432000 4194304 5787044 140737474171520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=17273/tid=17278] ppid=17272 vsize=1470720 CPUtime=5099.76 cores=0-7
/proc/17273/task/17278/stat : 17278 (priss) R 17272 17272 17003 0 -1 4202560 90543 0 0 0 509938 38 0 0 25 0 5 0 910985905 1506017280 324594 33554432000 4194304 5787044 140737474171520 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20399.6
Current children cumulated vsize (KiB) 1479420

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

Real time (s): 5100.02
CPU time (s): 20399.6
CPU user time (s): 20396
CPU system time (s): 3.59
CPU usage (%): 399.991
Max. virtual memory (cumulated for all children) (KiB): 1479420

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

runsolver used 7.65684 second user time and 20.0929 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-13 21:37:59
IDJOB=3499249
IDBENCH=71583
IDSOLVER=1994
FILE ID=node136/3499249-1307993879
RUNJOBID= node136-1307988636-17017
PBS_JOBID= 13559811
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=1293502580

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32167580 kB
Buffers:        206552 kB
Cached:         360256 kB
SwapCached:       8544 kB
Active:         346004 kB
Inactive:       238964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32167580 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:       15820 kB
Mapped:          12840 kB
Slab:           132696 kB
PageTables:       4292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183708 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= 74056 MiB
End job on node136 at 2011-06-13 23:03:01