Trace number 3349882

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_NOGL_NOSHR 2011-03-02? (TO) 1300.14 1300.09

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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

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: 0.16 0.03 0.01 4/334 5173
/proc/meminfo: memFree=11791352/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=21556 CPUtime=0 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 877 0 0 0 0 0 0 0 21 0 1 0 589225067 22073344 819 33554432000 4194304 4300056 140735165177904 18446744073709551615 4270902 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 5389 820 220 26 0 2021 0

[startup+0.049782 s]
/proc/loadavg: 0.16 0.03 0.01 4/334 5173
/proc/meminfo: memFree=11791352/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=29244 CPUtime=0.04 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 2990 0 0 0 4 0 0 0 21 0 1 0 589225067 29945856 2830 33554432000 4194304 4300056 140735165177904 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 7311 2831 220 26 0 3943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29244

[startup+0.100776 s]
/proc/loadavg: 0.16 0.03 0.01 4/334 5173
/proc/meminfo: memFree=11791352/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=46524 CPUtime=0.09 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 7072 0 0 0 8 1 0 0 21 0 1 0 589225067 47640576 6685 33554432000 4194304 4300056 140735165177904 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 11631 6685 220 26 0 8263 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46524

[startup+0.300776 s]
/proc/loadavg: 0.16 0.03 0.01 4/334 5173
/proc/meminfo: memFree=11791352/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=86704 CPUtime=0.29 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 17683 0 0 0 27 2 0 0 22 0 1 0 589225067 88784896 16333 33554432000 4194304 4300056 140735165177904 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 21676 16334 220 26 0 18308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86704

[startup+0.700692 s]
/proc/loadavg: 0.16 0.03 0.01 4/334 5173
/proc/meminfo: memFree=11791352/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=121064 CPUtime=0.69 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 28628 0 0 0 65 4 0 0 23 0 1 0 589225067 123969536 25500 33554432000 4194304 4300056 140735165177904 18446744073709551615 270338383616 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 30266 25501 222 26 0 26898 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121064

[startup+1.50053 s]
/proc/loadavg: 0.16 0.03 0.01 5/340 5184
/proc/meminfo: memFree=11480912/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=162924 CPUtime=1.49 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 37241 0 0 0 144 5 0 0 25 0 1 0 589225067 166834176 33697 33554432000 4194304 4300056 140735165177904 18446744073709551615 270338032737 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 40731 33697 228 26 0 37363 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162924

[startup+3.1002 s]
/proc/loadavg: 0.16 0.03 0.01 5/343 5190
/proc/meminfo: memFree=11403132/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=143568 CPUtime=3.09 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 45051 0 0 0 303 6 0 0 25 0 1 0 589225067 147013632 29402 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 35892 29402 246 26 0 32524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143568

[startup+6.30054 s]
/proc/loadavg: 0.47 0.10 0.03 5/343 5190
/proc/meminfo: memFree=11430484/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=143568 CPUtime=6.29 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 45762 0 0 0 623 6 0 0 25 0 1 0 589225067 147013632 30111 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 35892 30111 246 26 0 32524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143568

[startup+12.7003 s]
/proc/loadavg: 0.75 0.16 0.05 5/343 5191
/proc/meminfo: memFree=11372856/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=155244 CPUtime=12.69 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 47361 0 0 0 1262 7 0 0 25 0 1 0 589225067 158969856 31705 33554432000 4194304 4300056 140735165177904 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 38811 31705 247 26 0 35443 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155244

[startup+25.5007 s]
/proc/loadavg: 1.47 0.35 0.12 5/343 5191
/proc/meminfo: memFree=11225444/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=174212 CPUtime=25.49 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 51182 0 0 0 2541 8 0 0 25 0 1 0 589225067 178393088 35517 33554432000 4194304 4300056 140735165177904 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 43553 35517 247 26 0 40185 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 174212

[startup+51.1007 s]
/proc/loadavg: 2.33 0.64 0.22 5/343 5191
/proc/meminfo: memFree=11040272/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=205032 CPUtime=51.09 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 61301 0 0 0 5097 12 0 0 25 0 1 0 589225067 209952768 45628 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 51258 45628 247 26 0 47890 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 205032

[startup+102.312 s]
/proc/loadavg: 3.27 1.16 0.41 5/343 5193
/proc/meminfo: memFree=10696120/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=336508 CPUtime=102.3 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 79071 0 0 0 10214 16 0 0 25 0 1 0 589225067 344584192 63373 33554432000 4194304 4300056 140735165177904 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 84127 63373 247 26 0 80759 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 336508

[startup+162.301 s]
/proc/loadavg: 3.78 1.69 0.64 5/343 5195
/proc/meminfo: memFree=10312816/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=469800 CPUtime=162.3 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 99896 0 0 0 16208 22 0 0 25 0 1 0 589225067 481075200 84174 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 117450 84174 247 26 0 114082 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 469800

[startup+222.301 s]
/proc/loadavg: 3.92 2.11 0.85 5/343 5196
/proc/meminfo: memFree=9947864/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=474320 CPUtime=222.29 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 121523 0 0 0 22202 27 0 0 25 0 1 0 589225067 485703680 105763 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 118580 105763 247 26 0 115212 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 474320

[startup+282.301 s]
/proc/loadavg: 4.08 2.48 1.05 5/343 5198
/proc/meminfo: memFree=9583272/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=692860 CPUtime=282.3 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 140352 0 0 0 28197 33 0 0 25 0 1 0 589225067 709488640 124564 33554432000 4194304 4300056 140735165177904 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 173215 124564 247 26 0 169847 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 692860

[startup+342.301 s]
/proc/loadavg: 4.03 2.75 1.23 5/343 5199
/proc/meminfo: memFree=9258124/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=696032 CPUtime=342.3 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 160508 0 0 0 34193 37 0 0 25 0 1 0 589225067 712736768 144691 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 174008 144691 247 26 0 170640 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 696032

[startup+402.301 s]
/proc/loadavg: 4.01 2.98 1.40 5/343 5201
/proc/meminfo: memFree=8938928/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=700868 CPUtime=402.3 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 180099 0 0 0 40187 43 0 0 25 0 1 0 589225067 717688832 164260 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 175217 164260 247 26 0 171849 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 700868

[startup+462.301 s]
/proc/loadavg: 4.08 3.19 1.57 5/343 5203
/proc/meminfo: memFree=8615880/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1054028 CPUtime=462.31 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 199495 0 0 0 46184 47 0 0 25 0 1 0 589225067 1079324672 183633 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 263507 183633 247 26 0 260139 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1054028

[startup+522.301 s]
/proc/loadavg: 4.13 3.36 1.73 5/343 5231
/proc/meminfo: memFree=9204264/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1057200 CPUtime=522.31 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 219250 0 0 0 52179 52 0 0 25 0 1 0 589225067 1082572800 203369 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 264300 203369 247 26 0 260932 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1057200

[startup+582.301 s]
/proc/loadavg: 4.05 3.48 1.87 5/343 5233
/proc/meminfo: memFree=8970876/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1061604 CPUtime=582.32 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 237779 0 0 0 58175 57 0 0 25 0 1 0 589225067 1087082496 221882 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 265401 221882 247 26 0 262033 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1061604

[startup+642.3 s]
/proc/loadavg: 4.08 3.59 2.01 5/343 5234
/proc/meminfo: memFree=8769340/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1065400 CPUtime=642.32 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 256893 0 0 0 64171 61 0 0 25 0 1 0 589225067 1090969600 240983 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 266350 240983 247 26 0 262982 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1065400

[startup+702.3 s]
/proc/loadavg: 4.03 3.66 2.13 5/343 5236
/proc/meminfo: memFree=8534312/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1069568 CPUtime=702.32 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 273513 0 0 0 70164 68 0 0 25 0 1 0 589225067 1095237632 257586 33554432000 4194304 4300056 140735165177904 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 267392 257586 247 26 0 264024 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1069568

[startup+762.312 s]
/proc/loadavg: 4.07 3.73 2.25 5/343 5238
/proc/meminfo: memFree=8298436/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1640004 CPUtime=762.34 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 292812 0 0 0 76161 73 0 0 25 0 1 0 589225067 1679364096 276869 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 410001 276869 247 26 0 406633 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 1640004

[startup+822.3 s]
/proc/loadavg: 4.02 3.78 2.36 5/343 5239
/proc/meminfo: memFree=8104732/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1643256 CPUtime=822.32 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 311104 0 0 0 82154 78 0 0 25 0 1 0 589225067 1682694144 295138 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 410814 295138 247 26 0 407446 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1643256

[startup+882.301 s]
/proc/loadavg: 4.01 3.82 2.46 5/343 5268
/proc/meminfo: memFree=7697048/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1644772 CPUtime=882.33 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 330967 0 0 0 88149 84 0 0 25 0 1 0 589225067 1684246528 314987 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 411193 314987 247 26 0 407825 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1644772

[startup+942.301 s]
/proc/loadavg: 4.12 3.88 2.56 5/343 5269
/proc/meminfo: memFree=7481140/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1647660 CPUtime=942.33 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 349307 0 0 0 94143 90 0 0 25 0 1 0 589225067 1687203840 333309 33554432000 4194304 4300056 140735165177904 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 411915 333309 247 26 0 408547 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1647660

[startup+1002.3 s]
/proc/loadavg: 4.10 3.91 2.65 5/343 5298
/proc/meminfo: memFree=7445312/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1651920 CPUtime=1002.33 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 365441 0 0 0 100140 93 0 0 25 0 1 0 589225067 1691566080 349428 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 412980 349428 247 26 0 409612 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1651920

[startup+1062.3 s]
/proc/loadavg: 4.04 3.93 2.73 5/343 5303
/proc/meminfo: memFree=7215848/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1655332 CPUtime=1062.34 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 382699 0 0 0 106137 97 0 0 25 0 1 0 589225067 1695059968 366670 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 413833 366670 247 26 0 410465 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1655332

[startup+1122.3 s]
/proc/loadavg: 4.01 3.94 2.81 5/343 5304
/proc/meminfo: memFree=6993120/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1659472 CPUtime=1122.33 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 398435 0 0 0 112131 102 0 0 25 0 1 0 589225067 1699299328 382389 33554432000 4194304 4300056 140735165177904 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 414868 382389 247 26 0 411500 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1659472

[startup+1182.3 s]
/proc/loadavg: 4.04 3.96 2.89 5/343 5306
/proc/meminfo: memFree=6774496/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=1661236 CPUtime=1182.34 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 415946 0 0 0 118127 107 0 0 25 0 1 0 589225067 1701105664 399886 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 415309 399886 247 26 0 411941 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1661236

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 2.95 5/343 5307
/proc/meminfo: memFree=6565528/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=2588908 CPUtime=1242.34 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 432366 0 0 0 124122 112 0 0 25 0 1 0 589225067 2651041792 416286 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 647227 416286 247 26 0 643859 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2588908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 3.98 3.02 5/343 5309
/proc/meminfo: memFree=6431460/32951124 swapFree=67111352/67111528
[pid=5173] ppid=5171 vsize=2590940 CPUtime=1300.06 cores=0,2
/proc/5173/stat : 5173 (lr_gl_shr) R 5171 5173 5129 0 -1 4202496 447107 0 0 0 129888 118 0 0 25 0 1 0 589225067 2653122560 431012 33554432000 4194304 4300056 140735165177904 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5173/statm: 647735 431012 247 26 0 644367 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 2590940

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 1300.14
CPU user time (s): 1298.89
CPU system time (s): 1.25481
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2590940

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

runsolver used 4.50432 second user time and 9.70153 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 21:08:15
IDJOB=3349882
IDBENCH=20349
IDSOLVER=1814
FILE ID=node143/3349882-1304968093
RUNJOBID= node143-1304968092-5147
PBS_JOBID= 13285607
Free space on /tmp= 41224 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349882-1304968093/watcher-3349882-1304968093 -o /tmp/evaluation-result-3349882-1304968093/solver-3349882-1304968093 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349882-1304968093.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1918434855

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.846
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.83
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.846
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.75
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.846
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.83
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.846
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11792872 kB
Buffers:        184992 kB
Cached:        4418316 kB
SwapCached:          0 kB
Active:       16720848 kB
Inactive:      4126596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11792872 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           66340 kB
Writeback:          12 kB
AnonPages:    16243928 kB
Mapped:          29008 kB
Slab:           192832 kB
PageTables:      53804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70013424 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= 41208 MiB
End job on node143 at 2011-05-09 21:29:57