Trace number 1543567

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
satake 2009-03-22? 1197.86 1200.47

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/120/
unif-k5-r21.3-v120-c2556-S80067159-015.cnf
MD5SUM4df98fe109038d9163a11298f0c496d1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52556
Number of clauses of size over 50

Solver Data

1197.79/1200.45	c Benchmark name    : HOME/instance-1543567-1238493313.cnf
1197.79/1200.45	c Thread Num        :            3
1197.79/1200.45	c timeover:1200.02sec
1197.79/1200.45	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1543567-1238493313/watcher-1543567-1238493313 -o /tmp/evaluation-result-1543567-1238493313/solver-1543567-1238493313 -C 1200 -W 1800 -M 1800 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1543567-1238493313.cnf 3 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.22 4/86 30213
/proc/meminfo: memFree=1681672/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=1200 CPUtime=0
/proc/30213/stat : 30213 (satake) R 30211 30213 29765 0 -1 4194304 142 0 0 0 0 0 0 0 20 0 4 0 475661710 1228800 127 1992294400 134512640 135180984 4294956208 18446744073709551615 134705812 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30213/statm: 300 127 65 163 0 135 0
[pid=30213/tid=30214] ppid=30211 vsize=1200 CPUtime=0
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 7 0 0 0 0 0 0 0 21 0 4 0 475661710 1228800 127 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=30213/tid=30215] ppid=30211 vsize=1200 CPUtime=0
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 25 0 0 0 0 0 0 0 21 0 4 0 475661710 1228800 127 1992294400 134512640 135180984 4294956208 18446744073709551615 134513444 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30213/tid=30216] ppid=30211 vsize=1200 CPUtime=0
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 27 0 0 0 0 0 0 0 21 0 4 0 475661710 1228800 127 1992294400 134512640 135180984 4294956208 18446744073709551615 134534806 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0971689 s]
/proc/loadavg: 2.00 2.03 2.22 4/86 30213
/proc/meminfo: memFree=1681672/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=1456 CPUtime=0.08
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 234 0 0 0 5 3 0 0 20 0 4 0 475661710 1490944 219 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 364 219 70 163 0 199 0
[pid=30213/tid=30214] ppid=30211 vsize=1456 CPUtime=0.01
/proc/30213/task/30214/stat : 30214 (satake) R 30211 30213 29765 0 -1 4194368 15 0 0 0 0 1 0 0 18 0 4 0 475661710 1490944 219 1992294400 134512640 135180984 4294956208 18446744073709551615 134706407 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=1456 CPUtime=0.01
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 62 0 0 0 1 0 0 0 21 0 4 0 475661710 1490944 219 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=1456 CPUtime=0.04
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 74 0 0 0 3 1 0 0 20 0 4 0 475661710 1490944 219 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1456

[startup+0.101167 s]
/proc/loadavg: 2.00 2.03 2.22 4/86 30213
/proc/meminfo: memFree=1681672/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=1456 CPUtime=0.09
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 236 0 0 0 6 3 0 0 20 0 4 0 475661710 1490944 221 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 364 221 70 163 0 199 0
[pid=30213/tid=30214] ppid=30211 vsize=1456 CPUtime=0.01
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 16 0 0 0 0 1 0 0 18 0 4 0 475661710 1490944 221 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=1456 CPUtime=0.01
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 62 0 0 0 1 0 0 0 21 0 4 0 475661710 1490944 221 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=1456 CPUtime=0.04
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 75 0 0 0 3 1 0 0 20 0 4 0 475661710 1490944 221 1992294400 134512640 135180984 4294956208 18446744073709551615 134528683 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1456

[startup+0.301204 s]
/proc/loadavg: 2.00 2.03 2.22 4/86 30213
/proc/meminfo: memFree=1681672/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=1720 CPUtime=0.29
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 289 0 0 0 17 12 0 0 20 0 4 0 475661710 1761280 274 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 430 274 70 163 0 265 0
[pid=30213/tid=30214] ppid=30211 vsize=1720 CPUtime=0.06
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 27 0 0 0 1 5 0 0 16 0 4 0 475661710 1761280 274 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=1720 CPUtime=0.09
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 80 0 0 0 6 3 0 0 21 0 4 0 475661710 1761280 274 1992294400 134512640 135180984 4294956208 18446744073709551615 134527106 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=1720 CPUtime=0.12
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 99 0 0 0 9 3 0 0 21 0 4 0 475661710 1761280 274 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1720

[startup+0.701279 s]
/proc/loadavg: 2.00 2.03 2.22 4/86 30213
/proc/meminfo: memFree=1681672/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=1984 CPUtime=0.69
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 350 0 0 0 41 28 0 0 20 0 4 0 475661710 2031616 335 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 496 335 70 163 0 331 0
[pid=30213/tid=30214] ppid=30211 vsize=1984 CPUtime=0.15
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 46 0 0 0 2 13 0 0 15 0 4 0 475661710 2031616 335 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=1984 CPUtime=0.22
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 96 0 0 0 15 7 0 0 22 0 4 0 475661710 2031616 335 1992294400 134512640 135180984 4294956208 18446744073709551615 134520901 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=1984 CPUtime=0.29
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 125 0 0 0 23 6 0 0 23 0 4 0 475661710 2031616 335 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1984

[startup+1.50143 s]
/proc/loadavg: 2.00 2.03 2.22 4/90 30217
/proc/meminfo: memFree=1680296/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=2384 CPUtime=1.48
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 438 0 0 0 91 57 0 0 20 0 4 0 475661710 2441216 423 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 596 423 70 163 0 431 0
[pid=30213/tid=30214] ppid=30211 vsize=2384 CPUtime=0.35
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 77 0 0 0 7 28 0 0 15 0 4 0 475661710 2441216 423 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=2384 CPUtime=0.52
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 127 0 0 0 39 13 0 0 25 0 4 0 475661710 2441216 423 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=2384 CPUtime=0.59
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 151 0 0 0 45 14 0 0 25 0 4 0 475661710 2441216 423 1992294400 134512640 135180984 4294956208 18446744073709551615 134528655 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 2384

[startup+3.10272 s]
/proc/loadavg: 2.00 2.03 2.22 4/90 30217
/proc/meminfo: memFree=1679720/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=2912 CPUtime=3.07
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 588 0 0 0 195 112 0 0 20 0 4 0 475661710 2981888 573 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 728 573 70 163 0 563 0
[pid=30213/tid=30214] ppid=30211 vsize=2912 CPUtime=0.68
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 159 0 0 0 13 55 0 0 15 0 4 0 475661710 2981888 573 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=2912 CPUtime=1.01
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 141 0 0 0 75 26 0 0 25 0 4 0 475661710 2981888 573 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=2912 CPUtime=1.37
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 205 0 0 0 106 31 0 0 24 0 4 0 475661710 2981888 573 1992294400 134512640 135180984 4294956208 18446744073709551615 134526215 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 2912

[startup+6.30132 s]
/proc/loadavg: 2.08 2.04 2.22 3/90 30217
/proc/meminfo: memFree=1678504/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=4028 CPUtime=6.26
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 839 0 0 0 404 222 0 0 20 0 4 0 475661710 4124672 824 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 1007 824 70 163 0 842 0
[pid=30213/tid=30214] ppid=30211 vsize=4028 CPUtime=1.32
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 308 0 0 0 25 107 0 0 15 0 4 0 475661710 4124672 824 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 18446744071563913321 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=4028 CPUtime=2.32
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 208 0 0 0 178 54 0 0 25 0 4 0 475661710 4124672 824 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=4028 CPUtime=2.59
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 240 0 0 0 200 59 0 0 25 0 4 0 475661710 4124672 824 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 4028

[startup+12.7025 s]
/proc/loadavg: 2.15 2.06 2.23 4/90 30217
/proc/meminfo: memFree=1676456/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=5788 CPUtime=12.62
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 1284 0 0 0 827 435 0 0 20 0 4 0 475661710 5926912 1269 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 1447 1269 70 163 0 1282 0
[pid=30213/tid=30214] ppid=30211 vsize=5788 CPUtime=2.59
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 632 0 0 0 50 209 0 0 15 0 4 0 475661710 5926912 1269 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=5788 CPUtime=4.99
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 256 0 0 0 389 110 0 0 25 0 4 0 475661710 5926912 1269 1992294400 134512640 135180984 4294956208 18446744073709551615 134526032 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=5788 CPUtime=5.03
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 313 0 0 0 387 116 0 0 25 0 4 0 475661710 5926912 1269 1992294400 134512640 135180984 4294956208 18446744073709551615 134522961 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 5788

[startup+25.5019 s]
/proc/loadavg: 2.34 2.11 2.24 4/90 30217
/proc/meminfo: memFree=1673192/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=10332 CPUtime=25.42
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 2082 0 0 0 1686 856 0 0 20 0 4 0 475661710 10579968 2067 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 2583 2067 70 163 0 2418 0
[pid=30213/tid=30214] ppid=30211 vsize=10332 CPUtime=5.12
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 1206 0 0 0 92 420 0 0 15 0 4 0 475661710 10579968 2067 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=30213/tid=30215] ppid=30211 vsize=10332 CPUtime=10.19
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 334 0 0 0 803 216 0 0 25 0 4 0 475661710 10579968 2067 1992294400 134512640 135180984 4294956208 18446744073709551615 134528211 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30213/tid=30216] ppid=30211 vsize=10332 CPUtime=10.09
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 459 0 0 0 790 219 0 0 25 0 4 0 475661710 10579968 2067 1992294400 134512640 135180984 4294956208 18446744073709551615 134672196 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 10332

[startup+51.1016 s]
/proc/loadavg: 2.56 2.18 2.26 5/90 30217
/proc/meminfo: memFree=1667304/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=16892 CPUtime=51.01
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 3578 0 0 0 3458 1643 0 0 20 0 4 0 475661710 17297408 3563 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 4223 3563 70 163 0 4058 0
[pid=30213/tid=30214] ppid=30211 vsize=16892 CPUtime=9.8
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 2348 0 0 0 182 798 0 0 15 0 4 0 475661710 17297408 3563 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30213/tid=30215] ppid=30211 vsize=16892 CPUtime=20.58
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 495 0 0 0 1638 420 0 0 25 0 4 0 475661710 17297408 3563 1992294400 134512640 135180984 4294956208 18446744073709551615 134520701 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30213/tid=30216] ppid=30211 vsize=16892 CPUtime=20.6
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 652 0 0 0 1636 424 0 0 25 0 4 0 475661710 17297408 3563 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 16892

[startup+102.308 s]
/proc/loadavg: 2.87 2.32 2.30 5/90 30217
/proc/meminfo: memFree=1655080/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=31016 CPUtime=102.19
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 6578 0 0 0 6806 3413 0 0 20 0 4 0 475661710 31760384 6563 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 7754 6563 70 163 0 7589 0
[pid=30213/tid=30214] ppid=30211 vsize=31016 CPUtime=20.24
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 4759 0 0 0 372 1652 0 0 15 0 4 0 475661710 31760384 6563 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=30213/tid=30215] ppid=30211 vsize=31016 CPUtime=39.95
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 760 0 0 0 3117 878 0 0 25 0 4 0 475661710 31760384 6563 1992294400 134512640 135180984 4294956208 18446744073709551615 134528688 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30213/tid=30216] ppid=30211 vsize=31016 CPUtime=41.99
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 976 0 0 0 3317 882 0 0 25 0 4 0 475661710 31760384 6563 1992294400 134512640 135180984 4294956208 18446744073709551615 134519884 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 31016

[startup+162.301 s]
/proc/loadavg: 3.10 2.48 2.36 4/90 30217
/proc/meminfo: memFree=1642728/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=44876 CPUtime=162.17
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 9680 0 0 0 10896 5321 0 0 20 0 4 0 475661710 45953024 9665 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 11219 9665 70 163 0 11054 0
[pid=30213/tid=30214] ppid=30211 vsize=44876 CPUtime=31.61
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 7206 0 0 0 587 2574 0 0 15 0 4 0 475661710 45953024 9665 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=30213/tid=30215] ppid=30211 vsize=44876 CPUtime=64.38

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

[pid=30213/tid=30215] ppid=30211 vsize=224252 CPUtime=218.2
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3044 0 0 0 14724 7096 0 0 25 0 4 0 475661710 229634048 46968 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=224252 CPUtime=546.82
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 13449 0 0 0 46499 8183 0 0 17 0 4 0 475661710 229634048 46968 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 940.49
Current children cumulated vsize (KiB) 224252

[startup+1002.3 s]
/proc/loadavg: 3.06 2.99 2.75 4/90 30223
/proc/meminfo: memFree=1482536/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=243268 CPUtime=1000.19
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 49620 0 0 0 68571 31448 0 0 20 0 4 0 475661710 249106432 49513 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 60817 49513 70 163 0 60652 0
[pid=30213/tid=30214] ppid=30211 vsize=243268 CPUtime=186.18
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 31808 0 0 0 3377 15241 0 0 15 0 4 0 475661710 249106432 49513 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 18446744071563913321 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=243268 CPUtime=223.65
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3114 0 0 0 14855 7510 0 0 25 0 4 0 475661710 249106432 49513 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=243268 CPUtime=590.33
/proc/30213/task/30216/stat : 30216 (satake) S 30211 30213 29765 0 -1 4194368 14615 0 0 0 50338 8695 0 0 19 0 4 0 475661710 249106432 49513 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1000.19
Current children cumulated vsize (KiB) 243268

[startup+1062.3 s]
/proc/loadavg: 3.16 3.04 2.78 4/90 30223
/proc/meminfo: memFree=1472232/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=254564 CPUtime=1059.89
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 52228 0 0 0 72779 33210 0 0 20 0 4 0 475661710 260673536 52121 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 63641 52121 70 163 0 63476 0
[pid=30213/tid=30214] ppid=30211 vsize=254564 CPUtime=196.45
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 33190 0 0 0 3554 16091 0 0 15 0 4 0 475661710 260673536 52121 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=254564 CPUtime=229.02
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3121 0 0 0 14985 7917 0 0 25 0 4 0 475661710 260673536 52121 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=254564 CPUtime=634.39
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 15834 0 0 0 54239 9200 0 0 16 0 4 0 475661710 260673536 52121 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1059.89
Current children cumulated vsize (KiB) 254564

[startup+1122.3 s]
/proc/loadavg: 3.08 3.04 2.79 5/90 30223
/proc/meminfo: memFree=1462120/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=262724 CPUtime=1119.59
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 54742 0 0 0 77107 34852 0 0 20 0 4 0 475661710 269029376 54635 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 65681 54635 70 163 0 65516 0
[pid=30213/tid=30214] ppid=30211 vsize=262724 CPUtime=206.21
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 34452 0 0 0 3732 16889 0 0 15 0 4 0 475661710 269029376 54635 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 18446744071563913321 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=262724 CPUtime=233.86
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3136 0 0 0 15108 8278 0 0 25 0 4 0 475661710 269029376 54635 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=262724 CPUtime=679.5
/proc/30213/task/30216/stat : 30216 (satake) S 30211 30213 29765 0 -1 4194368 17071 0 0 0 58266 9684 0 0 18 0 4 0 475661710 269029376 54635 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1119.59
Current children cumulated vsize (KiB) 262724

[startup+1182.3 s]
/proc/loadavg: 3.16 3.07 2.82 4/90 30223
/proc/meminfo: memFree=1450984/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=277452 CPUtime=1179.69
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 57531 0 0 0 81364 36605 0 0 20 0 4 0 475661710 284110848 57424 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 69363 57424 70 163 0 69198 0
[pid=30213/tid=30214] ppid=30211 vsize=277452 CPUtime=216.74
/proc/30213/task/30214/stat : 30214 (satake) R 30211 30213 29765 0 -1 4194368 35974 0 0 0 3930 17744 0 0 16 0 4 0 475661710 284110848 57424 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=277452 CPUtime=244.79
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3162 0 0 0 15784 8695 0 0 15 0 4 0 475661710 284110848 57424 1992294400 134512640 135180984 4294956208 18446744073709551615 134528698 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=277452 CPUtime=718.13
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 18312 0 0 0 61648 10165 0 0 16 0 4 0 475661710 284110848 57424 1992294400 134512640 135180984 4294956208 18446744073709551615 134518219 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.69
Current children cumulated vsize (KiB) 277452

Solver just ended. Dumping a history of the last processes samples

[startup+1190.3 s]
/proc/loadavg: 3.21 3.09 2.83 5/90 30223
/proc/meminfo: memFree=1450024/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=277744 CPUtime=1187.7
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 57744 0 0 0 81999 36771 0 0 20 0 4 0 475661710 284409856 57637 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 69436 57637 70 163 0 69271 0
[pid=30213/tid=30214] ppid=30211 vsize=277744 CPUtime=217.85
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 36158 0 0 0 3957 17828 0 0 15 0 4 0 475661710 284409856 57637 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=277744 CPUtime=248.25
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3191 0 0 0 16091 8734 0 0 16 0 4 0 475661710 284409856 57637 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=277744 CPUtime=721.57
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 18312 0 0 0 61950 10207 0 0 15 0 4 0 475661710 284409856 57637 1992294400 134512640 135180984 4294956208 18446744073709551615 134522992 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1187.7
Current children cumulated vsize (KiB) 277744

[startup+1196.7 s]
/proc/loadavg: 3.20 3.09 2.83 4/90 30223
/proc/meminfo: memFree=1448424/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=280268 CPUtime=1194.09
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 58134 0 0 0 82500 36909 0 0 20 0 4 0 475661710 286994432 58027 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 70067 58027 70 163 0 69902 0
[pid=30213/tid=30214] ppid=30211 vsize=280268 CPUtime=218.72
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 36345 0 0 0 3976 17896 0 0 15 0 4 0 475661710 286994432 58027 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=280268 CPUtime=250.84
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3357 0 0 0 16315 8769 0 0 16 0 4 0 475661710 286994432 58027 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=280268 CPUtime=724.51
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 18349 0 0 0 62208 10243 0 0 15 0 4 0 475661710 286994432 58027 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1194.09
Current children cumulated vsize (KiB) 280268

[startup+1198.3 s]
/proc/loadavg: 3.18 3.08 2.83 4/90 30223
/proc/meminfo: memFree=1447912/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=280796 CPUtime=1195.69
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 58290 0 0 0 82625 36944 0 0 20 0 4 0 475661710 287535104 58183 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 70199 58183 70 163 0 70034 0
[pid=30213/tid=30214] ppid=30211 vsize=280796 CPUtime=218.95
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 36391 0 0 0 3981 17914 0 0 15 0 4 0 475661710 287535104 58183 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=280796 CPUtime=251.47
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3420 0 0 0 16370 8777 0 0 16 0 4 0 475661710 287535104 58183 1992294400 134512640 135180984 4294956208 18446744073709551615 134518217 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=280796 CPUtime=725.25
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 18396 0 0 0 62272 10253 0 0 16 0 4 0 475661710 287535104 58183 1992294400 134512640 135180984 4294956208 18446744073709551615 134528652 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1195.69
Current children cumulated vsize (KiB) 280796

[startup+1199.1 s]
/proc/loadavg: 3.18 3.08 2.83 4/90 30223
/proc/meminfo: memFree=1447592/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=281248 CPUtime=1196.49
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 58351 0 0 0 82688 36961 0 0 20 0 4 0 475661710 287997952 58244 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 70312 58244 70 163 0 70147 0
[pid=30213/tid=30214] ppid=30211 vsize=281248 CPUtime=219.06
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 36414 0 0 0 3984 17922 0 0 15 0 4 0 475661710 287997952 58244 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=281248 CPUtime=251.82
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3443 0 0 0 16401 8781 0 0 16 0 4 0 475661710 287997952 58244 1992294400 134512640 135180984 4294956208 18446744073709551615 134528706 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=281248 CPUtime=725.59
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 18411 0 0 0 62302 10257 0 0 15 0 4 0 475661710 287997952 58244 1992294400 134512640 135180984 4294956208 18446744073709551615 134528406 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1196.49
Current children cumulated vsize (KiB) 281248

[startup+1199.9 s]
/proc/loadavg: 3.18 3.08 2.83 4/90 30223
/proc/meminfo: memFree=1447592/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=281248 CPUtime=1197.29
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 58369 0 0 0 82751 36978 0 0 20 0 4 0 475661710 287997952 58262 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 70312 58262 70 163 0 70147 0
[pid=30213/tid=30214] ppid=30211 vsize=281248 CPUtime=219.18
/proc/30213/task/30214/stat : 30214 (satake) S 30211 30213 29765 0 -1 4194368 36431 0 0 0 3987 17931 0 0 15 0 4 0 475661710 287997952 58262 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=30213/tid=30215] ppid=30211 vsize=281248 CPUtime=252.18
/proc/30213/task/30215/stat : 30215 (satake) R 30211 30213 29765 0 -1 4194368 3443 0 0 0 16433 8785 0 0 16 0 4 0 475661710 287997952 58262 1992294400 134512640 135180984 4294956208 18446744073709551615 134528925 0 0 4096 0 0 0 0 -1 0 0 0
[pid=30213/tid=30216] ppid=30211 vsize=281248 CPUtime=725.91
/proc/30213/task/30216/stat : 30216 (satake) R 30211 30213 29765 0 -1 4194368 18412 0 0 0 62330 10261 0 0 16 0 4 0 475661710 287997952 58262 1992294400 134512640 135180984 4294956208 18446744073709551615 134528872 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1197.29
Current children cumulated vsize (KiB) 281248

[startup+1200.3 s]
/proc/loadavg: 3.18 3.08 2.83 4/90 30223
/proc/meminfo: memFree=1447336/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=281380 CPUtime=1197.69
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 58410 0 0 0 82788 36981 0 0 20 0 2 0 475661710 288133120 58303 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 70345 58303 79 163 0 70180 0
[pid=30213/tid=30214] ppid=30211 vsize=281380 CPUtime=219.44
/proc/30213/task/30214/stat : 30214 (satake) R 30211 30213 29765 0 -1 4194368 36448 0 0 0 4011 17933 0 0 16 0 2 0 475661710 288133120 58303 1992294400 134512640 135180984 4294956208 18446744073709551615 134672196 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1197.69
Current children cumulated vsize (KiB) 281380

[startup+1200.4 s]
/proc/loadavg: 3.18 3.08 2.83 4/90 30223
/proc/meminfo: memFree=1447336/2055924 swapFree=4179644/4192956
[pid=30213] ppid=30211 vsize=281380 CPUtime=1197.79
/proc/30213/stat : 30213 (satake) S 30211 30213 29765 0 -1 4194304 58410 0 0 0 82798 36981 0 0 20 0 2 0 475661710 288133120 58303 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30213/statm: 70345 58303 79 163 0 70180 0
[pid=30213/tid=30214] ppid=30211 vsize=281380 CPUtime=219.54
/proc/30213/task/30214/stat : 30214 (satake) R 30211 30213 29765 0 -1 4194368 36448 0 0 0 4021 17933 0 0 16 0 2 0 475661710 288133120 58303 1992294400 134512640 135180984 4294956208 18446744073709551615 134672154 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1197.79
Current children cumulated vsize (KiB) 281380

Child status: 3
Real time (s): 1200.47
CPU time (s): 1197.86
CPU user time (s): 828.011
CPU system time (s): 369.854
CPU usage (%): 99.7832
Max. virtual memory (cumulated for all children) (KiB): 281380

deleting IPC queue 262148
deleting IPC queue 294917
deleting IPC queue 360455
deleting IPC queue 393224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 828.011
system time used= 369.854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58410
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= 51346974
involuntary context switches= 51327704

runsolver used 1.43078 second user time and 4.11137 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-31 11:55:13
IDJOB=1543567
IDBENCH=70408
IDSOLVER=553
FILE ID=node83/1543567-1238493313
PBS_JOBID= 9061838
Free space on /tmp= 66508 MiB

SOLVER NAME= satake 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/120/unif-k5-r21.3-v120-c2556-S80067159-015.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1543567-1238493313/watcher-1543567-1238493313 -o /tmp/evaluation-result-1543567-1238493313/solver-1543567-1238493313 -C 1200 -W 1800 -M 1800 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1543567-1238493313.cnf 3 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 3

MD5SUM BENCH= 4df98fe109038d9163a11298f0c496d1
RANDOM SEED=465494049

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1682152 kB
Buffers:         68756 kB
Cached:         212048 kB
SwapCached:       7584 kB
Active:         175164 kB
Inactive:       124272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1682152 kB
SwapTotal:     4192956 kB
SwapFree:      4179644 kB
Dirty:             796 kB
Writeback:           0 kB
Mapped:          26056 kB
Slab:            58440 kB
Committed_AS:  1140216 kB
PageTables:       2680 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB
End job on node83 at 2009-03-31 12:15:13