Trace number 3288270

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
RestartSAT B95? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
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 variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
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: 935)

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-3288270-1303770135/watcher-3288270-1303770135 -o /tmp/evaluation-result-3288270-1303770135/solver-3288270-1303770135 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3288270-1303770135.cnf 

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: 3.99 3.15 2.78 5/189 18499
/proc/meminfo: memFree=19644184/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=20320 CPUtime=0 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 910 0 0 0 0 0 0 0 25 0 1 0 469429712 20807680 843 33554432000 4194304 4291949 140735341326288 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 5080 846 227 24 0 1714 0

[startup+0.085776 s]
/proc/loadavg: 3.99 3.15 2.78 5/189 18499
/proc/meminfo: memFree=19644184/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=38792 CPUtime=0.07 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 6308 0 0 0 7 0 0 0 25 0 1 0 469429712 39723008 5710 33554432000 4194304 4291949 140735341326288 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 9698 5711 227 24 0 6332 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38792

[startup+0.100521 s]
/proc/loadavg: 3.99 3.15 2.78 5/189 18499
/proc/meminfo: memFree=19644184/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=40780 CPUtime=0.09 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 7435 0 0 0 9 0 0 0 25 0 1 0 469429712 41758720 6603 33554432000 4194304 4291949 140735341326288 18446744073709551615 4271456 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 10195 6608 227 24 0 6829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40780

[startup+0.300485 s]
/proc/loadavg: 3.99 3.15 2.78 5/189 18499
/proc/meminfo: memFree=19644184/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=85512 CPUtime=0.28 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 18466 0 0 0 27 1 0 0 25 0 1 0 469429712 87564288 16470 33554432000 4194304 4291949 140735341326288 18446744073709551615 4229700 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 21378 16470 290 24 0 18012 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 85512

[startup+0.700459 s]
/proc/loadavg: 3.99 3.15 2.78 5/189 18499
/proc/meminfo: memFree=19644184/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=119540 CPUtime=0.69 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 25473 0 0 0 67 2 0 0 25 0 1 0 469429712 122408960 22871 33554432000 4194304 4291949 140735341326288 18446744073709551615 4256819 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 29885 22871 292 24 0 26519 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119540

[startup+1.5003 s]
/proc/loadavg: 3.99 3.15 2.78 5/190 18500
/proc/meminfo: memFree=19554656/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=112292 CPUtime=1.49 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 33099 0 0 0 145 4 0 0 25 0 1 0 469429712 114987008 21614 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 28073 21614 311 24 0 24707 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112292

[startup+3.10103 s]
/proc/loadavg: 3.99 3.15 2.78 5/190 18500
/proc/meminfo: memFree=19556392/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=112292 CPUtime=3.09 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 33145 0 0 0 305 4 0 0 25 0 1 0 469429712 114987008 21655 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251106 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 28073 21655 311 24 0 24707 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112292

[startup+6.30044 s]
/proc/loadavg: 4.07 3.18 2.79 5/190 18500
/proc/meminfo: memFree=19553164/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=112292 CPUtime=6.29 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 33175 0 0 0 625 4 0 0 25 0 1 0 469429712 114987008 21684 33554432000 4194304 4291949 140735341326288 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 28073 21684 311 24 0 24707 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112292

[startup+12.7003 s]
/proc/loadavg: 4.06 3.19 2.79 5/190 18500
/proc/meminfo: memFree=19546864/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=112292 CPUtime=12.69 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 33340 0 0 0 1265 4 0 0 25 0 1 0 469429712 114987008 21840 33554432000 4194304 4291949 140735341326288 18446744073709551615 4250555 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 28073 21840 311 24 0 24707 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112292

[startup+25.5011 s]
/proc/loadavg: 4.05 3.23 2.81 5/190 18501
/proc/meminfo: memFree=19627828/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=112292 CPUtime=25.49 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 33874 0 0 0 2545 4 0 0 25 0 1 0 469429712 114987008 22342 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 28073 22342 311 24 0 24707 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112292

[startup+51.1006 s]
/proc/loadavg: 4.03 3.29 2.84 5/190 18501
/proc/meminfo: memFree=19580020/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=112292 CPUtime=51.09 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 35018 0 0 0 5104 5 0 0 25 0 1 0 469429712 114987008 23424 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251108 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 28073 23424 311 24 0 24707 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112292

[startup+102.307 s]
/proc/loadavg: 4.01 3.40 2.90 5/190 18530
/proc/meminfo: memFree=19539144/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=142644 CPUtime=102.29 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 41990 0 0 0 10223 6 0 0 25 0 1 0 469429712 146067456 30288 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 35661 30288 311 24 0 32295 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 142644

[startup+162.301 s]
/proc/loadavg: 4.00 3.50 2.97 5/190 18533
/proc/meminfo: memFree=19460400/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=161612 CPUtime=162.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 45498 0 0 0 16222 8 0 0 25 0 1 0 469429712 165490688 33625 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 40403 33625 311 24 0 37037 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 161612

[startup+222.301 s]
/proc/loadavg: 4.00 3.59 3.03 5/190 18536
/proc/meminfo: memFree=19406788/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=172640 CPUtime=222.29 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 57145 0 0 0 22219 10 0 0 25 0 1 0 469429712 176783360 34035 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 43160 34035 311 24 0 39794 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 172640

[startup+282.301 s]
/proc/loadavg: 4.00 3.66 3.09 5/190 18538
/proc/meminfo: memFree=19402668/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=191608 CPUtime=282.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 61071 0 0 0 28218 12 0 0 25 0 1 0 469429712 196206592 37783 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 47902 37783 311 24 0 44536 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 191608

[startup+342.3 s]
/proc/loadavg: 4.00 3.72 3.14 5/190 18539
/proc/meminfo: memFree=19444548/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=222428 CPUtime=342.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 66890 0 0 0 34216 14 0 0 25 0 1 0 469429712 227766272 43385 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 55607 43385 311 24 0 52241 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 222428

[startup+402.301 s]
/proc/loadavg: 4.00 3.77 3.19 5/190 18541
/proc/meminfo: memFree=19394416/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=183320 CPUtime=402.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 78632 0 0 0 40214 16 0 0 25 0 1 0 469429712 187719680 39639 33554432000 4194304 4291949 140735341326288 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 45830 39639 311 24 0 42464 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 183320

[startup+462.3 s]
/proc/loadavg: 4.00 3.81 3.24 5/190 18542
/proc/meminfo: memFree=19313784/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=202288 CPUtime=462.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 82394 0 0 0 46212 18 0 0 25 0 1 0 469429712 207142912 43230 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 50572 43230 311 24 0 47206 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 202288

[startup+522.301 s]
/proc/loadavg: 3.64 3.76 3.26 4/184 18561
/proc/meminfo: memFree=19434704/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=233108 CPUtime=522.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 87512 0 0 0 52211 19 0 0 25 0 1 0 469429712 238702592 48146 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251674 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 58277 48146 311 24 0 54911 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 233108

[startup+582.3 s]
/proc/loadavg: 3.29 3.63 3.25 4/184 18563
/proc/meminfo: memFree=19513260/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=164752 CPUtime=582.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 90731 0 0 0 58210 20 0 0 25 0 1 0 469429712 168706048 36037 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 41188 36037 311 24 0 37822 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 164752

[startup+642.301 s]
/proc/loadavg: 3.11 3.52 3.23 4/184 18564
/proc/meminfo: memFree=19581048/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=214072 CPUtime=642.31 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 99883 0 0 0 64209 22 0 0 25 0 1 0 469429712 219209728 45010 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 53518 45010 311 24 0 50152 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 214072

[startup+702.3 s]
/proc/loadavg: 3.04 3.42 3.21 4/184 18566
/proc/meminfo: memFree=19568244/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=164752 CPUtime=702.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 109393 0 0 0 70206 24 0 0 25 0 1 0 469429712 168706048 36671 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 41188 36671 311 24 0 37822 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 164752

[startup+762.307 s]
/proc/loadavg: 3.01 3.34 3.19 4/184 18567
/proc/meminfo: memFree=19489460/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=210836 CPUtime=762.31 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 118947 0 0 0 76205 26 0 0 25 0 1 0 469429712 215896064 46092 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 52709 46092 311 24 0 49343 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 210836

[startup+822.301 s]
/proc/loadavg: 3.00 3.28 3.18 4/184 18569
/proc/meminfo: memFree=19433016/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=229804 CPUtime=822.31 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 123202 0 0 0 82204 27 0 0 25 0 1 0 469429712 235319296 50151 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251496 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 57451 50152 311 24 0 54085 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 229804

[startup+882.301 s]
/proc/loadavg: 3.00 3.22 3.17 4/184 18571
/proc/meminfo: memFree=19367376/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=260624 CPUtime=882.3 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 127874 0 0 0 88201 29 0 0 25 0 1 0 469429712 266878976 54620 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 65156 54620 311 24 0 61790 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 260624

[startup+942.301 s]
/proc/loadavg: 3.00 3.18 3.15 4/184 18572
/proc/meminfo: memFree=19516136/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=180484 CPUtime=942.31 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 130214 0 0 0 94200 31 0 0 25 0 1 0 469429712 184815616 40604 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 45121 40604 311 24 0 41755 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 180484

[startup+1002.3 s]
/proc/loadavg: 2.78 3.10 3.13 3/178 18592
/proc/meminfo: memFree=19596164/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=210836 CPUtime=1002.31 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 137586 0 0 0 100199 32 0 0 25 0 1 0 469429712 215896064 47823 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 52709 47823 311 24 0 49343 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 210836

[startup+1062.3 s]
/proc/loadavg: 2.33 2.91 3.06 3/178 18593
/proc/meminfo: memFree=19552476/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=260624 CPUtime=1062.31 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 144525 0 0 0 106197 34 0 0 25 0 1 0 469429712 266878976 54520 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 65156 54520 311 24 0 61790 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 260624

[startup+1122.3 s]
/proc/loadavg: 1.78 2.66 2.96 2/172 18613
/proc/meminfo: memFree=19847700/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=260624 CPUtime=1122.32 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 148520 0 0 0 112196 36 0 0 25 0 1 0 469429712 266878976 58335 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 65156 58335 311 24 0 61790 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 260624

[startup+1182.3 s]
/proc/loadavg: 1.28 2.36 2.84 2/172 18615
/proc/meminfo: memFree=19896912/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=202844 CPUtime=1182.32 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 155107 0 0 0 118195 37 0 0 25 0 1 0 469429712 207712256 45886 33554432000 4194304 4291949 140735341326288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 50711 45886 311 24 0 47345 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 202844

[startup+1242.3 s]
/proc/loadavg: 1.10 2.11 2.72 2/172 18616
/proc/meminfo: memFree=19856724/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=252164 CPUtime=1242.31 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 165342 0 0 0 124193 38 0 0 25 0 1 0 469429712 258215936 55881 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251108 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 63041 55881 311 24 0 59675 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 252164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.04 1.90 2.61 2/172 18618
/proc/meminfo: memFree=19841452/32951124 swapFree=67111524/67111528
[pid=18499] ppid=18497 vsize=282984 CPUtime=1300.02 cores=4,6
/proc/18499/stat : 18499 (RestartSAT) R 18497 18499 15892 0 -1 4202496 169234 0 0 0 129962 40 0 0 25 0 1 0 469429712 289775616 59606 33554432000 4194304 4291949 140735341326288 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18499/statm: 70746 59606 311 24 0 67380 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 282984

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.05
CPU user time (s): 1299.63
CPU system time (s): 0.417936
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 282984

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

runsolver used 2.23866 second user time and 4.65729 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-26 00:22:16
IDJOB=3288270
IDBENCH=82493
IDSOLVER=1580
FILE ID=node144/3288270-1303770135
RUNJOBID= node144-1303769814-18125
PBS_JOBID= 13157119
Free space on /tmp= 72116 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288270-1303770135/watcher-3288270-1303770135 -o /tmp/evaluation-result-3288270-1303770135/solver-3288270-1303770135 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3288270-1303770135.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1214389061

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19644340 kB
Buffers:       2188132 kB
Cached:       10078516 kB
SwapCached:          4 kB
Active:        4001392 kB
Inactive:      8743308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19644340 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10456 kB
Writeback:           0 kB
AnonPages:      477312 kB
Mapped:          15416 kB
Slab:           496820 kB
PageTables:       6212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   752964 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= 72140 MiB
End job on node144 at 2011-04-26 00:43:58