Trace number 3318213

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.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
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-3318213-1304901798/watcher-3318213-1304901798 -o /tmp/evaluation-result-3318213-1304901798/solver-3318213-1304901798 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318213-1304901798.cnf 

running on 2 cores: 5,7

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.51 2.92 3.13 4/376 15466
/proc/meminfo: memFree=22737164/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=21832 CPUtime=0 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 1347 0 0 0 0 0 0 0 25 0 1 0 582595465 22355968 1262 33554432000 4194304 4291235 140733989215520 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 5458 1263 215 24 0 2092 0

[startup+0.083302 s]
/proc/loadavg: 3.51 2.92 3.13 4/376 15466
/proc/meminfo: memFree=22737164/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=38984 CPUtime=0.07 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 6238 0 0 0 7 0 0 0 25 0 1 0 582595465 39919616 5642 33554432000 4194304 4291235 140733989215520 18446744073709551615 4240833 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 9746 5644 215 24 0 6380 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38984

[startup+0.100296 s]
/proc/loadavg: 3.51 2.92 3.13 4/376 15466
/proc/meminfo: memFree=22737164/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=41236 CPUtime=0.09 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 7500 0 0 0 8 1 0 0 25 0 1 0 582595465 42225664 6665 33554432000 4194304 4291235 140733989215520 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 10309 6668 215 24 0 6943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41236

[startup+0.300257 s]
/proc/loadavg: 3.51 2.92 3.13 4/376 15466
/proc/meminfo: memFree=22737164/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=76772 CPUtime=0.29 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 16436 0 0 0 27 2 0 0 25 0 1 0 582595465 78614528 14495 33554432000 4194304 4291235 140733989215520 18446744073709551615 4232615 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 19193 14496 243 24 0 15827 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76772

[startup+0.700182 s]
/proc/loadavg: 3.51 2.92 3.13 4/376 15466
/proc/meminfo: memFree=22737164/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=87420 CPUtime=0.69 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 22395 0 0 0 66 3 0 0 25 0 1 0 582595465 89518080 16754 33554432000 4194304 4291235 140733989215520 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 21855 16754 243 24 0 18489 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87420

[startup+1.50103 s]
/proc/loadavg: 3.51 2.92 3.13 5/377 15467
/proc/meminfo: memFree=22666112/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=100908 CPUtime=1.49 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 28352 0 0 0 144 5 0 0 25 0 1 0 582595465 103329792 19791 33554432000 4194304 4291235 140733989215520 18446744073709551615 4232352 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 25227 19791 243 24 0 21861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100908

[startup+3.10073 s]
/proc/loadavg: 3.51 2.92 3.13 5/377 15467
/proc/meminfo: memFree=22655732/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=93664 CPUtime=3.09 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 28372 0 0 0 304 5 0 0 25 0 1 0 582595465 95911936 18167 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255939 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 23416 18167 262 24 0 20050 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93664

[startup+6.30112 s]
/proc/loadavg: 3.55 2.94 3.13 5/377 15467
/proc/meminfo: memFree=22639984/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=93664 CPUtime=6.3 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 28372 0 0 0 625 5 0 0 25 0 1 0 582595465 95911936 18167 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 23416 18167 262 24 0 20050 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 93664

[startup+12.7009 s]
/proc/loadavg: 3.58 2.96 3.14 5/377 15467
/proc/meminfo: memFree=22648344/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=93664 CPUtime=12.7 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 28498 0 0 0 1265 5 0 0 25 0 1 0 582595465 95911936 18290 33554432000 4194304 4291235 140733989215520 18446744073709551615 4256107 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 23416 18290 262 24 0 20050 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 93664

[startup+25.5005 s]
/proc/loadavg: 3.67 3.01 3.15 5/377 15467
/proc/meminfo: memFree=22576600/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=112328 CPUtime=25.49 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 30897 0 0 0 2544 5 0 0 25 0 1 0 582595465 115023872 20632 33554432000 4194304 4291235 140733989215520 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 28082 20632 262 24 0 24716 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112328

[startup+51.1007 s]
/proc/loadavg: 3.78 3.08 3.17 5/377 15468
/proc/meminfo: memFree=22485732/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=161648 CPUtime=51.09 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 39528 0 0 0 5102 7 0 0 25 0 1 0 582595465 165527552 29184 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 40412 29184 262 24 0 37046 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 161648

[startup+102.314 s]
/proc/loadavg: 3.96 3.24 3.22 5/377 15469
/proc/meminfo: memFree=22371080/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=192468 CPUtime=102.31 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 45633 0 0 0 10221 10 0 0 25 0 1 0 582595465 197087232 35165 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 48117 35165 262 24 0 44751 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 192468

[startup+162.301 s]
/proc/loadavg: 3.98 3.38 3.27 5/377 15471
/proc/meminfo: memFree=22254836/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=192468 CPUtime=162.3 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 61682 0 0 0 16216 14 0 0 25 0 1 0 582595465 197087232 35667 33554432000 4194304 4291235 140733989215520 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 48117 35667 262 24 0 44751 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 192468

[startup+222.3 s]
/proc/loadavg: 3.99 3.49 3.31 5/377 15473
/proc/meminfo: memFree=22163144/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=242556 CPUtime=222.3 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 69158 0 0 0 22214 16 0 0 25 0 1 0 582595465 248377344 43009 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 60639 43009 262 24 0 57273 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 242556

[startup+282.301 s]
/proc/loadavg: 4.06 3.59 3.35 5/377 15474
/proc/meminfo: memFree=22062636/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=136776 CPUtime=282.3 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 78089 0 0 0 28211 19 0 0 25 0 1 0 582595465 140058624 26379 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 34194 26379 262 24 0 30828 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 136776

[startup+342.301 s]
/proc/loadavg: 4.02 3.66 3.39 5/377 15476
/proc/meminfo: memFree=21953584/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=216916 CPUtime=342.3 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 92619 0 0 0 34207 23 0 0 25 0 1 0 582595465 222121984 40754 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 54229 40754 262 24 0 50863 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 216916

[startup+402.3 s]
/proc/loadavg: 4.01 3.72 3.43 5/377 15477
/proc/meminfo: memFree=22179952/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=267004 CPUtime=402.3 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 102404 0 0 0 40204 26 0 0 25 0 1 0 582595465 273412096 50431 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 66751 50431 262 24 0 63385 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 267004

[startup+462.301 s]
/proc/loadavg: 4.19 3.82 3.47 5/377 15479
/proc/meminfo: memFree=22177152/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=136776 CPUtime=462.31 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 108338 0 0 0 46202 29 0 0 25 0 1 0 582595465 140058624 26887 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 34194 26887 262 24 0 30828 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 136776

[startup+522.301 s]
/proc/loadavg: 4.13 3.86 3.51 5/377 15481
/proc/meminfo: memFree=21965432/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=216916 CPUtime=522.31 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 123102 0 0 0 52198 33 0 0 25 0 1 0 582595465 222121984 41517 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255848 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 54229 41517 262 24 0 50863 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 216916

[startup+582.3 s]
/proc/loadavg: 4.13 3.90 3.54 5/377 15482
/proc/meminfo: memFree=21889968/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=267004 CPUtime=582.32 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 130967 0 0 0 58195 37 0 0 25 0 1 0 582595465 273412096 49277 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 66751 49277 262 24 0 63385 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 267004

[startup+642.301 s]
/proc/loadavg: 4.04 3.92 3.57 5/377 15484
/proc/meminfo: memFree=21756988/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=267004 CPUtime=642.33 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 137148 0 0 0 64194 39 0 0 25 0 1 0 582595465 273412096 55366 33554432000 4194304 4291235 140733989215520 18446744073709551615 4256129 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 66751 55366 262 24 0 63385 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 267004

[startup+702.301 s]
/proc/loadavg: 4.01 3.93 3.59 5/377 15485
/proc/meminfo: memFree=21686504/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=167128 CPUtime=702.32 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 150680 0 0 0 70189 43 0 0 25 0 1 0 582595465 171139072 35815 33554432000 4194304 4291235 140733989215520 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 41782 35815 262 24 0 38416 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 167128

[startup+762.314 s]
/proc/loadavg: 4.00 3.94 3.62 5/377 15487
/proc/meminfo: memFree=21622332/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=216916 CPUtime=762.33 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 159816 0 0 0 76187 46 0 0 25 0 1 0 582595465 222121984 44804 33554432000 4194304 4291235 140733989215520 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 54229 44804 262 24 0 50863 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 216916

[startup+822.301 s]
/proc/loadavg: 4.04 3.96 3.64 5/377 15489
/proc/meminfo: memFree=21558920/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=267004 CPUtime=822.32 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 167340 0 0 0 82183 49 0 0 25 0 1 0 582595465 273412096 52236 33554432000 4194304 4291235 140733989215520 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 66751 52236 262 24 0 63385 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 267004

[startup+882.3 s]
/proc/loadavg: 4.05 3.98 3.67 5/377 15490
/proc/meminfo: memFree=21477140/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=267004 CPUtime=882.32 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 173523 0 0 0 88180 52 0 0 25 0 1 0 582595465 273412096 58324 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 66751 58324 262 24 0 63385 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 267004

[startup+942.301 s]
/proc/loadavg: 4.13 4.01 3.69 5/377 15492
/proc/meminfo: memFree=21973084/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=230576 CPUtime=942.32 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 192914 0 0 0 94175 57 0 0 25 0 1 0 582595465 236109824 46042 33554432000 4194304 4291235 140733989215520 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 57644 46042 262 24 0 54278 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 230576

[startup+1002.3 s]
/proc/loadavg: 4.10 4.02 3.72 5/377 15493
/proc/meminfo: memFree=21819400/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=280664 CPUtime=1002.33 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 205085 0 0 0 100172 61 0 0 25 0 1 0 582595465 287399936 58087 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 70166 58087 262 24 0 66800 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 280664

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 3.74 5/377 15495
/proc/meminfo: memFree=21710848/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=362052 CPUtime=1062.33 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 212847 0 0 0 106169 64 0 0 25 0 1 0 582595465 370741248 65745 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 90513 65745 262 24 0 87147 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 362052

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.75 5/377 15506
/proc/meminfo: memFree=21437540/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=362052 CPUtime=1122.33 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 219894 0 0 0 112167 66 0 0 25 0 1 0 582595465 370741248 72694 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 90513 72694 262 24 0 87147 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 362052

[startup+1182.3 s]
/proc/loadavg: 4.05 4.03 3.76 5/377 15507
/proc/meminfo: memFree=21698016/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=150436 CPUtime=1182.33 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 225113 0 0 0 118164 69 0 0 25 0 1 0 582595465 154046464 33172 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255910 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 37609 33172 262 24 0 34243 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 150436

[startup+1242.3 s]
/proc/loadavg: 3.23 3.83 3.71 3/365 15545
/proc/meminfo: memFree=22791936/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=199756 CPUtime=1242.33 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 237231 0 0 0 124160 73 0 0 25 0 1 0 582595465 204550144 45169 33554432000 4194304 4291235 140733989215520 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 49939 45169 262 24 0 46573 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 199756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.30 3.46 3.59 2/359 15564
/proc/meminfo: memFree=23026960/32951124 swapFree=66341944/67111528
[pid=15466] ppid=15464 vsize=230576 CPUtime=1300.05 cores=5,7
/proc/15466/stat : 15466 (minisat) R 15464 15466 14820 0 -1 4202496 244805 0 0 0 129928 77 0 0 25 0 1 0 582595465 236109824 52631 33554432000 4194304 4291235 140733989215520 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15466/statm: 57644 52631 262 24 0 54278 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 230576

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.28
system time used= 0.78888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 703

runsolver used 4.23536 second user time and 11.1553 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 02:43:19
IDJOB=3318213
IDBENCH=82468
IDSOLVER=1707
FILE ID=node141/3318213-1304901798
RUNJOBID= node141-1304901694-15289
PBS_JOBID= 13282130
Free space on /tmp= 49280 MiB

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

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1714263469

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:      22737444 kB
Buffers:        132720 kB
Cached:        4158336 kB
SwapCached:      22352 kB
Active:        2957460 kB
Inactive:      7046304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22737444 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:           13144 kB
Writeback:          20 kB
AnonPages:     5695788 kB
Mapped:          19684 kB
Slab:           107012 kB
PageTables:      39492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86813092 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= 49304 MiB
End job on node141 at 2011-05-09 03:05:01