Trace number 3433927

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) 5000.14 5000.02

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2102.85
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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: 977)

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-3433927-1306845790/watcher-3433927-1306845790 -o /tmp/evaluation-result-3433927-1306845790/solver-3433927-1306845790 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433927-1306845790.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.90 2/477 6034
/proc/meminfo: memFree=7314000/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=26916 CPUtime=0 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 2201 0 0 0 0 0 0 0 23 0 1 0 776994385 27561984 2138 33554432000 4194304 4291235 140733769329984 18446744073709551615 4223824 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 6729 2145 215 24 0 3363 0

[startup+0.0707209 s]
/proc/loadavg: 1.92 2.01 1.90 2/477 6034
/proc/meminfo: memFree=7314000/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=54876 CPUtime=0.06 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 8231 0 0 0 6 0 0 0 23 0 1 0 776994385 56193024 7962 33554432000 4194304 4291235 140733769329984 18446744073709551615 254261616384 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 13719 7962 215 24 0 10353 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54876

[startup+0.100714 s]
/proc/loadavg: 1.92 2.01 1.90 2/477 6034
/proc/meminfo: memFree=7314000/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=59212 CPUtime=0.09 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 9636 0 0 0 8 1 0 0 23 0 1 0 776994385 60633088 9231 33554432000 4194304 4291235 140733769329984 18446744073709551615 254261277381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 14836 9232 215 24 0 11470 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59212

[startup+0.300676 s]
/proc/loadavg: 1.92 2.01 1.90 2/477 6034
/proc/meminfo: memFree=7314000/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=83196 CPUtime=0.28 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 15503 0 0 0 27 1 0 0 25 0 1 0 776994385 85192704 14573 33554432000 4194304 4291235 140733769329984 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 20799 14573 215 24 0 17433 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83196

[startup+0.700604 s]
/proc/loadavg: 1.92 2.01 1.90 2/477 6034
/proc/meminfo: memFree=7314000/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=119920 CPUtime=0.69 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 28036 0 0 0 65 4 0 0 25 0 1 0 776994385 122798080 24795 33554432000 4194304 4291235 140733769329984 18446744073709551615 254261277381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 29980 24798 216 24 0 26614 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119920

[startup+1.50046 s]
/proc/loadavg: 1.92 2.01 1.90 3/478 6035
/proc/meminfo: memFree=7193080/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=154812 CPUtime=1.49 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 36469 0 0 0 144 5 0 0 25 0 1 0 776994385 158527488 32853 33554432000 4194304 4291235 140733769329984 18446744073709551615 4233034 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 38703 32853 239 24 0 35337 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154812

[startup+3.10119 s]
/proc/loadavg: 1.92 2.01 1.90 3/478 6035
/proc/meminfo: memFree=7184028/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=136800 CPUtime=3.09 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 43896 0 0 0 303 6 0 0 25 0 1 0 776994385 140083200 28439 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 34200 28439 258 24 0 30834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136800

[startup+6.30062 s]
/proc/loadavg: 1.93 2.01 1.90 3/478 6035
/proc/meminfo: memFree=7197128/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=136800 CPUtime=6.29 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 44577 0 0 0 622 7 0 0 25 0 1 0 776994385 140083200 29118 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 34200 29118 258 24 0 30834 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136800

[startup+12.7005 s]
/proc/loadavg: 1.93 2.00 1.90 3/478 6035
/proc/meminfo: memFree=7190224/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=148476 CPUtime=12.69 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 46416 0 0 0 1262 7 0 0 25 0 1 0 776994385 152039424 30949 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 37119 30949 258 24 0 33753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 148476

[startup+25.5012 s]
/proc/loadavg: 1.95 2.00 1.90 3/478 6036
/proc/meminfo: memFree=7174836/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=167444 CPUtime=25.49 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 50207 0 0 0 2541 8 0 0 25 0 1 0 776994385 171462656 34725 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 41861 34725 258 24 0 38495 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167444

[startup+51.1007 s]
/proc/loadavg: 1.96 2.00 1.91 3/478 6036
/proc/meminfo: memFree=7143800/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=198264 CPUtime=51.09 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 57936 0 0 0 5099 10 0 0 25 0 1 0 776994385 203022336 42433 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248294 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 49566 42433 258 24 0 46200 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 198264

[startup+102.318 s]
/proc/loadavg: 1.98 2.00 1.91 3/478 6038
/proc/meminfo: memFree=7083892/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=248352 CPUtime=102.31 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 72738 0 0 0 10217 14 0 0 25 0 1 0 776994385 254312448 57189 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 62088 57189 258 24 0 58722 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 248352

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.91 3/478 6039
/proc/meminfo: memFree=7016892/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=329740 CPUtime=162.29 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 89357 0 0 0 16210 19 0 0 25 0 1 0 776994385 337653760 73781 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 82435 73781 258 24 0 79069 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 329740

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/478 6041
/proc/meminfo: memFree=6953628/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=462468 CPUtime=222.3 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 105061 0 0 0 22207 23 0 0 25 0 1 0 776994385 473567232 89454 33554432000 4194304 4291235 140733769329984 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 115617 89454 258 24 0 112251 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 462468

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 1.91 3/478 6042
/proc/meminfo: memFree=6893712/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=465232 CPUtime=282.3 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 120242 0 0 0 28202 28 0 0 25 0 1 0 776994385 476397568 104595 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 116308 104595 258 24 0 112942 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 465232

[startup+342.3 s]
/proc/loadavg: 2.10 2.03 1.92 3/478 6044
/proc/meminfo: memFree=6828572/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=682776 CPUtime=342.29 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 136443 0 0 0 34198 31 0 0 25 0 1 0 776994385 699162624 120775 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 170694 120775 258 24 0 167328 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 682776

[startup+402.301 s]
/proc/loadavg: 2.10 2.04 1.93 3/478 6046
/proc/meminfo: memFree=6774596/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=685208 CPUtime=402.3 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 149635 0 0 0 40194 36 0 0 25 0 1 0 776994385 701652992 133936 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 171302 133936 258 24 0 167936 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 685208

[startup+462.301 s]
/proc/loadavg: 2.15 2.06 1.94 3/478 6047
/proc/meminfo: memFree=6720628/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=687228 CPUtime=462.3 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 163096 0 0 0 46190 40 0 0 25 0 1 0 776994385 703721472 147378 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 171807 147378 258 24 0 168441 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 687228

[startup+522.3 s]
/proc/loadavg: 2.11 2.06 1.94 3/478 6049
/proc/meminfo: memFree=6669348/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=690040 CPUtime=522.3 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 176046 0 0 0 52186 44 0 0 25 0 1 0 776994385 706600960 160306 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 172510 160306 258 24 0 169144 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 690040

[startup+582.301 s]
/proc/loadavg: 2.04 2.05 1.94 3/478 6050
/proc/meminfo: memFree=6625396/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=1040980 CPUtime=582.31 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 186939 0 0 0 58184 47 0 0 25 0 1 0 776994385 1065963520 171181 33554432000 4194304 4291235 140733769329984 18446744073709551615 4262416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 260245 171181 258 24 0 256879 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1040980

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 6183
/proc/meminfo: memFree=4891456/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2605872 CPUtime=4062.41 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 576260 0 0 0 406054 187 0 0 25 0 1 0 776994385 2668412928 559737 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 651468 559737 258 24 0 648102 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 2605872

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 6185
/proc/meminfo: memFree=4970512/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2606348 CPUtime=4122.39 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 579682 0 0 0 412051 188 0 0 25 0 1 0 776994385 2668900352 563145 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 651587 563145 258 24 0 648221 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 2606348

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 6186
/proc/meminfo: memFree=4853392/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2607816 CPUtime=4182.39 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 584203 0 0 0 418050 189 0 0 25 0 1 0 776994385 2670403584 567655 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 651954 567655 258 24 0 648588 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 2607816

[startup+4242.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/478 6188
/proc/meminfo: memFree=4774964/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2608320 CPUtime=4242.39 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 588705 0 0 0 424048 191 0 0 25 0 1 0 776994385 2670919680 572143 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 652080 572143 258 24 0 648714 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 2608320

[startup+4302.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/478 6190
/proc/meminfo: memFree=4901756/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2609676 CPUtime=4302.4 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 592799 0 0 0 430047 193 0 0 25 0 1 0 776994385 2672308224 576227 33554432000 4194304 4291235 140733769329984 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 652419 576227 258 24 0 649053 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 2609676

[startup+4362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/478 6191
/proc/meminfo: memFree=4807596/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2609676 CPUtime=4362.4 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 597664 0 0 0 436045 195 0 0 25 0 1 0 776994385 2672308224 581081 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 652419 581081 258 24 0 649053 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 2609676

[startup+4422.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/478 6193
/proc/meminfo: memFree=4878588/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2609676 CPUtime=4422.39 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 603232 0 0 0 442043 196 0 0 25 0 1 0 776994385 2672308224 586638 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 652419 586638 258 24 0 649053 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 2609676

[startup+4482.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/478 6194
/proc/meminfo: memFree=4806124/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2611708 CPUtime=4482.4 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 606775 0 0 0 448042 198 0 0 25 0 1 0 776994385 2674388992 590172 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 652927 590172 258 24 0 649561 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 2611708

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/478 6196
/proc/meminfo: memFree=4880092/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2612348 CPUtime=4542.4 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 611228 0 0 0 454041 199 0 0 25 0 1 0 776994385 2675044352 594618 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 653087 594618 258 24 0 649721 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 2612348

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 6198
/proc/meminfo: memFree=4783700/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2612348 CPUtime=4602.41 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 614711 0 0 0 460040 201 0 0 25 0 1 0 776994385 2675044352 598091 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 653087 598091 258 24 0 649721 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 2612348

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 6199
/proc/meminfo: memFree=4699468/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2612916 CPUtime=4662.4 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 618862 0 0 0 466038 202 0 0 25 0 1 0 776994385 2675625984 602236 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 653229 602236 258 24 0 649863 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 2612916

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 6210
/proc/meminfo: memFree=4632212/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2614096 CPUtime=4722.43 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 624701 0 0 0 472038 205 0 0 25 0 1 0 776994385 2676834304 608063 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 653524 608063 258 24 0 650158 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 2614096

[startup+4782.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/478 6211
/proc/meminfo: memFree=4745640/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2615208 CPUtime=4782.41 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 630900 0 0 0 478035 206 0 0 25 0 1 0 776994385 2677972992 614254 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 653802 614254 258 24 0 650436 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 2615208

[startup+4842.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/478 6213
/proc/meminfo: memFree=4664844/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2615848 CPUtime=4842.41 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 636014 0 0 0 484033 208 0 0 25 0 1 0 776994385 2678628352 619362 33554432000 4194304 4291235 140733769329984 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 653962 619362 258 24 0 650596 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 2615848

[startup+4902.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/478 6215
/proc/meminfo: memFree=4598200/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2616276 CPUtime=4902.41 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 640184 0 0 0 490031 210 0 0 25 0 1 0 776994385 2679066624 623521 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 654069 623521 258 24 0 650703 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 2616276

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 6216
/proc/meminfo: memFree=4695616/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2616444 CPUtime=4962.41 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 643948 0 0 0 496030 211 0 0 25 0 1 0 776994385 2679238656 627270 33554432000 4194304 4291235 140733769329984 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 654111 627270 258 24 0 650745 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 2616444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.11 2.05 2.01 3/478 6217
/proc/meminfo: memFree=4640912/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2617324 CPUtime=5000.02 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 646771 0 0 0 499789 213 0 0 25 0 1 0 776994385 2680139776 630085 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 654331 630085 258 24 0 650965 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2617324

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

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

[startup+4999.9 s]
/proc/loadavg: 2.11 2.05 2.01 3/478 6217
/proc/meminfo: memFree=4640912/32951124 swapFree=67057928/67111528
[pid=6034] ppid=6032 vsize=2617324 CPUtime=5000.02 cores=0,2,4,6
/proc/6034/stat : 6034 (minisat) R 6032 6034 5718 0 -1 4202496 646771 0 0 0 499789 213 0 0 25 0 1 0 776994385 2680139776 630085 33554432000 4194304 4291235 140733769329984 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6034/statm: 654331 630085 258 24 0 650965 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2617324

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.14
CPU user time (s): 4997.9
CPU system time (s): 2.23166
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2617324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.9
system time used= 2.23166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 646772
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= 10
involuntary context switches= 3075

runsolver used 24.6912 second user time and 52.604 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-31 14:43:11
IDJOB=3433927
IDBENCH=71055
IDSOLVER=1930
FILE ID=node140/3433927-1306845790
RUNJOBID= node140-1306842918-5736
PBS_JOBID= 13482012
Free space on /tmp= 57516 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433927-1306845790/watcher-3433927-1306845790 -o /tmp/evaluation-result-3433927-1306845790/solver-3433927-1306845790 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433927-1306845790.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=991945985

node140.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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.14
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.833
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.833
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.77
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.833
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.833
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.74
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.833
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.833
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:       7314288 kB
Buffers:        218964 kB
Cached:       17756544 kB
SwapCached:       6932 kB
Active:       13416024 kB
Inactive:     11543300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7314288 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:           26532 kB
Writeback:           0 kB
AnonPages:     6981800 kB
Mapped:          38108 kB
Slab:           556568 kB
PageTables:      52176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141497796 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= 57516 MiB
End job on node140 at 2011-05-31 16:06:33