Trace number 3350176

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-02? (TO) 1300.06 1300.02

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 0,2

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: 1.73 2.36 2.88 3/356 30039
/proc/meminfo: memFree=23910428/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=24464 CPUtime=0 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 1453 0 0 0 0 0 0 0 22 0 1 0 608970910 25051136 1343 33554432000 4194304 4300056 140737324430608 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 6116 1343 220 26 0 2748 0

[startup+0.11109 s]
/proc/loadavg: 1.73 2.36 2.88 3/356 30039
/proc/meminfo: memFree=23910428/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=30012 CPUtime=0.09 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 3459 0 0 0 9 0 0 0 23 0 1 0 608970910 30732288 3174 33554432000 4194304 4300056 140737324430608 18446744073709551615 4200896 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 7503 3174 222 26 0 4135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30012

[startup+0.201112 s]
/proc/loadavg: 1.73 2.36 2.88 3/356 30039
/proc/meminfo: memFree=23910428/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=32488 CPUtime=0.18 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 4927 0 0 0 18 0 0 0 23 0 1 0 608970910 33267712 4361 33554432000 4194304 4300056 140737324430608 18446744073709551615 4230352 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 8122 4361 226 26 0 4754 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 32488

[startup+0.301127 s]
/proc/loadavg: 1.73 2.36 2.88 3/356 30039
/proc/meminfo: memFree=23910428/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=34256 CPUtime=0.28 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 5483 0 0 0 28 0 0 0 23 0 1 0 608970910 35078144 4893 33554432000 4194304 4300056 140737324430608 18446744073709551615 4217505 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 8564 4893 228 26 0 5196 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34256

[startup+0.700996 s]
/proc/loadavg: 1.73 2.36 2.88 3/356 30039
/proc/meminfo: memFree=23910428/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=32192 CPUtime=0.68 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 6324 0 0 0 68 0 0 0 25 0 1 0 608970910 32964608 4217 33554432000 4194304 4300056 140737324430608 18446744073709551615 4251808 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 8048 4217 246 26 0 4680 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32192

[startup+1.50088 s]
/proc/loadavg: 1.73 2.36 2.88 5/361 30049
/proc/meminfo: memFree=23829508/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=32192 CPUtime=1.48 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 6339 0 0 0 148 0 0 0 25 0 1 0 608970910 32964608 4228 33554432000 4194304 4300056 140737324430608 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 8048 4228 246 26 0 4680 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32192

[startup+3.10061 s]
/proc/loadavg: 1.91 2.39 2.88 5/364 30056
/proc/meminfo: memFree=23719680/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=32192 CPUtime=3.08 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 6355 0 0 0 308 0 0 0 25 0 1 0 608970910 32964608 4242 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 8048 4242 247 26 0 4680 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32192

[startup+6.30101 s]
/proc/loadavg: 1.91 2.39 2.88 5/367 30062
/proc/meminfo: memFree=23401456/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=32192 CPUtime=6.28 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 6370 0 0 0 628 0 0 0 25 0 1 0 608970910 32964608 4256 33554432000 4194304 4300056 140737324430608 18446744073709551615 4254746 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 8048 4256 247 26 0 4680 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32192

[startup+12.7009 s]
/proc/loadavg: 2.23 2.44 2.89 5/367 30062
/proc/meminfo: memFree=23253924/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=32192 CPUtime=12.68 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 6379 0 0 0 1268 0 0 0 25 0 1 0 608970910 32964608 4264 33554432000 4194304 4300056 140737324430608 18446744073709551615 4254452 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 8048 4264 247 26 0 4680 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32192

[startup+25.5006 s]
/proc/loadavg: 2.50 2.49 2.91 5/367 30062
/proc/meminfo: memFree=23252300/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=32192 CPUtime=25.48 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 6395 0 0 0 2548 0 0 0 25 0 1 0 608970910 32964608 4279 33554432000 4194304 4300056 140737324430608 18446744073709551615 4255966 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 8048 4279 247 26 0 4680 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32192

[startup+51.1009 s]
/proc/loadavg: 3.01 2.61 2.93 5/367 30063
/proc/meminfo: memFree=23218352/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=58404 CPUtime=51.09 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 11004 0 0 0 5107 2 0 0 25 0 1 0 608970910 59805696 8850 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 14601 8850 247 26 0 11233 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58404

[startup+102.301 s]
/proc/loadavg: 3.60 2.84 2.99 5/367 30064
/proc/meminfo: memFree=22980972/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=252056 CPUtime=102.3 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 53675 0 0 0 10218 12 0 0 25 0 1 0 608970910 258105344 51406 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 63014 51406 247 26 0 59646 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 252056

[startup+162.301 s]
/proc/loadavg: 3.84 3.03 3.05 5/367 30066
/proc/meminfo: memFree=22968992/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=260152 CPUtime=162.3 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 107132 0 0 0 16204 26 0 0 25 0 1 0 608970910 266395648 45530 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 65038 45530 247 26 0 61670 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 260152

[startup+222.314 s]
/proc/loadavg: 3.94 3.22 3.11 5/367 30067
/proc/meminfo: memFree=22870476/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=264284 CPUtime=222.31 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 175087 0 0 0 22190 41 0 0 25 0 1 0 608970910 270626816 62054 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256515 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 66071 62054 247 26 0 62703 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 264284

[startup+282.301 s]
/proc/loadavg: 4.02 3.36 3.16 5/367 30069
/proc/meminfo: memFree=22986136/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=140012 CPUtime=282.3 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 226981 0 0 0 28179 51 0 0 25 0 1 0 608970910 143372288 25860 33554432000 4194304 4300056 140737324430608 18446744073709551615 4252725 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 35003 25860 247 26 0 31635 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 140012

[startup+342.3 s]
/proc/loadavg: 4.00 3.48 3.22 5/367 30071
/proc/meminfo: memFree=22958064/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=142844 CPUtime=342.29 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 285279 0 0 0 34167 62 0 0 25 0 1 0 608970910 146272256 26195 33554432000 4194304 4300056 140737324430608 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 35711 26195 247 26 0 32343 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 142844

[startup+402.301 s]
/proc/loadavg: 4.14 3.61 3.28 5/367 30072
/proc/meminfo: memFree=22729116/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=409972 CPUtime=402.29 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 336958 0 0 0 40158 71 0 0 25 0 1 0 608970910 419811328 77742 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 102493 77742 247 26 0 99125 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 409972

[startup+462.301 s]
/proc/loadavg: 4.12 3.71 3.33 5/367 30074
/proc/meminfo: memFree=22691504/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=411964 CPUtime=462.3 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 407926 0 0 0 46141 89 0 0 25 0 1 0 608970910 421851136 81891 33554432000 4194304 4300056 140737324430608 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 102991 81891 247 26 0 99623 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 411964

[startup+522.301 s]
/proc/loadavg: 4.16 3.79 3.38 5/367 30075
/proc/meminfo: memFree=22412204/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=632340 CPUtime=522.3 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 473240 0 0 0 52128 102 0 0 25 0 1 0 608970910 647516160 147120 33554432000 4194304 4300056 140737324430608 18446744073709551615 4252424 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 158085 147120 247 26 0 154717 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 632340

[startup+582.301 s]
/proc/loadavg: 4.11 3.84 3.42 5/367 30077
/proc/meminfo: memFree=22732828/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=286584 CPUtime=582.3 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 526841 0 0 0 58113 117 0 0 25 0 1 0 608970910 293462016 62454 33554432000 4194304 4300056 140737324430608 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 71646 62454 247 26 0 68278 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 286584

[startup+642.301 s]
/proc/loadavg: 4.04 3.87 3.45 5/367 30080
/proc/meminfo: memFree=22724464/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=289500 CPUtime=642.31 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 587697 0 0 0 64100 131 0 0 25 0 1 0 608970910 296448000 57673 33554432000 4194304 4300056 140737324430608 18446744073709551615 4252692 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 72375 57673 247 26 0 69007 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 289500

[startup+702.3 s]
/proc/loadavg: 4.01 3.89 3.48 5/367 30081
/proc/meminfo: memFree=22653216/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=424200 CPUtime=702.31 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 661319 0 0 0 70084 147 0 0 25 0 1 0 608970910 434380800 69390 33554432000 4194304 4300056 140737324430608 18446744073709551615 4252407 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 106050 69390 247 26 0 102682 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 424200

[startup+762.3 s]
/proc/loadavg: 4.00 3.91 3.51 5/367 30083
/proc/meminfo: memFree=22823792/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=103128 CPUtime=762.32 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 728790 0 0 0 76069 163 0 0 25 0 1 0 608970910 105603072 21895 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 25782 21895 247 26 0 22414 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 103128

[startup+822.301 s]
/proc/loadavg: 4.06 3.94 3.55 5/367 30084
/proc/meminfo: memFree=22561704/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=429400 CPUtime=822.31 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 789136 0 0 0 82057 174 0 0 25 0 1 0 608970910 439705600 82090 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 107350 82090 247 26 0 103982 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 429400

[startup+882.314 s]
/proc/loadavg: 4.02 3.95 3.57 5/367 30086
/proc/meminfo: memFree=22626880/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=298628 CPUtime=882.32 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 843318 0 0 0 88044 188 0 0 25 0 1 0 608970910 305795072 58928 33554432000 4194304 4300056 140737324430608 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 74657 58928 247 26 0 71289 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 298628

[startup+942.301 s]
/proc/loadavg: 4.20 4.00 3.61 5/367 30088
/proc/meminfo: memFree=22666140/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=220260 CPUtime=942.32 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 926596 0 0 0 94027 205 0 0 25 0 1 0 608970910 225546240 44184 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 55065 44184 247 26 0 51697 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 220260

[startup+1002.3 s]
/proc/loadavg: 4.11 4.01 3.64 5/367 30089
/proc/meminfo: memFree=22352868/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=653356 CPUtime=1002.31 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 1001762 0 0 0 100011 220 0 0 25 0 1 0 608970910 669036544 119231 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256231 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 163339 119231 247 26 0 159971 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 653356

[startup+1062.3 s]
/proc/loadavg: 4.12 4.02 3.66 5/367 30091
/proc/meminfo: memFree=22542408/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=308236 CPUtime=1062.32 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 1063112 0 0 0 105996 236 0 0 25 0 1 0 608970910 315633664 63494 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 77059 63494 247 26 0 73691 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 308236

[startup+1122.3 s]
/proc/loadavg: 4.11 4.03 3.69 5/367 30092
/proc/meminfo: memFree=22530316/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=310152 CPUtime=1122.32 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 1126465 0 0 0 111980 252 0 0 25 0 1 0 608970910 317595648 57638 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 77538 57638 247 26 0 74170 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 310152

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.70 5/367 30106
/proc/meminfo: memFree=22634996/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=119040 CPUtime=1182.32 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 1177699 0 0 0 117967 265 0 0 25 0 1 0 608970910 121896960 25258 33554432000 4194304 4300056 140737324430608 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 29760 25258 247 26 0 26392 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 119040

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.72 5/367 30108
/proc/meminfo: memFree=22377264/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=445616 CPUtime=1242.32 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 1234828 0 0 0 123955 277 0 0 25 0 1 0 608970910 456310784 82244 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 111404 82244 247 26 0 108036 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 445616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.73 4/365 30110
/proc/meminfo: memFree=22511024/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=233492 CPUtime=1300.03 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 1288291 0 0 0 129711 292 0 0 25 0 1 0 608970910 239095808 51641 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 58373 51641 247 26 0 55005 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 233492

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.73 4/365 30110
/proc/meminfo: memFree=22511024/32951124 swapFree=65580836/67111528
[pid=30039] ppid=30036 vsize=233492 CPUtime=1300.03 cores=0,2
/proc/30039/stat : 30039 (lr_gl_shr) R 30036 30039 28937 0 -1 4202496 1288291 0 0 0 129711 292 0 0 25 0 1 0 608970910 239095808 51641 33554432000 4194304 4300056 140737324430608 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30039/statm: 58373 51641 247 26 0 55005 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 233492

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1297.12
CPU system time (s): 2.93555
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 655420

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

runsolver used 4.90925 second user time and 10.3064 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-09 22:42:12
IDJOB=3350176
IDBENCH=84227
IDSOLVER=1815
FILE ID=node137/3350176-1304973732
RUNJOBID= node137-1304973732-30012
PBS_JOBID= 13285613
Free space on /tmp= 37964 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350176-1304973732/watcher-3350176-1304973732 -o /tmp/evaluation-result-3350176-1304973732/solver-3350176-1304973732 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350176-1304973732.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1402243891

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:      23910832 kB
Buffers:        140840 kB
Cached:        1266656 kB
SwapCached:      36192 kB
Active:        1088412 kB
Inactive:      7761800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23910832 kB
SwapTotal:    67111528 kB
SwapFree:     65580836 kB
Dirty:            5192 kB
Writeback:           0 kB
AnonPages:     7415776 kB
Mapped:          19056 kB
Slab:            88000 kB
PageTables:      39308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75924248 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= 37872 MiB
End job on node137 at 2011-05-09 23:03:54