Trace number 1776850

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 (4 threads)UNSAT 532.33 282.184

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.95
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

532.27/282.18	c Benchmark name    : HOME/instance-1776850-1243639001.cnf
532.27/282.18	c Thread Num        :            4
532.27/282.18	c restarts          :           17
532.27/282.18	c conflicts         :       180412
532.27/282.18	c decisions         :      1077666           (     3826 / sec      )
532.27/282.18	c propagations      :    206003614           (   731298 / sec      )
532.27/282.18	c inspects          :    769177433           (  2730523 / sec      )
532.27/282.18	c conflict literals :      6223913           (    43.90 % deleted  )
532.27/282.18	c cpu time          :       281.70           
532.27/282.18	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1776850-1243639001/watcher-1776850-1243639001 -o /tmp/evaluation-result-1776850-1243639001/solver-1776850-1243639001 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776850-1243639001.cnf 4 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 5.02 4.95 5.28 5/116 10778
/proc/meminfo: memFree=3204392/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=968 CPUtime=0
/proc/10777/stat : 10777 (satake) R 10775 10777 8716 0 -1 4202496 107 0 0 0 0 0 0 0 25 0 2 0 1128564157 991232 64 4294967295 134512640 135180984 3219077456 3219076800 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 242 64 54 164 0 77 0
[pid=10777/tid=10778] ppid=10775 vsize=968 CPUtime=0
/proc/10777/task/10778/stat : 10778 (satake) R 10775 10777 8716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1128564157 991232 64 4294967295 134512640 135180984 3219077456 3086938948 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.043252 s]
/proc/loadavg: 5.02 4.95 5.28 5/116 10778
/proc/meminfo: memFree=3204392/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=8684 CPUtime=0.03
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 1952 0 0 0 3 0 0 0 25 0 5 0 1128564157 8892416 1906 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 2171 1907 63 164 0 2006 0
[pid=10777/tid=10778] ppid=10775 vsize=8684 CPUtime=0
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128564157 8892416 1907 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8684

[startup+0.114966 s]
/proc/loadavg: 5.02 4.95 5.28 5/116 10778
/proc/meminfo: memFree=3204392/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=28904 CPUtime=0.17
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 6419 0 0 0 12 5 0 0 25 0 5 0 1128564157 29597696 6362 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 7226 6363 63 164 0 7061 0
[pid=10777/tid=10778] ppid=10775 vsize=28904 CPUtime=0
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128564157 29597696 6363 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 28904

[startup+0.313229 s]
/proc/loadavg: 5.02 4.95 5.28 5/116 10778
/proc/meminfo: memFree=3204392/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=63132 CPUtime=0.54
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 13244 0 0 0 43 11 0 0 25 0 5 0 1128564157 64647168 13184 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 15783 13185 63 164 0 15618 0
[pid=10777/tid=10778] ppid=10775 vsize=63132 CPUtime=0
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128564157 64647168 13185 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 63132

[startup+0.713197 s]
/proc/loadavg: 5.02 4.95 5.28 5/116 10778
/proc/meminfo: memFree=3204392/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=75532 CPUtime=1.28
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 19470 0 0 0 113 15 0 0 25 0 5 0 1128564157 77344768 15915 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 18883 15915 68 164 0 18718 0
[pid=10777/tid=10778] ppid=10775 vsize=75532 CPUtime=0.03
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 1701 0 0 0 2 1 0 0 19 0 5 0 1128564157 77344768 15915 4294967295 134512640 135180984 3219077456 3086938132 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 75532

[startup+1.51313 s]
/proc/loadavg: 5.02 4.95 5.28 6/118 10784
/proc/meminfo: memFree=3140344/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=75664 CPUtime=2.82
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 19582 0 0 0 263 19 0 0 25 0 5 0 1128564157 77479936 16027 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 18916 16027 68 164 0 18751 0
[pid=10777/tid=10778] ppid=10775 vsize=75664 CPUtime=0.06
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 1708 0 0 0 4 2 0 0 16 0 5 0 1128564157 77479936 16027 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=75664 CPUtime=1.06
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 5865 0 0 0 100 6 0 0 25 0 5 0 1128564157 77479936 16027 4294967295 134512640 135180984 3219077456 3086872448 134523819 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=75664 CPUtime=0.87
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 6098 0 0 0 78 9 0 0 25 0 5 0 1128564157 77479936 16027 4294967295 134512640 135180984 3219077456 3086806832 134523615 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=75664 CPUtime=0.83
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 5801 0 0 0 81 2 0 0 25 0 5 0 1128564157 77479936 16027 4294967295 134512640 135180984 3219077456 3086741152 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 75664

[startup+3.11299 s]
/proc/loadavg: 5.02 4.95 5.28 6/118 10784
/proc/meminfo: memFree=3140452/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=75936 CPUtime=5.84
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 19842 0 0 0 553 31 0 0 25 0 5 0 1128564157 77758464 16287 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 18984 16287 68 164 0 18819 0
[pid=10777/tid=10778] ppid=10775 vsize=75936 CPUtime=0.13
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 1748 0 0 0 6 7 0 0 16 0 5 0 1128564157 77758464 16287 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=75936 CPUtime=2.15
/proc/10777/task/10780/stat : 10780 (satake) S 10775 10777 8716 0 -1 4202560 5925 0 0 0 205 10 0 0 25 0 5 0 1128564157 77758464 16287 4294967295 134512640 135180984 3219077456 3086872224 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=75936 CPUtime=1.85
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 6190 0 0 0 174 11 0 0 25 0 5 0 1128564157 77758464 16287 4294967295 134512640 135180984 3219077456 3086806688 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=75936 CPUtime=1.71
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 5869 0 0 0 168 3 0 0 25 0 5 0 1128564157 77758464 16287 4294967295 134512640 135180984 3219077456 3086741360 134528235 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 75936

[startup+6.31271 s]
/proc/loadavg: 5.10 4.97 5.28 7/121 10826
/proc/meminfo: memFree=3137484/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=79280 CPUtime=11.45
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 20532 0 0 0 1091 54 0 0 25 0 5 0 1128564157 81182720 16977 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 19820 16977 68 164 0 19655 0
[pid=10777/tid=10778] ppid=10775 vsize=79280 CPUtime=0.34
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 1863 0 0 0 13 21 0 0 16 0 5 0 1128564157 81182720 16977 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=79280 CPUtime=4.25
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 6076 0 0 0 412 13 0 0 25 0 5 0 1128564157 81182720 16977 4294967295 134512640 135180984 3219077456 3086872432 134528881 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=79280 CPUtime=3.89
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 6407 0 0 0 374 15 0 0 25 0 5 0 1128564157 81182720 16977 4294967295 134512640 135180984 3219077456 3086806728 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=79280 CPUtime=2.97
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 6076 0 0 0 292 5 0 0 25 0 5 0 1128564157 81182720 16977 4294967295 134512640 135180984 3219077456 3086741152 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 79280

[startup+12.7122 s]
/proc/loadavg: 5.09 4.97 5.28 6/118 10983
/proc/meminfo: memFree=3130848/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=84824 CPUtime=23
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 22014 0 0 0 2185 115 0 0 25 0 5 0 1128564157 86859776 18459 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 21206 18459 68 164 0 21041 0
[pid=10777/tid=10778] ppid=10775 vsize=84824 CPUtime=0.83
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 2153 0 0 0 27 56 0 0 15 0 5 0 1128564157 86859776 18459 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=84824 CPUtime=8.47
/proc/10777/task/10780/stat : 10780 (satake) S 10775 10777 8716 0 -1 4202560 6429 0 0 0 823 24 0 0 25 0 5 0 1128564157 86859776 18459 4294967295 134512640 135180984 3219077456 3086872224 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=84824 CPUtime=7.57
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 6783 0 0 0 734 23 0 0 25 0 5 0 1128564157 86859776 18459 4294967295 134512640 135180984 3219077456 3086806728 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=84824 CPUtime=6.13
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 6539 0 0 0 601 12 0 0 25 0 5 0 1128564157 86859776 18459 4294967295 134512640 135180984 3219077456 3086741152 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23
Current children cumulated vsize (KiB) 84824

[startup+25.5111 s]
/proc/loadavg: 5.06 4.97 5.27 6/118 11006
/proc/meminfo: memFree=3119896/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=96100 CPUtime=46.22
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 24723 0 0 0 4397 225 0 0 25 0 5 0 1128564157 98406400 21168 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 24025 21168 68 164 0 23860 0
[pid=10777/tid=10778] ppid=10775 vsize=96100 CPUtime=1.62
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 2656 0 0 0 43 119 0 0 15 0 5 0 1128564157 98406400 21168 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=96100 CPUtime=15.99
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 7173 0 0 0 1556 43 0 0 25 0 5 0 1128564157 98406400 21168 4294967295 134512640 135180984 3219077456 3086872224 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=96100 CPUtime=15
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 7445 0 0 0 1463 37 0 0 25 0 5 0 1128564157 98406400 21168 4294967295 134512640 135180984 3219077456 3086806912 134518858 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=96100 CPUtime=13.61
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 7339 0 0 0 1335 26 0 0 25 0 5 0 1128564157 98406400 21168 4294967295 134512640 135180984 3219077456 3086741360 134528754 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.22
Current children cumulated vsize (KiB) 96100

[startup+51.1088 s]
/proc/loadavg: 5.18 5.00 5.28 6/118 11048
/proc/meminfo: memFree=3100008/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=117064 CPUtime=93.15
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 29818 0 0 0 8944 371 0 0 25 0 5 0 1128564157 119873536 26263 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 29266 26263 68 164 0 29101 0
[pid=10777/tid=10778] ppid=10775 vsize=117064 CPUtime=2.82
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 3591 0 0 0 81 201 0 0 15 0 5 0 1128564157 119873536 26263 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=117064 CPUtime=30.09
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 8670 0 0 0 2944 65 0 0 25 0 5 0 1128564157 119873536 26263 4294967295 134512640 135180984 3219077456 3086872148 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=117064 CPUtime=29.85
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 8791 0 0 0 2928 57 0 0 25 0 5 0 1128564157 119873536 26263 4294967295 134512640 135180984 3219077456 3086806784 134522992 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=117064 CPUtime=30.39
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 8656 0 0 0 2991 48 0 0 25 0 5 0 1128564157 119873536 26263 4294967295 134512640 135180984 3219077456 3086741152 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 93.15
Current children cumulated vsize (KiB) 117064

[startup+102.314 s]
/proc/loadavg: 5.15 5.02 5.27 6/118 11311
/proc/meminfo: memFree=3063040/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=155712 CPUtime=188.13
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 38981 0 0 0 18151 662 0 0 25 0 5 0 1128564157 159449088 35426 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 38928 35426 68 164 0 38763 0
[pid=10777/tid=10778] ppid=10775 vsize=155712 CPUtime=5.04
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 5139 0 0 0 134 370 0 0 15 0 5 0 1128564157 159449088 35426 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=155712 CPUtime=61.51
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 11124 0 0 0 6046 105 0 0 25 0 5 0 1128564157 159449088 35426 4294967295 134512640 135180984 3219077456 3086872432 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=155712 CPUtime=62.27
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 11270 0 0 0 6131 96 0 0 25 0 5 0 1128564157 159449088 35426 4294967295 134512640 135180984 3219077456 3086806728 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=155712 CPUtime=59.31
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 11338 0 0 0 5840 91 0 0 25 0 5 0 1128564157 159449088 35426 4294967295 134512640 135180984 3219077456 3086741256 134519103 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 188.13
Current children cumulated vsize (KiB) 155712

[startup+162.309 s]
/proc/loadavg: 5.13 5.03 5.25 7/118 11588
/proc/meminfo: memFree=3037456/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=178560 CPUtime=301.75
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 44994 0 0 0 29348 827 0 0 25 0 5 0 1128564157 182845440 41439 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 44640 41439 68 164 0 44475 0
[pid=10777/tid=10778] ppid=10775 vsize=178560 CPUtime=6.47
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 6044 0 0 0 187 460 0 0 15 0 5 0 1128564157 182845440 41439 4294967295 134512640 135180984 3219077456 3086938132 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=178560 CPUtime=97.79
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 12880 0 0 0 9652 127 0 0 25 0 5 0 1128564157 182845440 41439 4294967295 134512640 135180984 3219077456 3086872224 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=178560 CPUtime=102.19
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 12851 0 0 0 10095 124 0 0 25 0 5 0 1128564157 182845440 41439 4294967295 134512640 135180984 3219077456 3086806960 134532415 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=178560 CPUtime=95.3
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 13109 0 0 0 9414 116 0 0 25 0 5 0 1128564157 182845440 41439 4294967295 134512640 135180984 3219077456 3086741360 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 301.75
Current children cumulated vsize (KiB) 178560

[startup+222.314 s]
/proc/loadavg: 4.99 5.00 5.23 6/118 11864
/proc/meminfo: memFree=3016544/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=201580 CPUtime=416.47
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 50418 0 0 0 40641 1006 0 0 25 0 5 0 1128564157 206417920 46863 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 50395 46863 68 164 0 50230 0
[pid=10777/tid=10778] ppid=10775 vsize=201580 CPUtime=7.76
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7011 0 0 0 221 555 0 0 15 0 5 0 1128564157 206417920 46863 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=201580 CPUtime=135.05
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 14332 0 0 0 13351 154 0 0 25 0 5 0 1128564157 206417920 46863 4294967295 134512640 135180984 3219077456 3086872432 134528132 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=201580 CPUtime=141.14
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 14198 0 0 0 13957 157 0 0 25 0 5 0 1128564157 206417920 46863 4294967295 134512640 135180984 3219077456 3086806896 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=201580 CPUtime=132.52
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 14767 0 0 0 13112 140 0 0 25 0 5 0 1128564157 206417920 46863 4294967295 134512640 135180984 3219077456 3086741192 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 416.47
Current children cumulated vsize (KiB) 201580

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

[startup+255.911 s]
/proc/loadavg: 4.99 5.00 5.22 7/118 12096
/proc/meminfo: memFree=3005160/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=211916 CPUtime=481.56
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 53273 0 0 0 47084 1072 0 0 25 0 5 0 1128564157 217001984 49718 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 52979 49718 68 164 0 52814 0
[pid=10777/tid=10778] ppid=10775 vsize=211916 CPUtime=8.35
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7480 0 0 0 238 597 0 0 15 0 5 0 1128564157 217001984 49718 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=211916 CPUtime=155.58
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 15109 0 0 0 15397 161 0 0 25 0 5 0 1128564157 217001984 49718 4294967295 134512640 135180984 3219077456 3086872432 134528652 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=211916 CPUtime=162.14
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 14943 0 0 0 16052 162 0 0 25 0 5 0 1128564157 217001984 49718 4294967295 134512640 135180984 3219077456 3086806896 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=211916 CPUtime=155.49
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 15631 0 0 0 15397 152 0 0 25 0 5 0 1128564157 217001984 49718 4294967295 134512640 135180984 3219077456 3086741152 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 481.56
Current children cumulated vsize (KiB) 211916

[startup+268.71 s]
/proc/loadavg: 5.06 5.02 5.22 7/118 12118
/proc/meminfo: memFree=3001860/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=215596 CPUtime=506.46
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 54014 0 0 0 49559 1087 0 0 25 0 5 0 1128564157 220770304 50459 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 53899 50459 68 164 0 53734 0
[pid=10777/tid=10778] ppid=10775 vsize=215596 CPUtime=8.48
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7594 0 0 0 243 605 0 0 16 0 5 0 1128564157 220770304 50459 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=215596 CPUtime=162.97
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 15348 0 0 0 16135 162 0 0 25 0 5 0 1128564157 220770304 50459 4294967295 134512640 135180984 3219077456 3086872368 134520798 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=215596 CPUtime=170.13
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 15173 0 0 0 16849 164 0 0 25 0 5 0 1128564157 220770304 50459 4294967295 134512640 135180984 3219077456 3086806832 134520804 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=215596 CPUtime=164.88
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 15789 0 0 0 16332 156 0 0 25 0 5 0 1128564157 220770304 50459 4294967295 134512640 135180984 3219077456 3086741360 134528661 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 506.46
Current children cumulated vsize (KiB) 215596

[startup+275.11 s]
/proc/loadavg: 5.06 5.02 5.22 6/118 12126
/proc/meminfo: memFree=3001644/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=215760 CPUtime=518.85
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 54070 0 0 0 50785 1100 0 0 25 0 5 0 1128564157 220938240 50515 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 53940 50515 68 164 0 53775 0
[pid=10777/tid=10778] ppid=10775 vsize=215760 CPUtime=8.57
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7650 0 0 0 246 611 0 0 15 0 5 0 1128564157 220938240 50515 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=215760 CPUtime=166.89
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 15348 0 0 0 16522 167 0 0 25 0 5 0 1128564157 220938240 50515 4294967295 134512640 135180984 3219077456 3086872432 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=215760 CPUtime=173.78
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 15173 0 0 0 17213 165 0 0 25 0 5 0 1128564157 220938240 50515 4294967295 134512640 135180984 3219077456 3086807008 134530765 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=215760 CPUtime=169.61
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 15789 0 0 0 16804 157 0 0 25 0 5 0 1128564157 220938240 50515 4294967295 134512640 135180984 3219077456 3086741360 134526496 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 518.85
Current children cumulated vsize (KiB) 215760

[startup+278.319 s]
/proc/loadavg: 5.13 5.03 5.23 6/118 12134
/proc/meminfo: memFree=3001520/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=215760 CPUtime=525.07
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 54077 0 0 0 51400 1107 0 0 25 0 5 0 1128564157 220938240 50522 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 53940 50522 68 164 0 53775 0
[pid=10777/tid=10778] ppid=10775 vsize=215760 CPUtime=8.6
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7657 0 0 0 247 613 0 0 15 0 5 0 1128564157 220938240 50522 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=215760 CPUtime=168.75
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 15348 0 0 0 16707 168 0 0 25 0 5 0 1128564157 220938240 50522 4294967295 134512640 135180984 3219077456 3086872432 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=215760 CPUtime=176.18
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 15173 0 0 0 17450 168 0 0 25 0 5 0 1128564157 220938240 50522 4294967295 134512640 135180984 3219077456 3086806864 134520015 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=215760 CPUtime=171.54
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 15789 0 0 0 16996 158 0 0 25 0 5 0 1128564157 220938240 50522 4294967295 134512640 135180984 3219077456 3086741472 134530765 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 525.07
Current children cumulated vsize (KiB) 215760

[startup+279.909 s]
/proc/loadavg: 5.13 5.03 5.23 8/118 12134
/proc/meminfo: memFree=3001520/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=215760 CPUtime=528.15
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 54080 0 0 0 51703 1112 0 0 25 0 5 0 1128564157 220938240 50525 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 53940 50525 68 164 0 53775 0
[pid=10777/tid=10778] ppid=10775 vsize=215760 CPUtime=8.63
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7660 0 0 0 247 616 0 0 15 0 5 0 1128564157 220938240 50525 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=215760 CPUtime=169.73
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 15348 0 0 0 16805 168 0 0 25 0 5 0 1128564157 220938240 50525 4294967295 134512640 135180984 3219077456 3086872224 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=215760 CPUtime=177.02
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 15173 0 0 0 17533 169 0 0 25 0 5 0 1128564157 220938240 50525 4294967295 134512640 135180984 3219077456 3086806896 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=215760 CPUtime=172.77
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 15789 0 0 0 17118 159 0 0 25 0 5 0 1128564157 220938240 50525 4294967295 134512640 135180984 3219077456 3086741356 134519895 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 528.15
Current children cumulated vsize (KiB) 215760

[startup+281.509 s]
/proc/loadavg: 5.12 5.03 5.22 7/118 12138
/proc/meminfo: memFree=3001396/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=215760 CPUtime=531.28
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 54084 0 0 0 52015 1113 0 0 25 0 5 0 1128564157 220938240 50529 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 53940 50529 68 164 0 53775 0
[pid=10777/tid=10778] ppid=10775 vsize=215760 CPUtime=8.64
/proc/10777/task/10778/stat : 10778 (satake) S 10775 10777 8716 0 -1 4202560 7664 0 0 0 248 616 0 0 15 0 5 0 1128564157 220938240 50529 4294967295 134512640 135180984 3219077456 3086938128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=10777/tid=10780] ppid=10775 vsize=215760 CPUtime=170.58
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 15348 0 0 0 16890 168 0 0 25 0 5 0 1128564157 220938240 50529 4294967295 134512640 135180984 3219077456 3086872400 134519935 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=215760 CPUtime=178.13
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 15173 0 0 0 17644 169 0 0 25 0 5 0 1128564157 220938240 50529 4294967295 134512640 135180984 3219077456 3086806896 134528267 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=215760 CPUtime=173.93
/proc/10777/task/10782/stat : 10782 (satake) R 10775 10777 8716 0 -1 4202560 15789 0 0 0 17233 160 0 0 25 0 5 0 1128564157 220938240 50529 4294967295 134512640 135180984 3219077456 3086741360 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 531.28
Current children cumulated vsize (KiB) 215760

[startup+281.909 s]
/proc/loadavg: 5.12 5.03 5.22 7/118 12138
/proc/meminfo: memFree=3001396/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=208188 CPUtime=531.98
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 54094 0 0 0 52074 1124 0 0 18 0 4 0 1128564157 213184512 49027 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 52047 49027 77 164 0 51882 0
[pid=10777/tid=10780] ppid=10775 vsize=208188 CPUtime=170.77
/proc/10777/task/10780/stat : 10780 (satake) R 10775 10777 8716 0 -1 4202560 15357 0 0 0 16907 170 0 0 23 0 4 0 1128564157 213184512 49027 4294967295 134512640 135180984 3219077456 3086872784 134666433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10777/tid=10781] ppid=10775 vsize=208188 CPUtime=178.29
/proc/10777/task/10781/stat : 10781 (satake) S 10775 10777 8716 0 -1 4202560 15173 0 0 0 17659 170 0 0 24 0 4 0 1128564157 213184512 49027 4294967295 134512640 135180984 3219077456 3086807432 134579486 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10777/tid=10782] ppid=10775 vsize=208188 CPUtime=174.17
/proc/10777/task/10782/stat : 10782 (satake) S 10775 10777 8716 0 -1 4202560 15790 0 0 0 17251 166 0 0 15 0 4 0 1128564157 213184512 49027 4294967295 134512640 135180984 3219077456 3086741896 134579486 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 531.98
Current children cumulated vsize (KiB) 208188

[startup+282.119 s]
/proc/loadavg: 5.12 5.03 5.22 7/118 12138
/proc/meminfo: memFree=3001396/3368532 swapFree=1954888/1959888
[pid=10777] ppid=10775 vsize=187860 CPUtime=532.27
/proc/10777/stat : 10777 (satake) S 10775 10777 8716 0 -1 4202496 54094 0 0 0 52099 1128 0 0 15 0 2 0 1128564157 192368640 45245 4294967295 134512640 135180984 3219077456 3219076892 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/10777/statm: 46965 45245 77 164 0 46800 0
[pid=10777/tid=10781] ppid=10775 vsize=187860 CPUtime=178.4
/proc/10777/task/10781/stat : 10781 (satake) R 10775 10777 8716 0 -1 4202560 15173 0 0 0 17668 172 0 0 15 0 2 0 1128564157 192368640 45245 4294967295 134512640 135180984 3219077456 3086807264 134666377 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 532.27
Current children cumulated vsize (KiB) 187860

Child status: 4
Real time (s): 282.184
CPU time (s): 532.33
CPU user time (s): 521.04
CPU system time (s): 11.29
CPU usage (%): 188.647
Max. virtual memory (cumulated for all children) (KiB): 215760


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 521.04
system time used= 11.29
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54095
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= 2529186
involuntary context switches= 2430316

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 01:16:41
IDJOB=1776850
IDBENCH=69599
IDSOLVER=629
FILE ID=/1776850-1243639001
PBS_JOBID=
Free space on /tmp= 15879 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776850-1243639001/watcher-1776850-1243639001 -o /tmp/evaluation-result-1776850-1243639001/solver-1776850-1243639001 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776850-1243639001.cnf 4 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED= 79442843

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.43
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3204392 kB
Buffers:         12460 kB
Cached:          77796 kB
SwapCached:        720 kB
Active:          55172 kB
Inactive:        51324 kB
HighTotal:     2489216 kB
HighFree:      2391628 kB
LowTotal:       879316 kB
LowFree:        812764 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:            5312 kB
Writeback:           0 kB
AnonPages:       15540 kB
Mapped:           6448 kB
Slab:            47720 kB
SReclaimable:    40028 kB
SUnreclaim:       7692 kB
PageTables:        744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   120056 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15879 MiB
End job on  at 2009-05-30 01:21:24