Trace number 3499557

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-n28-02-S818962541.shuffled-as.sat03-1628.cnf
MD5SUMd705043763df769aab1e385bbbc2b11e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1325.32
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
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: 29202
0.00/0.00	c parsetime: 328us
0.00/0.00	c parsed 896 clauses with 184 variables
0.00/0.00	c NW started thread 0 successfully (1103108416)
0.00/0.00	c NW started thread 1 successfully (1115806016)
0.00/0.00	c NW started thread 2 successfully (1126295872)
0.00/0.00	c NW started thread 3 successfully (1136785728)
0.00/0.59	c preprocessor returned 10029 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 0 variables
0.00/0.59	c pp time: 584670us (0s)
0.00/0.59	c preprocessor returned 10029 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 0 variables
0.00/0.59	c pp time: 585393us (0s)
0.00/0.59	c preprocessor returned 10029 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 0 variables
0.00/0.59	c pp time: 585492us (0s)
27.56/6.98	c preprocessor returned 30171 variables
27.56/6.98	c preprocessing returned UNKNOWN
27.56/6.98	c PP set 0 variables
27.56/6.98	c pp time: 6975731us (6s)

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-3499557-1308004473/watcher-3499557-1308004473 -o /var/tmp/evaluation-result-3499557-1308004473/solver-3499557-1308004473 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499557-1308004473.cnf 1333865873 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.92 2/170 29201
/proc/meminfo: memFree=3916712/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0

[startup+0.012098 s]
/proc/loadavg: 3.68 3.93 3.92 2/170 29201
/proc/meminfo: memFree=3916712/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.107159 s]
/proc/loadavg: 3.68 3.93 3.92 2/170 29201
/proc/meminfo: memFree=3916712/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301106 s]
/proc/loadavg: 3.68 3.93 3.92 2/170 29201
/proc/meminfo: memFree=3916712/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701034 s]
/proc/loadavg: 3.68 3.93 3.92 2/170 29201
/proc/meminfo: memFree=3916712/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 3.68 3.93 3.92 5/176 29207
/proc/meminfo: memFree=3894436/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=275424 CPUtime=5.97 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 7738 0 0 0 594 3 0 0 25 0 5 0 912046979 282034176 6614 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 68856 6614 405 389 0 64606 0
[pid=29202/tid=29203] ppid=29201 vsize=275424 CPUtime=1.49 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 1163 0 0 0 149 0 0 0 19 0 5 0 912046980 282034176 6614 33554432000 4194304 5787044 140733232784592 18446744073709551615 5576621 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=275424 CPUtime=1.48 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 1531 0 0 0 148 0 0 0 19 0 5 0 912046980 282034176 6614 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=275424 CPUtime=1.48 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 1522 0 0 0 147 1 0 0 19 0 5 0 912046980 282034176 6614 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=275424 CPUtime=1.48 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 2025 0 0 0 148 0 0 0 25 0 5 0 912046980 282034176 6614 33554432000 4194304 5787044 140733232784592 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284124

[startup+3.10056 s]
/proc/loadavg: 3.68 3.93 3.92 5/176 29207
/proc/meminfo: memFree=3891840/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=276628 CPUtime=12.37 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 8612 0 0 0 1233 4 0 0 25 0 5 0 912046979 283267072 7488 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 69157 7488 405 389 0 64907 0
[pid=29202/tid=29203] ppid=29201 vsize=276628 CPUtime=3.08 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 1473 0 0 0 308 0 0 0 22 0 5 0 912046980 283267072 7488 33554432000 4194304 5787044 140733232784592 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=276628 CPUtime=3.08 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 1840 0 0 0 307 1 0 0 18 0 5 0 912046980 283267072 7488 33554432000 4194304 5787044 140733232784592 18446744073709551615 274474010807 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=276628 CPUtime=3.08 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 1777 0 0 0 307 1 0 0 22 0 5 0 912046980 283267072 7489 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=276628 CPUtime=3.08 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 2025 0 0 0 308 0 0 0 25 0 5 0 912046980 283267072 7489 33554432000 4194304 5787044 140733232784592 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 285328

[startup+6.30099 s]
/proc/loadavg: 3.70 3.93 3.92 5/176 29207
/proc/meminfo: memFree=3886716/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=277992 CPUtime=25.16 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 9658 0 0 0 2512 4 0 0 25 0 5 0 912046979 284663808 8534 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 69498 8534 405 389 0 65248 0
[pid=29202/tid=29203] ppid=29201 vsize=277992 CPUtime=6.28 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 1828 0 0 0 628 0 0 0 24 0 5 0 912046980 284663808 8534 33554432000 4194304 5787044 140733232784592 18446744073709551615 274473628357 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=277992 CPUtime=6.28 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 2219 0 0 0 627 1 0 0 25 0 5 0 912046980 284663808 8534 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=277992 CPUtime=6.29 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 2089 0 0 0 627 2 0 0 24 0 5 0 912046980 284663808 8534 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=277992 CPUtime=6.28 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 2025 0 0 0 628 0 0 0 25 0 5 0 912046980 284663808 8534 33554432000 4194304 5787044 140733232784592 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 286692

[startup+12.7009 s]
/proc/loadavg: 3.73 3.94 3.92 5/176 29207
/proc/meminfo: memFree=3870560/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=284540 CPUtime=50.75 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 14807 0 0 0 5067 8 0 0 25 0 5 0 912046979 291368960 12707 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 71135 12707 418 389 0 66885 0
[pid=29202/tid=29203] ppid=29201 vsize=284540 CPUtime=12.68 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 2371 0 0 0 1268 0 0 0 25 0 5 0 912046980 291368960 12707 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=284540 CPUtime=12.68 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 3764 0 0 0 1266 2 0 0 25 0 5 0 912046980 291368960 12707 33554432000 4194304 5787044 140733232784592 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=284540 CPUtime=12.67 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 2630 0 0 0 1265 2 0 0 25 0 5 0 912046980 291368960 12707 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=284540 CPUtime=12.68 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 4545 0 0 0 1266 2 0 0 25 0 5 0 912046980 291368960 12707 33554432000 4194304 5787044 140733232784592 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 293240

[startup+25.5006 s]
/proc/loadavg: 3.79 3.94 3.92 5/176 29207
/proc/meminfo: memFree=3852696/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=292608 CPUtime=101.93 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 19338 0 0 0 10179 14 0 0 25 0 5 0 912046979 299630592 17235 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 73152 17235 418 389 0 68902 0
[pid=29202/tid=29203] ppid=29201 vsize=292608 CPUtime=25.48 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 4324 0 0 0 2547 1 0 0 25 0 5 0 912046980 299630592 17235 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=292608 CPUtime=25.47 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 4587 0 0 0 2544 3 0 0 24 0 5 0 912046980 299630592 17235 33554432000 4194304 5787044 140733232784592 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=292608 CPUtime=25.48 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 3296 0 0 0 2543 5 0 0 25 0 5 0 912046980 299630592 17235 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=292608 CPUtime=25.47 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 5634 0 0 0 2544 3 0 0 25 0 5 0 912046980 299630592 17235 33554432000 4194304 5787044 140733232784592 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 301308

[startup+51.1011 s]
/proc/loadavg: 3.86 3.94 3.92 5/176 29208
/proc/meminfo: memFree=3831952/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=301348 CPUtime=204.32 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 24520 0 0 0 20408 24 0 0 25 0 5 0 912046979 308580352 22390 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 75337 22390 418 389 0 71087 0
[pid=29202/tid=29203] ppid=29201 vsize=301348 CPUtime=51.07 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 6503 0 0 0 5104 3 0 0 25 0 5 0 912046980 308580352 22390 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=301348 CPUtime=51.07 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 5835 0 0 0 5100 7 0 0 19 0 5 0 912046980 308580352 22390 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=301348 CPUtime=51.07 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 4019 0 0 0 5100 7 0 0 25 0 5 0 912046980 308580352 22390 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=301348 CPUtime=51.07 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 6666 0 0 0 5101 6 0 0 25 0 5 0 912046980 308580352 22390 33554432000 4194304 5787044 140733232784592 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.32
Current children cumulated vsize (KiB) 310048

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.92 5/176 29209
/proc/meminfo: memFree=3805704/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=311520 CPUtime=409.13 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 31079 0 0 0 40879 34 0 0 25 0 5 0 912046979 318996480 28839 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 77880 28839 418 389 0 73630 0
[pid=29202/tid=29203] ppid=29201 vsize=311520 CPUtime=102.27 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 8815 0 0 0 10223 4 0 0 25 0 5 0 912046980 318996480 28839 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=311520 CPUtime=102.28 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 7145 0 0 0 10218 10 0 0 25 0 5 0 912046980 318996480 28839 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=311520 CPUtime=102.27 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 5133 0 0 0 10217 10 0 0 25 0 5 0 912046980 318996480 28839 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=311520 CPUtime=102.27 cores=0-7

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

/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 49911 0 0 0 472163 73 0 0 25 0 5 0 912046980 930701312 172290 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=908888 CPUtime=4722.35 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 35650 0 0 0 472172 63 0 0 25 0 5 0 912046980 930701312 172290 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=908888 CPUtime=4722.37 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 45816 0 0 0 472190 47 0 0 25 0 5 0 912046980 930701312 172290 33554432000 4194304 5787044 140733232784592 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18889.4
Current children cumulated vsize (KiB) 917588

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29346
/proc/meminfo: memFree=3221496/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=910700 CPUtime=19129.4 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 182173 0 0 0 1912730 213 0 0 25 0 5 0 912046979 932556800 174143 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 227675 174143 419 389 0 223425 0
[pid=29202/tid=29203] ppid=29201 vsize=910700 CPUtime=4782.34 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 47928 0 0 0 478209 25 0 0 25 0 5 0 912046980 932556800 174143 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=910700 CPUtime=4782.36 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 50398 0 0 0 478161 75 0 0 25 0 5 0 912046980 932556800 174143 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=910700 CPUtime=4782.35 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 36016 0 0 0 478171 64 0 0 25 0 5 0 912046980 932556800 174143 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=910700 CPUtime=4782.35 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 46334 0 0 0 478188 47 0 0 25 0 5 0 912046980 932556800 174143 33554432000 4194304 5787044 140733232784592 18446744073709551615 5217663 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19129.4
Current children cumulated vsize (KiB) 919400

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29348
/proc/meminfo: memFree=3208916/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=918648 CPUtime=19369.4 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 185365 0 0 0 1936727 217 0 0 25 0 5 0 912046979 940695552 177335 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 229662 177335 419 389 0 225412 0
[pid=29202/tid=29203] ppid=29201 vsize=918648 CPUtime=4842.34 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 49642 0 0 0 484208 26 0 0 25 0 5 0 912046980 940695552 177335 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=918648 CPUtime=4842.36 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 51011 0 0 0 484160 76 0 0 25 0 5 0 912046980 940695552 177335 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=918648 CPUtime=4842.35 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 36414 0 0 0 484169 66 0 0 25 0 5 0 912046980 940695552 177335 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=918648 CPUtime=4842.36 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 46801 0 0 0 484188 48 0 0 25 0 5 0 912046980 940695552 177335 33554432000 4194304 5787044 140733232784592 18446744073709551615 5527171 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19369.4
Current children cumulated vsize (KiB) 927348

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29349
/proc/meminfo: memFree=3202036/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=920696 CPUtime=19609.4 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 187038 0 0 0 1960724 220 0 0 25 0 5 0 912046979 942792704 179008 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 230174 179008 419 389 0 225924 0
[pid=29202/tid=29203] ppid=29201 vsize=920696 CPUtime=4902.34 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 49927 0 0 0 490208 26 0 0 25 0 5 0 912046980 942792704 179008 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=920696 CPUtime=4902.36 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 51503 0 0 0 490159 77 0 0 25 0 5 0 912046980 942792704 179008 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=920696 CPUtime=4902.35 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 36805 0 0 0 490168 67 0 0 25 0 5 0 912046980 942792704 179008 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=920696 CPUtime=4902.36 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 47306 0 0 0 490188 48 0 0 25 0 5 0 912046980 942792704 179008 33554432000 4194304 5787044 140733232784592 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19609.4
Current children cumulated vsize (KiB) 929396

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 29351
/proc/meminfo: memFree=3193304/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=924748 CPUtime=19849.4 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 189227 0 0 0 1984720 225 0 0 25 0 5 0 912046979 946941952 181197 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 231187 181197 419 389 0 226937 0
[pid=29202/tid=29203] ppid=29201 vsize=924748 CPUtime=4962.34 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 50589 0 0 0 496208 26 0 0 25 0 5 0 912046980 946941952 181197 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=924748 CPUtime=4962.36 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 52001 0 0 0 496156 80 0 0 25 0 5 0 912046980 946941952 181197 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=924748 CPUtime=4962.36 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 37188 0 0 0 496167 69 0 0 25 0 5 0 912046980 946941952 181197 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=924748 CPUtime=4962.36 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 47952 0 0 0 496187 49 0 0 25 0 5 0 912046980 946941952 181197 33554432000 4194304 5787044 140733232784592 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19849.4
Current children cumulated vsize (KiB) 933448

[startup+5022.3 s]
/proc/loadavg: 4.04 4.01 3.96 5/176 29353
/proc/meminfo: memFree=3187912/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=924748 CPUtime=20089.4 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 190873 0 0 0 2008716 229 0 0 25 0 5 0 912046979 946941952 182511 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 231187 182511 419 389 0 226937 0
[pid=29202/tid=29203] ppid=29201 vsize=924748 CPUtime=5022.34 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 50589 0 0 0 502208 26 0 0 25 0 5 0 912046980 946941952 182511 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=924748 CPUtime=5022.36 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 52486 0 0 0 502154 82 0 0 25 0 5 0 912046980 946941952 182511 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=924748 CPUtime=5022.36 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 37973 0 0 0 502166 70 0 0 25 0 5 0 912046980 946941952 182511 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=924748 CPUtime=5022.36 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 48328 0 0 0 502186 50 0 0 25 0 5 0 912046980 946941952 182511 33554432000 4194304 5787044 140733232784592 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20089.4
Current children cumulated vsize (KiB) 933448

[startup+5082.3 s]
/proc/loadavg: 4.01 4.01 3.96 5/176 29354
/proc/meminfo: memFree=3183772/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=924748 CPUtime=20329.5 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 191891 0 0 0 2032715 231 0 0 25 0 5 0 912046979 946941952 183529 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 231187 183529 419 389 0 226937 0
[pid=29202/tid=29203] ppid=29201 vsize=924748 CPUtime=5082.34 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 50589 0 0 0 508208 26 0 0 25 0 5 0 912046980 946941952 183529 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=924748 CPUtime=5082.36 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 53081 0 0 0 508153 83 0 0 25 0 5 0 912046980 946941952 183529 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=924748 CPUtime=5082.36 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 37973 0 0 0 508166 70 0 0 25 0 5 0 912046980 946941952 183529 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=924748 CPUtime=5082.37 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 48751 0 0 0 508186 51 0 0 25 0 5 0 912046980 946941952 183529 33554432000 4194304 5787044 140733232784592 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20329.5
Current children cumulated vsize (KiB) 933448



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.01 4.00 3.96 5/176 29355
/proc/meminfo: memFree=3182520/32950928 swapFree=67079488/67111528
[pid=29201] ppid=29199 vsize=8700 CPUtime=0 cores=0-7
/proc/29201/stat : 29201 (priss.sh) S 29199 29201 28583 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912046979 8908800 252 33554432000 4194304 4922060 140736243484832 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29201/statm: 2175 252 211 178 0 68 0
[pid=29202] ppid=29201 vsize=924748 CPUtime=20400.3 cores=0-7
/proc/29202/stat : 29202 (priss) S 29201 29201 28583 0 -1 4202496 192179 0 0 0 2039797 231 0 0 25 0 5 0 912046979 946941952 183817 33554432000 4194304 5787044 140733232784592 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29202/statm: 231187 183817 419 389 0 226937 0
[pid=29202/tid=29203] ppid=29201 vsize=924748 CPUtime=5100.05 cores=0-7
/proc/29202/task/29203/stat : 29203 (priss) R 29201 29201 28583 0 -1 4202560 50589 0 0 0 509979 26 0 0 25 0 5 0 912046980 946941952 183817 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29202/tid=29204] ppid=29201 vsize=924748 CPUtime=5100.07 cores=0-7
/proc/29202/task/29204/stat : 29204 (priss) R 29201 29201 28583 0 -1 4202560 53146 0 0 0 509924 83 0 0 25 0 5 0 912046980 946941952 183817 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29202/tid=29205] ppid=29201 vsize=924748 CPUtime=5100.06 cores=0-7
/proc/29202/task/29205/stat : 29205 (priss) R 29201 29201 28583 0 -1 4202560 37973 0 0 0 509936 70 0 0 25 0 5 0 912046980 946941952 183817 33554432000 4194304 5787044 140733232784592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29202/tid=29206] ppid=29201 vsize=924748 CPUtime=5100.07 cores=0-7
/proc/29202/task/29206/stat : 29206 (priss) R 29201 29201 28583 0 -1 4202560 48974 0 0 0 509956 51 0 0 25 0 5 0 912046980 946941952 183817 33554432000 4194304 5787044 140733232784592 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20400.3
Current children cumulated vsize (KiB) 933448

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 29201 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 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): 20398
CPU system time (s): 2.31
CPU usage (%): 400.004
Max. virtual memory (cumulated for all children) (KiB): 933448

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

runsolver used 7.36488 second user time and 20.4199 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-14 00:34:33
IDJOB=3499557
IDBENCH=84018
IDSOLVER=1994
FILE ID=node125/3499557-1308004473
RUNJOBID= node125-1307989165-28597
PBS_JOBID= 13559822
Free space on /var/tmp= 2828 MiB

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

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
RANDOM SEED=1333865873

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3917256 kB
Buffers:        140088 kB
Cached:       27959280 kB
SwapCached:       3336 kB
Active:       12226280 kB
Inactive:     15909288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3917256 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:            1616 kB
Writeback:           0 kB
AnonPages:       35020 kB
Mapped:          13744 kB
Slab:           832968 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187512 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= 2824 MiB
End job on node125 at 2011-06-14 01:59:35