Trace number 3350127

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_NOSHR 2011-03-02UNSAT 386.073 386.063

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

386.01/386.03	c WARNING: for repeatability, setting FPU to use double precision
386.01/386.03	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: 961)

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-3350127-1304969592/watcher-3350127-1304969592 -o /tmp/evaluation-result-3350127-1304969592/solver-3350127-1304969592 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350127-1304969592.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.91 3.97 3.19 4/366 29378
/proc/meminfo: memFree=23388212/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=20380 CPUtime=0.01 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 720 0 0 0 1 0 0 0 25 0 1 0 608556911 20869120 648 33554432000 4194304 4300056 140735693102688 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 5095 648 219 26 0 1727 0

[startup+0.016174 s]
/proc/loadavg: 3.91 3.97 3.19 4/366 29378
/proc/meminfo: memFree=23388212/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=20952 CPUtime=0.01 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 912 0 0 0 1 0 0 0 25 0 1 0 608556911 21454848 833 33554432000 4194304 4300056 140735693102688 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 5238 833 219 26 0 1870 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20952

[startup+0.100209 s]
/proc/loadavg: 3.91 3.97 3.19 4/366 29378
/proc/meminfo: memFree=23388212/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=30256 CPUtime=0.09 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 4749 0 0 0 9 0 0 0 25 0 1 0 608556911 30982144 3954 33554432000 4194304 4300056 140735693102688 18446744073709551615 218905730816 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 7564 3955 220 26 0 4196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30256

[startup+0.300163 s]
/proc/loadavg: 3.91 3.97 3.19 4/366 29378
/proc/meminfo: memFree=23388212/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=64056 CPUtime=0.29 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 12523 0 0 0 27 2 0 0 25 0 1 0 608556911 65593344 10563 33554432000 4194304 4300056 140735693102688 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 16014 10563 220 26 0 12646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64056

[startup+0.701091 s]
/proc/loadavg: 3.91 3.97 3.19 4/366 29378
/proc/meminfo: memFree=23388212/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=68520 CPUtime=0.69 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 15073 0 0 0 67 2 0 0 25 0 1 0 608556911 70164480 12340 33554432000 4194304 4300056 140735693102688 18446744073709551615 4230419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 17130 12340 227 26 0 13762 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68520

[startup+1.50095 s]
/proc/loadavg: 3.91 3.97 3.19 5/367 29379
/proc/meminfo: memFree=23335016/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=69276 CPUtime=1.49 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 15442 0 0 0 147 2 0 0 25 0 1 0 608556911 70938624 12692 33554432000 4194304 4300056 140735693102688 18446744073709551615 4230428 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 17319 12692 228 26 0 13951 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69276

[startup+3.10066 s]
/proc/loadavg: 3.91 3.97 3.19 5/367 29379
/proc/meminfo: memFree=23337992/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=65340 CPUtime=3.09 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 20364 0 0 0 307 2 0 0 25 0 1 0 608556911 66908160 12293 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256696 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 16335 12293 247 26 0 12967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65340

[startup+6.30108 s]
/proc/loadavg: 3.92 3.97 3.20 5/367 29379
/proc/meminfo: memFree=23311208/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=95984 CPUtime=6.29 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 24995 0 0 0 625 4 0 0 25 0 1 0 608556911 98287616 16897 33554432000 4194304 4300056 140735693102688 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 23996 16898 247 26 0 20628 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95984

[startup+12.7009 s]
/proc/loadavg: 3.93 3.97 3.20 5/367 29379
/proc/meminfo: memFree=23260172/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=127184 CPUtime=12.69 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 33287 0 0 0 1263 6 0 0 25 0 1 0 608556911 130236416 25133 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 31796 25133 247 26 0 28428 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127184

[startup+25.5006 s]
/proc/loadavg: 3.94 3.97 3.21 5/367 29380
/proc/meminfo: memFree=23178304/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=180692 CPUtime=25.49 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 47291 0 0 0 2539 10 0 0 25 0 1 0 608556911 185028608 39042 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 45173 39042 247 26 0 41805 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 180692

[startup+51.101 s]
/proc/loadavg: 3.96 3.97 3.23 5/367 29380
/proc/meminfo: memFree=23078960/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=404768 CPUtime=51.1 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 73030 0 0 0 5093 17 0 0 25 0 1 0 608556911 414482432 64590 33554432000 4194304 4300056 140735693102688 18446744073709551615 4263401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 101192 64590 247 26 0 97824 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 404768

[startup+102.314 s]
/proc/loadavg: 3.93 3.96 3.26 5/367 29415
/proc/meminfo: memFree=22779368/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=420512 CPUtime=102.31 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 102303 0 0 0 10208 23 0 0 25 0 1 0 608556911 430604288 93667 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 105128 93667 247 26 0 101760 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 420512

[startup+162.301 s]
/proc/loadavg: 3.97 3.96 3.31 5/367 29416
/proc/meminfo: memFree=22450440/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=648040 CPUtime=162.29 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 128450 0 0 0 16199 30 0 0 25 0 1 0 608556911 663592960 119642 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 162010 119642 247 26 0 158642 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 648040

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.35 5/367 29447
/proc/meminfo: memFree=22308772/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=657112 CPUtime=222.3 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 151355 0 0 0 22193 37 0 0 25 0 1 0 608556911 672882688 142422 33554432000 4194304 4300056 140735693102688 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 164278 142422 247 26 0 160910 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 657112

[startup+282.3 s]
/proc/loadavg: 4.03 3.99 3.39 5/367 29450
/proc/meminfo: memFree=21975388/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=669220 CPUtime=282.3 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 166945 0 0 0 28189 41 0 0 25 0 1 0 608556911 685281280 157881 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 167305 157881 247 26 0 163937 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 669220

[startup+342.3 s]
/proc/loadavg: 4.01 3.99 3.43 5/367 29451
/proc/meminfo: memFree=21684084/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1023032 CPUtime=342.3 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 179741 0 0 0 34185 45 0 0 25 0 1 0 608556911 1047584768 170587 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 255758 170587 247 26 0 252390 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1023032

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

[startup+358.301 s]
/proc/loadavg: 4.01 3.99 3.43 5/367 29453
/proc/meminfo: memFree=21606200/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1025192 CPUtime=358.3 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 182893 0 0 0 35785 45 0 0 25 0 1 0 608556911 1049796608 173715 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 256298 173715 247 26 0 252930 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 1025192

[startup+371.1 s]
/proc/loadavg: 4.00 3.99 3.44 5/367 29453
/proc/meminfo: memFree=21544440/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1025192 CPUtime=371.1 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 185157 0 0 0 37064 46 0 0 25 0 1 0 608556911 1049796608 175966 33554432000 4194304 4300056 140735693102688 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 256298 175966 247 26 0 252930 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 1025192

[startup+377.501 s]
/proc/loadavg: 4.00 3.99 3.45 5/367 29453
/proc/meminfo: memFree=21508224/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1025192 CPUtime=377.5 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 186330 0 0 0 37704 46 0 0 25 0 1 0 608556911 1049796608 177131 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 256298 177131 247 26 0 252930 0
Current children cumulated CPU time (s) 377.5
Current children cumulated vsize (KiB) 1025192

[startup+380.701 s]
/proc/loadavg: 4.00 3.99 3.45 5/367 29453
/proc/meminfo: memFree=21489620/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1026632 CPUtime=380.7 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 187071 0 0 0 38024 46 0 0 25 0 1 0 608556911 1051271168 177869 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 256658 177869 247 26 0 253290 0
Current children cumulated CPU time (s) 380.7
Current children cumulated vsize (KiB) 1026632

[startup+383.914 s]
/proc/loadavg: 4.00 3.99 3.45 5/367 29453
/proc/meminfo: memFree=21474860/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1026632 CPUtime=383.92 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 187567 0 0 0 38345 47 0 0 25 0 1 0 608556911 1051271168 178365 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 256658 178365 247 26 0 253290 0
Current children cumulated CPU time (s) 383.92
Current children cumulated vsize (KiB) 1026632

[startup+384.701 s]
/proc/loadavg: 4.00 3.99 3.45 5/367 29453
/proc/meminfo: memFree=21474860/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1026632 CPUtime=384.7 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 187617 0 0 0 38423 47 0 0 25 0 1 0 608556911 1051271168 178415 33554432000 4194304 4300056 140735693102688 18446744073709551615 4262761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 256658 178415 247 26 0 253290 0
Current children cumulated CPU time (s) 384.7
Current children cumulated vsize (KiB) 1026632

[startup+385.501 s]
/proc/loadavg: 4.00 3.99 3.45 5/367 29453
/proc/meminfo: memFree=21469280/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1026632 CPUtime=385.5 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 187653 0 0 0 38503 47 0 0 25 0 1 0 608556911 1051271168 178451 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 256658 178451 247 26 0 253290 0
Current children cumulated CPU time (s) 385.5
Current children cumulated vsize (KiB) 1026632

[startup+385.901 s]
/proc/loadavg: 4.00 3.99 3.45 5/367 29453
/proc/meminfo: memFree=21469280/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1028792 CPUtime=385.9 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 188092 0 0 0 38543 47 0 0 25 0 1 0 608556911 1053483008 178889 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 257198 178889 247 26 0 253830 0
Current children cumulated CPU time (s) 385.9
Current children cumulated vsize (KiB) 1028792

[startup+386.001 s]
/proc/loadavg: 4.00 3.99 3.45 5/367 29453
/proc/meminfo: memFree=21463200/32951124 swapFree=65580836/67111528
[pid=29378] ppid=29376 vsize=1028792 CPUtime=386.01 cores=1,3
/proc/29378/stat : 29378 (lr_gl_shr) R 29376 29378 28937 0 -1 4202496 188139 0 0 0 38554 47 0 0 25 0 1 0 608556911 1053483008 178936 33554432000 4194304 4300056 140735693102688 18446744073709551615 4256566 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29378/statm: 257198 178936 247 26 0 253830 0
Current children cumulated CPU time (s) 386.01
Current children cumulated vsize (KiB) 1028792

Child status: 20
Real time (s): 386.063
CPU time (s): 386.073
CPU user time (s): 385.568
CPU system time (s): 0.504923
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1028792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 385.568
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188152
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= 1052

runsolver used 1.26681 second user time and 3.3085 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-09 21:33:12
IDJOB=3350127
IDBENCH=71743
IDSOLVER=1815
FILE ID=node137/3350127-1304969592
RUNJOBID= node137-1304968093-28957
PBS_JOBID= 13285613
Free space on /tmp= 37904 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350127-1304969592/watcher-3350127-1304969592 -o /tmp/evaluation-result-3350127-1304969592/solver-3350127-1304969592 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350127-1304969592.cnf -verb=0 -model -no-shrinking 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1920457511

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23388244 kB
Buffers:        137232 kB
Cached:        1250280 kB
SwapCached:      36192 kB
Active:        1689452 kB
Inactive:      7682016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23388244 kB
SwapTotal:    67111528 kB
SwapFree:     65580836 kB
Dirty:           13596 kB
Writeback:           8 kB
AnonPages:     7957288 kB
Mapped:          19592 kB
Slab:            88288 kB
PageTables:      40136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76659072 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= 37880 MiB
End job on node137 at 2011-05-09 21:39:38