Trace number 3422473

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: EBMiniSAT 2011-03-02? (TO) 5000.05 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

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-3422473-1306668671/watcher-3422473-1306668671 -o /tmp/evaluation-result-3422473-1306668671/solver-3422473-1306668671 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422473-1306668671.cnf -verb=0 

running on 4 cores: 1,3,5,7

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.00 2.02 2.00 2/535 23112
/proc/meminfo: memFree=17605508/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=26992 CPUtime=0 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 2278 0 0 0 0 0 0 0 25 0 1 0 778465072 27639808 2162 33554432000 4194304 4293939 140735363032720 18446744073709551615 228244009669 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 6748 2163 219 25 0 3381 0

[startup+0.110447 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 23112
/proc/meminfo: memFree=17605508/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=37348 CPUtime=0.1 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 6099 0 0 0 10 0 0 0 25 0 1 0 778465072 38244352 5473 33554432000 4194304 4293939 140735363032720 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 9337 5473 225 25 0 5970 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 37348

[startup+0.200446 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 23112
/proc/meminfo: memFree=17605508/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=44628 CPUtime=0.19 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 7774 0 0 0 18 1 0 0 25 0 1 0 778465072 45699072 7086 33554432000 4194304 4293939 140735363032720 18446744073709551615 4247395 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 11157 7088 225 25 0 7790 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 44628

[startup+0.30043 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 23112
/proc/meminfo: memFree=17605508/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=43336 CPUtime=0.29 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 9320 0 0 0 28 1 0 0 25 0 1 0 778465072 44376064 7037 33554432000 4194304 4293939 140735363032720 18446744073709551615 4236728 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 10834 7037 225 25 0 7467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43336

[startup+0.700359 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 23112
/proc/meminfo: memFree=17605508/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=40556 CPUtime=0.69 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 10155 0 0 0 68 1 0 0 25 0 1 0 778465072 41529344 6214 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 10139 6214 245 25 0 6772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40556

[startup+1.5002 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 23113
/proc/meminfo: memFree=17579344/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=40556 CPUtime=1.49 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 10513 0 0 0 148 1 0 0 25 0 1 0 778465072 41529344 6563 33554432000 4194304 4293939 140735363032720 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 10139 6563 245 25 0 6772 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40556

[startup+3.10092 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 23113
/proc/meminfo: memFree=17574508/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=47628 CPUtime=3.09 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 11395 0 0 0 308 1 0 0 25 0 1 0 778465072 48771072 7431 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255678 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 11907 7431 245 25 0 8540 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47628

[startup+6.30036 s]
/proc/loadavg: 2.16 2.05 2.01 3/536 23113
/proc/meminfo: memFree=17553132/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=66304 CPUtime=6.29 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 15885 0 0 0 628 1 0 0 25 0 1 0 778465072 67895296 11890 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 16576 11890 245 25 0 13209 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66304

[startup+12.7002 s]
/proc/loadavg: 2.15 2.05 2.01 3/536 23113
/proc/meminfo: memFree=17531484/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=77980 CPUtime=12.69 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 19347 0 0 0 1267 2 0 0 25 0 1 0 778465072 79851520 15305 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255642 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 19495 15305 245 25 0 16128 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77980

[startup+25.501 s]
/proc/loadavg: 2.19 2.06 2.01 3/536 23114
/proc/meminfo: memFree=17626956/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=96948 CPUtime=25.49 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 24493 0 0 0 2546 3 0 0 25 0 1 0 778465072 99274752 20400 33554432000 4194304 4293939 140735363032720 18446744073709551615 4262959 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 24237 20400 245 25 0 20870 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96948

[startup+51.1005 s]
/proc/loadavg: 2.12 2.06 2.01 3/536 23114
/proc/meminfo: memFree=17566280/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=99780 CPUtime=51.09 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 38993 0 0 0 5102 7 0 0 25 0 1 0 778465072 102174720 20917 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255720 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 24945 20917 245 25 0 21578 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99780

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/536 23116
/proc/meminfo: memFree=17596644/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=135276 CPUtime=102.3 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 64284 0 0 0 10219 11 0 0 25 0 1 0 778465072 138522624 27469 33554432000 4194304 4293939 140735363032720 18446744073709551615 4264728 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 33819 27469 245 25 0 30452 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 135276

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 23117
/proc/meminfo: memFree=17479948/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=185364 CPUtime=162.3 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 90947 0 0 0 16211 19 0 0 25 0 1 0 778465072 189812736 31929 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 46341 31929 245 25 0 42974 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 185364

[startup+222.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 23119
/proc/meminfo: memFree=17482540/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=187340 CPUtime=222.31 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 118857 0 0 0 22206 25 0 0 25 0 1 0 778465072 191836160 34060 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 46835 34060 245 25 0 43468 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 187340

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 23120
/proc/meminfo: memFree=17495916/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=189980 CPUtime=282.3 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 145419 0 0 0 28198 32 0 0 25 0 1 0 778465072 194539520 32953 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 47495 32953 245 25 0 44128 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 189980

[startup+342.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 23122
/proc/meminfo: memFree=17507060/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=191908 CPUtime=342.3 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 172682 0 0 0 34191 39 0 0 25 0 1 0 778465072 196513792 33398 33554432000 4194304 4293939 140735363032720 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 47977 33398 245 25 0 44610 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 191908

[startup+402.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 23124
/proc/meminfo: memFree=17541644/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=143956 CPUtime=402.3 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 200914 0 0 0 40186 44 0 0 25 0 1 0 778465072 147410944 29296 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 35989 29296 245 25 0 32622 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 143956

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 23125
/proc/meminfo: memFree=17590484/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=117648 CPUtime=462.3 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 226068 0 0 0 46180 50 0 0 25 0 1 0 778465072 120471552 21355 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 29412 21355 245 25 0 26045 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 117648

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 23127
/proc/meminfo: memFree=17526848/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=199884 CPUtime=522.31 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 250266 0 0 0 52175 56 0 0 25 0 1 0 778465072 204681216 45359 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 49971 45359 245 25 0 46604 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 199884

[startup+582.301 s]
/proc/loadavg: 2.19 2.07 2.01 3/536 23156
/proc/meminfo: memFree=17661676/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=201264 CPUtime=582.3 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 279387 0 0 0 58168 62 0 0 25 0 1 0 778465072 206094336 39547 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 50316 39547 245 25 0 46949 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 201264

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/536 23287
/proc/meminfo: memFree=17611396/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=157352 CPUtime=4002.39 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1542666 0 0 0 399850 389 0 0 25 0 1 0 778465072 161128448 33356 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 39338 33356 245 25 0 35971 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 157352

[startup+4062.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/536 23288
/proc/meminfo: memFree=17469036/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=257724 CPUtime=4062.4 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1568855 0 0 0 405846 394 0 0 25 0 1 0 778465072 263909376 59254 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 64431 59254 245 25 0 61064 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 257724

[startup+4122.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/536 23290
/proc/meminfo: memFree=17380480/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=339792 CPUtime=4122.39 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1585721 0 0 0 411840 399 0 0 25 0 1 0 778465072 347947008 75971 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 84948 75971 245 25 0 81581 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 339792

[startup+4182.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 23291
/proc/meminfo: memFree=17494532/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=258544 CPUtime=4182.41 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1614225 0 0 0 417836 405 0 0 25 0 1 0 778465072 264749056 52789 33554432000 4194304 4293939 140735363032720 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 64636 52789 245 25 0 61269 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 258544

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 23293
/proc/meminfo: memFree=17407828/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=340376 CPUtime=4242.39 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1632494 0 0 0 423830 409 0 0 25 0 1 0 778465072 348545024 70903 33554432000 4194304 4293939 140735363032720 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 85094 70903 245 25 0 81727 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 340376

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 23295
/proc/meminfo: memFree=17403092/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=473948 CPUtime=4302.39 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1646989 0 0 0 429825 414 0 0 25 0 1 0 778465072 485322752 85293 33554432000 4194304 4293939 140735363032720 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 118487 85293 245 25 0 115120 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 473948

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 23296
/proc/meminfo: memFree=17463320/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=341688 CPUtime=4362.4 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1681404 0 0 0 435818 422 0 0 25 0 1 0 778465072 349888512 61171 33554432000 4194304 4293939 140735363032720 18446744073709551615 4264209 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 85422 61171 245 25 0 82055 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 341688

[startup+4422.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/536 23298
/proc/meminfo: memFree=17342144/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=475776 CPUtime=4422.39 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1704346 0 0 0 441812 427 0 0 25 0 1 0 778465072 487194624 83950 33554432000 4194304 4293939 140735363032720 18446744073709551615 4264728 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 118944 83950 245 25 0 115577 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 475776

[startup+4482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 23299
/proc/meminfo: memFree=17358492/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=477312 CPUtime=4482.4 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1717147 0 0 0 447810 430 0 0 25 0 1 0 778465072 488767488 96656 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 119328 96656 245 25 0 115961 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 477312

[startup+4542.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 23301
/proc/meminfo: memFree=17475520/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=263664 CPUtime=4542.4 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1744857 0 0 0 453804 436 0 0 25 0 1 0 778465072 269991936 54136 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 65916 54136 245 25 0 62549 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 263664

[startup+4602.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/536 23303
/proc/meminfo: memFree=17460732/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=345052 CPUtime=4602.4 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1761608 0 0 0 459800 440 0 0 25 0 1 0 778465072 353333248 70739 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 86263 70739 245 25 0 82896 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 345052

[startup+4662.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/536 23304
/proc/meminfo: memFree=17355692/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=478180 CPUtime=4662.4 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1778320 0 0 0 465795 445 0 0 25 0 1 0 778465072 489656320 87347 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 119545 87347 245 25 0 116178 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 478180

[startup+4722.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/536 23306
/proc/meminfo: memFree=17479556/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=264816 CPUtime=4722.42 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1804935 0 0 0 471790 452 0 0 25 0 1 0 778465072 271171584 53141 33554432000 4194304 4293939 140735363032720 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 66204 53141 245 25 0 62837 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 264816

[startup+4782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/536 23307
/proc/meminfo: memFree=17384296/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=346520 CPUtime=4782.41 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1821403 0 0 0 477784 457 0 0 25 0 1 0 778465072 354836480 69449 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 86630 69449 245 25 0 83263 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 346520

[startup+4842.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 23309
/proc/meminfo: memFree=17474544/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=215840 CPUtime=4842.43 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1844703 0 0 0 483780 463 0 0 25 0 1 0 778465072 221020160 42177 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 53960 42178 245 25 0 50593 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 215840

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 23311
/proc/meminfo: memFree=17465460/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=347316 CPUtime=4902.41 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1864781 0 0 0 489772 469 0 0 25 0 1 0 778465072 355651584 62082 33554432000 4194304 4293939 140735363032720 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 86829 62082 245 25 0 83462 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 347316

[startup+4962.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/536 23312
/proc/meminfo: memFree=17358544/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=348456 CPUtime=4962.41 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1882069 0 0 0 495767 474 0 0 25 0 1 0 778465072 356818944 79225 33554432000 4194304 4293939 140735363032720 18446744073709551615 4256134 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 87114 79225 245 25 0 83747 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 348456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.05 2.01 3/536 23313
/proc/meminfo: memFree=17572052/32951124 swapFree=64205420/67111528
[pid=23112] ppid=23110 vsize=167192 CPUtime=5000.02 cores=1,3,5,7
/proc/23112/stat : 23112 (ebminisat_relea) R 23110 23112 22579 0 -1 4202496 1895296 0 0 0 499524 478 0 0 25 0 1 0 778465072 171204608 35349 33554432000 4194304 4293939 140735363032720 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23112/statm: 41798 35349 245 25 0 38431 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 167192

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): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4995.26
CPU system time (s): 4.79027
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 492212

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

runsolver used 24.7742 second user time and 61.7376 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-29 13:31:11
IDJOB=3422473
IDBENCH=83137
IDSOLVER=1914
FILE ID=node136/3422473-1306668671
RUNJOBID= node136-1306658665-22598
PBS_JOBID= 13471761
Free space on /tmp= 73376 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom23.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422473-1306668671/watcher-3422473-1306668671 -o /tmp/evaluation-result-3422473-1306668671/solver-3422473-1306668671 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422473-1306668671.cnf  -verb=0

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=277629001

node136.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.809
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.809
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	: 5332.75
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.809
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.809
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.76
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.809
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.809
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.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17605912 kB
Buffers:        282132 kB
Cached:        5731860 kB
SwapCached:      25124 kB
Active:        4972800 kB
Inactive:     10091404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17605912 kB
SwapTotal:    67111528 kB
SwapFree:     64205420 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:     9031008 kB
Mapped:          39972 kB
Slab:           142584 kB
PageTables:      69328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169482244 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= 73376 MiB
End job on node136 at 2011-05-29 14:54:33