Trace number 3349876

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

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3349876-1304973596/watcher-3349876-1304973596 -o /tmp/evaluation-result-3349876-1304973596/solver-3349876-1304973596 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349876-1304973596.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.85 1.03 1.78 5/307 7312
/proc/meminfo: memFree=9562940/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=11796 CPUtime=0 cores=4,6
/proc/7312/stat : 7312 (runsolver) R 7310 7312 4777 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 608958105 12079104 49 33554432000 4194304 5432360 140734762121920 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/7312/statm: 2949 49 30 303 0 2643 0

[startup+0.0765959 s]
/proc/loadavg: 0.85 1.03 1.78 5/307 7312
/proc/meminfo: memFree=9562940/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=28304 CPUtime=0.06 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 2770 0 0 0 6 0 0 0 18 0 1 0 608958105 28983296 2573 33554432000 4194304 4300056 140733209475552 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 7076 2573 222 26 0 3708 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28304

[startup+0.10058 s]
/proc/loadavg: 0.85 1.03 1.78 5/307 7312
/proc/meminfo: memFree=9562940/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=29456 CPUtime=0.08 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 3240 0 0 0 8 0 0 0 18 0 1 0 608958105 30162944 2968 33554432000 4194304 4300056 140733209475552 18446744073709551615 4200780 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 7364 2970 222 26 0 3996 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29456

[startup+0.300564 s]
/proc/loadavg: 0.85 1.03 1.78 5/307 7312
/proc/meminfo: memFree=9562940/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=34256 CPUtime=0.28 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 5515 0 0 0 28 0 0 0 18 0 1 0 608958105 35078144 4922 33554432000 4194304 4300056 140733209475552 18446744073709551615 4232444 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 8564 4922 228 26 0 5196 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34256

[startup+0.70049 s]
/proc/loadavg: 0.85 1.03 1.78 5/307 7312
/proc/meminfo: memFree=9562940/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=32192 CPUtime=0.68 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 6325 0 0 0 68 0 0 0 18 0 1 0 608958105 32964608 4218 33554432000 4194304 4300056 140733209475552 18446744073709551615 4251764 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 8048 4218 246 26 0 4680 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32192

[startup+1.50036 s]
/proc/loadavg: 0.85 1.03 1.78 5/308 7313
/proc/meminfo: memFree=9536036/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=32192 CPUtime=1.48 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 6340 0 0 0 148 0 0 0 20 0 1 0 608958105 32964608 4229 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 8048 4229 246 26 0 4680 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32192

[startup+3.10109 s]
/proc/loadavg: 0.85 1.03 1.78 5/308 7313
/proc/meminfo: memFree=9533404/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=32192 CPUtime=3.08 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 6358 0 0 0 308 0 0 0 25 0 1 0 608958105 32964608 4245 33554432000 4194304 4300056 140733209475552 18446744073709551615 4254711 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 8048 4245 247 26 0 4680 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32192

[startup+6.30055 s]
/proc/loadavg: 1.10 1.08 1.80 5/308 7313
/proc/meminfo: memFree=9520260/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=32192 CPUtime=6.28 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 6373 0 0 0 628 0 0 0 25 0 1 0 608958105 32964608 4258 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 8048 4258 247 26 0 4680 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32192

[startup+12.7005 s]
/proc/loadavg: 1.33 1.13 1.81 5/308 7313
/proc/meminfo: memFree=9508140/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=32192 CPUtime=12.68 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 6382 0 0 0 1268 0 0 0 25 0 1 0 608958105 32964608 4267 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 8048 4267 247 26 0 4680 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32192

[startup+25.5003 s]
/proc/loadavg: 1.92 1.27 1.84 5/308 7314
/proc/meminfo: memFree=9474028/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=32192 CPUtime=25.48 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 6404 0 0 0 2548 0 0 0 25 0 1 0 608958105 32964608 4284 33554432000 4194304 4300056 140733209475552 18446744073709551615 4254667 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 8048 4284 247 26 0 4680 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32192

[startup+51.101 s]
/proc/loadavg: 2.63 1.48 1.90 5/308 7314
/proc/meminfo: memFree=9417668/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=79584 CPUtime=51.08 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 17527 0 0 0 5106 2 0 0 25 0 1 0 608958105 81494016 15345 33554432000 4194304 4300056 140733209475552 18446744073709551615 4255955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 19896 15345 247 26 0 16528 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 79584

[startup+102.311 s]
/proc/loadavg: 3.40 1.87 2.01 5/308 7316
/proc/meminfo: memFree=9130596/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=388380 CPUtime=102.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 64349 0 0 0 10219 10 0 0 25 0 1 0 608958105 397701120 62053 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 97095 62053 247 26 0 93727 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 388380

[startup+162.3 s]
/proc/loadavg: 3.78 2.26 2.13 5/308 7317
/proc/meminfo: memFree=9116660/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=264544 CPUtime=162.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 106757 0 0 0 16210 19 0 0 25 0 1 0 608958105 270893056 45250 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 66136 45250 247 26 0 62768 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 264544

[startup+222.3 s]
/proc/loadavg: 3.92 2.57 2.24 5/308 7319
/proc/meminfo: memFree=9262296/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=63920 CPUtime=222.28 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 161476 0 0 0 22198 30 0 0 25 0 1 0 608958105 65454080 11576 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 15980 11576 247 26 0 12612 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 63920

[startup+282.301 s]
/proc/loadavg: 3.97 2.83 2.35 5/308 7320
/proc/meminfo: memFree=9066828/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=275536 CPUtime=282.28 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 203365 0 0 0 28191 37 0 0 25 0 1 0 608958105 282148864 53290 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 68884 53290 247 26 0 65516 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 275536

[startup+342.301 s]
/proc/loadavg: 4.04 3.05 2.45 5/308 7322
/proc/meminfo: memFree=9155824/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=72732 CPUtime=342.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 245201 0 0 0 34182 47 0 0 25 0 1 0 608958105 74477568 13666 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256358 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 18183 13666 247 26 0 14815 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 72732

[startup+402.301 s]
/proc/loadavg: 4.07 3.24 2.55 5/308 7324
/proc/meminfo: memFree=9002024/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=284348 CPUtime=402.28 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 299184 0 0 0 40171 57 0 0 25 0 1 0 608958105 291172352 67513 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 71087 67513 247 26 0 67719 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 284348

[startup+462.301 s]
/proc/loadavg: 4.15 3.41 2.65 5/308 7325
/proc/meminfo: memFree=8823916/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=634368 CPUtime=462.28 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 346048 0 0 0 46162 66 0 0 25 0 1 0 608958105 649592832 114257 33554432000 4194304 4300056 140733209475552 18446744073709551615 4262653 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 158592 114257 247 26 0 155224 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 634368

[startup+522.301 s]
/proc/loadavg: 4.10 3.53 2.74 5/308 7327
/proc/meminfo: memFree=9159156/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=214356 CPUtime=522.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 387753 0 0 0 52153 76 0 0 25 0 1 0 608958105 219500544 42784 33554432000 4194304 4300056 140733209475552 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 53589 42784 247 26 0 50221 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 214356

[startup+582.301 s]
/proc/loadavg: 4.04 3.61 2.81 5/308 7328
/proc/meminfo: memFree=8914592/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=428004 CPUtime=582.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 441306 0 0 0 58143 86 0 0 25 0 1 0 608958105 438276096 96184 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 107001 96184 247 26 0 103633 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 428004

[startup+642.301 s]
/proc/loadavg: 4.01 3.68 2.89 5/308 7330
/proc/meminfo: memFree=8972832/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=171048 CPUtime=642.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 484717 0 0 0 64134 95 0 0 25 0 1 0 608958105 175153152 38976 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 42762 38976 247 26 0 39394 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 171048

[startup+702.301 s]
/proc/loadavg: 4.00 3.73 2.95 5/308 7332
/proc/meminfo: memFree=8896632/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=434784 CPUtime=702.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 531050 0 0 0 70125 104 0 0 25 0 1 0 608958105 445218816 85163 33554432000 4194304 4300056 140733209475552 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 108696 85163 247 26 0 105328 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 434784

[startup+762.311 s]
/proc/loadavg: 4.00 3.78 3.02 5/308 7333
/proc/meminfo: memFree=8529552/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=998956 CPUtime=762.31 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 618309 0 0 0 76111 120 0 0 25 0 1 0 608958105 1022930944 172323 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256253 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 249739 172323 247 26 0 246371 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 998956

[startup+822.3 s]
/proc/loadavg: 4.00 3.82 3.07 5/308 7335
/proc/meminfo: memFree=9090968/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=227888 CPUtime=822.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 677630 0 0 0 82097 132 0 0 25 0 1 0 608958105 233357312 45335 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 56972 45335 247 26 0 53604 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 227888

[startup+882.3 s]
/proc/loadavg: 4.00 3.85 3.13 5/308 7336
/proc/meminfo: memFree=8672684/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=656460 CPUtime=882.3 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 754321 0 0 0 88086 144 0 0 25 0 1 0 608958105 672215040 121936 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 164115 121936 247 26 0 160747 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 656460

[startup+942.3 s]
/proc/loadavg: 4.23 3.92 3.20 5/308 7338
/proc/meminfo: memFree=8374304/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=1005708 CPUtime=942.3 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 837903 0 0 0 94072 158 0 0 25 0 1 0 608958105 1029844992 205433 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 251427 205433 247 26 0 248059 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1005708

[startup+1002.3 s]
/proc/loadavg: 4.16 3.95 3.25 5/308 7340
/proc/meminfo: memFree=8084960/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=1576648 CPUtime=1002.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 922835 0 0 0 100057 172 0 0 25 0 1 0 608958105 1614487552 290294 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 394162 290294 247 26 0 390794 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1576648

[startup+1062.3 s]
/proc/loadavg: 4.20 3.99 3.30 5/308 7341
/proc/meminfo: memFree=8791832/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=320348 CPUtime=1062.3 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 964002 0 0 0 106045 185 0 0 25 0 1 0 608958105 328036352 62282 33554432000 4194304 4300056 140733209475552 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 80087 62282 247 26 0 76719 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 320348

[startup+1122.3 s]
/proc/loadavg: 4.07 3.99 3.35 5/308 7343
/proc/meminfo: memFree=8793764/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=667532 CPUtime=1122.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 1014273 0 0 0 112036 193 0 0 25 0 1 0 608958105 683552768 112436 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 166883 112436 247 26 0 163515 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 667532

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.38 5/308 7344
/proc/meminfo: memFree=8307760/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=1016780 CPUtime=1182.29 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 1076709 0 0 0 118025 204 0 0 25 0 1 0 608958105 1041182720 174762 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 254195 174762 247 26 0 250827 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1016780

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.42 5/308 7346
/proc/meminfo: memFree=9041428/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=323232 CPUtime=1242.3 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 1124527 0 0 0 124015 215 0 0 25 0 1 0 608958105 330989568 60949 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 80808 60949 247 26 0 77440 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 323232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.45 2/304 7360
/proc/meminfo: memFree=9131644/32951124 swapFree=63649172/67111528
[pid=7312] ppid=7310 vsize=455492 CPUtime=1300.01 cores=4,6
/proc/7312/stat : 7312 (lr_gl_shr) R 7310 7312 4777 0 -1 4202496 1173909 0 0 0 129776 225 0 0 25 0 1 0 608958105 466423808 110210 33554432000 4194304 4300056 140733209475552 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7312/statm: 113873 110210 247 26 0 110505 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 455492

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.04
CPU user time (s): 1297.76
CPU system time (s): 2.27565
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1579956

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

runsolver used 3.68344 second user time and 8.15676 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-09 22:39:56
IDJOB=3349876
IDBENCH=84227
IDSOLVER=1814
FILE ID=node130/3349876-1304973596
RUNJOBID= node130-1304973596-7271
PBS_JOBID= 13285620
Free space on /tmp= 30444 MiB

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

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=876792771

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9563344 kB
Buffers:        249220 kB
Cached:       21425432 kB
SwapCached:      10100 kB
Active:        5271184 kB
Inactive:     17477808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9563344 kB
SwapTotal:    67111528 kB
SwapFree:     63649172 kB
Dirty:           10192 kB
Writeback:           0 kB
AnonPages:     1072232 kB
Mapped:          13612 kB
Slab:           551104 kB
PageTables:      25576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51548504 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= 30448 MiB
End job on node130 at 2011-05-09 23:01:38