Trace number 3499209

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-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
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: 28614
0.00/0.07	c parsetime: 66458us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.08	c NW started thread 0 successfully (1105066304)
0.00/0.12	c NW started thread 1 successfully (1115556160)
0.00/0.17	c NW started thread 2 successfully (1126046016)
0.00/0.20	c NW started thread 3 successfully (1088833856)
52.96/13.48	c preprocessor returned 10011 variables
52.96/13.48	c preprocessing returned UNKNOWN
52.96/13.48	c PP set 0 variables
52.96/13.48	c pp time: 13349886us (13s)
53.77/13.62	c preprocessor returned 10011 variables
53.77/13.62	c preprocessing returned UNKNOWN
53.77/13.62	c PP set 0 variables
53.77/13.62	c pp time: 13534779us (13s)
54.97/13.99	c preprocessor returned 10011 variables
54.97/13.99	c preprocessing returned UNKNOWN
54.97/13.99	c PP set 0 variables
54.97/13.99	c pp time: 13819432us (13s)
69.38/17.56	c preprocessor returned 30008 variables
69.38/17.56	c preprocessing returned UNKNOWN
69.38/17.56	c PP set 0 variables
69.38/17.56	c pp time: 17353257us (17s)
9846.03/2461.75	c HTE
9876.82/2469.46	c subsumption
10270.81/2567.96	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499209-1307989165/watcher-3499209-1307989165 -o /var/tmp/evaluation-result-3499209-1307989165/solver-3499209-1307989165 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499209-1307989165.cnf 344685458 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.92 1.98 1.98 1/170 28613
/proc/meminfo: memFree=3839444/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0

[startup+0.0282791 s]
/proc/loadavg: 1.92 1.98 1.98 1/170 28613
/proc/meminfo: memFree=3839444/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100267 s]
/proc/loadavg: 1.92 1.98 1.98 1/170 28613
/proc/meminfo: memFree=3839444/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300295 s]
/proc/loadavg: 1.92 1.98 1.98 1/170 28613
/proc/meminfo: memFree=3839444/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700166 s]
/proc/loadavg: 1.92 1.98 1.98 1/170 28613
/proc/meminfo: memFree=3839444/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50102 s]
/proc/loadavg: 1.92 1.98 1.98 5/176 28619
/proc/meminfo: memFree=3745924/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=318288 CPUtime=5.36 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 48156 0 0 0 516 20 0 0 18 0 5 0 910516191 325926912 23284 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 79572 23284 349 389 0 75322 0
[pid=28614/tid=28616] ppid=28613 vsize=318288 CPUtime=1.38 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 8623 0 0 0 136 2 0 0 19 0 5 0 910516200 325926912 23284 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=318288 CPUtime=1.21 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 7788 0 0 0 113 8 0 0 19 0 5 0 910516204 325926912 23284 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=318288 CPUtime=1.29 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 9191 0 0 0 125 4 0 0 19 0 5 0 910516208 325926912 23284 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=318288 CPUtime=1.28 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 7808 0 0 0 124 4 0 0 19 0 5 0 910516211 325926912 23284 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 326988

[startup+3.10074 s]
/proc/loadavg: 1.92 1.98 1.98 5/176 28619
/proc/meminfo: memFree=3736872/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=322408 CPUtime=11.77 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 51662 0 0 0 1155 22 0 0 18 0 5 0 910516191 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 80602 25594 350 389 0 76352 0
[pid=28614/tid=28616] ppid=28613 vsize=322408 CPUtime=2.97 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 9556 0 0 0 295 2 0 0 19 0 5 0 910516200 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=322408 CPUtime=2.81 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 7789 0 0 0 272 9 0 0 19 0 5 0 910516204 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=322408 CPUtime=2.9 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 10077 0 0 0 285 5 0 0 19 0 5 0 910516208 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=322408 CPUtime=2.87 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 9494 0 0 0 283 4 0 0 19 0 5 0 910516211 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 331108

[startup+6.30118 s]
/proc/loadavg: 2.09 2.02 2.00 5/176 28619
/proc/meminfo: memFree=3736996/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=322408 CPUtime=24.57 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 51662 0 0 0 2435 22 0 0 18 0 5 0 910516191 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 80602 25594 350 389 0 76352 0
[pid=28614/tid=28616] ppid=28613 vsize=322408 CPUtime=6.17 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 9556 0 0 0 615 2 0 0 25 0 5 0 910516200 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=322408 CPUtime=6.01 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 7789 0 0 0 592 9 0 0 25 0 5 0 910516204 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=322408 CPUtime=6.1 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 10077 0 0 0 605 5 0 0 25 0 5 0 910516208 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=322408 CPUtime=6.08 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 9494 0 0 0 604 4 0 0 25 0 5 0 910516211 330145792 25594 33554432000 4194304 5787044 140735309881136 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 331108

[startup+12.7011 s]
/proc/loadavg: 2.24 2.05 2.01 5/176 28619
/proc/meminfo: memFree=3719900/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=333912 CPUtime=50.16 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 59346 0 0 0 4994 22 0 0 18 0 5 0 910516191 341925888 32420 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 83478 32420 355 389 0 79228 0
[pid=28614/tid=28616] ppid=28613 vsize=333912 CPUtime=12.57 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 10770 0 0 0 1255 2 0 0 25 0 5 0 910516200 341925888 32420 33554432000 4194304 5787044 140735309881136 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=333912 CPUtime=12.41 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 9984 0 0 0 1232 9 0 0 25 0 5 0 910516204 341925888 32420 33554432000 4194304 5787044 140735309881136 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=333912 CPUtime=12.5 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 11919 0 0 0 1245 5 0 0 25 0 5 0 910516208 341925888 32420 33554432000 4194304 5787044 140735309881136 18446744073709551615 4319894 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=333912 CPUtime=12.47 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 11927 0 0 0 1243 4 0 0 18 0 5 0 910516211 341925888 32420 33554432000 4194304 5787044 140735309881136 18446744073709551615 4318952 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 342612

[startup+25.5008 s]
/proc/loadavg: 2.63 2.14 2.04 5/176 28619
/proc/meminfo: memFree=3669428/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=345756 CPUtime=101.35 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 97533 0 0 0 10106 29 0 0 18 0 5 0 910516191 354054144 43251 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 86439 43251 417 389 0 82189 0
[pid=28614/tid=28616] ppid=28613 vsize=345756 CPUtime=25.38 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 19668 0 0 0 2534 4 0 0 18 0 5 0 910516200 354054144 43251 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=345756 CPUtime=25.2 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 19148 0 0 0 2510 10 0 0 18 0 5 0 910516204 354054144 43251 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=345756 CPUtime=25.3 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 21582 0 0 0 2523 7 0 0 25 0 5 0 910516208 354054144 43251 33554432000 4194304 5787044 140735309881136 18446744073709551615 4220703 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=345756 CPUtime=25.27 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 22389 0 0 0 2521 6 0 0 18 0 5 0 910516211 354054144 43251 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485793461 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 354456

[startup+51.1003 s]
/proc/loadavg: 3.10 2.29 2.09 5/176 28620
/proc/meminfo: memFree=3628584/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=364892 CPUtime=203.74 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 109450 0 0 0 20337 37 0 0 18 0 5 0 910516191 373649408 55168 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 91223 55168 417 389 0 86973 0
[pid=28614/tid=28616] ppid=28613 vsize=364892 CPUtime=50.97 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 23404 0 0 0 5090 7 0 0 18 0 5 0 910516200 373649408 55168 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=364892 CPUtime=50.8 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 22866 0 0 0 5067 13 0 0 18 0 5 0 910516204 373649408 55168 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=364892 CPUtime=50.89 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 24163 0 0 0 5081 8 0 0 25 0 5 0 910516208 373649408 55168 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591681 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=364892 CPUtime=50.87 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 24271 0 0 0 5080 7 0 0 19 0 5 0 910516211 373649408 55168 33554432000 4194304 5787044 140735309881136 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 373592

[startup+102.306 s]
/proc/loadavg: 3.61 2.55 2.19 5/176 28621
/proc/meminfo: memFree=3554152/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=386144 CPUtime=408.54 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 126392 0 0 0 40804 50 0 0 18 0 5 0 910516191 395411456 72064 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 96536 72064 417 389 0 92286 0
[pid=28614/tid=28616] ppid=28613 vsize=386144 CPUtime=102.18 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 27676 0 0 0 10208 10 0 0 25 0 5 0 910516200 395411456 72064 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=386144 CPUtime=101.99 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 27073 0 0 0 10183 16 0 0 25 0 5 0 910516204 395411456 72064 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=386144 CPUtime=102.09 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 28428 0 0 0 10197 12 0 0 21 0 5 0 910516208 395411456 72064 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=386144 CPUtime=102.08 cores=0-7

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

/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 185389 0 0 0 471970 222 0 0 25 0 5 0 910516204 2778271744 626973 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=2713156 CPUtime=4722.08 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 164551 0 0 0 472013 195 0 0 25 0 5 0 910516208 2778271744 626973 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=2713156 CPUtime=4722.07 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 147249 0 0 0 471957 250 0 0 25 0 5 0 910516211 2778271744 626973 33554432000 4194304 5787044 140735309881136 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18888.4
Current children cumulated vsize (KiB) 2721856

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28758
/proc/meminfo: memFree=1314124/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=2713156 CPUtime=19128.4 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 703661 0 0 0 1912037 801 0 0 18 0 5 0 910516191 2778271744 630459 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 678289 630459 417 389 0 674039 0
[pid=28614/tid=28616] ppid=28613 vsize=2713156 CPUtime=4782.13 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 188240 0 0 0 478087 126 0 0 25 0 5 0 910516200 2778271744 630459 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=2713156 CPUtime=4781.91 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 185389 0 0 0 477969 222 0 0 25 0 5 0 910516204 2778271744 630459 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=2713156 CPUtime=4782.08 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 168028 0 0 0 478007 201 0 0 25 0 5 0 910516208 2778271744 630459 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=2713156 CPUtime=4782.06 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 147258 0 0 0 477956 250 0 0 25 0 5 0 910516211 2778271744 630459 33554432000 4194304 5787044 140735309881136 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19128.4
Current children cumulated vsize (KiB) 2721856

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28760
/proc/meminfo: memFree=1300304/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=2778692 CPUtime=19368.4 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 707091 0 0 0 1936032 806 0 0 18 0 5 0 910516191 2845380608 633889 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 694673 633889 417 389 0 690423 0
[pid=28614/tid=28616] ppid=28613 vsize=2778692 CPUtime=4842.13 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 188241 0 0 0 484087 126 0 0 25 0 5 0 910516200 2845380608 633889 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=2778692 CPUtime=4841.91 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 185389 0 0 0 483969 222 0 0 25 0 5 0 910516204 2845380608 633889 33554432000 4194304 5787044 140735309881136 18446744073709551615 4229312 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=2778692 CPUtime=4842.07 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 171438 0 0 0 484001 206 0 0 25 0 5 0 910516208 2845380608 633889 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=2778692 CPUtime=4842.06 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 147277 0 0 0 483956 250 0 0 25 0 5 0 910516211 2845380608 633889 33554432000 4194304 5787044 140735309881136 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19368.4
Current children cumulated vsize (KiB) 2787392

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28761
/proc/meminfo: memFree=1286624/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=2778692 CPUtime=19608.4 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 710508 0 0 0 1960024 814 0 0 18 0 5 0 910516191 2845380608 637306 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 694673 637306 417 389 0 690423 0
[pid=28614/tid=28616] ppid=28613 vsize=2778692 CPUtime=4902.12 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 188242 0 0 0 490086 126 0 0 25 0 5 0 910516200 2845380608 637306 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=2778692 CPUtime=4901.91 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 185390 0 0 0 489969 222 0 0 25 0 5 0 910516204 2845380608 637306 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=2778692 CPUtime=4902.08 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 174831 0 0 0 489994 214 0 0 25 0 5 0 910516208 2845380608 637306 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=2778692 CPUtime=4902.06 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 147299 0 0 0 489956 250 0 0 25 0 5 0 910516211 2845380608 637306 33554432000 4194304 5787044 140735309881136 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19608.4
Current children cumulated vsize (KiB) 2787392

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28763
/proc/meminfo: memFree=1272924/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=2778692 CPUtime=19848.4 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 713867 0 0 0 1984018 821 0 0 18 0 5 0 910516191 2845380608 640665 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 694673 640665 417 389 0 690423 0
[pid=28614/tid=28616] ppid=28613 vsize=2778692 CPUtime=4962.12 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 188242 0 0 0 496086 126 0 0 25 0 5 0 910516200 2845380608 640665 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=2778692 CPUtime=4961.91 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 185390 0 0 0 495969 222 0 0 25 0 5 0 910516204 2845380608 640665 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=2778692 CPUtime=4962.08 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 178176 0 0 0 495988 220 0 0 25 0 5 0 910516208 2845380608 640665 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=2778692 CPUtime=4962.06 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 147313 0 0 0 495956 250 0 0 25 0 5 0 910516211 2845380608 640665 33554432000 4194304 5787044 140735309881136 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19848.4
Current children cumulated vsize (KiB) 2787392

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28764
/proc/meminfo: memFree=1259492/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=2778692 CPUtime=20088.4 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 717226 0 0 0 2008012 827 0 0 18 0 5 0 910516191 2845380608 644024 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 694673 644024 417 389 0 690423 0
[pid=28614/tid=28616] ppid=28613 vsize=2778692 CPUtime=5022.12 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 188242 0 0 0 502086 126 0 0 25 0 5 0 910516200 2845380608 644024 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=2778692 CPUtime=5021.91 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 185391 0 0 0 501969 222 0 0 25 0 5 0 910516204 2845380608 644024 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=2778692 CPUtime=5022.07 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 181508 0 0 0 501982 225 0 0 25 0 5 0 910516208 2845380608 644024 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=2778692 CPUtime=5022.06 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 147339 0 0 0 501955 251 0 0 25 0 5 0 910516211 2845380608 644024 33554432000 4194304 5787044 140735309881136 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20088.4
Current children cumulated vsize (KiB) 2787392

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28766
/proc/meminfo: memFree=1245800/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=2778692 CPUtime=20328.4 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 720602 0 0 0 2032007 833 0 0 18 0 5 0 910516191 2845380608 647400 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 694673 647400 417 389 0 690423 0
[pid=28614/tid=28616] ppid=28613 vsize=2778692 CPUtime=5082.12 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 188244 0 0 0 508086 126 0 0 25 0 5 0 910516200 2845380608 647400 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=2778692 CPUtime=5081.91 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 185391 0 0 0 507969 222 0 0 25 0 5 0 910516204 2845380608 647400 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=2778692 CPUtime=5082.08 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 184782 0 0 0 507977 231 0 0 25 0 5 0 910516208 2845380608 647400 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=2778692 CPUtime=5082.06 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 147439 0 0 0 507955 251 0 0 25 0 5 0 910516211 2845380608 647400 33554432000 4194304 5787044 140735309881136 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20328.4
Current children cumulated vsize (KiB) 2787392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 28767
/proc/meminfo: memFree=1242080/32950928 swapFree=67079488/67111528
[pid=28613] ppid=28611 vsize=8700 CPUtime=0 cores=0-7
/proc/28613/stat : 28613 (priss.sh) S 28611 28613 28583 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 910516191 8908800 252 33554432000 4194304 4922060 140733797975920 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28613/statm: 2175 252 211 178 0 68 0
[pid=28614] ppid=28613 vsize=2844228 CPUtime=20399.2 cores=0-7
/proc/28614/stat : 28614 (priss) S 28613 28613 28583 0 -1 4202496 721607 0 0 0 2039088 834 0 0 18 0 5 0 910516191 2912489472 648405 33554432000 4194304 5787044 140735309881136 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28614/statm: 711057 648405 417 389 0 706807 0
[pid=28614/tid=28616] ppid=28613 vsize=2844228 CPUtime=5099.83 cores=0-7
/proc/28614/task/28616/stat : 28616 (priss) R 28613 28613 28583 0 -1 4202560 188245 0 0 0 509857 126 0 0 25 0 5 0 910516200 2912489472 648405 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28614/tid=28617] ppid=28613 vsize=2844228 CPUtime=5099.62 cores=0-7
/proc/28614/task/28617/stat : 28617 (priss) R 28613 28613 28583 0 -1 4202560 185391 0 0 0 509740 222 0 0 25 0 5 0 910516204 2912489472 648405 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28614/tid=28618] ppid=28613 vsize=2844228 CPUtime=5099.78 cores=0-7
/proc/28614/task/28618/stat : 28618 (priss) R 28613 28613 28583 0 -1 4202560 185765 0 0 0 509746 232 0 0 25 0 5 0 910516208 2912489472 648405 33554432000 4194304 5787044 140735309881136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28614/tid=28619] ppid=28613 vsize=2844228 CPUtime=5099.77 cores=0-7
/proc/28614/task/28619/stat : 28619 (priss) R 28613 28613 28583 0 -1 4202560 147460 0 0 0 509726 251 0 0 25 0 5 0 910516211 2912489472 648405 33554432000 4194304 5787044 140735309881136 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20399.2
Current children cumulated vsize (KiB) 2852928

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 28613 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.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): 20390.9
CPU system time (s): 8.34
CPU usage (%): 399.983
Max. virtual memory (cumulated for all children) (KiB): 2852928

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= 3

runsolver used 7.43487 second user time and 18.3832 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-13 20:19:25
IDJOB=3499209
IDBENCH=71408
IDSOLVER=1994
FILE ID=node125/3499209-1307989165
RUNJOBID= node125-1307989165-28597
PBS_JOBID= 13559822
Free space on /var/tmp= 2824 MiB

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

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=344685458

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:       3839996 kB
Buffers:        133980 kB
Cached:       28040408 kB
SwapCached:       3336 kB
Active:       12305764 kB
Inactive:     15904872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3839996 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:            5480 kB
Writeback:           0 kB
AnonPages:       34880 kB
Mapped:          13384 kB
Slab:           835512 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188088 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2820 MiB
End job on node125 at 2011-06-13 21:44:27