Trace number 3440106

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 686.442 686.42

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark552.98
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

686.32/686.39	c WARNING: for repeatability, setting FPU to use double precision
686.32/686.39	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-3440106-1306944786/watcher-3440106-1306944786 -o /tmp/evaluation-result-3440106-1306944786/solver-3440106-1306944786 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440106-1306944786.cnf -verb=0 -model 

running on 4 cores: 0,2,4,6

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: 1.51 1.63 1.84 2/436 5210
/proc/meminfo: memFree=20084408/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=20056 CPUtime=0 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 625 0 0 0 0 0 0 0 23 0 1 0 806077117 20537344 554 33554432000 4194304 4300056 140734301343152 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 5014 554 219 26 0 1646 0

[startup+0.0476289 s]
/proc/loadavg: 1.51 1.63 1.84 2/436 5210
/proc/meminfo: memFree=20084408/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=23996 CPUtime=0.04 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 2064 0 0 0 4 0 0 0 23 0 1 0 806077117 24571904 1831 33554432000 4194304 4300056 140734301343152 18446744073709551615 255377301248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 5999 1834 220 26 0 2631 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23996

[startup+0.10061 s]
/proc/loadavg: 1.51 1.63 1.84 2/436 5210
/proc/meminfo: memFree=20084408/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=29904 CPUtime=0.09 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 4155 0 0 0 9 0 0 0 23 0 1 0 806077117 30621696 3598 33554432000 4194304 4300056 140734301343152 18446744073709551615 4224211 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 7476 3598 220 26 0 4108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29904

[startup+0.300584 s]
/proc/loadavg: 1.51 1.63 1.84 2/436 5210
/proc/meminfo: memFree=20084408/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=56532 CPUtime=0.29 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 11871 0 0 0 27 2 0 0 25 0 1 0 806077117 57888768 10011 33554432000 4194304 4300056 140734301343152 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 14133 10011 220 26 0 10765 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56532

[startup+0.700498 s]
/proc/loadavg: 1.51 1.63 1.84 2/436 5210
/proc/meminfo: memFree=20084408/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=113900 CPUtime=0.69 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 26678 0 0 0 64 5 0 0 25 0 1 0 806077117 116633600 22474 33554432000 4194304 4300056 140734301343152 18446744073709551615 255377301248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 28475 22476 220 26 0 25107 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113900

[startup+1.5004 s]
/proc/loadavg: 1.51 1.63 1.84 3/437 5211
/proc/meminfo: memFree=19963384/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=205692 CPUtime=1.49 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 55059 0 0 0 139 10 0 0 25 0 1 0 806077117 210628608 45805 33554432000 4194304 4300056 140734301343152 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 51423 45806 220 26 0 48055 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205692

[startup+3.10109 s]
/proc/loadavg: 1.55 1.64 1.84 3/437 5211
/proc/meminfo: memFree=19842668/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=420616 CPUtime=3.09 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 104538 0 0 0 289 20 0 0 25 0 1 0 806077117 430710784 89368 33554432000 4194304 4300056 140734301343152 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 105154 89370 220 26 0 101786 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 420616

[startup+6.30051 s]
/proc/loadavg: 1.55 1.64 1.84 3/437 5211
/proc/meminfo: memFree=19473200/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=692460 CPUtime=6.29 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 185174 0 0 0 593 36 0 0 25 0 1 0 806077117 709079040 153512 33554432000 4194304 4300056 140734301343152 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173115 153512 227 26 0 169747 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 692460

[startup+12.7003 s]
/proc/loadavg: 1.62 1.65 1.85 3/437 5211
/proc/meminfo: memFree=19467884/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=724504 CPUtime=12.69 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 198255 0 0 0 1232 37 0 0 25 0 1 0 806077117 741892096 166183 33554432000 4194304 4300056 140734301343152 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 181126 166183 228 26 0 177758 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 724504

[startup+25.501 s]
/proc/loadavg: 1.75 1.68 1.85 3/437 5211
/proc/meminfo: memFree=19386836/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=905796 CPUtime=25.49 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 244090 0 0 0 2507 42 0 0 25 0 1 0 806077117 927535104 190968 33554432000 4194304 4300056 140734301343152 18446744073709551615 4259145 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 226449 190972 228 26 0 223081 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 905796

[startup+51.1012 s]
/proc/loadavg: 1.83 1.70 1.85 3/437 5212
/proc/meminfo: memFree=19489196/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=51.09 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 250416 0 0 0 5064 45 0 0 25 0 1 0 806077117 710840320 147795 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 147795 247 26 0 170177 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 694180

[startup+102.317 s]
/proc/loadavg: 2.01 1.78 1.87 3/437 5213
/proc/meminfo: memFree=19476908/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=102.31 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 252151 0 0 0 10185 46 0 0 25 0 1 0 806077117 710840320 149509 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 149509 249 26 0 170177 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 694180

[startup+162.301 s]
/proc/loadavg: 2.10 1.85 1.89 3/437 5215
/proc/meminfo: memFree=19462100/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=162.29 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 254014 0 0 0 16183 46 0 0 25 0 1 0 806077117 710840320 151340 33554432000 4194304 4300056 140734301343152 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 151340 249 26 0 170177 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 694180

[startup+222.301 s]
/proc/loadavg: 2.11 1.89 1.90 3/437 5216
/proc/meminfo: memFree=19487840/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=612792 CPUtime=222.3 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 291030 0 0 0 22178 52 0 0 25 0 1 0 806077117 627499008 143376 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 153198 143376 249 26 0 149830 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 612792

[startup+282.3 s]
/proc/loadavg: 2.20 1.94 1.91 3/437 5218
/proc/meminfo: memFree=19478396/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=612792 CPUtime=282.3 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 292222 0 0 0 28178 52 0 0 25 0 1 0 806077117 627499008 144546 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 153198 144546 249 26 0 149830 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 612792

[startup+342.3 s]
/proc/loadavg: 2.18 1.98 1.93 3/437 5220
/proc/meminfo: memFree=19466840/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=342.31 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 293508 0 0 0 34178 53 0 0 25 0 1 0 806077117 710840320 145814 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 145814 249 26 0 170177 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 694180

[startup+402.301 s]
/proc/loadavg: 2.15 2.01 1.94 3/437 5221
/proc/meminfo: memFree=19453768/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=402.3 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 294879 0 0 0 40177 53 0 0 25 0 1 0 806077117 710840320 147160 33554432000 4194304 4300056 140734301343152 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 147160 249 26 0 170177 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 694180

[startup+462.301 s]
/proc/loadavg: 2.05 2.00 1.94 3/437 5223
/proc/meminfo: memFree=19504680/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=462.31 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 296158 0 0 0 46177 54 0 0 25 0 1 0 806077117 710840320 148424 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 148424 249 26 0 170177 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 694180

[startup+522.301 s]
/proc/loadavg: 2.02 2.00 1.94 3/437 5224
/proc/meminfo: memFree=19492356/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=522.31 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 297400 0 0 0 52176 55 0 0 25 0 1 0 806077117 710840320 149647 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 149647 249 26 0 170177 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 694180

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/437 5226
/proc/meminfo: memFree=19481412/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=582.31 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 298852 0 0 0 58175 56 0 0 25 0 1 0 806077117 710840320 151079 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 151079 249 26 0 170177 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 694180

[startup+642.301 s]
/proc/loadavg: 2.06 2.01 1.94 3/437 5228
/proc/meminfo: memFree=19469348/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=642.32 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 300054 0 0 0 64175 57 0 0 25 0 1 0 806077117 710840320 152249 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 152249 249 26 0 170177 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 694180

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

[startup+665.517 s]
/proc/loadavg: 2.04 2.01 1.94 3/437 5228
/proc/meminfo: memFree=19464124/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=665.53 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 300795 0 0 0 66496 57 0 0 25 0 1 0 806077117 710840320 152985 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 152985 249 26 0 170177 0
Current children cumulated CPU time (s) 665.53
Current children cumulated vsize (KiB) 694180

[startup+678.301 s]
/proc/loadavg: 2.11 2.03 1.95 3/437 5229
/proc/meminfo: memFree=19461144/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=678.31 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 301287 0 0 0 67773 58 0 0 25 0 1 0 806077117 710840320 153466 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 153466 249 26 0 170177 0
Current children cumulated CPU time (s) 678.31
Current children cumulated vsize (KiB) 694180

[startup+681.5 s]
/proc/loadavg: 2.11 2.03 1.95 3/437 5229
/proc/meminfo: memFree=19460028/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=681.51 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 301416 0 0 0 68093 58 0 0 25 0 1 0 806077117 710840320 153595 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 153595 249 26 0 170177 0
Current children cumulated CPU time (s) 681.51
Current children cumulated vsize (KiB) 694180

[startup+684.701 s]
/proc/loadavg: 2.10 2.03 1.95 3/437 5229
/proc/meminfo: memFree=19457424/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=684.71 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 301665 0 0 0 68413 58 0 0 25 0 1 0 806077117 710840320 153843 33554432000 4194304 4300056 140734301343152 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 153843 249 26 0 170177 0
Current children cumulated CPU time (s) 684.71
Current children cumulated vsize (KiB) 694180

[startup+685.501 s]
/proc/loadavg: 2.10 2.03 1.95 3/437 5229
/proc/meminfo: memFree=19457420/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=694180 CPUtime=685.51 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 301753 0 0 0 68493 58 0 0 25 0 1 0 806077117 710840320 153929 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 173545 153929 249 26 0 170177 0
Current children cumulated CPU time (s) 685.51
Current children cumulated vsize (KiB) 694180

[startup+685.901 s]
/proc/loadavg: 2.10 2.03 1.95 3/437 5229
/proc/meminfo: memFree=19457420/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=824408 CPUtime=685.91 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 301787 0 0 0 68533 58 0 0 25 0 1 0 806077117 844193792 153963 33554432000 4194304 4300056 140734301343152 18446744073709551615 4258659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 206102 153963 249 26 0 202734 0
Current children cumulated CPU time (s) 685.91
Current children cumulated vsize (KiB) 824408

[startup+686.301 s]
/proc/loadavg: 2.10 2.03 1.95 3/437 5229
/proc/meminfo: memFree=19524008/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=612792 CPUtime=686.32 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202496 330021 0 0 0 68570 62 0 0 25 0 1 0 806077117 627499008 137061 33554432000 4194304 4300056 140734301343152 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5210/statm: 153198 137061 249 26 0 149830 0
Current children cumulated CPU time (s) 686.32
Current children cumulated vsize (KiB) 612792

[startup+686.417 s]
/proc/loadavg: 2.10 2.03 1.95 3/437 5229
/proc/meminfo: memFree=19524008/32951124 swapFree=60787360/67111528
[pid=5210] ppid=5208 vsize=0 CPUtime=686.43 cores=0,2,4,6
/proc/5210/stat : 5210 (lr_gl_shr) R 5208 5210 4249 0 -1 4202500 330038 0 0 0 68578 65 0 0 25 0 1 0 806077117 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/5210/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 686.43
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 686.42
CPU time (s): 686.442
CPU user time (s): 685.788
CPU system time (s): 0.6539
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 905796

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

runsolver used 3.13852 second user time and 6.85596 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-01 18:13:13
IDJOB=3440106
IDBENCH=88159
IDSOLVER=1938
FILE ID=node135/3440106-1306944786
RUNJOBID= node135-1306944753-5161
PBS_JOBID= 13488581
Free space on /tmp= 73400 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440106-1306944786/watcher-3440106-1306944786 -o /tmp/evaluation-result-3440106-1306944786/solver-3440106-1306944786 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440106-1306944786.cnf -verb=0 -model

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1636968606

node135.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.851
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.70
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20084564 kB
Buffers:        137900 kB
Cached:         671952 kB
SwapCached:       6168 kB
Active:       12345192 kB
Inactive:       253808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20084564 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:          415272 kB
Writeback:           0 kB
AnonPages:    11788264 kB
Mapped:          26108 kB
Slab:           133564 kB
PageTables:      67300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125178212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73400 MiB
End job on node135 at 2011-06-01 18:24:39