Trace number 3499255

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
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: 21986
0.00/0.07	c parsetime: 66548us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.08	c NW started thread 0 successfully (1094019392)
0.00/0.12	c NW started thread 1 successfully (1104509248)
0.00/0.17	c NW started thread 2 successfully (1114999104)
0.00/0.20	c NW started thread 3 successfully (1125488960)
53.29/13.57	c preprocessor returned 10011 variables
53.29/13.57	c preprocessing returned UNKNOWN
53.29/13.57	c PP set 0 variables
53.29/13.57	c pp time: 13445694us (13s)
54.49/13.86	c preprocessor returned 10011 variables
54.49/13.86	c preprocessing returned UNKNOWN
54.49/13.86	c PP set 0 variables
54.49/13.86	c pp time: 13777864us (13s)
56.11/14.27	c preprocessor returned 10011 variables
56.11/14.27	c preprocessing returned UNKNOWN
56.11/14.27	c PP set 0 variables
56.11/14.27	c pp time: 14096114us (14s)
70.89/17.98	c preprocessor returned 30008 variables
70.89/17.98	c preprocessing returned UNKNOWN
70.89/17.98	c PP set 0 variables
70.89/17.98	c pp time: 17782636us (17s)
8967.45/2242.15	c HTE
8994.65/2248.95	c subsumption
9359.46/2340.10	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-3499255-1307994212/watcher-3499255-1307994212 -o /tmp/evaluation-result-3499255-1307994212/solver-3499255-1307994212 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499255-1307994212.cnf 796867367 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 21985
/proc/meminfo: memFree=9186744/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0

[startup+0.043376 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 21985
/proc/meminfo: memFree=9186744/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100331 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 21985
/proc/meminfo: memFree=9186744/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300309 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 21985
/proc/meminfo: memFree=9186744/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700171 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 21985
/proc/meminfo: memFree=9186744/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21991
/proc/meminfo: memFree=9080080/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=395132 CPUtime=5.3 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 48346 0 0 0 513 17 0 0 18 0 5 0 30165998 404615168 26907 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 98783 26907 349 389 0 94533 0
[pid=21986/tid=21988] ppid=21985 vsize=395132 CPUtime=1.36 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 7812 0 0 0 134 2 0 0 19 0 5 0 30166007 404615168 26907 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=395132 CPUtime=1.18 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 8362 0 0 0 112 6 0 0 19 0 5 0 30166011 404615168 26907 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=395132 CPUtime=1.27 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 9544 0 0 0 124 3 0 0 19 0 5 0 30166015 404615168 26907 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=395132 CPUtime=1.27 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 7884 0 0 0 124 3 0 0 19 0 5 0 30166018 404615168 26907 33554432000 4194304 5787044 140733787231888 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 403832

[startup+3.10074 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21991
/proc/meminfo: memFree=9069556/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=394448 CPUtime=11.69 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 52105 0 0 0 1151 18 0 0 18 0 5 0 30165998 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 98612 29470 350 389 0 94362 0
[pid=21986/tid=21988] ppid=21985 vsize=394448 CPUtime=2.96 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 7812 0 0 0 294 2 0 0 19 0 5 0 30166007 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=394448 CPUtime=2.79 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 9520 0 0 0 272 7 0 0 19 0 5 0 30166011 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=394448 CPUtime=2.87 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 11393 0 0 0 284 3 0 0 22 0 5 0 30166015 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=394448 CPUtime=2.87 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 8636 0 0 0 284 3 0 0 19 0 5 0 30166018 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 403148

[startup+6.30118 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21991
/proc/meminfo: memFree=9069576/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=394448 CPUtime=24.5 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 52105 0 0 0 2432 18 0 0 18 0 5 0 30165998 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 98612 29470 350 389 0 94362 0
[pid=21986/tid=21988] ppid=21985 vsize=394448 CPUtime=6.16 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 7812 0 0 0 614 2 0 0 25 0 5 0 30166007 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=394448 CPUtime=5.99 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 9520 0 0 0 592 7 0 0 25 0 5 0 30166011 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=394448 CPUtime=6.07 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 11393 0 0 0 604 3 0 0 25 0 5 0 30166015 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=394448 CPUtime=6.07 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 8636 0 0 0 604 3 0 0 25 0 5 0 30166018 403914752 29470 33554432000 4194304 5787044 140733787231888 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 403148

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21991
/proc/meminfo: memFree=9059040/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=406664 CPUtime=50.1 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 61512 0 0 0 4990 20 0 0 18 0 5 0 30165998 416423936 38859 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 101666 38859 355 389 0 97416 0
[pid=21986/tid=21988] ppid=21985 vsize=406664 CPUtime=12.56 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 10542 0 0 0 1253 3 0 0 18 0 5 0 30166007 416423936 38859 33554432000 4194304 5787044 140733787231888 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=406664 CPUtime=12.39 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 12527 0 0 0 1232 7 0 0 18 0 5 0 30166011 416423936 38859 33554432000 4194304 5787044 140733787231888 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=406664 CPUtime=12.47 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 12272 0 0 0 1244 3 0 0 25 0 5 0 30166015 416423936 38859 33554432000 4194304 5787044 140733787231888 18446744073709551615 232123777662 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=406664 CPUtime=12.46 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 11427 0 0 0 1243 3 0 0 18 0 5 0 30166018 416423936 38859 33554432000 4194304 5787044 140733787231888 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 415364

[startup+25.5008 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21991
/proc/meminfo: memFree=9004396/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=419596 CPUtime=101.28 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 99088 0 0 0 10100 28 0 0 18 0 5 0 30165998 429666304 46459 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 104899 46459 417 389 0 100649 0
[pid=21986/tid=21988] ppid=21985 vsize=419596 CPUtime=25.35 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 17962 0 0 0 2531 4 0 0 21 0 5 0 30166007 429666304 46459 33554432000 4194304 5787044 140733787231888 18446744073709551615 4213847 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=419596 CPUtime=25.19 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 24409 0 0 0 2510 9 0 0 21 0 5 0 30166011 429666304 46459 33554432000 4194304 5787044 140733787231888 18446744073709551615 5585343 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=419596 CPUtime=25.27 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 20305 0 0 0 2521 6 0 0 25 0 5 0 30166015 429666304 46459 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=419596 CPUtime=25.26 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 21668 0 0 0 2520 6 0 0 21 0 5 0 30166018 429666304 46459 33554432000 4194304 5787044 140733787231888 18446744073709551615 5534336 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 428296

[startup+51.1013 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21991
/proc/meminfo: memFree=8948284/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=438840 CPUtime=203.68 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 113250 0 0 0 20335 33 0 0 18 0 5 0 30165998 449372160 60620 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 109710 60620 417 389 0 105460 0
[pid=21986/tid=21988] ppid=21985 vsize=438840 CPUtime=50.96 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 21683 0 0 0 5090 6 0 0 20 0 5 0 30166007 449372160 60620 33554432000 4194304 5787044 140733787231888 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=438840 CPUtime=50.78 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 28220 0 0 0 5068 10 0 0 20 0 5 0 30166011 449372160 60620 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=438840 CPUtime=50.87 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 25054 0 0 0 5080 7 0 0 23 0 5 0 30166015 449372160 60620 33554432000 4194304 5787044 140733787231888 18446744073709551615 4220366 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=438840 CPUtime=50.86 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 23549 0 0 0 5080 6 0 0 19 0 5 0 30166018 449372160 60620 33554432000 4194304 5787044 140733787231888 18446744073709551615 4255004 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 447540

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 21993
/proc/meminfo: memFree=8867872/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=466236 CPUtime=408.47 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 133413 0 0 0 40801 46 0 0 18 0 5 0 30165998 477425664 80735 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 116559 80735 417 389 0 112309 0
[pid=21986/tid=21988] ppid=21985 vsize=466236 CPUtime=102.16 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 27464 0 0 0 10207 9 0 0 18 0 5 0 30166007 477425664 80735 33554432000 4194304 5787044 140733787231888 18446744073709551615 5585308 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=466236 CPUtime=101.97 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 33689 0 0 0 10184 13 0 0 18 0 5 0 30166011 477425664 80735 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=466236 CPUtime=102.07 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 30914 0 0 0 10195 12 0 0 25 0 5 0 30166015 477425664 80735 33554432000 4194304 5787044 140733787231888 18446744073709551615 5592095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=466236 CPUtime=102.06 cores=0-7

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

/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 193790 0 0 0 471923 261 0 0 25 0 5 0 30166011 2940481536 671909 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=2871564 CPUtime=4722.07 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 206235 0 0 0 471980 227 0 0 25 0 5 0 30166015 2940481536 671909 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=2871564 CPUtime=4722.07 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 144661 0 0 0 472042 165 0 0 25 0 5 0 30166018 2940481536 671909 33554432000 4194304 5787044 140733787231888 18446744073709551615 5527215 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18888.3
Current children cumulated vsize (KiB) 2880264

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 22141
/proc/meminfo: memFree=6482800/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=2937100 CPUtime=19128.3 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 749275 0 0 0 1912044 786 0 0 18 0 5 0 30165998 3007590400 674604 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 734275 674604 417 389 0 730025 0
[pid=21986/tid=21988] ppid=21985 vsize=2937100 CPUtime=4782.14 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 187153 0 0 0 478089 125 0 0 25 0 5 0 30166007 3007590400 674604 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=2937100 CPUtime=4781.84 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 193792 0 0 0 477923 261 0 0 25 0 5 0 30166011 3007590400 674604 33554432000 4194304 5787044 140733787231888 18446744073709551615 5585255 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=2937100 CPUtime=4782.06 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 206235 0 0 0 477979 227 0 0 25 0 5 0 30166015 3007590400 674604 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=2937100 CPUtime=4782.06 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 147351 0 0 0 478036 170 0 0 25 0 5 0 30166018 3007590400 674604 33554432000 4194304 5787044 140733787231888 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19128.3
Current children cumulated vsize (KiB) 2945800

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 22143
/proc/meminfo: memFree=6472220/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=2937100 CPUtime=19368.3 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 751931 0 0 0 1936039 791 0 0 18 0 5 0 30165998 3007590400 677260 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 734275 677260 417 389 0 730025 0
[pid=21986/tid=21988] ppid=21985 vsize=2937100 CPUtime=4842.14 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 187163 0 0 0 484089 125 0 0 25 0 5 0 30166007 3007590400 677260 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=2937100 CPUtime=4841.84 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 193798 0 0 0 483923 261 0 0 25 0 5 0 30166011 3007590400 677260 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=2937100 CPUtime=4842.06 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 206236 0 0 0 483979 227 0 0 25 0 5 0 30166015 3007590400 677260 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=2937100 CPUtime=4842.06 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 149990 0 0 0 484031 175 0 0 25 0 5 0 30166018 3007590400 677260 33554432000 4194304 5787044 140733787231888 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19368.3
Current children cumulated vsize (KiB) 2945800

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 22145
/proc/meminfo: memFree=6461888/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=2937100 CPUtime=19608.3 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 754503 0 0 0 1960035 796 0 0 18 0 5 0 30165998 3007590400 679832 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 734275 679832 417 389 0 730025 0
[pid=21986/tid=21988] ppid=21985 vsize=2937100 CPUtime=4902.14 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 187166 0 0 0 490089 125 0 0 25 0 5 0 30166007 3007590400 679832 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=2937100 CPUtime=4901.84 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 193803 0 0 0 489923 261 0 0 25 0 5 0 30166011 3007590400 679832 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=2937100 CPUtime=4902.06 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 206236 0 0 0 489979 227 0 0 25 0 5 0 30166015 3007590400 679832 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=2937100 CPUtime=4902.07 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 152554 0 0 0 490027 180 0 0 25 0 5 0 30166018 3007590400 679832 33554432000 4194304 5787044 140733787231888 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19608.3
Current children cumulated vsize (KiB) 2945800

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 22147
/proc/meminfo: memFree=6451432/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=2937100 CPUtime=19848.3 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 757105 0 0 0 1984031 800 0 0 18 0 5 0 30165998 3007590400 682434 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 734275 682434 417 389 0 730025 0
[pid=21986/tid=21988] ppid=21985 vsize=2937100 CPUtime=4962.14 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 187169 0 0 0 496089 125 0 0 25 0 5 0 30166007 3007590400 682434 33554432000 4194304 5787044 140733787231888 18446744073709551615 232123737921 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=2937100 CPUtime=4961.85 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 193818 0 0 0 495923 262 0 0 25 0 5 0 30166011 3007590400 682434 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=2937100 CPUtime=4962.06 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 206236 0 0 0 495979 227 0 0 25 0 5 0 30166015 3007590400 682434 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=2937100 CPUtime=4962.06 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 155138 0 0 0 496022 184 0 0 25 0 5 0 30166018 3007590400 682434 33554432000 4194304 5787044 140733787231888 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19848.3
Current children cumulated vsize (KiB) 2945800

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 22148
/proc/meminfo: memFree=6434400/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=2941196 CPUtime=20088.3 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 761675 0 0 0 2008027 804 0 0 18 0 5 0 30165998 3011784704 687004 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 735299 687004 417 389 0 731049 0
[pid=21986/tid=21988] ppid=21985 vsize=2941196 CPUtime=5022.14 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 188206 0 0 0 502089 125 0 0 25 0 5 0 30166007 3011784704 687004 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=2941196 CPUtime=5021.85 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 193825 0 0 0 501923 262 0 0 25 0 5 0 30166011 3011784704 687004 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=2941196 CPUtime=5022.06 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 207263 0 0 0 501979 227 0 0 25 0 5 0 30166015 3011784704 687004 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=2941196 CPUtime=5022.06 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 157637 0 0 0 502019 187 0 0 25 0 5 0 30166018 3011784704 687004 33554432000 4194304 5787044 140733787231888 18446744073709551615 5527182 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20088.3
Current children cumulated vsize (KiB) 2949896

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 22149
/proc/meminfo: memFree=6419724/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=3006732 CPUtime=20328.3 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 765311 0 0 0 2032022 809 0 0 18 0 5 0 30165998 3078893568 690640 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 751683 690640 417 389 0 747433 0
[pid=21986/tid=21988] ppid=21985 vsize=3006732 CPUtime=5082.14 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 188223 0 0 0 508089 125 0 0 19 0 5 0 30166007 3078893568 690640 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=3006732 CPUtime=5081.85 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 193838 0 0 0 507923 262 0 0 25 0 5 0 30166011 3078893568 690640 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=3006732 CPUtime=5082.06 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 208288 0 0 0 507979 227 0 0 25 0 5 0 30166015 3078893568 690640 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=3006732 CPUtime=5082.06 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 160218 0 0 0 508014 192 0 0 25 0 5 0 30166018 3078893568 690640 33554432000 4194304 5787044 140733787231888 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20328.3
Current children cumulated vsize (KiB) 3015432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 22151
/proc/meminfo: memFree=6416364/32950928 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=8700 CPUtime=0 cores=0-7
/proc/21985/stat : 21985 (priss.sh) S 21983 21985 21762 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 30165998 8908800 252 33554432000 4194304 4922060 140733588765184 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21985/statm: 2175 252 211 178 0 68 0
[pid=21986] ppid=21985 vsize=3006732 CPUtime=20399.2 cores=0-7
/proc/21986/stat : 21986 (priss) S 21985 21985 21762 0 -1 4202496 766069 0 0 0 2039104 811 0 0 18 0 5 0 30165998 3078893568 691398 33554432000 4194304 5787044 140733787231888 18446744073709551615 232135903665 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/21986/statm: 751683 691398 417 389 0 747433 0
[pid=21986/tid=21988] ppid=21985 vsize=3006732 CPUtime=5099.84 cores=0-7
/proc/21986/task/21988/stat : 21988 (priss) R 21985 21985 21762 0 -1 4202560 188231 0 0 0 509859 125 0 0 25 0 5 0 30166007 3078893568 691398 33554432000 4194304 5787044 140733787231888 18446744073709551615 5592085 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21986/tid=21989] ppid=21985 vsize=3006732 CPUtime=5099.56 cores=0-7
/proc/21986/task/21989/stat : 21989 (priss) R 21985 21985 21762 0 -1 4202560 193844 0 0 0 509694 262 0 0 25 0 5 0 30166011 3078893568 691398 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21986/tid=21990] ppid=21985 vsize=3006732 CPUtime=5099.77 cores=0-7
/proc/21986/task/21990/stat : 21990 (priss) R 21985 21985 21762 0 -1 4202560 208288 0 0 0 509750 227 0 0 25 0 5 0 30166015 3078893568 691398 33554432000 4194304 5787044 140733787231888 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21986/tid=21991] ppid=21985 vsize=3006732 CPUtime=5099.78 cores=0-7
/proc/21986/task/21991/stat : 21991 (priss) R 21985 21985 21762 0 -1 4202560 160963 0 0 0 509784 194 0 0 25 0 5 0 30166018 3078893568 691399 33554432000 4194304 5787044 140733787231888 18446744073709551615 232123741217 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20399.1
Current children cumulated vsize (KiB) 3015432

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 21985 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.1
#
# 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.1
CPU user time (s): 20391
CPU system time (s): 8.11
CPU usage (%): 399.982
Max. virtual memory (cumulated for all children) (KiB): 3015432

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

runsolver used 6.97994 second user time and 17.2064 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 21:43:32
IDJOB=3499255
IDBENCH=71605
IDSOLVER=1994
FILE ID=node124/3499255-1307994212
RUNJOBID= node124-1307989109-21776
PBS_JOBID= 13559815
Free space on /tmp= 2088 MiB

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

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=796867367

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:       9187172 kB
Buffers:        147540 kB
Cached:       22786420 kB
SwapCached:          0 kB
Active:        7602648 kB
Inactive:     15393068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9187172 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:       61460 kB
Mapped:          16096 kB
Slab:           701728 kB
PageTables:       3548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   181364 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 23:08:34