Trace number 3349315

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) 1300.07 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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-3349315-1304979838/watcher-3349315-1304979838 -o /tmp/evaluation-result-3349315-1304979838/solver-3349315-1304979838 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349315-1304979838.cnf -verb=0 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.27 2.16 4/371 20131
/proc/meminfo: memFree=22871772/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=28104 CPUtime=0 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 2408 0 0 0 0 0 0 0 22 0 1 0 590399385 28778496 2290 33554432000 4194304 4293939 140734337950192 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 7026 2291 219 25 0 3659 0

[startup+0.0761629 s]
/proc/loadavg: 0.92 1.27 2.16 4/371 20131
/proc/meminfo: memFree=22871772/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=37248 CPUtime=0.06 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 5852 0 0 0 6 0 0 0 22 0 1 0 590399385 38141952 5242 33554432000 4194304 4293939 140734337950192 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 9312 5244 219 25 0 5945 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 37248

[startup+0.101159 s]
/proc/loadavg: 0.92 1.27 2.16 4/371 20131
/proc/meminfo: memFree=22871772/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=39400 CPUtime=0.09 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 6471 0 0 0 9 0 0 0 22 0 1 0 590399385 40345600 5831 33554432000 4194304 4293939 140734337950192 18446744073709551615 4229678 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 9850 5831 223 25 0 6483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39400

[startup+0.300127 s]
/proc/loadavg: 0.92 1.27 2.16 4/371 20131
/proc/meminfo: memFree=22871772/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=46480 CPUtime=0.29 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 9784 0 0 0 28 1 0 0 23 0 1 0 590399385 47595520 7459 33554432000 4194304 4293939 140734337950192 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 11620 7459 225 25 0 8253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46480

[startup+0.701041 s]
/proc/loadavg: 0.92 1.27 2.16 4/371 20131
/proc/meminfo: memFree=22871772/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=42384 CPUtime=0.69 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 10857 0 0 0 68 1 0 0 25 0 1 0 590399385 43401216 6681 33554432000 4194304 4293939 140734337950192 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 10596 6681 244 25 0 7229 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42384

[startup+1.50089 s]
/proc/loadavg: 0.92 1.27 2.16 5/377 20142
/proc/meminfo: memFree=22816168/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=46736 CPUtime=1.49 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 11094 0 0 0 148 1 0 0 25 0 1 0 590399385 47857664 6912 33554432000 4194304 4293939 140734337950192 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 11684 6912 244 25 0 8317 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46736

[startup+3.10059 s]
/proc/loadavg: 0.92 1.27 2.16 5/377 20142
/proc/meminfo: memFree=22798684/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=46736 CPUtime=3.09 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 11710 0 0 0 308 1 0 0 25 0 1 0 590399385 47857664 7508 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 11684 7508 244 25 0 8317 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46736

[startup+6.30098 s]
/proc/loadavg: 1.17 1.31 2.17 5/377 20142
/proc/meminfo: memFree=22774224/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=58232 CPUtime=6.29 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 14631 0 0 0 628 1 0 0 25 0 1 0 590399385 59629568 10405 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 14558 10405 244 25 0 11191 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58232

[startup+12.7008 s]
/proc/loadavg: 1.39 1.35 2.18 5/377 20142
/proc/meminfo: memFree=22738040/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=65412 CPUtime=12.69 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 16451 0 0 0 1267 2 0 0 25 0 1 0 590399385 66981888 12190 33554432000 4194304 4293939 140734337950192 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 16353 12190 244 25 0 12986 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65412

[startup+25.5004 s]
/proc/loadavg: 1.97 1.48 2.21 5/377 20142
/proc/meminfo: memFree=22703320/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=77088 CPUtime=25.49 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 19566 0 0 0 2546 3 0 0 25 0 1 0 590399385 78938112 15247 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 19272 15248 244 25 0 15905 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77088

[startup+51.1005 s]
/proc/loadavg: 2.66 1.68 2.26 5/377 20143
/proc/meminfo: memFree=22682644/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=87728 CPUtime=51.09 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 30134 0 0 0 5103 6 0 0 25 0 1 0 590399385 89833472 16007 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 21932 16007 244 25 0 18565 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 87728

[startup+102.314 s]
/proc/loadavg: 3.51 2.07 2.36 5/377 20147
/proc/meminfo: memFree=22625856/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=111468 CPUtime=102.31 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 46450 0 0 0 10221 10 0 0 25 0 1 0 590399385 114143232 20437 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 27867 20437 244 25 0 24500 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 111468

[startup+162.301 s]
/proc/loadavg: 3.82 2.42 2.46 5/377 20149
/proc/meminfo: memFree=22603216/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=114420 CPUtime=162.3 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 63020 0 0 0 16213 17 0 0 25 0 1 0 590399385 117166080 23353 33554432000 4194304 4293939 140734337950192 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 28605 23353 244 25 0 25238 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 114420

[startup+222.301 s]
/proc/loadavg: 4.11 2.75 2.57 5/377 20151
/proc/meminfo: memFree=22545008/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=148996 CPUtime=222.3 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 79941 0 0 0 22206 24 0 0 25 0 1 0 590399385 152571904 26285 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 37249 26285 244 25 0 33882 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 148996

[startup+282.301 s]
/proc/loadavg: 4.04 2.97 2.65 5/377 20152
/proc/meminfo: memFree=22570132/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=152692 CPUtime=282.3 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 97157 0 0 0 28200 30 0 0 25 0 1 0 590399385 156356608 27078 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 38173 27078 244 25 0 34806 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152692

[startup+342.301 s]
/proc/loadavg: 4.01 3.16 2.73 5/377 20154
/proc/meminfo: memFree=22567968/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=124588 CPUtime=342.3 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 113231 0 0 0 34194 36 0 0 25 0 1 0 590399385 127578112 27069 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 31147 27069 244 25 0 27780 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 124588

[startup+402.3 s]
/proc/loadavg: 4.00 3.31 2.81 5/377 20182
/proc/meminfo: memFree=22559344/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=127664 CPUtime=402.3 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 129346 0 0 0 40190 40 0 0 25 0 1 0 590399385 130727936 24346 33554432000 4194304 4293939 140734337950192 18446744073709551615 4263471 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 31916 24346 244 25 0 28549 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127664

[startup+462.301 s]
/proc/loadavg: 4.00 3.43 2.88 5/377 20184
/proc/meminfo: memFree=22501140/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=98760 CPUtime=462.3 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 144314 0 0 0 46186 44 0 0 25 0 1 0 590399385 101130240 20379 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 24690 20379 244 25 0 21323 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 98760

[startup+522.3 s]
/proc/loadavg: 4.11 3.56 2.96 5/377 20186
/proc/meminfo: memFree=22465124/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=160224 CPUtime=522.3 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 158492 0 0 0 52182 48 0 0 25 0 1 0 590399385 164069376 34326 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 40056 34326 244 25 0 36689 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 160224

[startup+582.3 s]
/proc/loadavg: 4.09 3.66 3.03 5/377 20187
/proc/meminfo: memFree=22470776/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=162908 CPUtime=582.31 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 176857 0 0 0 58178 53 0 0 25 0 1 0 590399385 166817792 31385 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 40727 31385 244 25 0 37360 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 162908

[startup+642.301 s]
/proc/loadavg: 4.03 3.72 3.09 5/377 20189
/proc/meminfo: memFree=22458204/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=105368 CPUtime=642.33 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 192400 0 0 0 64174 59 0 0 25 0 1 0 590399385 107896832 22201 33554432000 4194304 4293939 140734337950192 18446744073709551615 4256173 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 26342 22201 244 25 0 22975 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 105368

[startup+702.3 s]
/proc/loadavg: 4.06 3.78 3.14 5/377 20190
/proc/meminfo: memFree=22397040/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=166832 CPUtime=702.32 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 207730 0 0 0 70169 63 0 0 25 0 1 0 590399385 170835968 37326 33554432000 4194304 4293939 140734337950192 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 41708 37326 244 25 0 38341 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 166832

[startup+762.314 s]
/proc/loadavg: 4.02 3.82 3.20 5/377 20192
/proc/meminfo: memFree=22421420/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=166832 CPUtime=762.33 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 225436 0 0 0 76165 68 0 0 25 0 1 0 590399385 170835968 32338 33554432000 4194304 4293939 140734337950192 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 41708 32338 244 25 0 38341 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 166832

[startup+822.301 s]
/proc/loadavg: 4.09 3.88 3.25 5/377 20194
/proc/meminfo: memFree=22471828/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=121388 CPUtime=822.32 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 241637 0 0 0 82159 73 0 0 25 0 1 0 590399385 124301312 25657 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 30347 25657 244 25 0 26980 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 121388

[startup+882.3 s]
/proc/loadavg: 4.03 3.90 3.30 5/377 20195
/proc/meminfo: memFree=22413124/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=221264 CPUtime=882.32 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 259178 0 0 0 88155 77 0 0 25 0 1 0 590399385 226574336 43005 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 55316 43005 244 25 0 51949 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 221264

[startup+942.301 s]
/proc/loadavg: 4.01 3.91 3.34 5/377 20224
/proc/meminfo: memFree=22481452/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=174972 CPUtime=942.33 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 277721 0 0 0 94150 83 0 0 25 0 1 0 590399385 179171328 33801 33554432000 4194304 4293939 140734337950192 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 43743 33801 244 25 0 40376 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 174972

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.38 5/377 20225
/proc/meminfo: memFree=22360208/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=225060 CPUtime=1002.33 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 288053 0 0 0 100146 87 0 0 25 0 1 0 590399385 230461440 43973 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 56265 43973 244 25 0 52898 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 225060

[startup+1062.3 s]
/proc/loadavg: 4.08 3.95 3.42 5/377 20227
/proc/meminfo: memFree=22373804/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=175544 CPUtime=1062.33 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 303830 0 0 0 106140 93 0 0 25 0 1 0 590399385 179757056 35230 33554432000 4194304 4293939 140734337950192 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 43886 35230 244 25 0 40519 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 175544

[startup+1122.3 s]
/proc/loadavg: 4.03 3.96 3.45 5/377 20229
/proc/meminfo: memFree=22456220/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=129580 CPUtime=1122.33 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 318247 0 0 0 112136 97 0 0 25 0 1 0 590399385 132689920 27156 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 32395 27156 244 25 0 29028 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 129580

[startup+1182.3 s]
/proc/loadavg: 4.05 3.98 3.49 5/377 20230
/proc/meminfo: memFree=22337984/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=179368 CPUtime=1182.34 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 331637 0 0 0 118131 103 0 0 25 0 1 0 590399385 183672832 40349 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 44842 40349 244 25 0 41475 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 179368

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.52 5/377 20232
/proc/meminfo: memFree=22343516/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=179652 CPUtime=1242.34 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 348533 0 0 0 124125 109 0 0 25 0 1 0 590399385 183963648 33656 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 44913 33656 244 25 0 41546 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 179652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.20 4.03 3.56 4/376 20234
/proc/meminfo: memFree=22464380/32951124 swapFree=66341944/67111528
[pid=20131] ppid=20129 vsize=229740 CPUtime=1300.05 cores=1,3
/proc/20131/stat : 20131 (ebminisat_relea) R 20129 20131 19655 0 -1 4202496 358746 0 0 0 129892 113 0 0 25 0 1 0 590399385 235253760 43723 33554432000 4194304 4293939 140734337950192 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20131/statm: 57435 43723 244 25 0 54068 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 229740

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1298.93
CPU system time (s): 1.14283
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 229740

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

runsolver used 4.45432 second user time and 10.9383 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-10 00:23:58
IDJOB=3349315
IDBENCH=83116
IDSOLVER=1812
FILE ID=node141/3349315-1304979838
RUNJOBID= node141-1304979838-20101
PBS_JOBID= 13285672
Free space on /tmp= 49296 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349315-1304979838/watcher-3349315-1304979838 -o /tmp/evaluation-result-3349315-1304979838/solver-3349315-1304979838 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349315-1304979838.cnf  -verb=0

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1960490369

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5362.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22872672 kB
Buffers:        151112 kB
Cached:        4465160 kB
SwapCached:      22608 kB
Active:        2547524 kB
Inactive:      7320864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22872672 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:            8828 kB
Writeback:          24 kB
AnonPages:     5235652 kB
Mapped:          19668 kB
Slab:           109112 kB
PageTables:      38028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86300540 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= 49292 MiB
End job on node141 at 2011-05-10 00:45:40