Trace number 3349998

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_NOSHR 2011-03-02? (TO) 1300.13 1300.1

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark200.647
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.17 0.04 0.01 4/356 9381
/proc/meminfo: memFree=16685824/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=20880 CPUtime=0 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 704 0 0 0 0 0 0 0 21 0 1 0 589225759 21381120 647 33554432000 4194304 4300056 140733215277536 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 5220 647 220 26 0 1852 0

[startup+0.0657991 s]
/proc/loadavg: 0.17 0.04 0.01 4/356 9381
/proc/meminfo: memFree=16685824/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=32932 CPUtime=0.05 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 3873 0 0 0 5 0 0 0 21 0 1 0 589225759 33722368 3623 33554432000 4194304 4300056 140733215277536 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 8233 3625 220 26 0 4865 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32932

[startup+0.100765 s]
/proc/loadavg: 0.17 0.04 0.01 4/356 9381
/proc/meminfo: memFree=16685824/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=45884 CPUtime=0.08 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 6811 0 0 0 7 1 0 0 21 0 1 0 589225759 46985216 6561 33554432000 4194304 4300056 140733215277536 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 11471 6570 220 26 0 8103 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45884

[startup+0.30072 s]
/proc/loadavg: 0.17 0.04 0.01 4/356 9381
/proc/meminfo: memFree=16685824/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=84448 CPUtime=0.28 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 15799 0 0 0 25 3 0 0 22 0 1 0 589225759 86474752 14434 33554432000 4194304 4300056 140733215277536 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 21112 14435 220 26 0 17744 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 84448

[startup+0.700654 s]
/proc/loadavg: 0.17 0.04 0.01 4/356 9381
/proc/meminfo: memFree=16685824/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=115704 CPUtime=0.68 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 25539 0 0 0 64 4 0 0 24 0 1 0 589225759 118480896 23296 33554432000 4194304 4300056 140733215277536 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 28926 23296 222 26 0 25558 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 115704

[startup+1.50053 s]
/proc/loadavg: 0.17 0.04 0.01 4/357 9382
/proc/meminfo: memFree=16553028/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=144452 CPUtime=1.49 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 32458 0 0 0 143 6 0 0 25 0 1 0 589225759 147918848 29001 33554432000 4194304 4300056 140733215277536 18446744073709551615 4232783 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 36113 29001 228 26 0 32745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144452

[startup+3.10024 s]
/proc/loadavg: 0.17 0.04 0.01 4/357 9382
/proc/meminfo: memFree=16589488/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=111600 CPUtime=3.09 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 39358 0 0 0 302 7 0 0 25 0 1 0 589225759 114278400 22960 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 27900 22960 246 26 0 24532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111600

[startup+6.30069 s]
/proc/loadavg: 0.47 0.10 0.03 5/362 9393
/proc/meminfo: memFree=16569120/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=130276 CPUtime=6.29 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 40368 0 0 0 622 7 0 0 25 0 1 0 589225759 133402624 23968 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 32569 23968 246 26 0 29201 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130276

[startup+12.7006 s]
/proc/loadavg: 0.75 0.17 0.05 5/362 9393
/proc/meminfo: memFree=16537224/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=149132 CPUtime=12.68 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 42796 0 0 0 1261 7 0 0 25 0 1 0 589225759 152711168 26390 33554432000 4194304 4300056 140733215277536 18446744073709551615 4251706 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 37283 26390 247 26 0 33915 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 149132

[startup+25.5003 s]
/proc/loadavg: 1.47 0.35 0.12 5/362 9393
/proc/meminfo: memFree=16444788/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=198452 CPUtime=25.48 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 55743 0 0 0 2539 9 0 0 25 0 1 0 589225759 203214848 39333 33554432000 4194304 4300056 140733215277536 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 49613 39333 247 26 0 46245 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 198452

[startup+51.1008 s]
/proc/loadavg: 2.27 0.63 0.21 5/362 9421
/proc/meminfo: memFree=16353868/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=279360 CPUtime=51.09 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 68891 0 0 0 5096 13 0 0 25 0 1 0 589225759 286064640 52461 33554432000 4194304 4300056 140733215277536 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 69840 52461 247 26 0 66472 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 279360

[startup+102.314 s]
/proc/loadavg: 3.25 1.15 0.41 5/362 9422
/proc/meminfo: memFree=16137712/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=360748 CPUtime=102.3 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 92480 0 0 0 10211 19 0 0 25 0 1 0 589225759 369405952 76017 33554432000 4194304 4300056 140733215277536 18446744073709551615 4263033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 90187 76017 247 26 0 86819 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 360748

[startup+162.3 s]
/proc/loadavg: 3.76 1.68 0.64 5/362 9424
/proc/meminfo: memFree=15918432/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=493008 CPUtime=162.29 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 117109 0 0 0 16203 26 0 0 25 0 1 0 589225759 504840192 100607 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 123252 100607 247 26 0 119884 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 493008

[startup+222.301 s]
/proc/loadavg: 3.98 2.11 0.85 5/362 9425
/proc/meminfo: memFree=15739720/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=707932 CPUtime=222.29 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 139482 0 0 0 22198 31 0 0 25 0 1 0 589225759 724922368 122958 33554432000 4194304 4300056 140733215277536 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 176983 122958 247 26 0 173615 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 707932

[startup+282.3 s]
/proc/loadavg: 3.99 2.46 1.04 5/362 9427
/proc/meminfo: memFree=15460196/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=707932 CPUtime=282.29 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 165906 0 0 0 28193 36 0 0 25 0 1 0 589225759 724922368 149353 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 176983 149353 247 26 0 173615 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 707932

[startup+342.301 s]
/proc/loadavg: 4.05 2.75 1.23 5/362 9428
/proc/meminfo: memFree=15346324/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1057180 CPUtime=342.29 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 187918 0 0 0 34188 41 0 0 25 0 1 0 589225759 1082552320 171350 33554432000 4194304 4300056 140733215277536 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 264295 171350 247 26 0 260927 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1057180

[startup+402.301 s]
/proc/loadavg: 4.02 2.97 1.40 5/362 9430
/proc/meminfo: memFree=15091712/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1057180 CPUtime=402.29 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 208254 0 0 0 40183 46 0 0 25 0 1 0 589225759 1082552320 191669 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 264295 191669 247 26 0 260927 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1057180

[startup+462.301 s]
/proc/loadavg: 4.12 3.19 1.57 5/362 9432
/proc/meminfo: memFree=14930356/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1057180 CPUtime=462.29 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 227383 0 0 0 46178 51 0 0 25 0 1 0 589225759 1082552320 210779 33554432000 4194304 4300056 140733215277536 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 264295 210779 247 26 0 260927 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1057180

[startup+522.301 s]
/proc/loadavg: 4.10 3.35 1.73 5/362 9433
/proc/meminfo: memFree=14810276/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1057180 CPUtime=522.29 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 246997 0 0 0 52172 57 0 0 25 0 1 0 589225759 1082552320 230368 33554432000 4194304 4300056 140733215277536 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 264295 230368 247 26 0 260927 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1057180

[startup+582.301 s]
/proc/loadavg: 4.03 3.47 1.87 5/362 9435
/proc/meminfo: memFree=14619272/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1057180 CPUtime=582.3 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 267253 0 0 0 58167 63 0 0 25 0 1 0 589225759 1082552320 250607 33554432000 4194304 4300056 140733215277536 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 264295 250607 247 26 0 260927 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1057180

[startup+642.301 s]
/proc/loadavg: 4.01 3.56 2.00 5/362 9436
/proc/meminfo: memFree=14462744/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1624708 CPUtime=642.31 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 284605 0 0 0 64162 69 0 0 25 0 1 0 589225759 1663700992 267943 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 406177 267943 247 26 0 402809 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1624708

[startup+702.3 s]
/proc/loadavg: 4.11 3.67 2.13 5/362 9438
/proc/meminfo: memFree=14287140/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1625324 CPUtime=702.3 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 303268 0 0 0 70157 73 0 0 25 0 1 0 589225759 1664331776 286590 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 406331 286590 247 26 0 402963 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1625324

[startup+762.314 s]
/proc/loadavg: 4.04 3.73 2.24 5/362 9440
/proc/meminfo: memFree=14077052/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1628160 CPUtime=762.32 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 323436 0 0 0 76154 78 0 0 25 0 1 0 589225759 1667235840 306737 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 407040 306737 247 26 0 403672 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1628160

[startup+822.3 s]
/proc/loadavg: 4.05 3.79 2.36 5/362 9441
/proc/meminfo: memFree=13973972/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1630852 CPUtime=822.3 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 342421 0 0 0 82147 83 0 0 25 0 1 0 589225759 1669992448 325710 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 407713 325710 247 26 0 404345 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1630852

[startup+882.301 s]
/proc/loadavg: 4.02 3.82 2.46 5/362 9443
/proc/meminfo: memFree=13808776/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1635448 CPUtime=882.31 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 358993 0 0 0 88144 87 0 0 25 0 1 0 589225759 1674698752 342261 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 408862 342261 247 26 0 405494 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1635448

[startup+942.3 s]
/proc/loadavg: 4.00 3.85 2.55 5/362 9444
/proc/meminfo: memFree=13582688/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1640016 CPUtime=942.3 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 375024 0 0 0 94139 91 0 0 25 0 1 0 589225759 1679376384 358274 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 410004 358274 247 26 0 406636 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1640016

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 2.64 5/362 9448
/proc/meminfo: memFree=13364292/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1643776 CPUtime=1002.3 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 389845 0 0 0 100134 96 0 0 25 0 1 0 589225759 1683226624 373081 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 410944 373081 247 26 0 407576 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1643776

[startup+1062.3 s]
/proc/loadavg: 4.10 3.93 2.73 5/362 9451
/proc/meminfo: memFree=13355964/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1647316 CPUtime=1062.31 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 404792 0 0 0 106129 102 0 0 25 0 1 0 589225759 1686851584 388008 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 411829 388008 247 26 0 408461 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1647316

[startup+1122.3 s]
/proc/loadavg: 4.04 3.94 2.81 5/362 9452
/proc/meminfo: memFree=13134956/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=1649860 CPUtime=1122.31 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 420419 0 0 0 112125 106 0 0 25 0 1 0 589225759 1689456640 403622 33554432000 4194304 4300056 140733215277536 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 412465 403622 247 26 0 409097 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1649860

[startup+1182.3 s]
/proc/loadavg: 4.01 3.95 2.88 5/362 9454
/proc/meminfo: memFree=13070196/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=2576184 CPUtime=1182.32 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 435673 0 0 0 118122 110 0 0 25 0 1 0 589225759 2638012416 418860 33554432000 4194304 4300056 140733215277536 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 644046 418860 247 26 0 640678 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2576184

[startup+1242.3 s]
/proc/loadavg: 4.15 3.98 2.96 5/362 9455
/proc/meminfo: memFree=12901024/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=2580440 CPUtime=1242.32 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 451699 0 0 0 124118 114 0 0 25 0 1 0 589225759 2642370560 434876 33554432000 4194304 4300056 140733215277536 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 645110 434876 247 26 0 641742 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2580440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.00 3.02 4/360 9458
/proc/meminfo: memFree=14832312/32951124 swapFree=67111348/67111528
[pid=9381] ppid=9379 vsize=2582980 CPUtime=1300.03 cores=0,2
/proc/9381/stat : 9381 (lr_gl_shr) R 9379 9381 9331 0 -1 4202496 464618 0 0 0 129885 118 0 0 25 0 1 0 589225759 2644971520 447784 33554432000 4194304 4300056 140733215277536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9381/statm: 645745 447784 247 26 0 642377 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2582980

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.1
CPU time (s): 1300.13
CPU user time (s): 1298.85
CPU system time (s): 1.27281
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2582980

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

runsolver used 4.81527 second user time and 9.78751 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-09 21:08:16
IDJOB=3349998
IDBENCH=20353
IDSOLVER=1815
FILE ID=node144/3349998-1304968095
RUNJOBID= node144-1304968092-9349
PBS_JOBID= 13285606
Free space on /tmp= 37632 MiB

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

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=1918434855

node144.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.850
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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
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.850
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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.850
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.82
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.850
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.850
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:      16686352 kB
Buffers:        199280 kB
Cached:        8307800 kB
SwapCached:          0 kB
Active:        7788172 kB
Inactive:      8001516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16686352 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           54752 kB
Writeback:           0 kB
AnonPages:     7282108 kB
Mapped:          27548 kB
Slab:           373800 kB
PageTables:      38144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82192472 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= 37656 MiB
End job on node144 at 2011-05-09 21:29:58