Trace number 3349883

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.12 1300.07

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

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-3349883-1304968095/watcher-3349883-1304968095 -o /tmp/evaluation-result-3349883-1304968095/solver-3349883-1304968095 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349883-1304968095.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.16 0.03 0.01 4/342 5189
/proc/meminfo: memFree=11477904/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=22616 CPUtime=0 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 1129 0 0 0 0 0 0 0 21 0 1 0 589225174 23158784 1072 33554432000 4194304 4300056 140736944981504 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 5654 1072 220 26 0 2286 0

[startup+0.0230019 s]
/proc/loadavg: 0.16 0.03 0.01 4/342 5189
/proc/meminfo: memFree=11477904/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=24292 CPUtime=0.01 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 1673 0 0 0 1 0 0 0 21 0 1 0 589225174 24875008 1616 33554432000 4194304 4300056 140736944981504 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 6106 1617 220 26 0 2738 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24292

[startup+0.101028 s]
/proc/loadavg: 0.16 0.03 0.01 4/342 5189
/proc/meminfo: memFree=11477904/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=50416 CPUtime=0.09 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 7968 0 0 0 8 1 0 0 21 0 1 0 589225174 51625984 7556 33554432000 4194304 4300056 140736944981504 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 12637 7559 220 26 0 9269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50416

[startup+0.300971 s]
/proc/loadavg: 0.16 0.03 0.01 4/342 5189
/proc/meminfo: memFree=11477904/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=74520 CPUtime=0.29 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 14544 0 0 0 27 2 0 0 22 0 1 0 589225174 76308480 13128 33554432000 4194304 4300056 140736944981504 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 18630 13130 220 26 0 15262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74520

[startup+0.700904 s]
/proc/loadavg: 0.16 0.03 0.01 4/342 5189
/proc/meminfo: memFree=11477904/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=96352 CPUtime=0.69 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 20625 0 0 0 67 2 0 0 24 0 1 0 589225174 98664448 18363 33554432000 4194304 4300056 140736944981504 18446744073709551615 4234040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 24088 18364 228 26 0 20720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96352

[startup+1.50071 s]
/proc/loadavg: 0.16 0.03 0.01 5/343 5190
/proc/meminfo: memFree=11403876/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=82640 CPUtime=1.49 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 26474 0 0 0 145 4 0 0 25 0 1 0 589225174 84623360 15288 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 20660 15288 245 26 0 17292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82640

[startup+3.10042 s]
/proc/loadavg: 0.16 0.03 0.01 5/343 5190
/proc/meminfo: memFree=11441076/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=82640 CPUtime=3.09 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 27068 0 0 0 304 5 0 0 25 0 1 0 589225174 84623360 15882 33554432000 4194304 4300056 140736944981504 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 20660 15883 246 26 0 17292 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82640

[startup+6.30079 s]
/proc/loadavg: 0.47 0.10 0.03 5/343 5190
/proc/meminfo: memFree=11425160/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=101316 CPUtime=6.29 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 28863 0 0 0 624 5 0 0 25 0 1 0 589225174 103747584 17674 33554432000 4194304 4300056 140736944981504 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 25329 17674 246 26 0 21961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101316

[startup+12.7005 s]
/proc/loadavg: 0.75 0.16 0.05 5/343 5191
/proc/meminfo: memFree=11367400/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=131668 CPUtime=12.69 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 36498 0 0 0 1262 7 0 0 25 0 1 0 589225174 134828032 25305 33554432000 4194304 4300056 140736944981504 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 32917 25305 246 26 0 29549 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131668

[startup+25.501 s]
/proc/loadavg: 1.47 0.35 0.12 5/343 5191
/proc/meminfo: memFree=11217136/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=181456 CPUtime=25.49 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 43242 0 0 0 2540 9 0 0 25 0 1 0 589225174 185810944 32035 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 45364 32035 246 26 0 41996 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 181456

[startup+51.1009 s]
/proc/loadavg: 2.33 0.64 0.22 5/343 5191
/proc/meminfo: memFree=11030352/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=231544 CPUtime=51.09 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 55610 0 0 0 5097 12 0 0 25 0 1 0 589225174 237101056 44379 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 57886 44379 246 26 0 54518 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 231544

[startup+102.313 s]
/proc/loadavg: 3.27 1.16 0.41 5/343 5193
/proc/meminfo: memFree=10691284/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=312932 CPUtime=102.3 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 76882 0 0 0 10211 19 0 0 25 0 1 0 589225174 320442368 65608 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 78233 65608 246 26 0 74865 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 312932

[startup+162.301 s]
/proc/loadavg: 3.78 1.69 0.64 5/343 5195
/proc/meminfo: memFree=10305376/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=445192 CPUtime=162.3 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 101485 0 0 0 16203 27 0 0 25 0 1 0 589225174 455876608 90166 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 111298 90166 246 26 0 107930 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 445192

[startup+222.301 s]
/proc/loadavg: 3.92 2.11 0.85 5/343 5196
/proc/meminfo: memFree=9940920/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=660116 CPUtime=222.3 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 120379 0 0 0 22197 33 0 0 25 0 1 0 589225174 675958784 109028 33554432000 4194304 4300056 140736944981504 18446744073709551615 4252344 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 165029 109028 246 26 0 161661 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 660116

[startup+282.301 s]
/proc/loadavg: 4.08 2.48 1.05 5/343 5198
/proc/meminfo: memFree=9578064/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=660116 CPUtime=282.3 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 142157 0 0 0 28190 40 0 0 25 0 1 0 589225174 675958784 130767 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 165029 130767 246 26 0 161661 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 660116

[startup+342.301 s]
/proc/loadavg: 4.03 2.75 1.23 5/343 5199
/proc/meminfo: memFree=9251924/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=660536 CPUtime=342.31 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 159966 0 0 0 34186 45 0 0 25 0 1 0 589225174 676388864 148550 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 165134 148550 246 26 0 161766 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 660536

[startup+402.301 s]
/proc/loadavg: 4.01 2.98 1.40 5/343 5201
/proc/meminfo: memFree=8934340/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1014056 CPUtime=402.31 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 177628 0 0 0 40180 51 0 0 25 0 1 0 589225174 1038393344 166177 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 253514 166177 246 26 0 250146 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1014056

[startup+462.301 s]
/proc/loadavg: 4.08 3.19 1.57 5/343 5203
/proc/meminfo: memFree=8609556/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1020064 CPUtime=462.31 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 195566 0 0 0 46175 56 0 0 25 0 1 0 589225174 1044545536 184089 33554432000 4194304 4300056 140736944981504 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 255016 184089 246 26 0 251648 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1020064

[startup+522.3 s]
/proc/loadavg: 4.13 3.36 1.73 5/343 5231
/proc/meminfo: memFree=9199180/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1022396 CPUtime=522.31 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 211393 0 0 0 52169 62 0 0 25 0 1 0 589225174 1046933504 199891 33554432000 4194304 4300056 140736944981504 18446744073709551615 4262778 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 255599 199891 246 26 0 252231 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1022396

[startup+582.3 s]
/proc/loadavg: 4.05 3.48 1.87 5/343 5233
/proc/meminfo: memFree=8967156/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1025004 CPUtime=582.32 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 225759 0 0 0 58166 66 0 0 25 0 1 0 589225174 1049604096 214229 33554432000 4194304 4300056 140736944981504 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 256251 214229 246 26 0 252883 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1025004

[startup+642.3 s]
/proc/loadavg: 4.08 3.59 2.01 5/343 5234
/proc/meminfo: memFree=8763140/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1029520 CPUtime=642.33 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 241412 0 0 0 64162 71 0 0 25 0 1 0 589225174 1054228480 229859 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 257380 229859 246 26 0 254012 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1029520

[startup+702.301 s]
/proc/loadavg: 4.03 3.66 2.13 5/343 5236
/proc/meminfo: memFree=8530964/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1034436 CPUtime=702.32 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 255825 0 0 0 70157 75 0 0 25 0 1 0 589225174 1059262464 244246 33554432000 4194304 4300056 140736944981504 18446744073709551615 4252344 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 258609 244246 246 26 0 255241 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1034436

[startup+762.313 s]
/proc/loadavg: 4.07 3.73 2.25 5/343 5238
/proc/meminfo: memFree=8294344/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1605104 CPUtime=762.33 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 270679 0 0 0 76153 80 0 0 25 0 1 0 589225174 1643626496 259071 33554432000 4194304 4300056 140736944981504 18446744073709551615 4264295 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 401276 259071 246 26 0 397908 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1605104

[startup+822.301 s]
/proc/loadavg: 4.02 3.78 2.36 5/343 5239
/proc/meminfo: memFree=8101012/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1609132 CPUtime=822.32 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 283195 0 0 0 82147 85 0 0 25 0 1 0 589225174 1647751168 271565 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 402283 271565 246 26 0 398915 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1609132

[startup+882.301 s]
/proc/loadavg: 4.01 3.82 2.46 5/343 5268
/proc/meminfo: memFree=7692956/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1614172 CPUtime=882.33 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 297577 0 0 0 88141 92 0 0 25 0 1 0 589225174 1652912128 285928 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 403543 285928 246 26 0 400175 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1614172

[startup+942.301 s]
/proc/loadavg: 4.12 3.88 2.56 5/343 5269
/proc/meminfo: memFree=7477792/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1617908 CPUtime=942.33 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 310063 0 0 0 94137 96 0 0 25 0 1 0 589225174 1656737792 298395 33554432000 4194304 4300056 140736944981504 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 404477 298395 246 26 0 401109 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1617908

[startup+1002.3 s]
/proc/loadavg: 4.10 3.91 2.65 5/343 5299
/proc/meminfo: memFree=7440600/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1619920 CPUtime=1002.33 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 322226 0 0 0 100132 101 0 0 25 0 1 0 589225174 1658798080 310538 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 404980 310538 246 26 0 401612 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1619920

[startup+1062.3 s]
/proc/loadavg: 4.04 3.93 2.73 5/343 5303
/proc/meminfo: memFree=7211632/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1622108 CPUtime=1062.33 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 335655 0 0 0 106128 105 0 0 25 0 1 0 589225174 1661038592 323954 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 405527 323954 246 26 0 402159 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1622108

[startup+1122.3 s]
/proc/loadavg: 4.01 3.94 2.81 5/343 5304
/proc/meminfo: memFree=6989524/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1627024 CPUtime=1122.34 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 348204 0 0 0 112123 111 0 0 25 0 1 0 589225174 1666072576 336486 33554432000 4194304 4300056 140736944981504 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 406756 336486 246 26 0 403388 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1627024

[startup+1182.3 s]
/proc/loadavg: 4.04 3.96 2.89 5/343 5306
/proc/meminfo: memFree=6770652/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1631588 CPUtime=1182.34 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 360475 0 0 0 118119 115 0 0 25 0 1 0 589225174 1670746112 348739 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 407897 348739 246 26 0 404529 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1631588

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 2.95 5/343 5307
/proc/meminfo: memFree=6561808/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1635344 CPUtime=1242.34 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 372370 0 0 0 124114 120 0 0 25 0 1 0 589225174 1674592256 360616 33554432000 4194304 4300056 140736944981504 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 408836 360616 246 26 0 405468 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1635344



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 3.98 3.02 3/339 5311
/proc/meminfo: memFree=10062956/32951124 swapFree=67111352/67111528
[pid=5189] ppid=5187 vsize=1637520 CPUtime=1300.05 cores=4,6
/proc/5189/stat : 5189 (lr_gl_shr) R 5187 5189 5129 0 -1 4202496 384672 0 0 0 129880 125 0 0 25 0 1 0 589225174 1676820480 372903 33554432000 4194304 4300056 140736944981504 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5189/statm: 409380 372903 246 26 0 406012 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1637520

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.07
CPU time (s): 1300.12
CPU user time (s): 1298.81
CPU system time (s): 1.3168
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1637520

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

runsolver used 4.52831 second user time and 9.65153 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 21:08:16
IDJOB=3349883
IDBENCH=20386
IDSOLVER=1814
FILE ID=node143/3349883-1304968095
RUNJOBID= node143-1304968092-5148
PBS_JOBID= 13285607
Free space on /tmp= 41208 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.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-3349883-1304968095/watcher-3349883-1304968095 -o /tmp/evaluation-result-3349883-1304968095/solver-3349883-1304968095 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349883-1304968095.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=1918434855

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11478192 kB
Buffers:        185036 kB
Cached:        4437156 kB
SwapCached:          0 kB
Active:       17048452 kB
Inactive:      4112364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11478192 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           81744 kB
Writeback:           0 kB
AnonPages:    16538604 kB
Mapped:          29076 kB
Slab:           193748 kB
PageTables:      54124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70372428 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= 41220 MiB
End job on node143 at 2011-05-09 21:29:58