Trace number 3318137

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: MiniSAT 2.2.0-agile-26? (TO) 1300.07 1300.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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-3318137-1304901787/watcher-3318137-1304901787 -o /tmp/evaluation-result-3318137-1304901787/solver-3318137-1304901787 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318137-1304901787.cnf 

running on 2 cores: 1,3

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.42 2.88 3.12 4/376 15438
/proc/meminfo: memFree=22342956/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=21848 CPUtime=0 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 1329 0 0 0 0 0 0 0 23 0 1 0 582594343 22372352 1245 33554432000 4194304 4291235 140734372262000 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 5462 1245 215 24 0 2096 0

[startup+0.055703 s]
/proc/loadavg: 3.42 2.88 3.12 4/376 15438
/proc/meminfo: memFree=22342956/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=31076 CPUtime=0.04 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 4208 0 0 0 4 0 0 0 23 0 1 0 582594343 31821824 3828 33554432000 4194304 4291235 140734372262000 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 7769 3830 215 24 0 4403 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31076

[startup+0.100681 s]
/proc/loadavg: 3.42 2.88 3.12 4/376 15438
/proc/meminfo: memFree=22342956/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=40952 CPUtime=0.09 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 7328 0 0 0 8 1 0 0 23 0 1 0 582594343 41934848 6497 33554432000 4194304 4291235 140734372262000 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 10238 6499 215 24 0 6872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40952

[startup+0.300648 s]
/proc/loadavg: 3.42 2.88 3.12 4/376 15438
/proc/meminfo: memFree=22342956/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=59660 CPUtime=0.29 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 11696 0 0 0 27 2 0 0 25 0 1 0 582594343 61091840 10586 33554432000 4194304 4291235 140734372262000 18446744073709551615 4210128 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 14915 10587 262 24 0 11549 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59660

[startup+0.700569 s]
/proc/loadavg: 3.42 2.88 3.12 4/376 15438
/proc/meminfo: memFree=22342956/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=55996 CPUtime=0.69 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 14893 0 0 0 67 2 0 0 25 0 1 0 582594343 57339904 9357 33554432000 4194304 4291235 140734372262000 18446744073709551615 4257111 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 13999 9359 262 24 0 10633 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55996

[startup+1.50043 s]
/proc/loadavg: 3.42 2.88 3.12 5/377 15439
/proc/meminfo: memFree=22300920/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=63068 CPUtime=1.48 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 15787 0 0 0 146 2 0 0 25 0 1 0 582594343 64581632 10167 33554432000 4194304 4291235 140734372262000 18446744073709551615 4256252 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 15767 10167 280 24 0 12401 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63068

[startup+3.10112 s]
/proc/loadavg: 3.42 2.88 3.12 5/377 15439
/proc/meminfo: memFree=22294608/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=63068 CPUtime=3.09 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 16802 0 0 0 306 3 0 0 25 0 1 0 582594343 64581632 11152 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 15767 11152 280 24 0 12401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63068

[startup+6.30051 s]
/proc/loadavg: 3.46 2.90 3.12 5/377 15440
/proc/meminfo: memFree=22266772/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=81744 CPUtime=6.29 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 22032 0 0 0 626 3 0 0 25 0 1 0 582594343 83705856 16325 33554432000 4194304 4291235 140734372262000 18446744073709551615 4248284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 20436 16325 280 24 0 17070 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81744

[startup+12.7003 s]
/proc/loadavg: 3.51 2.92 3.13 5/377 15467
/proc/meminfo: memFree=22665616/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=112388 CPUtime=12.69 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 25620 0 0 0 1265 4 0 0 25 0 1 0 582594343 115085312 19847 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255630 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 28097 19847 280 24 0 24731 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112388

[startup+25.5009 s]
/proc/loadavg: 3.61 2.97 3.14 5/377 15467
/proc/meminfo: memFree=22639608/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=112388 CPUtime=25.5 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 38174 0 0 0 2542 8 0 0 25 0 1 0 582594343 115085312 19791 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 28097 19791 280 24 0 24731 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 112388

[startup+51.1011 s]
/proc/loadavg: 3.75 3.05 3.16 5/377 15468
/proc/meminfo: memFree=22536188/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=112832 CPUtime=51.1 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 56738 0 0 0 5098 12 0 0 25 0 1 0 582594343 115539968 22461 33554432000 4194304 4291235 140734372262000 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 28208 22461 280 24 0 24842 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 112832

[startup+102.314 s]
/proc/loadavg: 3.95 3.21 3.21 5/377 15469
/proc/meminfo: memFree=22410404/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=109348 CPUtime=102.31 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 87398 0 0 0 10212 19 0 0 25 0 1 0 582594343 111972352 21884 33554432000 4194304 4291235 140734372262000 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 27337 21884 280 24 0 23971 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 109348

[startup+162.301 s]
/proc/loadavg: 3.98 3.35 3.26 5/377 15471
/proc/meminfo: memFree=22314868/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=102072 CPUtime=162.29 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 121053 0 0 0 16201 28 0 0 25 0 1 0 582594343 104521728 21487 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 25518 21487 280 24 0 22152 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 102072

[startup+222.301 s]
/proc/loadavg: 3.99 3.47 3.30 5/377 15472
/proc/meminfo: memFree=22075868/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=223192 CPUtime=222.3 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 169134 0 0 0 22189 41 0 0 25 0 1 0 582594343 228548608 49468 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 55798 49468 280 24 0 52432 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 223192

[startup+282.3 s]
/proc/loadavg: 4.07 3.58 3.35 5/377 15474
/proc/meminfo: memFree=22101096/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=152228 CPUtime=282.3 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 205807 0 0 0 28179 51 0 0 25 0 1 0 582594343 155881472 32223 33554432000 4194304 4291235 140734372262000 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 38057 32223 280 24 0 34691 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152228

[startup+342.301 s]
/proc/loadavg: 4.03 3.65 3.38 5/377 15476
/proc/meminfo: memFree=21928056/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=186808 CPUtime=342.3 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 234045 0 0 0 34172 58 0 0 25 0 1 0 582594343 191291392 42186 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 46702 42186 280 24 0 43336 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 186808

[startup+402.301 s]
/proc/loadavg: 4.01 3.71 3.42 5/377 15477
/proc/meminfo: memFree=22246804/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=194272 CPUtime=402.31 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 271601 0 0 0 40163 68 0 0 25 0 1 0 582594343 198934528 37581 33554432000 4194304 4291235 140734372262000 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 48568 37581 280 24 0 45202 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 194272

[startup+462.3 s]
/proc/loadavg: 4.05 3.78 3.46 5/377 15479
/proc/meminfo: memFree=22008524/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=248088 CPUtime=462.3 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 312551 0 0 0 46151 79 0 0 25 0 1 0 582594343 254042112 53369 33554432000 4194304 4291235 140734372262000 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 62022 53369 280 24 0 58656 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 248088

[startup+522.301 s]
/proc/loadavg: 4.16 3.86 3.50 5/377 15480
/proc/meminfo: memFree=21999552/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=253472 CPUtime=522.31 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 336951 0 0 0 52142 89 0 0 25 0 1 0 582594343 259555328 48826 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 63368 48826 280 24 0 60002 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 253472

[startup+582.301 s]
/proc/loadavg: 4.06 3.88 3.53 5/377 15482
/proc/meminfo: memFree=21940084/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=156128 CPUtime=582.31 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 350935 0 0 0 58137 94 0 0 25 0 1 0 582594343 159875072 34375 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 39032 34375 280 24 0 35666 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 156128

[startup+642.3 s]
/proc/loadavg: 4.05 3.92 3.56 5/377 15484
/proc/meminfo: memFree=21798800/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=192380 CPUtime=642.33 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 378418 0 0 0 64132 101 0 0 25 0 1 0 582594343 196997120 39826 33554432000 4194304 4291235 140734372262000 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 48095 39826 280 24 0 44729 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 192380

[startup+702.301 s]
/proc/loadavg: 4.02 3.93 3.59 5/377 15485
/proc/meminfo: memFree=21729420/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=273288 CPUtime=702.31 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 415528 0 0 0 70120 111 0 0 25 0 1 0 582594343 279846912 56491 33554432000 4194304 4291235 140734372262000 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 68322 56491 280 24 0 64956 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 273288

[startup+762.314 s]
/proc/loadavg: 4.00 3.94 3.61 5/377 15487
/proc/meminfo: memFree=21656328/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=226052 CPUtime=762.33 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 442189 0 0 0 76112 121 0 0 25 0 1 0 582594343 231477248 49760 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 56513 49760 280 24 0 53147 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 226052

[startup+822.3 s]
/proc/loadavg: 4.04 3.96 3.64 5/377 15488
/proc/meminfo: memFree=21520364/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=277912 CPUtime=822.32 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 474532 0 0 0 82103 129 0 0 25 0 1 0 582594343 284581888 60518 33554432000 4194304 4291235 140734372262000 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 69478 60518 280 24 0 66112 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 277912

[startup+882.301 s]
/proc/loadavg: 4.06 3.98 3.66 5/377 15490
/proc/meminfo: memFree=21512376/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=178036 CPUtime=882.32 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 510215 0 0 0 88092 140 0 0 25 0 1 0 582594343 182308864 38193 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 44509 38193 280 24 0 41143 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 178036

[startup+942.301 s]
/proc/loadavg: 4.15 4.01 3.69 5/377 15492
/proc/meminfo: memFree=21957972/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=278096 CPUtime=942.32 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 529429 0 0 0 94085 147 0 0 25 0 1 0 582594343 284770304 56970 33554432000 4194304 4291235 140734372262000 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 69524 56970 280 24 0 66158 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 278096

[startup+1002.3 s]
/proc/loadavg: 4.12 4.02 3.71 5/377 15493
/proc/meminfo: memFree=21884636/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=170064 CPUtime=1002.32 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 571660 0 0 0 100072 160 0 0 25 0 1 0 582594343 174145536 38533 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 42516 38533 280 24 0 39150 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 170064

[startup+1062.3 s]
/proc/loadavg: 4.09 4.03 3.73 5/377 15495
/proc/meminfo: memFree=21765548/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=184352 CPUtime=1062.32 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 601337 0 0 0 106064 168 0 0 25 0 1 0 582594343 188776448 40824 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 46088 40824 280 24 0 42722 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 184352

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 3.75 5/377 15505
/proc/meminfo: memFree=21498804/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=378724 CPUtime=1122.33 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 646726 0 0 0 112050 183 0 0 25 0 1 0 582594343 387813376 85882 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 94681 85882 280 24 0 91315 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 378724

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 3.76 5/377 15507
/proc/meminfo: memFree=21543396/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=256440 CPUtime=1182.34 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 676107 0 0 0 118041 193 0 0 25 0 1 0 582594343 262594560 52828 33554432000 4194304 4291235 140734372262000 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 64110 52828 280 24 0 60744 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 256440

[startup+1242.3 s]
/proc/loadavg: 3.46 3.89 3.73 3/365 15545
/proc/meminfo: memFree=22803836/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=313064 CPUtime=1242.33 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 687019 0 0 0 124036 197 0 0 25 0 1 0 582594343 320577536 63547 33554432000 4194304 4291235 140734372262000 18446744073709551615 4256132 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 78266 63547 280 24 0 74900 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 313064



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.53 3.55 3.62 3/365 15546
/proc/meminfo: memFree=22793500/32951124 swapFree=66341944/67111528
[pid=15438] ppid=15436 vsize=265588 CPUtime=1300.05 cores=1,3
/proc/15438/stat : 15438 (minisat) R 15436 15438 14820 0 -1 4202496 709776 0 0 0 129798 207 0 0 25 0 1 0 582594343 271962112 58496 33554432000 4194304 4291235 140734372262000 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15438/statm: 66397 58496 280 24 0 63031 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 265588

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.03
CPU time (s): 1300.07
CPU user time (s): 1297.99
CPU system time (s): 2.08268
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 520176

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

runsolver used 4.32934 second user time and 11.0623 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 02:43:07
IDJOB=3318137
IDBENCH=82467
IDSOLVER=1707
FILE ID=node141/3318137-1304901787
RUNJOBID= node141-1304901694-15288
PBS_JOBID= 13282130
Free space on /tmp= 49200 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318137-1304901787/watcher-3318137-1304901787 -o /tmp/evaluation-result-3318137-1304901787/solver-3318137-1304901787 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318137-1304901787.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=216514005

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.75
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.806
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.84
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.806
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.806
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.806
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:      22343244 kB
Buffers:        132660 kB
Cached:        4240796 kB
SwapCached:      22352 kB
Active:        3350360 kB
Inactive:      7044052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22343244 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:           80972 kB
Writeback:           0 kB
AnonPages:     6004516 kB
Mapped:          19628 kB
Slab:           109460 kB
PageTables:      40132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87172000 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= 49296 MiB
End job on node141 at 2011-05-09 03:04:49