Trace number 1543782

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? 1198.95 1200.92

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/460/
unif-k3-r4.25-v460-c1955-S190880026-038.cnf
MD5SUM1c16225d4e571234b78d9dbdbb77e015
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark352.166
Satisfiable
(Un)Satisfiability was proved
Number of variables460
Number of clauses1955
Sum of the clauses size5865
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31955
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1198.82/1200.89	c Benchmark name    : HOME/instance-1543782-1238557882.cnf
1198.82/1200.89	c Thread Num        :            3
1198.82/1200.89	c timeover:1200.02sec
1198.82/1200.89	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-1543782-1238557882/watcher-1543782-1238557882 -o /tmp/evaluation-result-1543782-1238557882/solver-1543782-1238557882 -C 1200 -W 1800 -M 1800 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1543782-1238557882.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.00 2.00 4/86 32603
/proc/meminfo: memFree=1671568/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=1148 CPUtime=0
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 4 0 482118638 1175552 126 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 287 126 68 163 0 122 0
[pid=32603/tid=32604] ppid=32601 vsize=1148 CPUtime=0
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 7 0 0 0 0 0 0 0 19 0 4 0 482118638 1175552 126 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 0 0 0 -1 0 0 0
[pid=32603/tid=32605] ppid=32601 vsize=1148 CPUtime=0
/proc/32603/task/32605/stat : 32605 (satake) R 32601 32603 31701 0 -1 4194368 51 0 0 0 0 0 0 0 19 0 4 0 482118638 1175552 126 1992294400 134512640 135180984 4294956208 18446744073709551615 134519103 0 0 4096 0 0 0 0 -1 0 0 0
[pid=32603/tid=32606] ppid=32601 vsize=1148 CPUtime=0
/proc/32603/task/32606/stat : 32606 (satake) R 32601 32603 31701 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 4 0 482118638 1175552 126 1992294400 134512640 135180984 4294956208 18446744073709551615 134705812 0 0 4096 0 0 0 0 -1 0 0 0

[startup+0.0755779 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 32603
/proc/meminfo: memFree=1671568/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=2304 CPUtime=0.07
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 218 0 0 0 4 3 0 0 18 0 4 0 482118638 2359296 203 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 576 203 70 163 0 411 0
[pid=32603/tid=32604] ppid=32601 vsize=2304 CPUtime=0.01
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 19 0 0 0 0 1 0 0 19 0 4 0 482118638 2359296 203 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=2304 CPUtime=0.02
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 64 0 0 0 2 0 0 0 17 0 4 0 482118638 2359296 203 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=2304 CPUtime=0.01
/proc/32603/task/32606/stat : 32606 (satake) R 32601 32603 31701 0 -1 4194368 52 0 0 0 1 0 0 0 16 0 4 0 482118638 2359296 203 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2304

[startup+0.104304 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 32603
/proc/meminfo: memFree=1671568/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=2304 CPUtime=0.09
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 230 0 0 0 5 4 0 0 18 0 4 0 482118638 2359296 215 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 576 215 70 163 0 411 0
[pid=32603/tid=32604] ppid=32601 vsize=2304 CPUtime=0.02
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 22 0 0 0 0 2 0 0 19 0 4 0 482118638 2359296 215 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=2304 CPUtime=0.02
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 69 0 0 0 2 0 0 0 16 0 4 0 482118638 2359296 215 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=2304 CPUtime=0.02
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 56 0 0 0 2 0 0 0 16 0 4 0 482118638 2359296 215 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2304

[startup+0.301617 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 32603
/proc/meminfo: memFree=1671568/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=2304 CPUtime=0.29
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 270 0 0 0 17 12 0 0 18 0 4 0 482118638 2359296 255 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 576 255 70 163 0 411 0
[pid=32603/tid=32604] ppid=32601 vsize=2304 CPUtime=0.08
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 37 0 0 0 1 7 0 0 20 0 4 0 482118638 2359296 255 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=2304 CPUtime=0.09
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 81 0 0 0 7 2 0 0 16 0 4 0 482118638 2359296 255 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=2304 CPUtime=0.1
/proc/32603/task/32606/stat : 32606 (satake) R 32601 32603 31701 0 -1 4194368 69 0 0 0 8 2 0 0 16 0 4 0 482118638 2359296 255 1992294400 134512640 135180984 4294956208 18446744073709551615 134523840 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2304

[startup+0.704523 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 32603
/proc/meminfo: memFree=1671568/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=2436 CPUtime=0.69
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 329 0 0 0 38 31 0 0 18 0 4 0 482118638 2494464 314 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 609 314 70 163 0 444 0
[pid=32603/tid=32604] ppid=32601 vsize=2436 CPUtime=0.2
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 61 0 0 0 3 17 0 0 21 0 4 0 482118638 2494464 314 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=2436 CPUtime=0.23
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 99 0 0 0 17 6 0 0 15 0 4 0 482118638 2494464 314 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=2436 CPUtime=0.23
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 86 0 0 0 17 6 0 0 15 0 4 0 482118638 2494464 314 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2436

[startup+1.50233 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 32607
/proc/meminfo: memFree=1670256/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=2700 CPUtime=1.48
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 430 0 0 0 84 64 0 0 18 0 4 0 482118638 2764800 415 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 675 415 70 163 0 510 0
[pid=32603/tid=32604] ppid=32601 vsize=2700 CPUtime=0.45
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 115 0 0 0 9 36 0 0 24 0 4 0 482118638 2764800 415 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=2700 CPUtime=0.51
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 125 0 0 0 37 14 0 0 15 0 4 0 482118638 2764800 415 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=2700 CPUtime=0.51
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 107 0 0 0 38 13 0 0 15 0 4 0 482118638 2764800 415 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 2700

[startup+3.10313 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32607
/proc/meminfo: memFree=1669552/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=3108 CPUtime=3.08
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 613 0 0 0 176 132 0 0 18 0 4 0 482118638 3182592 598 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 777 598 70 163 0 612 0
[pid=32603/tid=32604] ppid=32601 vsize=3108 CPUtime=0.9
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 241 0 0 0 18 72 0 0 25 0 4 0 482118638 3182592 598 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=3108 CPUtime=1.06
/proc/32603/task/32605/stat : 32605 (satake) R 32601 32603 31701 0 -1 4194368 153 0 0 0 77 29 0 0 15 0 4 0 482118638 3182592 598 1992294400 134512640 135180984 4294956208 18446744073709551615 134528595 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=3108 CPUtime=1.09
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 136 0 0 0 80 29 0 0 15 0 4 0 482118638 3182592 598 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3108

[startup+6.30284 s]
/proc/loadavg: 2.16 2.03 2.01 4/90 32607
/proc/meminfo: memFree=1668080/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=4932 CPUtime=6.26
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 950 0 0 0 364 262 0 0 18 0 4 0 482118638 5050368 935 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 1233 935 70 163 0 1068 0
[pid=32603/tid=32604] ppid=32601 vsize=4932 CPUtime=1.78
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 473 0 0 0 36 142 0 0 25 0 4 0 482118638 5050368 935 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=4932 CPUtime=2.21
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 208 0 0 0 162 59 0 0 15 0 4 0 482118638 5050368 935 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=4932 CPUtime=2.24
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 186 0 0 0 164 60 0 0 15 0 4 0 482118638 5050368 935 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 4932

[startup+12.7035 s]
/proc/loadavg: 2.23 2.05 2.02 4/90 32607
/proc/meminfo: memFree=1665400/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=7492 CPUtime=12.62
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 1553 0 0 0 744 518 0 0 18 0 4 0 482118638 7671808 1538 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 1873 1538 70 163 0 1708 0
[pid=32603/tid=32604] ppid=32601 vsize=7492 CPUtime=3.52
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 916 0 0 0 67 285 0 0 25 0 4 0 482118638 7671808 1538 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=7492 CPUtime=4.5
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 289 0 0 0 334 116 0 0 15 0 4 0 482118638 7671808 1538 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=7492 CPUtime=4.57
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 265 0 0 0 341 116 0 0 15 0 4 0 482118638 7671808 1538 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 7492

[startup+25.5023 s]
/proc/loadavg: 2.25 2.06 2.02 4/90 32607
/proc/meminfo: memFree=1660728/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=12508 CPUtime=25.32
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 2664 0 0 0 1513 1019 0 0 18 0 4 0 482118638 12808192 2649 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 3127 2649 70 163 0 2962 0
[pid=32603/tid=32604] ppid=32601 vsize=12508 CPUtime=6.88
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 1774 0 0 0 132 556 0 0 25 0 4 0 482118638 12808192 2649 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=12508 CPUtime=9.22
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 423 0 0 0 690 232 0 0 15 0 4 0 482118638 12808192 2649 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=12508 CPUtime=9.21
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 384 0 0 0 691 230 0 0 15 0 4 0 482118638 12808192 2649 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 12508

[startup+51.1051 s]
/proc/loadavg: 2.30 2.09 2.03 4/90 32607
/proc/meminfo: memFree=1652088/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=22084 CPUtime=50.75
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 4808 0 0 0 3055 2020 0 0 18 0 4 0 482118638 22614016 4793 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 5521 4793 70 163 0 5356 0
[pid=32603/tid=32604] ppid=32601 vsize=22084 CPUtime=13.69
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 3520 0 0 0 274 1095 0 0 25 0 4 0 482118638 22614016 4793 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=22084 CPUtime=18.46
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 637 0 0 0 1387 459 0 0 15 0 4 0 482118638 22614016 4793 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=22084 CPUtime=18.58
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 568 0 0 0 1393 465 0 0 15 0 4 0 482118638 22614016 4793 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 22084

[startup+102.308 s]
/proc/loadavg: 2.51 2.19 2.07 4/90 32609
/proc/meminfo: memFree=1635192/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=41828 CPUtime=101.63
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 8961 0 0 0 6108 4055 0 0 18 0 4 0 482118638 42831872 8946 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 10457 8946 70 163 0 10292 0
[pid=32603/tid=32604] ppid=32601 vsize=41828 CPUtime=27.65
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 6880 0 0 0 553 2212 0 0 25 0 4 0 482118638 42831872 8946 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=41828 CPUtime=36.83
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 1035 0 0 0 2766 917 0 0 15 0 4 0 482118638 42831872 8946 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=41828 CPUtime=37.12
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 963 0 0 0 2788 924 0 0 15 0 4 0 482118638 42831872 8946 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 41828

[startup+162.304 s]
/proc/loadavg: 2.71 2.29 2.11 4/90 32609
/proc/meminfo: memFree=1616568/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=64928 CPUtime=161.24
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 13610 0 0 0 9742 6382 0 0 18 0 4 0 482118638 66486272 13595 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 16232 13595 70 163 0 16067 0
[pid=32603/tid=32604] ppid=32601 vsize=64928 CPUtime=43.47
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 10559 0 0 0 873 3474 0 0 25 0 4 0 482118638 66486272 13595 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=64928 CPUtime=58.6

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

/proc/meminfo: memFree=1406384/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=313564 CPUtime=880.44
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 66000 0 0 0 54640 33404 0 0 18 0 4 0 482118638 321089536 65985 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 78391 65985 70 163 0 78226 0
[pid=32603/tid=32604] ppid=32601 vsize=313564 CPUtime=226.75
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 49947 0 0 0 4592 18083 0 0 25 0 4 0 482118638 321089536 65985 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=313564 CPUtime=325.23
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 9114 0 0 0 24863 7660 0 0 15 0 4 0 482118638 321089536 65985 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=313564 CPUtime=328.44
/proc/32603/task/32606/stat : 32606 (satake) R 32601 32603 31701 0 -1 4194368 6856 0 0 0 25184 7660 0 0 15 0 4 0 482118638 321089536 65985 1992294400 134512640 135180984 4294956208 18446744073709551615 134520027 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 880.44
Current children cumulated vsize (KiB) 313564

[startup+942.302 s]
/proc/loadavg: 2.71 2.71 2.46 4/90 32615
/proc/meminfo: memFree=1390776/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=334940 CPUtime=940.42
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 69970 0 0 0 58589 35453 0 0 18 0 4 0 482118638 342978560 69955 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 83735 69955 70 163 0 83570 0
[pid=32603/tid=32604] ppid=32601 vsize=334940 CPUtime=240.42
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 52732 0 0 0 4860 19182 0 0 25 0 4 0 482118638 342978560 69955 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=334940 CPUtime=348.64
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 9823 0 0 0 26718 8146 0 0 15 0 4 0 482118638 342978560 69955 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=334940 CPUtime=351.34
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 7332 0 0 0 27010 8124 0 0 15 0 4 0 482118638 342978560 69955 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 940.42
Current children cumulated vsize (KiB) 334940

[startup+1002.3 s]
/proc/loadavg: 2.77 2.72 2.47 4/90 32615
/proc/meminfo: memFree=1374904/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=353728 CPUtime=1000.4
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 73904 0 0 0 62533 37507 0 0 18 0 4 0 482118638 362217472 73889 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 88432 73889 70 163 0 88267 0
[pid=32603/tid=32604] ppid=32601 vsize=353728 CPUtime=254.42
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 55534 0 0 0 5148 20294 0 0 25 0 4 0 482118638 362217472 73889 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=353728 CPUtime=371.69
/proc/32603/task/32605/stat : 32605 (satake) R 32601 32603 31701 0 -1 4194368 10307 0 0 0 28548 8621 0 0 15 0 4 0 482118638 362217472 73889 1992294400 134512640 135180984 4294956208 18446744073709551615 134706407 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=353728 CPUtime=374.27
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 7980 0 0 0 28836 8591 0 0 15 0 4 0 482118638 362217472 73889 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1000.4
Current children cumulated vsize (KiB) 353728

[startup+1062.3 s]
/proc/loadavg: 2.75 2.72 2.49 3/90 32615
/proc/meminfo: memFree=1359224/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=369024 CPUtime=1060.37
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 77805 0 0 0 66495 39542 0 0 18 0 4 0 482118638 377880576 77790 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 92256 77790 70 163 0 92091 0
[pid=32603/tid=32604] ppid=32601 vsize=369024 CPUtime=268.24
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 58195 0 0 0 5424 21400 0 0 25 0 4 0 482118638 377880576 77790 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=369024 CPUtime=394.82
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 10861 0 0 0 30391 9091 0 0 15 0 4 0 482118638 377880576 77790 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=369024 CPUtime=397.3
/proc/32603/task/32606/stat : 32606 (satake) R 32601 32603 31701 0 -1 4194368 8666 0 0 0 30680 9050 0 0 15 0 4 0 482118638 377880576 77790 1992294400 134512640 135180984 4294956208 18446744073709551615 134519096 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.37
Current children cumulated vsize (KiB) 369024

[startup+1122.3 s]
/proc/loadavg: 2.82 2.74 2.51 4/90 32615
/proc/meminfo: memFree=1343544/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=387856 CPUtime=1120.35
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 81678 0 0 0 70468 41567 0 0 18 0 4 0 482118638 397164544 81663 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 96964 81663 70 163 0 96799 0
[pid=32603/tid=32604] ppid=32601 vsize=387856 CPUtime=281.97
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 60805 0 0 0 5701 22496 0 0 25 0 4 0 482118638 397164544 81663 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=387856 CPUtime=417.75
/proc/32603/task/32605/stat : 32605 (satake) R 32601 32603 31701 0 -1 4194368 11419 0 0 0 32218 9557 0 0 15 0 4 0 482118638 397164544 81663 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=387856 CPUtime=420.6
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 9371 0 0 0 32547 9513 0 0 15 0 4 0 482118638 397164544 81663 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1120.35
Current children cumulated vsize (KiB) 387856

[startup+1182.3 s]
/proc/loadavg: 2.81 2.74 2.52 4/90 32615
/proc/meminfo: memFree=1328184/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=404720 CPUtime=1180.33
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 85558 0 0 0 74431 43602 0 0 18 0 4 0 482118638 414433280 85543 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 101180 85543 70 163 0 101015 0
[pid=32603/tid=32604] ppid=32601 vsize=404720 CPUtime=295.64
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 63405 0 0 0 5978 23586 0 0 25 0 4 0 482118638 414433280 85543 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=404720 CPUtime=440.95
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 11935 0 0 0 34061 10034 0 0 15 0 4 0 482118638 414433280 85543 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=404720 CPUtime=443.71
/proc/32603/task/32606/stat : 32606 (satake) R 32601 32603 31701 0 -1 4194368 10135 0 0 0 34390 9981 0 0 15 0 4 0 482118638 414433280 85543 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.33
Current children cumulated vsize (KiB) 404720

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

[startup+1190.3 s]
/proc/loadavg: 2.76 2.73 2.52 4/90 32615
/proc/meminfo: memFree=1325816/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=406348 CPUtime=1188.33
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 86099 0 0 0 74964 43869 0 0 18 0 4 0 482118638 416100352 86084 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 101587 86084 70 163 0 101422 0
[pid=32603/tid=32604] ppid=32601 vsize=406348 CPUtime=297.46
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 63751 0 0 0 6016 23730 0 0 25 0 4 0 482118638 416100352 86084 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=406348 CPUtime=444.04
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 12052 0 0 0 34305 10099 0 0 15 0 4 0 482118638 416100352 86084 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=406348 CPUtime=446.81
/proc/32603/task/32606/stat : 32606 (satake) R 32601 32603 31701 0 -1 4194368 10213 0 0 0 34642 10039 0 0 15 0 4 0 482118638 416100352 86084 1992294400 134512640 135180984 4294956208 18446744073709551615 134706407 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1188.33
Current children cumulated vsize (KiB) 406348

[startup+1196.7 s]
/proc/loadavg: 2.78 2.74 2.52 3/90 32615
/proc/meminfo: memFree=1324152/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=407864 CPUtime=1194.73
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 86490 0 0 0 75381 44092 0 0 18 0 4 0 482118638 417652736 86475 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 101966 86475 70 163 0 101801 0
[pid=32603/tid=32604] ppid=32601 vsize=407864 CPUtime=298.96
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 64045 0 0 0 6047 23849 0 0 25 0 4 0 482118638 417652736 86475 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=407864 CPUtime=446.46
/proc/32603/task/32605/stat : 32605 (satake) R 32601 32603 31701 0 -1 4194368 12052 0 0 0 34497 10149 0 0 15 0 4 0 482118638 417652736 86475 1992294400 134512640 135180984 4294956208 18446744073709551615 134706407 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=407864 CPUtime=449.29
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 10310 0 0 0 34836 10093 0 0 15 0 4 0 482118638 417652736 86475 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1194.73
Current children cumulated vsize (KiB) 407864

[startup+1198.3 s]
/proc/loadavg: 2.80 2.74 2.52 4/90 32615
/proc/meminfo: memFree=1323832/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=408292 CPUtime=1196.32
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 86615 0 0 0 75483 44149 0 0 18 0 4 0 482118638 418091008 86600 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 102073 86600 70 163 0 101908 0
[pid=32603/tid=32604] ppid=32601 vsize=408292 CPUtime=299.34
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 64124 0 0 0 6053 23881 0 0 25 0 4 0 482118638 418091008 86600 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=408292 CPUtime=447.07
/proc/32603/task/32605/stat : 32605 (satake) S 32601 32603 31701 0 -1 4194368 12091 0 0 0 34545 10162 0 0 15 0 4 0 482118638 418091008 86600 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=408292 CPUtime=449.9
/proc/32603/task/32606/stat : 32606 (satake) R 32601 32603 31701 0 -1 4194368 10317 0 0 0 34884 10106 0 0 15 0 4 0 482118638 418091008 86600 1992294400 134512640 135180984 4294956208 18446744073709551615 134528576 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1196.32
Current children cumulated vsize (KiB) 408292

[startup+1199.9 s]
/proc/loadavg: 2.80 2.74 2.52 3/90 32615
/proc/meminfo: memFree=1323448/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=408556 CPUtime=1197.92
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 86718 0 0 0 75591 44201 0 0 18 0 4 0 482118638 418361344 86703 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 102139 86703 70 163 0 101974 0
[pid=32603/tid=32604] ppid=32601 vsize=408556 CPUtime=299.69
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 64184 0 0 0 6062 23907 0 0 25 0 4 0 482118638 418361344 86703 1992294400 134512640 135180984 4294956208 18446744073709551615 134580588 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32605] ppid=32601 vsize=408556 CPUtime=447.7
/proc/32603/task/32605/stat : 32605 (satake) R 32601 32603 31701 0 -1 4194368 12129 0 0 0 34595 10175 0 0 15 0 4 0 482118638 418361344 86703 1992294400 134512640 135180984 4294956208 18446744073709551615 134525458 0 0 4096 0 0 0 0 -1 1 0 0
[pid=32603/tid=32606] ppid=32601 vsize=408556 CPUtime=450.52
/proc/32603/task/32606/stat : 32606 (satake) S 32601 32603 31701 0 -1 4194368 10322 0 0 0 34934 10118 0 0 15 0 4 0 482118638 418361344 86703 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1197.92
Current children cumulated vsize (KiB) 408556

[startup+1200.7 s]
/proc/loadavg: 2.80 2.74 2.52 4/90 32615
/proc/meminfo: memFree=1323192/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=279880 CPUtime=1198.72
/proc/32603/stat : 32603 (satake) S 32601 32603 31701 0 -1 4194304 86733 0 0 0 75666 44206 0 0 18 0 2 0 482118638 286597120 62668 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/32603/statm: 69970 62668 79 163 0 69805 0
[pid=32603/tid=32604] ppid=32601 vsize=279880 CPUtime=300.38
/proc/32603/task/32604/stat : 32604 (satake) R 32601 32603 31701 0 -1 4194368 64199 0 0 0 6128 23910 0 0 25 0 2 0 482118638 286597120 62668 1992294400 134512640 135180984 4294956208 18446744073709551615 134666427 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 279880

[startup+1200.9 s]
/proc/loadavg: 2.80 2.74 2.52 4/90 32615
/proc/meminfo: memFree=1323192/2055924 swapFree=4179644/4192956
[pid=32603] ppid=32601 vsize=0 CPUtime=1198.92
/proc/32603/stat : 32603 (satake) R 32601 32603 31701 0 -1 4194308 86733 0 0 0 75684 44208 0 0 16 0 1 0 482118638 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/32603/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 0

Child status: 3
Real time (s): 1200.92
CPU time (s): 1198.95
CPU user time (s): 756.844
CPU system time (s): 442.108
CPU usage (%): 99.8358
Max. virtual memory (cumulated for all children) (KiB): 408556


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 756.844
system time used= 442.108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86733
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= 42681306
involuntary context switches= 42683098

runsolver used 1.65775 second user time and 4.19136 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-01 05:51:22
IDJOB=1543782
IDBENCH=70623
IDSOLVER=553
FILE ID=node83/1543782-1238557882
PBS_JOBID= 9062102
Free space on /tmp= 66508 MiB

SOLVER NAME= satake 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/460/unif-k3-r4.25-v460-c1955-S190880026-038.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1543782-1238557882/watcher-1543782-1238557882 -o /tmp/evaluation-result-1543782-1238557882/solver-1543782-1238557882 -C 1200 -W 1800 -M 1800 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1543782-1238557882.cnf 3 1200

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

MD5SUM BENCH= 1c16225d4e571234b78d9dbdbb77e015
RANDOM SEED=242680413

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:       1672048 kB
Buffers:         75868 kB
Cached:         214116 kB
SwapCached:       7584 kB
Active:         200292 kB
Inactive:       108316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1672048 kB
SwapTotal:     4192956 kB
SwapFree:      4179644 kB
Dirty:             780 kB
Writeback:           0 kB
Mapped:          26052 kB
Slab:            59340 kB
Committed_AS:  1194752 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-04-01 06:11:23