Trace number 3499561

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) 20400.3 5100.02

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
MD5SUMbdf2c49c74bfdbd3bd4663dca402d24f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3326.88
Satisfiable
(Un)Satisfiability was proved
Number of variables194
Number of clauses954
Sum of the clauses size3252
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210
Number of clauses of size 3544
Number of clauses of size 4400
Number of clauses of size 50
Number of clauses of size over 50

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: 20458
0.00/0.00	c parsetime: 345us
0.00/0.00	c parsed 954 clauses with 194 variables
0.00/0.00	c NW started thread 0 successfully (1106659648)
0.00/0.00	c NW started thread 1 successfully (1117149504)
0.00/0.00	c NW started thread 2 successfully (1127639360)
0.00/0.00	c NW started thread 3 successfully (1138129216)
0.00/0.62	c preprocessor returned 10039 variables
0.00/0.62	c preprocessing returned UNKNOWN
0.00/0.62	c PP set 0 variables
0.00/0.62	c pp time: 623198us (0s)
0.00/0.63	c preprocessor returned 10039 variables
0.00/0.63	c preprocessing returned UNKNOWN
0.00/0.63	c PP set 0 variables
0.00/0.63	c pp time: 627603us (0s)
0.00/0.63	c preprocessor returned 10039 variables
0.00/0.63	c preprocessing returned UNKNOWN
0.00/0.63	c PP set 0 variables
0.00/0.63	c pp time: 631335us (0s)
29.54/7.48	c preprocessor returned 30181 variables
29.54/7.48	c preprocessing returned UNKNOWN
29.54/7.48	c PP set 0 variables
29.54/7.48	c pp time: 7468425us (7s)

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-3499561-1308004643/watcher-3499561-1308004643 -o /var/tmp/evaluation-result-3499561-1308004643/solver-3499561-1308004643 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499561-1308004643.cnf 1840796879 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.05 4.01 3.94 1/170 20457
/proc/meminfo: memFree=24513360/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0

[startup+0.033231 s]
/proc/loadavg: 4.05 4.01 3.94 1/170 20457
/proc/meminfo: memFree=24513360/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100211 s]
/proc/loadavg: 4.05 4.01 3.94 1/170 20457
/proc/meminfo: memFree=24513360/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300172 s]
/proc/loadavg: 4.05 4.01 3.94 1/170 20457
/proc/meminfo: memFree=24513360/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701099 s]
/proc/loadavg: 4.05 4.01 3.94 1/170 20457
/proc/meminfo: memFree=24513360/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 4.05 4.01 3.94 5/176 20463
/proc/meminfo: memFree=24489292/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=208896 CPUtime=5.95 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 7829 0 0 0 594 1 0 0 18 0 5 0 990694940 213909504 6651 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 52224 6651 405 389 0 47974 0
[pid=20458/tid=20459] ppid=20457 vsize=208896 CPUtime=1.48 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 1441 0 0 0 148 0 0 0 18 0 5 0 990694940 213909504 6651 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=208896 CPUtime=1.48 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 1461 0 0 0 148 0 0 0 18 0 5 0 990694940 213909504 6651 33554432000 4194304 5787044 140734623796384 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=208896 CPUtime=1.47 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 1406 0 0 0 147 0 0 0 18 0 5 0 990694940 213909504 6651 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=208896 CPUtime=1.48 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 2024 0 0 0 148 0 0 0 19 0 5 0 990694940 213909504 6651 33554432000 4194304 5787044 140734623796384 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 217596

[startup+3.10065 s]
/proc/loadavg: 4.05 4.01 3.94 5/176 20463
/proc/meminfo: memFree=24487060/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=210104 CPUtime=12.35 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 8700 0 0 0 1232 3 0 0 18 0 5 0 990694940 215146496 7522 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 52526 7522 405 389 0 48276 0
[pid=20458/tid=20459] ppid=20457 vsize=210104 CPUtime=3.08 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 1745 0 0 0 307 1 0 0 18 0 5 0 990694940 215146496 7522 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=210104 CPUtime=3.08 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 1771 0 0 0 308 0 0 0 18 0 5 0 990694940 215146496 7522 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=210104 CPUtime=3.07 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 1663 0 0 0 307 0 0 0 18 0 5 0 990694940 215146496 7522 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=210104 CPUtime=3.08 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 2024 0 0 0 308 0 0 0 25 0 5 0 990694940 215146496 7522 33554432000 4194304 5787044 140734623796384 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 218804

[startup+6.30105 s]
/proc/loadavg: 4.05 4.01 3.94 5/176 20463
/proc/meminfo: memFree=24481728/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=211864 CPUtime=25.15 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 9762 0 0 0 2509 6 0 0 18 0 5 0 990694940 216948736 8584 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 52966 8584 405 389 0 48716 0
[pid=20458/tid=20459] ppid=20457 vsize=211864 CPUtime=6.28 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 2094 0 0 0 625 3 0 0 25 0 5 0 990694940 216948736 8584 33554432000 4194304 5787044 140734623796384 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=211864 CPUtime=6.28 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 2167 0 0 0 627 1 0 0 19 0 5 0 990694940 216948736 8584 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=211864 CPUtime=6.28 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 1980 0 0 0 627 1 0 0 19 0 5 0 990694940 216948736 8584 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=211864 CPUtime=6.28 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 2024 0 0 0 628 0 0 0 25 0 5 0 990694940 216948736 8584 33554432000 4194304 5787044 140734623796384 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 220564

[startup+12.7009 s]
/proc/loadavg: 4.04 4.01 3.94 5/176 20463
/proc/meminfo: memFree=24466644/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=283260 CPUtime=50.73 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 14486 0 0 0 5060 13 0 0 18 0 5 0 990694940 290058240 12354 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 70815 12354 418 389 0 66565 0
[pid=20458/tid=20459] ppid=20457 vsize=283260 CPUtime=12.68 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 2873 0 0 0 1261 7 0 0 19 0 5 0 990694940 290058240 12354 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=283260 CPUtime=12.67 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 3655 0 0 0 1266 1 0 0 18 0 5 0 990694940 290058240 12354 33554432000 4194304 5787044 140734623796384 18446744073709551615 4238741 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=283260 CPUtime=12.66 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 2279 0 0 0 1265 1 0 0 20 0 5 0 990694940 290058240 12354 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=283260 CPUtime=12.67 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 4182 0 0 0 1266 1 0 0 19 0 5 0 990694940 290058240 12354 33554432000 4194304 5787044 140734623796384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 291960

[startup+25.5004 s]
/proc/loadavg: 4.03 4.01 3.94 5/176 20464
/proc/meminfo: memFree=24448788/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=290372 CPUtime=101.91 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 19199 0 0 0 10171 20 0 0 18 0 5 0 990694940 297340928 17066 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 72593 17066 418 389 0 68343 0
[pid=20458/tid=20459] ppid=20457 vsize=290372 CPUtime=25.47 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 3914 0 0 0 2538 9 0 0 18 0 5 0 990694940 297340928 17066 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=290372 CPUtime=25.47 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 4839 0 0 0 2544 3 0 0 18 0 5 0 990694940 297340928 17066 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=290372 CPUtime=25.47 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 2896 0 0 0 2544 3 0 0 18 0 5 0 990694940 297340928 17066 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=290372 CPUtime=25.47 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 6053 0 0 0 2544 3 0 0 25 0 5 0 990694940 297340928 17066 33554432000 4194304 5787044 140734623796384 18446744073709551615 5527764 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 299072

[startup+51.1007 s]
/proc/loadavg: 4.02 4.01 3.94 5/176 20465
/proc/meminfo: memFree=24425800/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=299796 CPUtime=204.29 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 24891 0 0 0 20396 33 0 0 18 0 5 0 990694940 306991104 22712 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 74949 22712 418 389 0 70699 0
[pid=20458/tid=20459] ppid=20457 vsize=299796 CPUtime=51.06 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 5236 0 0 0 5094 12 0 0 25 0 5 0 990694940 306991104 22712 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=299796 CPUtime=51.07 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 5430 0 0 0 5102 5 0 0 18 0 5 0 990694940 306991104 22712 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=299796 CPUtime=51.07 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 3993 0 0 0 5100 7 0 0 18 0 5 0 990694940 306991104 22712 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=299796 CPUtime=51.06 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 8735 0 0 0 5099 7 0 0 25 0 5 0 990694940 306991104 22712 33554432000 4194304 5787044 140734623796384 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.29
Current children cumulated vsize (KiB) 308496

[startup+102.307 s]
/proc/loadavg: 4.08 4.02 3.94 5/176 20469
/proc/meminfo: memFree=24402308/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=306760 CPUtime=409.09 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 30639 0 0 0 40869 40 0 0 18 0 5 0 990694940 314122240 28350 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 76690 28350 418 389 0 72440 0
[pid=20458/tid=20459] ppid=20457 vsize=306760 CPUtime=102.27 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 7021 0 0 0 10212 15 0 0 25 0 5 0 990694940 314122240 28350 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=306760 CPUtime=102.27 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 6274 0 0 0 10221 6 0 0 25 0 5 0 990694940 314122240 28350 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=306760 CPUtime=102.27 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 5036 0 0 0 10219 8 0 0 25 0 5 0 990694940 314122240 28350 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=306760 CPUtime=102.26 cores=0-7

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

/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 46306 0 0 0 472199 41 0 0 25 0 5 0 990694940 964784128 170019 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=942172 CPUtime=4722.38 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 25058 0 0 0 472209 29 0 0 25 0 5 0 990694940 964784128 170019 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=942172 CPUtime=4722.3 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 57107 0 0 0 472089 141 0 0 25 0 5 0 990694940 964784128 170019 33554432000 4194304 5787044 140734623796384 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18889.5
Current children cumulated vsize (KiB) 950872

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 20606
/proc/meminfo: memFree=23824688/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=943828 CPUtime=19129.5 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 178820 0 0 0 1912676 273 0 0 18 0 5 0 990694940 966479872 172020 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 235957 172020 419 389 0 231707 0
[pid=20458/tid=20459] ppid=20457 vsize=943828 CPUtime=4782.39 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 47308 0 0 0 478182 57 0 0 25 0 5 0 990694940 966479872 172020 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=943828 CPUtime=4782.4 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 46695 0 0 0 478198 42 0 0 25 0 5 0 990694940 966479872 172020 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=943828 CPUtime=4782.38 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 25438 0 0 0 478208 30 0 0 25 0 5 0 990694940 966479872 172020 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=943828 CPUtime=4782.3 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 57882 0 0 0 478087 143 0 0 25 0 5 0 990694940 966479872 172020 33554432000 4194304 5787044 140734623796384 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19129.5
Current children cumulated vsize (KiB) 952528

[startup+4842.3 s]
/proc/loadavg: 4.07 4.02 3.97 5/176 20607
/proc/meminfo: memFree=23812096/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=953392 CPUtime=19369.5 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 182959 0 0 0 1936673 277 0 0 18 0 5 0 990694940 976273408 175134 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 238348 175134 419 389 0 234098 0
[pid=20458/tid=20459] ppid=20457 vsize=953392 CPUtime=4842.39 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 48961 0 0 0 484181 58 0 0 25 0 5 0 990694940 976273408 175134 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=953392 CPUtime=4842.4 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 47108 0 0 0 484198 42 0 0 25 0 5 0 990694940 976273408 175134 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=953392 CPUtime=4842.38 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 26781 0 0 0 484208 30 0 0 25 0 5 0 990694940 976273408 175134 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=953392 CPUtime=4842.3 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 58612 0 0 0 484085 145 0 0 25 0 5 0 990694940 976273408 175134 33554432000 4194304 5787044 140734623796384 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19369.5
Current children cumulated vsize (KiB) 962092

[startup+4902.3 s]
/proc/loadavg: 4.02 4.01 3.97 5/176 20609
/proc/meminfo: memFree=23805204/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=954748 CPUtime=19609.5 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 184682 0 0 0 1960670 281 0 0 18 0 5 0 990694940 977661952 176857 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 238687 176857 419 389 0 234437 0
[pid=20458/tid=20459] ppid=20457 vsize=954748 CPUtime=4902.39 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 49289 0 0 0 490180 59 0 0 25 0 5 0 990694940 977661952 176857 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=954748 CPUtime=4902.4 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 47699 0 0 0 490197 43 0 0 25 0 5 0 990694940 977661952 176857 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=954748 CPUtime=4902.38 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 27120 0 0 0 490208 30 0 0 25 0 5 0 990694940 977661952 176857 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=954748 CPUtime=4902.3 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 59077 0 0 0 490082 148 0 0 25 0 5 0 990694940 977661952 176857 33554432000 4194304 5787044 140734623796384 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19609.5
Current children cumulated vsize (KiB) 963448

[startup+4962.3 s]
/proc/loadavg: 4.01 4.00 3.97 5/176 20610
/proc/meminfo: memFree=23791492/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=955016 CPUtime=19849.5 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 188543 0 0 0 1984665 286 0 0 18 0 5 0 990694940 977936384 180237 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 238754 180237 419 389 0 234504 0
[pid=20458/tid=20459] ppid=20457 vsize=955016 CPUtime=4962.39 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 51111 0 0 0 496179 60 0 0 25 0 5 0 990694940 977936384 180237 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=955016 CPUtime=4962.41 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 49168 0 0 0 496197 44 0 0 25 0 5 0 990694940 977936384 180237 33554432000 4194304 5787044 140734623796384 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=955016 CPUtime=4962.38 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 27203 0 0 0 496208 30 0 0 25 0 5 0 990694940 977936384 180237 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=955016 CPUtime=4962.3 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 59564 0 0 0 496080 150 0 0 25 0 5 0 990694940 977936384 180237 33554432000 4194304 5787044 140734623796384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19849.5
Current children cumulated vsize (KiB) 963716

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20621
/proc/meminfo: memFree=23781108/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=955016 CPUtime=20089.5 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 191146 0 0 0 2008662 289 0 0 18 0 5 0 990694940 977936384 182359 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 238754 182359 419 389 0 234504 0
[pid=20458/tid=20459] ppid=20457 vsize=955016 CPUtime=5022.4 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 51958 0 0 0 502179 61 0 0 25 0 5 0 990694940 977936384 182359 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=955016 CPUtime=5022.4 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 49168 0 0 0 502196 44 0 0 25 0 5 0 990694940 977936384 182359 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=955016 CPUtime=5022.38 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 27256 0 0 0 502208 30 0 0 25 0 5 0 990694940 977936384 182359 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=955016 CPUtime=5022.31 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 61267 0 0 0 502078 153 0 0 25 0 5 0 990694940 977936384 182359 33554432000 4194304 5787044 140734623796384 18446744073709551615 5521936 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20089.5
Current children cumulated vsize (KiB) 963716

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20623
/proc/meminfo: memFree=23779300/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=955016 CPUtime=20329.5 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 191745 0 0 0 2032662 291 0 0 18 0 5 0 990694940 977936384 182958 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 238754 182958 419 389 0 234504 0
[pid=20458/tid=20459] ppid=20457 vsize=955016 CPUtime=5082.4 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 52525 0 0 0 508178 62 0 0 25 0 5 0 990694940 977936384 182958 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=955016 CPUtime=5082.41 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 49168 0 0 0 508197 44 0 0 23 0 5 0 990694940 977936384 182958 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=955016 CPUtime=5082.38 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 27288 0 0 0 508208 30 0 0 25 0 5 0 990694940 977936384 182958 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=955016 CPUtime=5082.31 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 61267 0 0 0 508078 153 0 0 25 0 5 0 990694940 977936384 182958 33554432000 4194304 5787044 140734623796384 18446744073709551615 5521958 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20329.5
Current children cumulated vsize (KiB) 963716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20623
/proc/meminfo: memFree=23778788/32950928 swapFree=67054844/67111528
[pid=20457] ppid=20455 vsize=8700 CPUtime=0 cores=0-7
/proc/20457/stat : 20457 (priss.sh) S 20455 20457 20091 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 990694939 8908800 252 33554432000 4194304 4922060 140733724769584 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20457/statm: 2175 252 211 178 0 68 0
[pid=20458] ppid=20457 vsize=955284 CPUtime=20400.3 cores=0-7
/proc/20458/stat : 20458 (priss) S 20457 20457 20091 0 -1 4202496 191899 0 0 0 2039744 291 0 0 18 0 5 0 990694940 978210816 183112 33554432000 4194304 5787044 140734623796384 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20458/statm: 238821 183112 419 389 0 234571 0
[pid=20458/tid=20459] ppid=20457 vsize=955284 CPUtime=5100.11 cores=0-7
/proc/20458/task/20459/stat : 20459 (priss) R 20457 20457 20091 0 -1 4202560 52631 0 0 0 509948 63 0 0 25 0 5 0 990694940 978210816 183112 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20458/tid=20460] ppid=20457 vsize=955284 CPUtime=5100.11 cores=0-7
/proc/20458/task/20460/stat : 20460 (priss) R 20457 20457 20091 0 -1 4202560 49168 0 0 0 509967 44 0 0 25 0 5 0 990694940 978210816 183112 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20458/tid=20461] ppid=20457 vsize=955284 CPUtime=5100.09 cores=0-7
/proc/20458/task/20461/stat : 20461 (priss) R 20457 20457 20091 0 -1 4202560 27336 0 0 0 509979 30 0 0 25 0 5 0 990694940 978210816 183112 33554432000 4194304 5787044 140734623796384 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20458/tid=20463] ppid=20457 vsize=955284 CPUtime=5100.01 cores=0-7
/proc/20458/task/20463/stat : 20463 (priss) R 20457 20457 20091 0 -1 4202560 61267 0 0 0 509848 153 0 0 25 0 5 0 990694940 978210816 183112 33554432000 4194304 5787044 140734623796384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20400.3
Current children cumulated vsize (KiB) 963984

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 20457 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.3
#
# 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): 20400.3
CPU user time (s): 20397.4
CPU system time (s): 2.91
CPU usage (%): 400.005
Max. virtual memory (cumulated for all children) (KiB): 963984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
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.61084 second user time and 20.1869 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-14 00:37:23
IDJOB=3499561
IDBENCH=84028
IDSOLVER=1994
FILE ID=node114/3499561-1308004643
RUNJOBID= node114-1307998975-20105
PBS_JOBID= 13559839
Free space on /var/tmp= 2884 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499561-1308004643/watcher-3499561-1308004643 -o /var/tmp/evaluation-result-3499561-1308004643/solver-3499561-1308004643 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499561-1308004643.cnf 1840796879 40000 31000 8

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=1840796879

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.74
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.848
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:      24513664 kB
Buffers:         66984 kB
Cached:        7988376 kB
SwapCached:      10332 kB
Active:         169608 kB
Inactive:      7904348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24513664 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:       16556 kB
Mapped:          12036 kB
Slab:           296636 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185884 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= 2884 MiB
End job on node114 at 2011-06-14 02:02:25