Trace number 3349846

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.05 1300.03

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 4,6

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.92 1.50 2.44 5/361 2179
/proc/meminfo: memFree=27371396/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=13732 CPUtime=0 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4194304 215 0 0 0 0 0 0 0 21 0 1 0 687346112 14061568 168 33554432000 4194304 4300056 140734942441936 18446744073709551615 251362584040 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2179/statm: 3433 169 143 26 0 52 0

[startup+0.0536361 s]
/proc/loadavg: 0.92 1.50 2.44 5/361 2179
/proc/meminfo: memFree=27371396/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=28260 CPUtime=0.04 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 2935 0 0 0 4 0 0 0 21 0 1 0 687346112 28938240 2688 33554432000 4194304 4300056 140734942441936 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 7065 2690 220 26 0 3697 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28260

[startup+0.100661 s]
/proc/loadavg: 0.92 1.50 2.44 5/361 2179
/proc/meminfo: memFree=27371396/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=36960 CPUtime=0.08 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 5636 0 0 0 8 0 0 0 21 0 1 0 687346112 37847040 5056 33554432000 4194304 4300056 140734942441936 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 9240 5056 223 26 0 5872 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36960

[startup+0.30065 s]
/proc/loadavg: 0.92 1.50 2.44 5/361 2179
/proc/meminfo: memFree=27371396/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=56476 CPUtime=0.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 10960 0 0 0 27 2 0 0 22 0 1 0 687346112 57831424 9959 33554432000 4194304 4300056 140734942441936 18446744073709551615 4221359 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 14119 9959 240 26 0 10751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56476

[startup+0.700577 s]
/proc/loadavg: 0.92 1.50 2.44 5/361 2179
/proc/meminfo: memFree=27371396/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=61552 CPUtime=0.68 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 14253 0 0 0 66 2 0 0 23 0 1 0 687346112 63029248 10981 33554432000 4194304 4300056 140734942441936 18446744073709551615 4232402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 15388 10982 240 26 0 12020 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 61552

[startup+1.50043 s]
/proc/loadavg: 0.92 1.50 2.44 5/371 2198
/proc/meminfo: memFree=27119976/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=54716 CPUtime=1.48 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 15267 0 0 0 146 2 0 0 25 0 1 0 687346112 56029184 9301 33554432000 4194304 4300056 140734942441936 18446744073709551615 4255948 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 13679 9301 259 26 0 10311 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54716

[startup+3.10113 s]
/proc/loadavg: 1.17 1.54 2.44 5/371 2198
/proc/meminfo: memFree=27104104/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=61788 CPUtime=3.09 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 15642 0 0 0 307 2 0 0 25 0 1 0 687346112 63270912 9663 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 15447 9663 259 26 0 12079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61788

[startup+6.30054 s]
/proc/loadavg: 1.17 1.54 2.44 5/371 2226
/proc/meminfo: memFree=27134276/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=61788 CPUtime=6.28 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 16364 0 0 0 626 2 0 0 25 0 1 0 687346112 63270912 10355 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 15447 10355 259 26 0 12079 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 61788

[startup+12.7003 s]
/proc/loadavg: 1.60 1.62 2.46 5/371 2289
/proc/meminfo: memFree=27092672/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=81476 CPUtime=12.69 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 20757 0 0 0 1266 3 0 0 25 0 1 0 687346112 83431424 14701 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 20369 14701 259 26 0 17001 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81476

[startup+25.501 s]
/proc/loadavg: 1.97 1.70 2.48 5/371 2289
/proc/meminfo: memFree=27027388/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=93152 CPUtime=25.49 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 23580 0 0 0 2545 4 0 0 25 0 1 0 687346112 95387648 17439 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 23288 17439 259 26 0 19920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93152

[startup+51.1012 s]
/proc/loadavg: 2.80 1.92 2.53 5/371 2319
/proc/meminfo: memFree=26933852/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=112120 CPUtime=51.09 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 27861 0 0 0 5104 5 0 0 25 0 1 0 687346112 114810880 21621 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 28030 21621 259 26 0 24662 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112120

[startup+102.314 s]
/proc/loadavg: 3.52 2.26 2.61 5/371 2320
/proc/meminfo: memFree=26820680/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=130940 CPUtime=102.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 43226 0 0 0 10221 8 0 0 25 0 1 0 687346112 134082560 25308 33554432000 4194304 4300056 140734942441936 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 32735 25308 259 26 0 29367 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 130940

[startup+162.301 s]
/proc/loadavg: 3.82 2.58 2.69 5/371 2331
/proc/meminfo: memFree=26805144/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=111972 CPUtime=162.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 55225 0 0 0 16217 12 0 0 25 0 1 0 687346112 114659328 21749 33554432000 4194304 4300056 140734942441936 18446744073709551615 4252472 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 27993 21749 259 26 0 24625 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 111972

[startup+222.3 s]
/proc/loadavg: 4.01 2.85 2.78 5/371 2332
/proc/meminfo: memFree=26760204/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=161760 CPUtime=222.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 68397 0 0 0 22213 16 0 0 25 0 1 0 687346112 165642240 34795 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 40440 34795 259 26 0 37072 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 161760

[startup+282.301 s]
/proc/loadavg: 4.00 3.06 2.85 5/371 2334
/proc/meminfo: memFree=26609996/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=211848 CPUtime=282.28 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 77293 0 0 0 28209 19 0 0 25 0 1 0 687346112 216932352 43543 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 52962 43543 259 26 0 49594 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 211848

[startup+342.301 s]
/proc/loadavg: 4.00 3.23 2.92 4/368 2345
/proc/meminfo: memFree=26721700/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=149544 CPUtime=342.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 93810 0 0 0 34205 24 0 0 25 0 1 0 687346112 153133056 30486 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 37386 30486 259 26 0 34018 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 149544

[startup+402.301 s]
/proc/loadavg: 4.00 3.36 2.98 5/371 2364
/proc/meminfo: memFree=26651572/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=180364 CPUtime=402.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 102943 0 0 0 40202 27 0 0 25 0 1 0 687346112 184692736 39428 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256260 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 45091 39428 259 26 0 41723 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 180364

[startup+462.301 s]
/proc/loadavg: 4.00 3.48 3.04 5/371 2366
/proc/meminfo: memFree=26742412/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=149544 CPUtime=462.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 115944 0 0 0 46199 30 0 0 25 0 1 0 687346112 153133056 31309 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 37386 31309 259 26 0 34018 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 149544

[startup+522.301 s]
/proc/loadavg: 4.05 3.59 3.11 5/371 2367
/proc/meminfo: memFree=26610672/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=230452 CPUtime=522.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 127137 0 0 0 52196 33 0 0 25 0 1 0 687346112 235982848 42340 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256330 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 57613 42340 259 26 0 54245 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 230452

[startup+582.3 s]
/proc/loadavg: 4.15 3.70 3.18 5/371 2369
/proc/meminfo: memFree=26772568/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=114820 CPUtime=582.29 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 135683 0 0 0 58192 37 0 0 25 0 1 0 687346112 117575680 23407 33554432000 4194304 4300056 140734942441936 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 28705 23407 259 26 0 25337 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 114820

[startup+642.3 s]
/proc/loadavg: 4.13 3.78 3.23 5/371 2371
/proc/meminfo: memFree=26655840/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=194960 CPUtime=642.3 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 152175 0 0 0 64189 41 0 0 25 0 1 0 687346112 199639040 39716 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 48740 39716 259 26 0 45372 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 194960

[startup+702.301 s]
/proc/loadavg: 4.05 3.82 3.28 5/371 2372
/proc/meminfo: memFree=26412008/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=245048 CPUtime=702.31 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 160778 0 0 0 70186 45 0 0 25 0 1 0 687346112 250929152 48191 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256531 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 61262 48191 259 26 0 57894 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 245048

[startup+762.314 s]
/proc/loadavg: 4.02 3.85 3.32 5/371 2374
/proc/meminfo: memFree=26684272/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=145172 CPUtime=762.32 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 172204 0 0 0 76184 48 0 0 25 0 1 0 687346112 148656128 31133 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 36293 31133 259 26 0 32925 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 145172

[startup+822.301 s]
/proc/loadavg: 4.00 3.87 3.36 5/371 2375
/proc/meminfo: memFree=26448880/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=194960 CPUtime=822.3 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 184543 0 0 0 82178 52 0 0 25 0 1 0 687346112 199639040 43242 33554432000 4194304 4300056 140734942441936 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 48740 43242 259 26 0 45372 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 194960

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.40 5/371 2377
/proc/meminfo: memFree=26441028/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=245048 CPUtime=882.3 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 191740 0 0 0 88175 55 0 0 25 0 1 0 687346112 250929152 50318 33554432000 4194304 4300056 140734942441936 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 61262 50318 259 26 0 57894 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 245048

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.43 5/371 2380
/proc/meminfo: memFree=26520352/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=173128 CPUtime=942.31 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 206486 0 0 0 94171 60 0 0 25 0 1 0 687346112 177283072 36815 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 43282 36815 259 26 0 39914 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 173128

[startup+1002.3 s]
/proc/loadavg: 4.08 3.94 3.47 5/371 2381
/proc/meminfo: memFree=26337532/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=203948 CPUtime=1002.31 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 216390 0 0 0 100167 64 0 0 25 0 1 0 687346112 208842752 46586 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 50987 46586 259 26 0 47619 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 203948

[startup+1062.3 s]
/proc/loadavg: 4.10 3.96 3.51 5/371 2383
/proc/meminfo: memFree=26293724/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=254036 CPUtime=1062.31 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 225210 0 0 0 106163 68 0 0 25 0 1 0 687346112 260132864 55288 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 63509 55288 259 26 0 60141 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 254036

[startup+1122.3 s]
/proc/loadavg: 4.22 4.02 3.55 5/371 2384
/proc/meminfo: memFree=26533364/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=123808 CPUtime=1122.31 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 232892 0 0 0 112159 72 0 0 25 0 1 0 687346112 126779392 26935 33554432000 4194304 4300056 140734942441936 18446744073709551615 4251706 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 30952 26935 259 26 0 27584 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 123808

[startup+1182.3 s]
/proc/loadavg: 4.08 4.01 3.57 5/371 2386
/proc/meminfo: memFree=26483348/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=203948 CPUtime=1182.32 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 248920 0 0 0 118154 78 0 0 25 0 1 0 687346112 208842752 42846 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 50987 42846 259 26 0 47619 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 203948

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.60 5/371 2388
/proc/meminfo: memFree=26421800/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=254036 CPUtime=1242.32 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 257019 0 0 0 124151 81 0 0 25 0 1 0 687346112 260132864 50779 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256027 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 63509 50779 259 26 0 60141 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 254036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.62 5/371 2389
/proc/meminfo: memFree=26397448/32950928 swapFree=38710660/67111528
[pid=2179] ppid=2177 vsize=254036 CPUtime=1300.02 cores=4,6
/proc/2179/stat : 2179 (lr_gl_shr) R 2177 2179 1610 0 -1 4202496 264935 0 0 0 129918 84 0 0 25 0 1 0 687346112 260132864 58601 33554432000 4194304 4300056 140734942441936 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2179/statm: 63509 58601 259 26 0 60141 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 254036

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.03
CPU time (s): 1300.05
CPU user time (s): 1299.2
CPU system time (s): 0.855869
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 335424

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

runsolver used 4.92325 second user time and 10.4684 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-09 21:59:14
IDJOB=3349846
IDBENCH=82482
IDSOLVER=1814
FILE ID=node113/3349846-1304971154
RUNJOBID= node113-1304971154-2156
PBS_JOBID= 13285637
Free space on /tmp= 47880 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.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-3349846-1304971154/watcher-3349846-1304971154 -o /tmp/evaluation-result-3349846-1304971154/solver-3349846-1304971154 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349846-1304971154.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=531256870

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
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.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.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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27372048 kB
Buffers:        129664 kB
Cached:         825868 kB
SwapCached:      93484 kB
Active:         219660 kB
Inactive:      5134948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27372048 kB
SwapTotal:    67111528 kB
SwapFree:     38710660 kB
Dirty:           20140 kB
Writeback:           0 kB
AnonPages:     4316616 kB
Mapped:          13384 kB
Slab:            68740 kB
PageTables:      92152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87055612 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= 47868 MiB
End job on node113 at 2011-05-09 22:20:56