Trace number 3349744

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.03 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3349744-1304969759/watcher-3349744-1304969759 -o /tmp/evaluation-result-3349744-1304969759/solver-3349744-1304969759 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349744-1304969759.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: 4.07 4.06 3.36 4/367 32536
/proc/meminfo: memFree=6820776/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=21692 CPUtime=0.01 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 974 0 0 0 1 0 0 0 25 0 1 0 589391353 22212608 897 33554432000 4194304 4300056 140733767818352 18446744073709551615 228095148240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 5423 901 220 26 0 2055 0

[startup+0.074073 s]
/proc/loadavg: 4.07 4.06 3.36 4/367 32536
/proc/meminfo: memFree=6820776/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=32404 CPUtime=0.06 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 4055 0 0 0 6 0 0 0 25 0 1 0 589391353 33181696 3675 33554432000 4194304 4300056 140733767818352 18446744073709551615 228095508906 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 8101 3676 222 26 0 4733 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32404

[startup+0.101067 s]
/proc/loadavg: 4.07 4.06 3.36 4/367 32536
/proc/meminfo: memFree=6820776/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=32120 CPUtime=0.09 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 4392 0 0 0 9 0 0 0 25 0 1 0 589391353 32890880 3994 33554432000 4194304 4300056 140733767818352 18446744073709551615 4230560 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 8030 3994 228 26 0 4662 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32120

[startup+0.301028 s]
/proc/loadavg: 4.07 4.06 3.36 4/367 32536
/proc/meminfo: memFree=6820776/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=36116 CPUtime=0.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 6444 0 0 0 29 0 0 0 25 0 1 0 589391353 36982784 5062 33554432000 4194304 4300056 140733767818352 18446744073709551615 4232347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 9441 5064 228 26 0 6073 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36116

[startup+0.700935 s]
/proc/loadavg: 4.07 4.06 3.36 4/367 32536
/proc/meminfo: memFree=6820776/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=35852 CPUtime=0.69 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 7456 0 0 0 69 0 0 0 25 0 1 0 589391353 36712448 4825 33554432000 4194304 4300056 140733767818352 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 8963 4825 246 26 0 5595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35852

[startup+1.50081 s]
/proc/loadavg: 4.07 4.06 3.36 5/368 32537
/proc/meminfo: memFree=6799200/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=35852 CPUtime=1.49 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 7889 0 0 0 148 1 0 0 25 0 1 0 589391353 36712448 5252 33554432000 4194304 4300056 140733767818352 18446744073709551615 4252347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 8963 5252 246 26 0 5595 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35852

[startup+3.10053 s]
/proc/loadavg: 4.06 4.06 3.37 5/368 32537
/proc/meminfo: memFree=6790212/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=47348 CPUtime=3.09 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 10070 0 0 0 308 1 0 0 25 0 1 0 589391353 48484352 7422 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 11837 7422 246 26 0 8469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47348

[startup+6.30093 s]
/proc/loadavg: 4.06 4.06 3.37 5/368 32537
/proc/meminfo: memFree=6777068/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=54528 CPUtime=6.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 12177 0 0 0 628 1 0 0 25 0 1 0 589391353 55836672 9502 33554432000 4194304 4300056 140733767818352 18446744073709551615 4264218 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 13632 9502 246 26 0 10264 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54528

[startup+12.7008 s]
/proc/loadavg: 4.06 4.05 3.37 5/368 32537
/proc/meminfo: memFree=6761908/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=56132 CPUtime=12.69 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 16941 0 0 0 1267 2 0 0 25 0 1 0 589391353 57479168 7935 33554432000 4194304 4300056 140733767818352 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 14033 7935 246 26 0 10665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56132

[startup+25.5004 s]
/proc/loadavg: 4.11 4.07 3.38 5/368 32538
/proc/meminfo: memFree=6697272/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=86588 CPUtime=25.49 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 31811 0 0 0 2544 5 0 0 25 0 1 0 589391353 88666112 13517 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 21647 13517 246 26 0 18279 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86588

[startup+51.1007 s]
/proc/loadavg: 4.07 4.06 3.40 5/368 32538
/proc/meminfo: memFree=6543804/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=135908 CPUtime=51.09 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 54575 0 0 0 5101 8 0 0 25 0 1 0 589391353 139169792 25217 33554432000 4194304 4300056 140733767818352 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 33977 25217 246 26 0 30609 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135908

[startup+102.314 s]
/proc/loadavg: 4.03 4.05 3.43 5/368 32540
/proc/meminfo: memFree=6450392/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=86588 CPUtime=102.31 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 84520 0 0 0 10218 13 0 0 25 0 1 0 589391353 88666112 16614 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 21647 16614 246 26 0 18279 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 86588

[startup+162.3 s]
/proc/loadavg: 4.01 4.04 3.46 5/368 32541
/proc/meminfo: memFree=6313452/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=86588 CPUtime=162.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 125655 0 0 0 16211 18 0 0 25 0 1 0 589391353 88666112 16614 33554432000 4194304 4300056 140733767818352 18446744073709551615 4262480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 21647 16614 246 26 0 18279 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 86588

[startup+222.3 s]
/proc/loadavg: 4.00 4.03 3.49 5/368 32543
/proc/meminfo: memFree=6056716/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=86588 CPUtime=222.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 158056 0 0 0 22206 23 0 0 25 0 1 0 589391353 88666112 16615 33554432000 4194304 4300056 140733767818352 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 21647 16615 246 26 0 18279 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86588

[startup+282.3 s]
/proc/loadavg: 4.15 4.06 3.54 5/368 32545
/proc/meminfo: memFree=5881172/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=116008 CPUtime=282.3 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 199042 0 0 0 28197 33 0 0 25 0 1 0 589391353 118792192 18747 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 29002 18747 246 26 0 25634 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116008

[startup+342.3 s]
/proc/loadavg: 4.05 4.05 3.56 5/368 32546
/proc/meminfo: memFree=5763680/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=116008 CPUtime=342.3 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 236396 0 0 0 34189 41 0 0 25 0 1 0 589391353 118792192 20872 33554432000 4194304 4300056 140733767818352 18446744073709551615 4263782 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 29002 20872 246 26 0 25634 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116008

[startup+402.3 s]
/proc/loadavg: 4.02 4.04 3.59 5/368 32548
/proc/meminfo: memFree=5654648/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=116008 CPUtime=402.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 273922 0 0 0 40181 48 0 0 25 0 1 0 589391353 118792192 20872 33554432000 4194304 4300056 140733767818352 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 29002 20872 246 26 0 25634 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 116008

[startup+462.3 s]
/proc/loadavg: 4.08 4.04 3.61 5/368 32549
/proc/meminfo: memFree=5400772/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=196148 CPUtime=462.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 309946 0 0 0 46174 55 0 0 25 0 1 0 589391353 200855552 37811 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256253 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 49037 37811 246 26 0 45669 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 196148

[startup+522.3 s]
/proc/loadavg: 4.19 4.07 3.65 5/368 32551
/proc/meminfo: memFree=5217452/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=196148 CPUtime=522.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 349602 0 0 0 52166 63 0 0 25 0 1 0 589391353 200855552 37232 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 49037 37232 246 26 0 45669 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 196148

[startup+582.3 s]
/proc/loadavg: 4.14 4.07 3.67 5/368 32553
/proc/meminfo: memFree=5105892/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=116008 CPUtime=582.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 386217 0 0 0 58156 73 0 0 25 0 1 0 589391353 118792192 20872 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 29002 20872 246 26 0 25634 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 116008

[startup+642.3 s]
/proc/loadavg: 4.05 4.05 3.69 5/368 32554
/proc/meminfo: memFree=4979836/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=116008 CPUtime=642.31 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 421340 0 0 0 64150 81 0 0 25 0 1 0 589391353 118792192 22051 33554432000 4194304 4300056 140733767818352 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 29002 22051 246 26 0 25634 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 116008

[startup+702.3 s]
/proc/loadavg: 4.02 4.04 3.71 5/368 32556
/proc/meminfo: memFree=4774192/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=196148 CPUtime=702.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 455465 0 0 0 70143 86 0 0 25 0 1 0 589391353 200855552 39031 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 49037 39031 246 26 0 45669 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 196148

[startup+762.313 s]
/proc/loadavg: 4.00 4.03 3.73 5/368 32557
/proc/meminfo: memFree=4603656/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=213144 CPUtime=762.31 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 497689 0 0 0 76136 95 0 0 25 0 1 0 589391353 218259456 47068 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 53286 47068 246 26 0 49918 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 213144

[startup+822.3 s]
/proc/loadavg: 4.18 4.07 3.75 5/368 32559
/proc/meminfo: memFree=4448112/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=213144 CPUtime=822.3 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 523204 0 0 0 82130 100 0 0 25 0 1 0 589391353 218259456 47150 33554432000 4194304 4300056 140733767818352 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 53286 47150 246 26 0 49918 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 213144

[startup+882.3 s]
/proc/loadavg: 4.06 4.05 3.77 5/368 32561
/proc/meminfo: memFree=4326916/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=182324 CPUtime=882.3 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 556647 0 0 0 88123 107 0 0 25 0 1 0 589391353 186699776 38847 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 45581 38847 246 26 0 42213 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 182324

[startup+942.3 s]
/proc/loadavg: 4.02 4.04 3.78 4/366 32563
/proc/meminfo: memFree=4191108/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=263232 CPUtime=942.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 594009 0 0 0 94115 114 0 0 25 0 1 0 589391353 269549568 53489 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 65808 53489 246 26 0 62440 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 263232

[startup+1002.3 s]
/proc/loadavg: 2.71 3.65 3.66 3/356 32600
/proc/meminfo: memFree=4314092/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=133004 CPUtime=1002.29 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 625170 0 0 0 100108 121 0 0 25 0 1 0 589391353 136196096 29789 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 33251 29789 246 26 0 29883 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 133004

[startup+1062.3 s]
/proc/loadavg: 2.28 3.37 3.56 3/356 32601
/proc/meminfo: memFree=4147048/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=213144 CPUtime=1062.3 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 659223 0 0 0 106102 128 0 0 25 0 1 0 589391353 218259456 44269 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 53286 44269 246 26 0 49918 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 213144

[startup+1122.3 s]
/proc/loadavg: 1.54 2.95 3.40 2/350 32621
/proc/meminfo: memFree=8069360/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=133004 CPUtime=1122.3 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 685428 0 0 0 112097 133 0 0 25 0 1 0 589391353 136196096 29789 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 33251 29789 246 26 0 29883 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 133004

[startup+1182.3 s]
/proc/loadavg: 1.21 2.62 3.26 2/350 32623
/proc/meminfo: memFree=8011928/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=213144 CPUtime=1182.3 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 719077 0 0 0 118091 139 0 0 25 0 1 0 589391353 218259456 44424 33554432000 4194304 4300056 140733767818352 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 53286 44424 246 26 0 49918 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 213144

[startup+1242.3 s]
/proc/loadavg: 1.07 2.30 3.10 2/350 32624
/proc/meminfo: memFree=7979920/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=263232 CPUtime=1242.3 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 745876 0 0 0 124085 145 0 0 25 0 1 0 589391353 269549568 52066 33554432000 4194304 4300056 140733767818352 18446744073709551615 4264275 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 65808 52066 246 26 0 62440 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 263232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 2.08 2.98 2/350 32626
/proc/meminfo: memFree=7957332/32951124 swapFree=65980216/67111528
[pid=32536] ppid=32534 vsize=263232 CPUtime=1300.01 cores=4,6
/proc/32536/stat : 32536 (lr_gl_shr) R 32534 32536 32101 0 -1 4202496 778350 0 0 0 129850 151 0 0 25 0 1 0 589391353 269549568 57599 33554432000 4194304 4300056 140733767818352 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32536/statm: 65808 57599 246 26 0 62440 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 263232

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1298.51
CPU system time (s): 1.52777
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 344620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.51
system time used= 1.52777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 778350
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= 6
involuntary context switches= 14526

runsolver used 4.90125 second user time and 10.1605 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 21:35:59
IDJOB=3349744
IDBENCH=82466
IDSOLVER=1814
FILE ID=node142/3349744-1304969759
RUNJOBID= node142-1304968092-32120
PBS_JOBID= 13285608
Free space on /tmp= 46976 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349744-1304969759/watcher-3349744-1304969759 -o /tmp/evaluation-result-3349744-1304969759/solver-3349744-1304969759 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349744-1304969759.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=2036091681

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6820932 kB
Buffers:        239424 kB
Cached:       19670884 kB
SwapCached:      11212 kB
Active:       12771924 kB
Inactive:     12591508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6820932 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:     5450084 kB
Mapped:          20760 kB
Slab:           666160 kB
PageTables:      35152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78621848 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= 47096 MiB
End job on node142 at 2011-05-09 21:57:41