Trace number 3499195

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 21793
0.00/0.07	c parsetime: 65632us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.08	c NW started thread 0 successfully (1100691776)
0.00/0.12	c NW started thread 1 successfully (1112942912)
0.00/0.16	c NW started thread 2 successfully (1123432768)
0.00/0.20	c NW started thread 3 successfully (1133922624)
52.14/13.28	c preprocessor returned 10011 variables
52.14/13.28	c preprocessing returned UNKNOWN
52.14/13.28	c PP set 0 variables
52.14/13.28	c pp time: 13119652us (13s)
52.14/13.29	c preprocessor returned 10011 variables
52.14/13.29	c preprocessing returned UNKNOWN
52.14/13.29	c PP set 0 variables
52.14/13.29	c pp time: 13202524us (13s)
53.71/13.60	c preprocessor returned 10011 variables
53.71/13.60	c preprocessing returned UNKNOWN
53.71/13.60	c PP set 0 variables
53.71/13.60	c pp time: 13476547us (13s)
66.51/16.89	c preprocessor returned 30008 variables
66.51/16.89	c preprocessing returned UNKNOWN
66.51/16.89	c PP set 0 variables
66.51/16.89	c pp time: 16682084us (16s)
9416.29/2354.33	c HTE
9445.09/2361.51	c subsumption
9809.11/2452.59	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-3499195-1307989109/watcher-3499195-1307989109 -o /tmp/evaluation-result-3499195-1307989109/solver-3499195-1307989109 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499195-1307989109.cnf 196070998 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: 1.72 1.93 1.96 2/170 21792
/proc/meminfo: memFree=9189996/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0

[startup+0.0183169 s]
/proc/loadavg: 1.72 1.93 1.96 2/170 21792
/proc/meminfo: memFree=9189996/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100304 s]
/proc/loadavg: 1.72 1.93 1.96 2/170 21792
/proc/meminfo: memFree=9189996/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300332 s]
/proc/loadavg: 1.72 1.93 1.96 2/170 21792
/proc/meminfo: memFree=9189996/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700203 s]
/proc/loadavg: 1.72 1.93 1.96 2/170 21792
/proc/meminfo: memFree=9189996/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50106 s]
/proc/loadavg: 1.66 1.92 1.95 5/176 21799
/proc/meminfo: memFree=9101080/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=324844 CPUtime=5.32 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 49644 0 0 0 521 11 0 0 18 0 5 0 29655756 332640256 22278 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 81211 22278 349 389 0 76961 0
[pid=21793/tid=21795] ppid=21792 vsize=324844 CPUtime=1.36 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 8460 0 0 0 134 2 0 0 19 0 5 0 29655765 332640256 22278 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=324844 CPUtime=1.33 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 8614 0 0 0 130 3 0 0 19 0 5 0 29655768 332640256 22278 33554432000 4194304 5787044 140736671954560 18446744073709551615 232123736219 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=324844 CPUtime=1.31 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 9244 0 0 0 127 4 0 0 19 0 5 0 29655772 332640256 22278 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=324844 CPUtime=1.11 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 8586 0 0 0 111 0 0 0 19 0 5 0 29655776 332640256 22278 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 333544

[startup+3.10083 s]
/proc/loadavg: 1.66 1.92 1.95 5/176 21799
/proc/meminfo: memFree=9089052/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=324952 CPUtime=11.72 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 53666 0 0 0 1159 13 0 0 18 0 5 0 29655756 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 81238 25104 350 389 0 76988 0
[pid=21793/tid=21795] ppid=21792 vsize=324952 CPUtime=2.95 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 8658 0 0 0 293 2 0 0 19 0 5 0 29655765 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=324952 CPUtime=2.93 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 10801 0 0 0 289 4 0 0 19 0 5 0 29655768 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=324952 CPUtime=2.91 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 10094 0 0 0 287 4 0 0 19 0 5 0 29655772 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=324952 CPUtime=2.7 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 9373 0 0 0 270 0 0 0 23 0 5 0 29655776 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 333652

[startup+6.30121 s]
/proc/loadavg: 1.85 1.95 1.96 5/176 21799
/proc/meminfo: memFree=9089288/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=324952 CPUtime=24.52 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 53666 0 0 0 2439 13 0 0 18 0 5 0 29655756 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 81238 25104 350 389 0 76988 0
[pid=21793/tid=21795] ppid=21792 vsize=324952 CPUtime=6.16 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 8658 0 0 0 614 2 0 0 25 0 5 0 29655765 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336163 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=324952 CPUtime=6.14 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 10801 0 0 0 610 4 0 0 25 0 5 0 29655768 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=324952 CPUtime=6.11 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 10094 0 0 0 607 4 0 0 25 0 5 0 29655772 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=324952 CPUtime=5.9 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 9373 0 0 0 590 0 0 0 25 0 5 0 29655776 332750848 25104 33554432000 4194304 5787044 140736671954560 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 333652

[startup+12.7011 s]
/proc/loadavg: 2.02 1.99 1.97 5/176 21799
/proc/meminfo: memFree=9062768/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=335436 CPUtime=50.12 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 60902 0 0 0 4998 14 0 0 18 0 5 0 29655756 343486464 32319 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 83859 32319 355 389 0 79609 0
[pid=21793/tid=21795] ppid=21792 vsize=335436 CPUtime=12.55 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 9925 0 0 0 1253 2 0 0 18 0 5 0 29655765 343486464 32319 33554432000 4194304 5787044 140736671954560 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=335436 CPUtime=12.54 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 12076 0 0 0 1249 5 0 0 25 0 5 0 29655768 343486464 32319 33554432000 4194304 5787044 140736671954560 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=335436 CPUtime=12.51 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 11191 0 0 0 1247 4 0 0 19 0 5 0 29655772 343486464 32319 33554432000 4194304 5787044 140736671954560 18446744073709551615 4359889 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=335436 CPUtime=12.3 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 12970 0 0 0 1230 0 0 0 18 0 5 0 29655776 343486464 32319 33554432000 4194304 5787044 140736671954560 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 344136

[startup+25.5008 s]
/proc/loadavg: 2.46 2.08 2.01 5/176 21799
/proc/meminfo: memFree=9019432/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=347876 CPUtime=101.31 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 99116 0 0 0 10108 23 0 0 18 0 5 0 29655756 356225024 43337 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 86969 43337 417 389 0 82719 0
[pid=21793/tid=21795] ppid=21792 vsize=347876 CPUtime=25.35 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 19076 0 0 0 2531 4 0 0 18 0 5 0 29655765 356225024 43337 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=347876 CPUtime=25.33 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 21777 0 0 0 2526 7 0 0 25 0 5 0 29655768 356225024 43337 33554432000 4194304 5787044 140736671954560 18446744073709551615 5578251 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=347876 CPUtime=25.31 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 20372 0 0 0 2525 6 0 0 18 0 5 0 29655772 356225024 43337 33554432000 4194304 5787044 140736671954560 18446744073709551615 5576636 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=347876 CPUtime=25.1 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 23151 0 0 0 2507 3 0 0 18 0 5 0 29655776 356225024 43337 33554432000 4194304 5787044 140736671954560 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 356576

[startup+51.1003 s]
/proc/loadavg: 2.98 2.24 2.06 5/176 21799
/proc/meminfo: memFree=8967076/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=369708 CPUtime=203.7 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 112442 0 0 0 20340 30 0 0 18 0 5 0 29655756 378580992 56663 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 92427 56663 417 389 0 88177 0
[pid=21793/tid=21795] ppid=21792 vsize=369708 CPUtime=50.95 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 22439 0 0 0 5089 6 0 0 18 0 5 0 29655765 378580992 56663 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=369708 CPUtime=50.94 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 25699 0 0 0 5084 10 0 0 25 0 5 0 29655768 378580992 56663 33554432000 4194304 5787044 140736671954560 18446744073709551615 232123741217 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=369708 CPUtime=50.9 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 24680 0 0 0 5082 8 0 0 18 0 5 0 29655772 378580992 56663 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=369708 CPUtime=50.7 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 24884 0 0 0 5066 4 0 0 20 0 5 0 29655776 378580992 56663 33554432000 4194304 5787044 140736671954560 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 378408

[startup+102.306 s]
/proc/loadavg: 3.56 2.51 2.16 5/176 21801
/proc/meminfo: memFree=8903040/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=388092 CPUtime=408.5 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 128309 0 0 0 40807 43 0 0 18 0 5 0 29655756 397406208 72481 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 97023 72481 417 389 0 92773 0
[pid=21793/tid=21795] ppid=21792 vsize=388092 CPUtime=102.15 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 26056 0 0 0 10207 8 0 0 25 0 5 0 29655765 397406208 72481 33554432000 4194304 5787044 140736671954560 18446744073709551615 5592653 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=388092 CPUtime=102.14 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 29725 0 0 0 10201 13 0 0 18 0 5 0 29655768 397406208 72481 33554432000 4194304 5787044 140736671954560 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=388092 CPUtime=102.11 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 28775 0 0 0 10198 13 0 0 25 0 5 0 29655772 397406208 72481 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=388092 CPUtime=101.89 cores=0-7

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

/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 190511 0 0 0 472003 211 0 0 25 0 5 0 29655768 2829287424 639384 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=2762976 CPUtime=4722.11 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 185832 0 0 0 471943 268 0 0 25 0 5 0 29655772 2829287424 639384 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=2762976 CPUtime=4721.78 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 149206 0 0 0 471978 200 0 0 25 0 5 0 29655776 2829287424 639384 33554432000 4194304 5787044 140736671954560 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18888.4
Current children cumulated vsize (KiB) 2771676

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21937
/proc/meminfo: memFree=6615384/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=2762976 CPUtime=19128.4 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 717497 0 0 0 1912032 804 0 0 18 0 5 0 29655756 2829287424 642795 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 690744 642795 417 389 0 686494 0
[pid=21793/tid=21795] ppid=21792 vsize=2762976 CPUtime=4782.13 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 173798 0 0 0 478097 116 0 0 25 0 5 0 29655765 2829287424 642795 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=2762976 CPUtime=4782.14 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 190511 0 0 0 478003 211 0 0 25 0 5 0 29655768 2829287424 642795 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=2762976 CPUtime=4782.1 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 189198 0 0 0 477935 275 0 0 25 0 5 0 29655772 2829287424 642795 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=2762976 CPUtime=4781.78 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 149250 0 0 0 477978 200 0 0 25 0 5 0 29655776 2829287424 642795 33554432000 4194304 5787044 140736671954560 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19128.4
Current children cumulated vsize (KiB) 2771676

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21939
/proc/meminfo: memFree=6601460/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=2836704 CPUtime=19368.4 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 722924 0 0 0 1936027 809 0 0 18 0 5 0 29655756 2904784896 646173 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 709176 646173 417 389 0 704926 0
[pid=21793/tid=21795] ppid=21792 vsize=2836704 CPUtime=4842.13 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 173798 0 0 0 484097 116 0 0 25 0 5 0 29655765 2904784896 646173 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=2836704 CPUtime=4842.14 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 190512 0 0 0 484003 211 0 0 25 0 5 0 29655768 2904784896 646173 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=2836704 CPUtime=4842.11 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 194519 0 0 0 483931 280 0 0 25 0 5 0 29655772 2904784896 646173 33554432000 4194304 5787044 140736671954560 18446744073709551615 5588286 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=2836704 CPUtime=4841.78 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 149355 0 0 0 483978 200 0 0 25 0 5 0 29655776 2904784896 646173 33554432000 4194304 5787044 140736671954560 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19368.4
Current children cumulated vsize (KiB) 2845404

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 6/176 21941
/proc/meminfo: memFree=6594724/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=2836704 CPUtime=19608.3 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 725563 0 0 0 1960024 811 0 0 18 0 5 0 29655756 2904784896 647819 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 709176 647819 417 389 0 704926 0
[pid=21793/tid=21795] ppid=21792 vsize=2836704 CPUtime=4902.12 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 173798 0 0 0 490096 116 0 0 25 0 5 0 29655765 2904784896 647819 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=2836704 CPUtime=4902.13 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 190512 0 0 0 490002 211 0 0 25 0 5 0 29655768 2904784896 647819 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=2836704 CPUtime=4902.11 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 197032 0 0 0 489929 282 0 0 25 0 5 0 29655772 2904784896 647819 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=2836704 CPUtime=4901.77 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 149481 0 0 0 489977 200 0 0 25 0 5 0 29655776 2904784896 647819 33554432000 4194304 5787044 140736671954560 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19608.3
Current children cumulated vsize (KiB) 2845404

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21943
/proc/meminfo: memFree=6594324/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=2836704 CPUtime=19848.4 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 725677 0 0 0 1984024 812 0 0 18 0 5 0 29655756 2904784896 647933 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 709176 647933 417 389 0 704926 0
[pid=21793/tid=21795] ppid=21792 vsize=2836704 CPUtime=4962.13 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 173798 0 0 0 496097 116 0 0 25 0 5 0 29655765 2904784896 647933 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=2836704 CPUtime=4962.14 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 190512 0 0 0 496002 212 0 0 25 0 5 0 29655768 2904784896 647933 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=2836704 CPUtime=4962.11 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 197033 0 0 0 495929 282 0 0 25 0 5 0 29655772 2904784896 647933 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=2836704 CPUtime=4961.77 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 149594 0 0 0 495977 200 0 0 25 0 5 0 29655776 2904784896 647933 33554432000 4194304 5787044 140736671954560 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19848.4
Current children cumulated vsize (KiB) 2845404

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21944
/proc/meminfo: memFree=6587596/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=2836704 CPUtime=20088.4 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 727377 0 0 0 2008020 816 0 0 18 0 5 0 29655756 2904784896 649633 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 709176 649633 417 389 0 704926 0
[pid=21793/tid=21795] ppid=21792 vsize=2836704 CPUtime=5022.13 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 173800 0 0 0 502097 116 0 0 25 0 5 0 29655765 2904784896 649633 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=2836704 CPUtime=5022.14 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 190513 0 0 0 502002 212 0 0 25 0 5 0 29655768 2904784896 649633 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=2836704 CPUtime=5022.11 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 197033 0 0 0 501929 282 0 0 25 0 5 0 29655772 2904784896 649633 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=2836704 CPUtime=5021.77 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 151291 0 0 0 501974 203 0 0 25 0 5 0 29655776 2904784896 649633 33554432000 4194304 5787044 140736671954560 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20088.4
Current children cumulated vsize (KiB) 2845404

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21945
/proc/meminfo: memFree=6577036/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=2836704 CPUtime=20328.4 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 729991 0 0 0 2032015 822 0 0 18 0 5 0 29655756 2904784896 652247 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 709176 652247 417 389 0 704926 0
[pid=21793/tid=21795] ppid=21792 vsize=2836704 CPUtime=5082.13 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 173800 0 0 0 508097 116 0 0 25 0 5 0 29655765 2904784896 652247 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=2836704 CPUtime=5082.14 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 190513 0 0 0 508002 212 0 0 25 0 5 0 29655768 2904784896 652247 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=2836704 CPUtime=5082.11 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 197033 0 0 0 507929 282 0 0 25 0 5 0 29655772 2904784896 652247 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=2836704 CPUtime=5081.78 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 153905 0 0 0 507968 210 0 0 25 0 5 0 29655776 2904784896 652247 33554432000 4194304 5787044 140736671954560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20328.4
Current children cumulated vsize (KiB) 2845404



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21946
/proc/meminfo: memFree=6573560/32950928 swapFree=67111364/67111528
[pid=21792] ppid=21790 vsize=8700 CPUtime=0 cores=0-7
/proc/21792/stat : 21792 (priss.sh) S 21790 21792 21762 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 29655756 8908800 252 33554432000 4194304 4922060 140736047002656 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21792/statm: 2175 252 211 178 0 68 0
[pid=21793] ppid=21792 vsize=2836704 CPUtime=20399.2 cores=0-7
/proc/21793/stat : 21793 (priss) S 21792 21792 21762 0 -1 4202496 730767 0 0 0 2039096 824 0 0 18 0 5 0 29655756 2904784896 653023 33554432000 4194304 5787044 140736671954560 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/21793/statm: 709176 653023 417 389 0 704926 0
[pid=21793/tid=21795] ppid=21792 vsize=2836704 CPUtime=5099.84 cores=0-7
/proc/21793/task/21795/stat : 21795 (priss) R 21792 21792 21762 0 -1 4202560 173800 0 0 0 509868 116 0 0 25 0 5 0 29655765 2904784896 653023 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21793/tid=21796] ppid=21792 vsize=2836704 CPUtime=5099.85 cores=0-7
/proc/21793/task/21796/stat : 21796 (priss) R 21792 21792 21762 0 -1 4202560 190513 0 0 0 509773 212 0 0 25 0 5 0 29655768 2904784896 653023 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21793/tid=21797] ppid=21792 vsize=2836704 CPUtime=5099.82 cores=0-7
/proc/21793/task/21797/stat : 21797 (priss) R 21792 21792 21762 0 -1 4202560 197033 0 0 0 509700 282 0 0 25 0 5 0 29655772 2904784896 653023 33554432000 4194304 5787044 140736671954560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21793/tid=21798] ppid=21792 vsize=2836704 CPUtime=5099.48 cores=0-7
/proc/21793/task/21798/stat : 21798 (priss) R 21792 21792 21762 0 -1 4202560 154681 0 0 0 509737 211 0 0 25 0 5 0 29655776 2904784896 653023 33554432000 4194304 5787044 140736671954560 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20399.2
Current children cumulated vsize (KiB) 2845404

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 21792 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 20399.2
#
# 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.2
CPU user time (s): 20391
CPU system time (s): 8.24
CPU usage (%): 399.983
Max. virtual memory (cumulated for all children) (KiB): 2845404

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

runsolver used 7.34488 second user time and 17.8273 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 20:18:29
IDJOB=3499195
IDBENCH=71345
IDSOLVER=1994
FILE ID=node124/3499195-1307989109
RUNJOBID= node124-1307989109-21776
PBS_JOBID= 13559815
Free space on /tmp= 2088 MiB

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

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=196070998

node124.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.855
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.71
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.855
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.855
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.855
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.77
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.855
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.82
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.855
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.855
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.855
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:     32950928 kB
MemFree:       9190176 kB
Buffers:        145412 kB
Cached:       22785328 kB
SwapCached:          0 kB
Active:        7600024 kB
Inactive:     15392664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9190176 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5468 kB
Writeback:           0 kB
AnonPages:       62204 kB
Mapped:          15404 kB
Slab:           702228 kB
PageTables:       4384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   178008 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= 2084 MiB
End job on node124 at 2011-06-13 21:43:32