Trace number 3350149

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
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-3350149-1304971302/watcher-3350149-1304971302 -o /tmp/evaluation-result-3350149-1304971302/solver-3350149-1304971302 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350149-1304971302.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: 3.94 2.90 2.80 4/376 23716
/proc/meminfo: memFree=11206728/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=21160 CPUtime=0.01 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 903 0 0 0 1 0 0 0 23 0 1 0 589546519 21667840 825 33554432000 4194304 4300056 140737379444784 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 5290 834 220 26 0 1922 0

[startup+0.0995051 s]
/proc/loadavg: 3.94 2.90 2.80 4/376 23716
/proc/meminfo: memFree=11206728/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=34444 CPUtime=0.09 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 5197 0 0 0 9 0 0 0 23 0 1 0 589546519 35270656 4641 33554432000 4194304 4300056 140737379444784 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 8611 4641 220 26 0 5243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34444

[startup+0.100477 s]
/proc/loadavg: 3.94 2.90 2.80 4/376 23716
/proc/meminfo: memFree=11206728/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=35856 CPUtime=0.09 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 5342 0 0 0 9 0 0 0 24 0 1 0 589546519 36716544 4786 33554432000 4194304 4300056 140737379444784 18446744073709551615 212039352075 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 8964 4804 237 26 0 5596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35856

[startup+0.300476 s]
/proc/loadavg: 3.94 2.90 2.80 4/376 23716
/proc/meminfo: memFree=11206728/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=73756 CPUtime=0.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 15129 0 0 0 27 2 0 0 25 0 1 0 589546519 75526144 13240 33554432000 4194304 4300056 140737379444784 18446744073709551615 4265209 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 18439 13240 236 26 0 15071 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73756

[startup+0.700401 s]
/proc/loadavg: 3.94 2.90 2.80 4/376 23716
/proc/meminfo: memFree=11206728/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=81472 CPUtime=0.69 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 20652 0 0 0 66 3 0 0 25 0 1 0 589546519 83427328 15269 33554432000 4194304 4300056 140737379444784 18446744073709551615 4217685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 20368 15269 240 26 0 17000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81472

[startup+1.50026 s]
/proc/loadavg: 3.94 2.92 2.81 5/377 23717
/proc/meminfo: memFree=11134932/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=84336 CPUtime=1.49 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 24768 0 0 0 145 4 0 0 25 0 1 0 589546519 86360064 16527 33554432000 4194304 4300056 140737379444784 18446744073709551615 4217274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 21084 16527 240 26 0 17716 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84336

[startup+3.10097 s]
/proc/loadavg: 3.94 2.92 2.81 5/377 23717
/proc/meminfo: memFree=11133196/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=81528 CPUtime=3.09 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 26025 0 0 0 305 4 0 0 25 0 1 0 589546519 83484672 15962 33554432000 4194304 4300056 140737379444784 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 20382 15962 259 26 0 17014 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81528

[startup+6.30038 s]
/proc/loadavg: 3.94 2.92 2.81 5/377 23717
/proc/meminfo: memFree=11108436/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=81528 CPUtime=6.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 26157 0 0 0 625 4 0 0 25 0 1 0 589546519 83484672 16086 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 20382 16086 259 26 0 17014 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81528

[startup+12.7002 s]
/proc/loadavg: 3.95 2.95 2.82 5/377 23717
/proc/meminfo: memFree=11087388/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=107344 CPUtime=12.69 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 28268 0 0 0 1265 4 0 0 25 0 1 0 589546519 109920256 18172 33554432000 4194304 4300056 140737379444784 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 26836 18172 259 26 0 23468 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107344

[startup+25.5009 s]
/proc/loadavg: 3.96 2.99 2.83 5/377 23717
/proc/meminfo: memFree=10995124/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=137696 CPUtime=25.49 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 36659 0 0 0 2543 6 0 0 25 0 1 0 589546519 141000704 26509 33554432000 4194304 4300056 140737379444784 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 34424 26509 259 26 0 31056 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137696

[startup+51.1004 s]
/proc/loadavg: 3.97 3.08 2.87 5/377 23718
/proc/meminfo: memFree=10896700/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=187484 CPUtime=51.09 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 43998 0 0 0 5100 9 0 0 25 0 1 0 589546519 191983616 33792 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 46871 33792 259 26 0 43503 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 187484

[startup+102.314 s]
/proc/loadavg: 4.04 3.24 2.93 5/377 23719
/proc/meminfo: memFree=10679432/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=237572 CPUtime=102.3 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 56259 0 0 0 10217 13 0 0 25 0 1 0 589546519 243273728 45964 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 59393 45964 259 26 0 56025 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 237572

[startup+162.301 s]
/proc/loadavg: 4.12 3.40 3.00 5/377 23748
/proc/meminfo: memFree=11296548/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=318960 CPUtime=162.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 69221 0 0 0 16211 18 0 0 25 0 1 0 589546519 326615040 58843 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 79740 58843 259 26 0 76372 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 318960

[startup+222.301 s]
/proc/loadavg: 4.08 3.52 3.07 5/377 23749
/proc/meminfo: memFree=11228928/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=187484 CPUtime=222.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 91906 0 0 0 22205 24 0 0 25 0 1 0 589546519 191983616 37591 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 46871 37591 259 26 0 43503 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 187484

[startup+282.301 s]
/proc/loadavg: 4.03 3.61 3.12 5/377 23751
/proc/meminfo: memFree=11118856/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=237572 CPUtime=282.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 105470 0 0 0 28200 29 0 0 25 0 1 0 589546519 243273728 51082 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 59393 51082 259 26 0 56025 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 237572

[startup+342.3 s]
/proc/loadavg: 4.01 3.68 3.18 5/377 23780
/proc/meminfo: memFree=12053788/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=137696 CPUtime=342.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 124762 0 0 0 34194 35 0 0 25 0 1 0 589546519 141000704 27418 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 34424 27418 259 26 0 31056 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 137696

[startup+402.301 s]
/proc/loadavg: 4.07 3.75 3.23 5/377 23808
/proc/meminfo: memFree=12058844/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=237572 CPUtime=402.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 139494 0 0 0 40190 39 0 0 25 0 1 0 589546519 243273728 42041 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 59393 42041 259 26 0 56025 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 237572

[startup+462.301 s]
/proc/loadavg: 4.07 3.81 3.28 5/377 23810
/proc/meminfo: memFree=12032008/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=318960 CPUtime=462.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 151978 0 0 0 46185 44 0 0 25 0 1 0 589546519 326615040 54465 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 79740 54465 259 26 0 76372 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 318960

[startup+522.301 s]
/proc/loadavg: 4.02 3.84 3.32 5/377 23811
/proc/meminfo: memFree=11926460/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=318960 CPUtime=522.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 161072 0 0 0 52182 47 0 0 25 0 1 0 589546519 326615040 63490 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 79740 63490 259 26 0 76372 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 318960

[startup+582.3 s]
/proc/loadavg: 4.01 3.86 3.36 5/377 23813
/proc/meminfo: memFree=11968216/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=187484 CPUtime=582.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 182866 0 0 0 58176 53 0 0 25 0 1 0 589546519 191983616 40065 33554432000 4194304 4300056 140737379444784 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 46871 40065 259 26 0 43503 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 187484

[startup+642.301 s]
/proc/loadavg: 4.14 3.92 3.41 5/377 23815
/proc/meminfo: memFree=11923412/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=237572 CPUtime=642.3 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 195836 0 0 0 64171 59 0 0 25 0 1 0 589546519 243273728 52972 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 59393 52972 259 26 0 56025 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 237572

[startup+702.301 s]
/proc/loadavg: 4.11 3.95 3.45 5/377 23816
/proc/meminfo: memFree=11946920/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=318960 CPUtime=702.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 205998 0 0 0 70167 61 0 0 25 0 1 0 589546519 326615040 63051 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 79740 63051 259 26 0 76372 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 318960

[startup+762.314 s]
/proc/loadavg: 4.09 3.97 3.48 5/377 23818
/proc/meminfo: memFree=12070872/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=156664 CPUtime=762.29 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 223273 0 0 0 76163 66 0 0 25 0 1 0 589546519 160423936 29254 33554432000 4194304 4300056 140737379444784 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 39166 29254 259 26 0 35798 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 156664

[startup+822.3 s]
/proc/loadavg: 4.03 3.97 3.51 5/377 23819
/proc/meminfo: memFree=11923124/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=237572 CPUtime=822.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 235931 0 0 0 82158 70 0 0 25 0 1 0 589546519 243273728 41851 33554432000 4194304 4300056 140737379444784 18446744073709551615 4252335 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 59393 41851 259 26 0 56025 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 237572

[startup+882.301 s]
/proc/loadavg: 4.01 3.97 3.54 5/377 23821
/proc/meminfo: memFree=11857448/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=237572 CPUtime=882.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 247419 0 0 0 88152 76 0 0 25 0 1 0 589546519 243273728 53258 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 59393 53258 259 26 0 56025 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 237572

[startup+942.301 s]
/proc/loadavg: 4.08 4.00 3.58 5/377 23823
/proc/meminfo: memFree=11869920/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=318960 CPUtime=942.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 256909 0 0 0 94148 80 0 0 25 0 1 0 589546519 326615040 62680 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 79740 62680 259 26 0 76372 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 318960

[startup+1002.3 s]
/proc/loadavg: 4.12 4.03 3.61 5/377 23824
/proc/meminfo: memFree=11958512/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=156664 CPUtime=1002.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 275423 0 0 0 100143 85 0 0 25 0 1 0 589546519 160423936 34222 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 39166 34222 259 26 0 35798 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 156664

[startup+1062.3 s]
/proc/loadavg: 4.04 4.02 3.64 5/377 23826
/proc/meminfo: memFree=11822320/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=237572 CPUtime=1062.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 286825 0 0 0 106140 88 0 0 25 0 1 0 589546519 243273728 45546 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 59393 45546 259 26 0 56025 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 237572

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.65 5/377 23827
/proc/meminfo: memFree=11856992/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=318960 CPUtime=1122.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 298271 0 0 0 112136 92 0 0 25 0 1 0 589546519 326615040 56925 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 79740 56925 259 26 0 76372 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 318960

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.67 5/377 23829
/proc/meminfo: memFree=11901704/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=319492 CPUtime=1182.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 308271 0 0 0 118132 96 0 0 25 0 1 0 589546519 327159808 66863 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 79873 66863 259 26 0 76505 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 319492

[startup+1242.3 s]
/proc/loadavg: 3.40 3.84 3.63 4/371 23849
/proc/meminfo: memFree=12031264/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=453316 CPUtime=1242.28 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 319400 0 0 0 124127 101 0 0 25 0 1 0 589546519 464195584 77934 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 113329 77934 259 26 0 109961 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 453316



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.23 3.71 3.60 4/371 23850
/proc/meminfo: memFree=12051816/32951124 swapFree=65155552/67111528
[pid=23716] ppid=23714 vsize=189776 CPUtime=1299.99 cores=0,2
/proc/23716/stat : 23716 (lr_gl_shr) R 23714 23716 22980 0 -1 4202496 340560 0 0 0 129892 107 0 0 25 0 1 0 589546519 194330624 42068 33554432000 4194304 4300056 140737379444784 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23716/statm: 47444 42068 259 26 0 44076 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 189776

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.01
CPU user time (s): 1298.93
CPU system time (s): 1.08283
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 502636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.93
system time used= 1.08283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340560
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= 9
involuntary context switches= 4512

runsolver used 4.90925 second user time and 10.4814 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-09 22:01:43
IDJOB=3350149
IDBENCH=82488
IDSOLVER=1815
FILE ID=node146/3350149-1304971302
RUNJOBID= node146-1304971063-23550
PBS_JOBID= 13285604
Free space on /tmp= 41812 MiB

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

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1805767008

node146.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      11206884 kB
Buffers:        158024 kB
Cached:        4504548 kB
SwapCached:       9316 kB
Active:       12001824 kB
Inactive:      9428956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11206884 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:            9092 kB
Writeback:           0 kB
AnonPages:    16766232 kB
Mapped:          22856 kB
Slab:           185992 kB
PageTables:      61760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83505340 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= 41840 MiB
End job on node146 at 2011-05-09 22:23:25