Trace number 3420172

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 reference: minisat 2.2.0? (TO) 5000.24 5000.13

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144.59
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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-3420172-1306589467/watcher-3420172-1306589467 -o /tmp/evaluation-result-3420172-1306589467/solver-3420172-1306589467 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3420172-1306589467.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: 2.05 2.02 2.00 2/477 16606
/proc/meminfo: memFree=15662432/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=21144 CPUtime=0.01 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1236 0 0 0 1 0 0 0 23 0 1 0 751362652 21651456 1150 33554432000 4194304 4291037 140734607575008 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 5286 1151 214 24 0 1920 0

[startup+0.0411059 s]
/proc/loadavg: 2.05 2.02 2.00 2/477 16606
/proc/meminfo: memFree=15662432/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=25436 CPUtime=0.03 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 2867 0 0 0 3 0 0 0 23 0 1 0 751362652 26046464 2496 33554432000 4194304 4291037 140734607575008 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 6359 2496 215 24 0 2993 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25436

[startup+0.101097 s]
/proc/loadavg: 2.05 2.02 2.00 2/477 16606
/proc/meminfo: memFree=15662432/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=36020 CPUtime=0.09 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 6100 0 0 0 9 0 0 0 23 0 1 0 751362652 36884480 5229 33554432000 4194304 4291037 140734607575008 18446744073709551615 254261277381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 9005 5230 215 24 0 5639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36020

[startup+0.301069 s]
/proc/loadavg: 2.05 2.02 2.00 2/477 16606
/proc/meminfo: memFree=15662432/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=77156 CPUtime=0.29 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 17435 0 0 0 28 1 0 0 24 0 1 0 751362652 79007744 14616 33554432000 4194304 4291037 140734607575008 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 19289 14617 215 24 0 15923 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77156

[startup+0.700991 s]
/proc/loadavg: 2.05 2.02 2.00 2/477 16606
/proc/meminfo: memFree=15662432/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=159436 CPUtime=0.69 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 38665 0 0 0 64 5 0 0 25 0 1 0 751362652 163262464 32266 33554432000 4194304 4291037 140734607575008 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 39859 32266 215 24 0 36493 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 159436

[startup+1.50082 s]
/proc/loadavg: 2.05 2.02 2.00 3/478 16607
/proc/meminfo: memFree=15478044/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=299384 CPUtime=1.49 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 81631 0 0 0 137 12 0 0 25 0 1 0 751362652 306569216 67379 33554432000 4194304 4291037 140734607575008 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 74846 67379 215 24 0 71480 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299384

[startup+3.10054 s]
/proc/loadavg: 2.05 2.02 2.00 3/478 16607
/proc/meminfo: memFree=15478044/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=681832 CPUtime=3.09 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 164878 0 0 0 284 25 0 0 25 0 1 0 751362652 698195968 141467 33554432000 4194304 4291037 140734607575008 18446744073709551615 4221493 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 170458 141488 215 24 0 167092 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 681832

[startup+6.30099 s]
/proc/loadavg: 2.20 2.05 2.01 3/478 16607
/proc/meminfo: memFree=15007368/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=721620 CPUtime=6.29 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 196991 0 0 0 600 29 0 0 25 0 1 0 751362652 738938880 164124 33554432000 4194304 4291037 140734607575008 18446744073709551615 4254680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 180405 164124 238 24 0 177039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 721620

[startup+12.7009 s]
/proc/loadavg: 2.17 2.05 2.01 3/478 16607
/proc/meminfo: memFree=15006736/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=721620 CPUtime=12.69 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 196991 0 0 0 1240 29 0 0 25 0 1 0 751362652 738938880 164124 33554432000 4194304 4291037 140734607575008 18446744073709551615 4226106 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 180405 164124 238 24 0 177039 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 721620

[startup+25.5176 s]
/proc/loadavg: 2.14 2.05 2.01 3/478 16608
/proc/meminfo: memFree=14961392/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=721620 CPUtime=25.51 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 196991 0 0 0 2522 29 0 0 25 0 1 0 751362652 738938880 164124 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 180405 164124 238 24 0 177039 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 721620

[startup+51.1011 s]
/proc/loadavg: 2.15 2.06 2.01 3/478 16608
/proc/meminfo: memFree=14932316/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=747192 CPUtime=51.09 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 207115 0 0 0 5079 30 0 0 25 0 1 0 751362652 765124608 173859 33554432000 4194304 4291037 140734607575008 18446744073709551615 4226113 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 186798 173859 239 24 0 183432 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 747192

[startup+102.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/478 16610
/proc/meminfo: memFree=14961660/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=906080 CPUtime=102.29 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 253795 0 0 0 10193 36 0 0 25 0 1 0 751362652 927825920 190401 33554432000 4194304 4291037 140734607575008 18446744073709551615 254261659783 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 226520 190401 239 24 0 223154 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 906080

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/478 16611
/proc/meminfo: memFree=14957428/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=694464 CPUtime=162.29 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 264827 0 0 0 16189 40 0 0 25 0 1 0 751362652 711131136 158524 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 173616 158524 259 24 0 170250 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 694464

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 16613
/proc/meminfo: memFree=14924312/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=826724 CPUtime=222.31 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 277473 0 0 0 22187 44 0 0 25 0 1 0 751362652 846565376 171051 33554432000 4194304 4291037 140734607575008 18446744073709551615 4248904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 206681 171051 259 24 0 203315 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 826724

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 16614
/proc/meminfo: memFree=14900740/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=826724 CPUtime=282.3 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 292662 0 0 0 28183 47 0 0 25 0 1 0 751362652 846565376 186127 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 206681 186127 259 24 0 203315 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 826724

[startup+342.318 s]
/proc/loadavg: 2.12 2.05 2.01 3/478 16616
/proc/meminfo: memFree=14769912/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=1041648 CPUtime=342.32 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 325603 0 0 0 34178 54 0 0 25 0 1 0 751362652 1066647552 218918 33554432000 4194304 4291037 140734607575008 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 260412 218918 259 24 0 257046 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 1041648

[startup+402.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/478 16618
/proc/meminfo: memFree=14674304/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=1041648 CPUtime=402.29 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 340480 0 0 0 40173 56 0 0 25 0 1 0 751362652 1066647552 233683 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 260412 233683 259 24 0 257046 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1041648

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 16619
/proc/meminfo: memFree=14631640/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=1390896 CPUtime=462.3 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 360374 0 0 0 46169 61 0 0 25 0 1 0 751362652 1424277504 253456 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 347724 253456 259 24 0 344358 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1390896

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 16621
/proc/meminfo: memFree=14515928/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=1390896 CPUtime=522.3 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 375370 0 0 0 52165 65 0 0 25 0 1 0 751362652 1424277504 268360 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 347724 268360 259 24 0 344358 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1390896

[startup+582.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/478 16622
/proc/meminfo: memFree=14439780/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=1390896 CPUtime=582.3 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 408730 0 0 0 58159 71 0 0 25 0 1 0 751362652 1424277504 301570 33554432000 4194304 4291037 140734607575008 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 347724 301570 259 24 0 344358 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1390896

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 1.28 1.79 1.92 2/472 16745
/proc/meminfo: memFree=11120628/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=4795444 CPUtime=4062.39 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1264864 0 0 0 405961 278 0 0 25 0 1 0 751362652 4910534656 1154442 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1198861 1154442 259 24 0 1195495 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 4795444

[startup+4122.3 s]
/proc/loadavg: 1.10 1.64 1.86 2/472 16747
/proc/meminfo: memFree=11024764/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=4795444 CPUtime=4122.38 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1288901 0 0 0 411955 283 0 0 25 0 1 0 751362652 4910534656 1178419 33554432000 4194304 4291037 140734607575008 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1198861 1178419 259 24 0 1195495 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 4795444

[startup+4182.3 s]
/proc/loadavg: 1.04 1.52 1.80 2/472 16748
/proc/meminfo: memFree=10891956/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7230720 CPUtime=4182.4 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1321956 0 0 0 417950 290 0 0 25 0 1 0 751362652 7404257280 1211406 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1807680 1211406 259 24 0 1804314 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 7230720

[startup+4242.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/472 16750
/proc/meminfo: memFree=10765956/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7230720 CPUtime=4242.39 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1353660 0 0 0 423942 297 0 0 25 0 1 0 751362652 7404257280 1243037 33554432000 4194304 4291037 140734607575008 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1807680 1243037 259 24 0 1804314 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 7230720

[startup+4302.32 s]
/proc/loadavg: 1.00 1.34 1.70 2/472 16752
/proc/meminfo: memFree=10655960/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7257188 CPUtime=4302.41 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1381039 0 0 0 429938 303 0 0 25 0 1 0 751362652 7431360512 1270336 33554432000 4194304 4291037 140734607575008 18446744073709551615 4248435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1814297 1270336 259 24 0 1810931 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 7257188

[startup+4362.3 s]
/proc/loadavg: 1.00 1.28 1.65 2/472 16753
/proc/meminfo: memFree=10546080/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7257188 CPUtime=4362.39 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1408755 0 0 0 435931 308 0 0 25 0 1 0 751362652 7431360512 1297973 33554432000 4194304 4291037 140734607575008 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1814297 1297973 259 24 0 1810931 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 7257188

[startup+4422.3 s]
/proc/loadavg: 1.00 1.23 1.61 2/472 16755
/proc/meminfo: memFree=10447980/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7257188 CPUtime=4422.4 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1433161 0 0 0 441927 313 0 0 25 0 1 0 751362652 7431360512 1322310 33554432000 4194304 4291037 140734607575008 18446744073709551615 4248418 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1814297 1322310 259 24 0 1810931 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 7257188

[startup+4482.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/472 16756
/proc/meminfo: memFree=10360796/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7257188 CPUtime=4482.39 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1455286 0 0 0 447921 318 0 0 25 0 1 0 751362652 7431360512 1344358 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1814297 1344358 259 24 0 1810931 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 7257188

[startup+4542.3 s]
/proc/loadavg: 1.09 1.18 1.54 2/472 16758
/proc/meminfo: memFree=10246832/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7257188 CPUtime=4542.4 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1483590 0 0 0 453915 325 0 0 25 0 1 0 751362652 7431360512 1372579 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1814297 1372579 259 24 0 1810931 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 7257188

[startup+4602.3 s]
/proc/loadavg: 1.07 1.16 1.51 2/472 16760
/proc/meminfo: memFree=10151828/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7257188 CPUtime=4602.4 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1507558 0 0 0 459909 331 0 0 25 0 1 0 751362652 7431360512 1396476 33554432000 4194304 4291037 140734607575008 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1814297 1396476 259 24 0 1810931 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 7257188

[startup+4662.3 s]
/proc/loadavg: 1.02 1.12 1.47 2/472 16761
/proc/meminfo: memFree=10043704/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7257188 CPUtime=4662.4 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1533908 0 0 0 465903 337 0 0 25 0 1 0 751362652 7431360512 1422748 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1814297 1422748 259 24 0 1810931 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 7257188

[startup+4722.3 s]
/proc/loadavg: 1.01 1.10 1.44 2/472 16763
/proc/meminfo: memFree=9934300/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7257188 CPUtime=4722.4 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1561882 0 0 0 471896 344 0 0 25 0 1 0 751362652 7431360512 1450645 33554432000 4194304 4291037 140734607575008 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1814297 1450645 259 24 0 1810931 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 7257188

[startup+4782.3 s]
/proc/loadavg: 1.00 1.08 1.41 2/472 16764
/proc/meminfo: memFree=9882112/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7269428 CPUtime=4782.41 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1574463 0 0 0 477893 348 0 0 25 0 1 0 751362652 7443894272 1463171 33554432000 4194304 4291037 140734607575008 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1817357 1463171 259 24 0 1813991 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 7269428

[startup+4842.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/472 16766
/proc/meminfo: memFree=9847908/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7283688 CPUtime=4842.42 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1582954 0 0 0 483892 350 0 0 25 0 1 0 751362652 7458496512 1471637 33554432000 4194304 4291037 140734607575008 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1820922 1471637 259 24 0 1817556 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 7283688

[startup+4902.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/472 16768
/proc/meminfo: memFree=9824076/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7291248 CPUtime=4902.4 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1589017 0 0 0 489887 353 0 0 25 0 1 0 751362652 7466237952 1477661 33554432000 4194304 4291037 140734607575008 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1822812 1477661 259 24 0 1819446 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 7291248

[startup+4962.32 s]
/proc/loadavg: 1.00 1.04 1.33 2/472 16769
/proc/meminfo: memFree=9802360/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7298148 CPUtime=4962.43 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1594538 0 0 0 495887 356 0 0 25 0 1 0 751362652 7473303552 1483159 33554432000 4194304 4291037 140734607575008 18446744073709551615 4256112 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1824537 1483159 259 24 0 1821171 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 7298148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.03 1.32 2/472 16770
/proc/meminfo: memFree=9781544/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=7302832 CPUtime=5000.02 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4202496 1599891 0 0 0 499644 358 0 0 25 0 1 0 751362652 7478099968 1488491 33554432000 4194304 4291037 140734607575008 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16606/statm: 1825708 1488491 259 24 0 1822342 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 7302832

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

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

[startup+5000.1 s]
/proc/loadavg: 1.00 1.03 1.32 2/472 16770
/proc/meminfo: memFree=9781544/32951124 swapFree=67057928/67111528
[pid=16606] ppid=16604 vsize=0 CPUtime=5000.2 cores=0,2,4,6
/proc/16606/stat : 16606 (minisat_release) R 16604 16606 15828 0 -1 4203524 1599891 0 0 0 499644 376 0 0 25 0 1 0 751362652 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/16606/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.24
CPU user time (s): 4996.45
CPU system time (s): 3.79442
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 7302832

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

runsolver used 24.2623 second user time and 53.0199 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-28 15:31:13
IDJOB=3420172
IDBENCH=85008
IDSOLVER=1912
FILE ID=node140/3420172-1306589467
RUNJOBID= node140-1306579391-15846
PBS_JOBID= 13471540
Free space on /tmp= 73200 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420172-1306589467/watcher-3420172-1306589467 -o /tmp/evaluation-result-3420172-1306589467/solver-3420172-1306589467 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420172-1306589467.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=2145947407

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:      15662588 kB
Buffers:        368568 kB
Cached:        9560920 kB
SwapCached:       8168 kB
Active:       11444764 kB
Inactive:      5480504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15662588 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:          214096 kB
Writeback:           0 kB
AnonPages:     6992736 kB
Mapped:          38164 kB
Slab:           242108 kB
PageTables:      52600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141479868 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= 73200 MiB
End job on node140 at 2011-05-28 16:54:35