Trace number 3440059

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
minisat hack: LR_GL_SHR 2011-03-02UNSAT 4636.38 4636.23

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1129.19
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

Solver Data

4636.34/4636.22	c WARNING: for repeatability, setting FPU to use double precision
4636.34/4636.22	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3440059-1306941699/watcher-3440059-1306941699 -o /tmp/evaluation-result-3440059-1306941699/solver-3440059-1306941699 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440059-1306941699.cnf -verb=0 -model 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.12 2.04 1.97 2/455 31165
/proc/meminfo: memFree=25350940/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=21944 CPUtime=0.01 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 1071 0 0 0 1 0 0 0 25 0 1 0 786585790 22470656 996 33554432000 4194304 4300056 140734346079616 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 5486 996 222 26 0 2118 0

[startup+0.100617 s]
/proc/loadavg: 2.12 2.04 1.97 2/455 31165
/proc/meminfo: memFree=25350940/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=23724 CPUtime=0.09 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 2245 0 0 0 9 0 0 0 25 0 1 0 786585790 24293376 2010 33554432000 4194304 4300056 140734346079616 18446744073709551615 4232841 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 5931 2010 228 26 0 2563 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23724

[startup+0.200609 s]
/proc/loadavg: 2.12 2.04 1.97 2/455 31165
/proc/meminfo: memFree=25350940/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=20400 CPUtime=0.19 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 2685 0 0 0 19 0 0 0 25 0 1 0 786585790 20889600 1828 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 5100 1828 244 26 0 1732 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20400

[startup+0.300576 s]
/proc/loadavg: 2.12 2.04 1.97 2/455 31165
/proc/meminfo: memFree=25350940/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=20400 CPUtime=0.29 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 2705 0 0 0 29 0 0 0 25 0 1 0 786585790 20889600 1847 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 5100 1847 244 26 0 1732 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20400

[startup+0.700505 s]
/proc/loadavg: 2.12 2.04 1.97 2/455 31165
/proc/meminfo: memFree=25350940/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=20400 CPUtime=0.69 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 2756 0 0 0 69 0 0 0 25 0 1 0 786585790 20889600 1893 33554432000 4194304 4300056 140734346079616 18446744073709551615 4252452 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 5100 1893 247 26 0 1732 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20400

[startup+1.50037 s]
/proc/loadavg: 2.12 2.04 1.97 3/456 31166
/proc/meminfo: memFree=25342520/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=21604 CPUtime=1.49 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 2839 0 0 0 149 0 0 0 25 0 1 0 786585790 22122496 1971 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 5401 1971 247 26 0 2033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21604

[startup+3.10106 s]
/proc/loadavg: 2.11 2.04 1.97 3/456 31166
/proc/meminfo: memFree=25340784/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=21904 CPUtime=3.09 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 3135 0 0 0 309 0 0 0 25 0 1 0 786585790 22429696 2256 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 5476 2256 247 26 0 2108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21904

[startup+6.30048 s]
/proc/loadavg: 2.11 2.04 1.97 3/456 31166
/proc/meminfo: memFree=25337364/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=24592 CPUtime=6.29 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 3765 0 0 0 629 0 0 0 25 0 1 0 786585790 25182208 2863 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 6148 2863 247 26 0 2780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24592

[startup+12.7003 s]
/proc/loadavg: 2.24 2.07 1.98 3/456 31166
/proc/meminfo: memFree=25327964/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=33296 CPUtime=12.69 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 4980 0 0 0 1269 0 0 0 25 0 1 0 786585790 34095104 4051 33554432000 4194304 4300056 140734346079616 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 8324 4051 247 26 0 4956 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33296

[startup+25.5009 s]
/proc/loadavg: 2.20 2.07 1.98 3/456 31166
/proc/meminfo: memFree=25321756/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=31128 CPUtime=25.49 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 8146 0 0 0 2548 1 0 0 25 0 1 0 786585790 31875072 4174 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 7782 4174 247 26 0 4414 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31128

[startup+51.1012 s]
/proc/loadavg: 2.13 2.06 1.98 3/456 31167
/proc/meminfo: memFree=25298752/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=56944 CPUtime=51.09 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 12123 0 0 0 5107 2 0 0 25 0 1 0 786585790 58310656 7949 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 14236 7949 247 26 0 10868 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56944

[startup+102.301 s]
/proc/loadavg: 2.09 2.06 1.98 3/456 31168
/proc/meminfo: memFree=25272312/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=58468 CPUtime=102.3 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 21351 0 0 0 10226 4 0 0 25 0 1 0 786585790 59871232 9791 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 14617 9791 249 26 0 11249 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 58468

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 1.98 3/456 31170
/proc/meminfo: memFree=25238796/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=88816 CPUtime=162.3 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 28729 0 0 0 16224 6 0 0 25 0 1 0 786585790 90947584 12344 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 22204 12344 249 26 0 18836 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 88816

[startup+222.318 s]
/proc/loadavg: 2.01 2.04 1.98 3/456 31175
/proc/meminfo: memFree=25220460/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=88816 CPUtime=222.31 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 28729 0 0 0 22225 6 0 0 25 0 1 0 786585790 90947584 12344 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 22204 12344 249 26 0 18836 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 88816

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 1.98 3/456 31176
/proc/meminfo: memFree=25202404/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=88816 CPUtime=282.3 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 29716 0 0 0 28224 6 0 0 25 0 1 0 786585790 90947584 13311 33554432000 4194304 4300056 140734346079616 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 22204 13311 249 26 0 18836 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88816

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 1.98 3/456 31178
/proc/meminfo: memFree=25187720/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=88816 CPUtime=342.3 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 29716 0 0 0 34224 6 0 0 25 0 1 0 786585790 90947584 13311 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 22204 13311 249 26 0 18836 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 88816

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/456 31179
/proc/meminfo: memFree=25167828/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=88816 CPUtime=402.31 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 40198 0 0 0 40222 9 0 0 25 0 1 0 786585790 90947584 14332 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 22204 14332 249 26 0 18836 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 88816

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/456 31181
/proc/meminfo: memFree=25146200/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=88816 CPUtime=462.31 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 40199 0 0 0 46222 9 0 0 25 0 1 0 786585790 90947584 14333 33554432000 4194304 4300056 140734346079616 18446744073709551615 4252712 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 22204 14333 249 26 0 18836 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 88816

[startup+522.3 s]
/proc/loadavg: 2.10 2.04 1.99 3/456 31183
/proc/meminfo: memFree=25134252/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=88816 CPUtime=522.31 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 48293 0 0 0 52221 10 0 0 25 0 1 0 786585790 90947584 14333 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 22204 14333 249 26 0 18836 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 88816

[startup+582.3 s]
/proc/loadavg: 2.14 2.06 2.00 3/456 31184
/proc/meminfo: memFree=25118952/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=88816 CPUtime=582.31 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 55975 0 0 0 58220 11 0 0 25 0 1 0 786585790 90947584 14333 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 22204 14333 249 26 0 18836 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 88816

[startup+642.3 s]

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

/proc/meminfo: memFree=25692280/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4002.42 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 508830 0 0 0 400136 106 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 100944

[startup+4062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 31343
/proc/meminfo: memFree=25638436/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=181084 CPUtime=4062.43 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 522302 0 0 0 406135 108 0 0 25 0 1 0 786585790 185430016 35392 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 45271 35392 249 26 0 41903 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 181084

[startup+4122.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/456 31345
/proc/meminfo: memFree=25692208/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4122.43 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 524858 0 0 0 412133 110 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4263700 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 100944

[startup+4182.32 s]
/proc/loadavg: 2.09 2.04 2.01 3/456 31346
/proc/meminfo: memFree=25641836/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=181084 CPUtime=4182.44 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 537843 0 0 0 418131 113 0 0 25 0 1 0 786585790 185430016 34897 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 45271 34897 249 26 0 41903 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 181084

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 31348
/proc/meminfo: memFree=25692632/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4242.43 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 539426 0 0 0 424129 114 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 100944

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 31349
/proc/meminfo: memFree=25692100/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4302.43 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 553690 0 0 0 430126 117 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 100944

[startup+4362.3 s]
/proc/loadavg: 1.72 1.95 1.98 2/450 31368
/proc/meminfo: memFree=25662904/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=150264 CPUtime=4362.43 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 565896 0 0 0 436124 119 0 0 25 0 1 0 786585790 153870336 34164 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 37566 34164 249 26 0 34198 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 150264

[startup+4422.3 s]
/proc/loadavg: 1.30 1.79 1.92 2/450 31370
/proc/meminfo: memFree=25678368/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=150264 CPUtime=4422.43 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 578511 0 0 0 442122 121 0 0 25 0 1 0 786585790 153870336 30330 33554432000 4194304 4300056 140734346079616 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 37566 30330 249 26 0 34198 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 150264

[startup+4482.3 s]
/proc/loadavg: 1.11 1.64 1.86 2/450 31371
/proc/meminfo: memFree=25710576/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4482.44 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 585125 0 0 0 448120 124 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256063 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 100944

[startup+4542.3 s]
/proc/loadavg: 1.04 1.52 1.80 2/450 31373
/proc/meminfo: memFree=25650900/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=181084 CPUtime=4542.44 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 600318 0 0 0 454116 128 0 0 25 0 1 0 786585790 185430016 37061 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 45271 37061 249 26 0 41903 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 181084

[startup+4602.3 s]
/proc/loadavg: 1.01 1.43 1.75 2/450 31374
/proc/meminfo: memFree=25663892/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=150264 CPUtime=4602.44 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 623927 0 0 0 460112 132 0 0 25 0 1 0 786585790 153870336 33648 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 37566 33648 249 26 0 34198 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 150264

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

[startup+4608.02 s]
/proc/loadavg: 1.01 1.42 1.75 2/450 31375
/proc/meminfo: memFree=25662280/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=150264 CPUtime=4608.15 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 624608 0 0 0 460683 132 0 0 25 0 1 0 786585790 153870336 34311 33554432000 4194304 4300056 140734346079616 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 37566 34311 249 26 0 34198 0
Current children cumulated CPU time (s) 4608.15
Current children cumulated vsize (KiB) 150264

[startup+4620.8 s]
/proc/loadavg: 1.01 1.40 1.74 2/450 31375
/proc/meminfo: memFree=25653968/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=181084 CPUtime=4620.94 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 626706 0 0 0 461961 133 0 0 25 0 1 0 786585790 185430016 36359 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 45271 36359 249 26 0 41903 0
Current children cumulated CPU time (s) 4620.94
Current children cumulated vsize (KiB) 181084

[startup+4627.2 s]
/proc/loadavg: 1.01 1.39 1.73 2/450 31375
/proc/meminfo: memFree=25710260/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4627.34 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 627534 0 0 0 462600 134 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4627.34
Current children cumulated vsize (KiB) 100944

[startup+4630.4 s]
/proc/loadavg: 1.01 1.39 1.73 2/450 31375
/proc/meminfo: memFree=25710748/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4630.54 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 627534 0 0 0 462920 134 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4630.54
Current children cumulated vsize (KiB) 100944

[startup+4633.6 s]
/proc/loadavg: 1.01 1.38 1.72 2/450 31375
/proc/meminfo: memFree=25710252/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4633.74 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 627534 0 0 0 463240 134 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4633.74
Current children cumulated vsize (KiB) 100944

[startup+4635.2 s]
/proc/loadavg: 1.01 1.38 1.72 2/450 31375
/proc/meminfo: memFree=25710004/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4635.34 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 627534 0 0 0 463400 134 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4635.34
Current children cumulated vsize (KiB) 100944

[startup+4636 s]
/proc/loadavg: 1.01 1.38 1.72 2/450 31375
/proc/meminfo: memFree=25710252/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4636.14 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 627534 0 0 0 463480 134 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4636.14
Current children cumulated vsize (KiB) 100944

[startup+4636.2 s]
/proc/loadavg: 1.01 1.38 1.72 2/450 31375
/proc/meminfo: memFree=25710252/32951124 swapFree=60476376/67111528
[pid=31165] ppid=31163 vsize=100944 CPUtime=4636.34 cores=1,3,5,7
/proc/31165/stat : 31165 (lr_gl_shr) R 31163 31165 30966 0 -1 4202496 627534 0 0 0 463500 134 0 0 25 0 1 0 786585790 103366656 22036 33554432000 4194304 4300056 140734346079616 18446744073709551615 4262778 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/31165/statm: 25236 22036 249 26 0 21868 0
Current children cumulated CPU time (s) 4636.34
Current children cumulated vsize (KiB) 100944

Child status: 20
Real time (s): 4636.23
CPU time (s): 4636.38
CPU user time (s): 4635.03
CPU system time (s): 1.3468
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 199584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4635.03
system time used= 1.34679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 627539
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= 9
involuntary context switches= 5066

runsolver used 19.635 second user time and 47.8157 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-01 17:21:39
IDJOB=3440059
IDBENCH=84215
IDSOLVER=1938
FILE ID=node147/3440059-1306941699
RUNJOBID= node147-1306940726-30985
PBS_JOBID= 13488601
Free space on /tmp= 73696 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/k2mul.miter.shuffled-as.sat03-355.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440059-1306941699/watcher-3440059-1306941699 -o /tmp/evaluation-result-3440059-1306941699/solver-3440059-1306941699 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440059-1306941699.cnf -verb=0 -model

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=620053735

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25351220 kB
Buffers:        200132 kB
Cached:         439224 kB
SwapCached:      11164 kB
Active:        6911020 kB
Inactive:       436828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25351220 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            1952 kB
Writeback:           0 kB
AnonPages:     6705372 kB
Mapped:          22864 kB
Slab:           125988 kB
PageTables:      59132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121245264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73760 MiB
End job on node147 at 2011-06-01 18:38:55