Trace number 3349426

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_SHR 2011-03-02? (TO) 1300.06 1300.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1033.89
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

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

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.09 0.05 0.01 4/308 4167
/proc/meminfo: memFree=13628036/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=24400 CPUtime=0 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 1425 0 0 0 0 0 0 0 21 0 1 0 608407492 24985600 1368 33554432000 4194304 4300056 140737461825504 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 6100 1369 220 26 0 2732 0

[startup+0.096171 s]
/proc/loadavg: 0.09 0.05 0.01 4/308 4167
/proc/meminfo: memFree=13628036/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=50048 CPUtime=0.08 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 7817 0 0 0 8 0 0 0 21 0 1 0 608407492 51249152 7432 33554432000 4194304 4300056 140737461825504 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 12512 7435 220 26 0 9144 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50048

[startup+0.101165 s]
/proc/loadavg: 0.09 0.05 0.01 4/308 4167
/proc/meminfo: memFree=13628036/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=50444 CPUtime=0.09 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 8371 0 0 0 9 0 0 0 21 0 1 0 608407492 51654656 7985 33554432000 4194304 4300056 140737461825504 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 12611 7985 220 26 0 9243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50444

[startup+0.301136 s]
/proc/loadavg: 0.09 0.05 0.01 4/308 4167
/proc/meminfo: memFree=13628036/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=81012 CPUtime=0.29 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 16143 0 0 0 27 2 0 0 22 0 1 0 608407492 82956288 14741 33554432000 4194304 4300056 140737461825504 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 20253 14742 220 26 0 16885 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81012

[startup+0.701089 s]
/proc/loadavg: 0.09 0.05 0.01 4/308 4167
/proc/meminfo: memFree=13628036/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=118848 CPUtime=0.69 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 27513 0 0 0 64 5 0 0 23 0 1 0 608407492 121700352 24186 33554432000 4194304 4300056 140737461825504 18446744073709551615 4230388 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 29712 24186 226 26 0 26344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118848

[startup+1.50093 s]
/proc/loadavg: 0.09 0.05 0.01 5/314 4178
/proc/meminfo: memFree=13370096/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=126492 CPUtime=1.49 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 33226 0 0 0 143 6 0 0 25 0 1 0 608407492 129527808 24635 33554432000 4194304 4300056 140737461825504 18446744073709551615 4232736 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 31623 24635 228 26 0 28255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126492

[startup+3.10062 s]
/proc/loadavg: 0.09 0.05 0.01 5/314 4178
/proc/meminfo: memFree=13384232/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=104796 CPUtime=3.09 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 36306 0 0 0 302 7 0 0 25 0 1 0 608407492 107311104 20895 33554432000 4194304 4300056 140737461825504 18446744073709551615 4253987 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 26199 20895 244 26 0 22831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104796

[startup+6.30107 s]
/proc/loadavg: 0.40 0.11 0.03 5/314 4178
/proc/meminfo: memFree=13395224/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=116288 CPUtime=6.29 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 36757 0 0 0 622 7 0 0 25 0 1 0 608407492 119078912 21338 33554432000 4194304 4300056 140737461825504 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 29072 21338 247 26 0 25704 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116288

[startup+12.7009 s]
/proc/loadavg: 0.69 0.18 0.05 5/314 4178
/proc/meminfo: memFree=13379120/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=116288 CPUtime=12.69 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 38071 0 0 0 1262 7 0 0 25 0 1 0 608407492 119078912 22644 33554432000 4194304 4300056 140737461825504 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 29072 22644 247 26 0 25704 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116288

[startup+25.5005 s]
/proc/loadavg: 1.42 0.36 0.11 5/314 4178
/proc/meminfo: memFree=13308592/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=127892 CPUtime=25.49 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 42549 0 0 0 2542 7 0 0 25 0 1 0 608407492 130961408 26962 33554432000 4194304 4300056 140737461825504 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 31973 26962 247 26 0 28605 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127892

[startup+51.1008 s]
/proc/loadavg: 2.30 0.65 0.21 5/314 4179
/proc/meminfo: memFree=13193956/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=177212 CPUtime=51.1 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 51214 0 0 0 5100 10 0 0 25 0 1 0 608407492 181465088 35574 33554432000 4194304 4300056 140737461825504 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 44303 35574 249 26 0 40935 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 177212

[startup+102.312 s]
/proc/loadavg: 3.33 1.18 0.41 5/314 4181
/proc/meminfo: memFree=13081168/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=208032 CPUtime=102.3 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 56914 0 0 0 10219 11 0 0 25 0 1 0 608407492 213024768 41192 33554432000 4194304 4300056 140737461825504 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 52008 41192 249 26 0 48640 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208032

[startup+162.301 s]
/proc/loadavg: 3.81 1.71 0.64 5/314 4183
/proc/meminfo: memFree=12976220/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=208032 CPUtime=162.29 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 62079 0 0 0 16216 13 0 0 25 0 1 0 608407492 213024768 46269 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 52008 46269 249 26 0 48640 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 208032

[startup+222.301 s]
/proc/loadavg: 3.93 2.12 0.85 5/314 4185
/proc/meminfo: memFree=12878468/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=258120 CPUtime=222.3 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 66515 0 0 0 22215 15 0 0 25 0 1 0 608407492 264314880 50648 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 64530 50648 249 26 0 61162 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 258120

[startup+282.301 s]
/proc/loadavg: 4.01 2.48 1.05 5/314 4186
/proc/meminfo: memFree=12792492/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=258120 CPUtime=282.3 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 71408 0 0 0 28213 17 0 0 25 0 1 0 608407492 264314880 55458 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 64530 55458 249 26 0 61162 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 258120

[startup+342.301 s]
/proc/loadavg: 4.00 2.75 1.23 5/314 4189
/proc/meminfo: memFree=12729860/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=258120 CPUtime=342.3 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 74259 0 0 0 34212 18 0 0 25 0 1 0 608407492 264314880 58264 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 64530 58264 249 26 0 61162 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 258120

[startup+402.301 s]
/proc/loadavg: 4.15 3.02 1.42 5/314 4190
/proc/meminfo: memFree=12653936/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=339508 CPUtime=402.3 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 77407 0 0 0 40211 19 0 0 25 0 1 0 608407492 347656192 61385 33554432000 4194304 4300056 140737461825504 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 84877 61385 249 26 0 81509 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 339508

[startup+462.301 s]
/proc/loadavg: 4.09 3.21 1.58 5/314 4192
/proc/meminfo: memFree=12584480/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=339508 CPUtime=462.3 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 80331 0 0 0 46209 21 0 0 25 0 1 0 608407492 347656192 64260 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 84877 64260 249 26 0 81509 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 339508

[startup+522.301 s]
/proc/loadavg: 4.07 3.37 1.73 5/314 4194
/proc/meminfo: memFree=12572416/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=343216 CPUtime=522.3 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 84163 0 0 0 52208 22 0 0 25 0 1 0 608407492 351453184 68056 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 85804 68056 249 26 0 82436 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 343216

[startup+582.3 s]
/proc/loadavg: 4.02 3.48 1.87 5/314 4195
/proc/meminfo: memFree=12499864/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=346376 CPUtime=582.31 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 87153 0 0 0 58208 23 0 0 25 0 1 0 608407492 354689024 71008 33554432000 4194304 4300056 140737461825504 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 86594 71008 249 26 0 83226 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 346376

[startup+642.3 s]
/proc/loadavg: 4.08 3.59 2.01 5/314 4197
/proc/meminfo: memFree=12430020/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=351304 CPUtime=642.32 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 90193 0 0 0 64207 25 0 0 25 0 1 0 608407492 359735296 74017 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 87826 74017 249 26 0 84458 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 351304

[startup+702.301 s]
/proc/loadavg: 4.10 3.69 2.14 5/314 4198
/proc/meminfo: memFree=12360312/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=351304 CPUtime=702.31 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 92525 0 0 0 70206 25 0 0 25 0 1 0 608407492 359735296 76304 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 87826 76304 249 26 0 84458 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 351304

[startup+762.312 s]
/proc/loadavg: 4.04 3.74 2.25 5/314 4200
/proc/meminfo: memFree=12310792/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=353072 CPUtime=762.32 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 95917 0 0 0 76205 27 0 0 25 0 1 0 608407492 361545728 79622 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 88268 79622 249 26 0 84900 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 353072

[startup+822.301 s]
/proc/loadavg: 4.06 3.80 2.37 5/314 4202
/proc/meminfo: memFree=12254972/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=356648 CPUtime=822.32 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 98281 0 0 0 82204 28 0 0 25 0 1 0 608407492 365207552 81939 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 89162 81939 249 26 0 85794 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 356648

[startup+882.301 s]
/proc/loadavg: 4.02 3.84 2.47 5/314 4203
/proc/meminfo: memFree=12198908/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=490228 CPUtime=882.32 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 100969 0 0 0 88203 29 0 0 25 0 1 0 608407492 501993472 84583 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 122557 84583 249 26 0 119189 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 490228

[startup+942.301 s]
/proc/loadavg: 4.07 3.88 2.56 5/314 4205
/proc/meminfo: memFree=12146428/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=494456 CPUtime=942.32 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 103558 0 0 0 94202 30 0 0 25 0 1 0 608407492 506322944 87140 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 123614 87140 249 26 0 120246 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 494456

[startup+1002.3 s]
/proc/loadavg: 4.06 3.91 2.66 5/314 4206
/proc/meminfo: memFree=12190552/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=496516 CPUtime=1002.33 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 105817 0 0 0 100201 32 0 0 25 0 1 0 608407492 508432384 89368 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 124129 89368 249 26 0 120761 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 496516

[startup+1062.3 s]
/proc/loadavg: 4.02 3.93 2.74 5/314 4208
/proc/meminfo: memFree=12113648/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=498084 CPUtime=1062.33 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 107719 0 0 0 106200 33 0 0 25 0 1 0 608407492 510038016 91241 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 124521 91241 249 26 0 121153 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 498084

[startup+1122.3 s]
/proc/loadavg: 4.08 3.95 2.82 5/314 4210
/proc/meminfo: memFree=12054476/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=499788 CPUtime=1122.33 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 109447 0 0 0 112199 34 0 0 25 0 1 0 608407492 511782912 92946 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 124947 92946 249 26 0 121579 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 499788

[startup+1182.3 s]
/proc/loadavg: 4.10 3.97 2.89 5/314 4211
/proc/meminfo: memFree=11992568/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=505824 CPUtime=1182.33 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 112006 0 0 0 118198 35 0 0 25 0 1 0 608407492 517963776 95486 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 126456 95486 249 26 0 123088 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 505824

[startup+1242.3 s]
/proc/loadavg: 4.08 3.99 2.97 5/314 4213
/proc/meminfo: memFree=11948640/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=505824 CPUtime=1242.33 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 114407 0 0 0 124197 36 0 0 25 0 1 0 608407492 517963776 97860 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 126456 97860 249 26 0 123088 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 505824



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.19 4.02 3.04 3/310 4216
/proc/meminfo: memFree=13332236/32951124 swapFree=66050672/67111528
[pid=4167] ppid=4165 vsize=222472 CPUtime=1300.04 cores=4,6
/proc/4167/stat : 4167 (lr_gl_shr) R 4165 4167 4116 0 -1 4202496 124881 0 0 0 129963 41 0 0 25 0 1 0 608407492 227811328 44303 33554432000 4194304 4300056 140737461825504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4167/statm: 55618 44303 249 26 0 52250 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 222472

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.64
CPU system time (s): 0.422935
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 507476

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

runsolver used 4.06438 second user time and 8.95964 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-09 21:08:16
IDJOB=3349426
IDBENCH=20384
IDSOLVER=1813
FILE ID=node135/3349426-1304968095
RUNJOBID= node135-1304968093-4136
PBS_JOBID= 13285615
Free space on /tmp= 46460 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349426-1304968095/watcher-3349426-1304968095 -o /tmp/evaluation-result-3349426-1304968095/solver-3349426-1304968095 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349426-1304968095.cnf -verb=0 -model

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=1606835836

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13628688 kB
Buffers:        162720 kB
Cached:        4422984 kB
SwapCached:      50364 kB
Active:        9610400 kB
Inactive:      9479620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13628688 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           57972 kB
Writeback:           0 kB
AnonPages:    14458500 kB
Mapped:          18776 kB
Slab:           122640 kB
PageTables:      47196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57185980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 46488 MiB
End job on node135 at 2011-05-09 21:29:58