Trace number 3349109

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.06 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

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

running on 2 cores: 0,2

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: 4.01 3.63 3.55 5/369 4864
/proc/meminfo: memFree=9882072/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=22068 CPUtime=0 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 1193 0 0 0 0 0 0 0 24 0 1 0 590421878 22597632 1136 33554432000 4194304 4293939 140736903490688 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 5517 1136 217 25 0 2150 0

[startup+0.0445129 s]
/proc/loadavg: 4.01 3.63 3.55 5/369 4864
/proc/meminfo: memFree=9882072/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=35564 CPUtime=0.03 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 4359 0 0 0 3 0 0 0 24 0 1 0 590421878 36417536 4148 33554432000 4194304 4293939 140736903490688 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 8891 4151 219 25 0 5524 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 35564

[startup+0.100541 s]
/proc/loadavg: 4.01 3.63 3.55 5/369 4864
/proc/meminfo: memFree=9882072/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=43096 CPUtime=0.08 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 7146 0 0 0 8 0 0 0 24 0 1 0 590421878 44130304 6520 33554432000 4194304 4293939 140736903490688 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 10774 6522 219 25 0 7407 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43096

[startup+0.300496 s]
/proc/loadavg: 4.01 3.63 3.55 5/369 4864
/proc/meminfo: memFree=9882072/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=56668 CPUtime=0.29 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 11145 0 0 0 28 1 0 0 25 0 1 0 590421878 58028032 10133 33554432000 4194304 4293939 140736903490688 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 14167 10133 225 25 0 10800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56668

[startup+0.700417 s]
/proc/loadavg: 4.01 3.63 3.55 5/369 4864
/proc/meminfo: memFree=9882072/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=64076 CPUtime=0.69 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 15078 0 0 0 67 2 0 0 25 0 1 0 590421878 65613824 11511 33554432000 4194304 4293939 140736903490688 18446744073709551615 4232302 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 16019 11511 225 25 0 12652 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64076

[startup+1.50026 s]
/proc/loadavg: 4.01 3.63 3.55 5/370 4865
/proc/meminfo: memFree=9841900/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=56700 CPUtime=1.49 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 16249 0 0 0 147 2 0 0 25 0 1 0 590421878 58060800 9917 33554432000 4194304 4293939 140736903490688 18446744073709551615 4248909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 14175 9917 245 25 0 10808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56700

[startup+3.101 s]
/proc/loadavg: 4.01 3.64 3.55 5/370 4865
/proc/meminfo: memFree=9839792/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=63772 CPUtime=3.09 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 16664 0 0 0 307 2 0 0 25 0 1 0 590421878 65302528 10313 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 15943 10313 245 25 0 12576 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63772

[startup+6.30042 s]
/proc/loadavg: 4.01 3.64 3.55 5/370 4865
/proc/meminfo: memFree=9835544/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=63772 CPUtime=6.29 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 17575 0 0 0 627 2 0 0 25 0 1 0 590421878 65302528 11202 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255678 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 15943 11202 245 25 0 12576 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63772

[startup+12.7003 s]
/proc/loadavg: 4.01 3.65 3.55 5/370 4866
/proc/meminfo: memFree=9811864/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=83072 CPUtime=12.69 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 22036 0 0 0 1266 3 0 0 25 0 1 0 590421878 85065728 15636 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 20768 15636 245 25 0 17401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83072

[startup+25.501 s]
/proc/loadavg: 4.00 3.66 3.56 5/370 4866
/proc/meminfo: memFree=9791644/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=94748 CPUtime=25.49 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 24928 0 0 0 2545 4 0 0 25 0 1 0 590421878 97021952 18484 33554432000 4194304 4293939 140736903490688 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 23687 18484 245 25 0 20320 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94748

[startup+51.1004 s]
/proc/loadavg: 4.00 3.69 3.57 5/370 4867
/proc/meminfo: memFree=9743000/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=113716 CPUtime=51.09 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 29423 0 0 0 5103 6 0 0 25 0 1 0 590421878 116445184 22895 33554432000 4194304 4293939 140736903490688 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 28429 22895 245 25 0 25062 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113716

[startup+102.314 s]
/proc/loadavg: 4.07 3.75 3.59 5/370 4868
/proc/meminfo: memFree=9676232/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=150132 CPUtime=102.3 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 38564 0 0 0 10220 10 0 0 25 0 1 0 590421878 153735168 31912 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 37533 31912 245 25 0 34166 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150132

[startup+162.3 s]
/proc/loadavg: 4.11 3.82 3.63 5/370 4870
/proc/meminfo: memFree=9647924/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=163344 CPUtime=162.29 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 57427 0 0 0 16212 17 0 0 25 0 1 0 590421878 167264256 31018 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 40836 31018 245 25 0 37469 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 163344

[startup+222.301 s]
/proc/loadavg: 4.03 3.85 3.65 5/370 4871
/proc/meminfo: memFree=9586484/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=213432 CPUtime=222.29 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 65439 0 0 0 22208 21 0 0 25 0 1 0 590421878 218554368 38910 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 53358 38910 245 25 0 49991 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 213432

[startup+282.301 s]
/proc/loadavg: 4.14 3.91 3.68 5/370 4900
/proc/meminfo: memFree=9830884/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=145020 CPUtime=282.3 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 81227 0 0 0 28204 26 0 0 25 0 1 0 590421878 148500480 27465 33554432000 4194304 4293939 140736903490688 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 36255 27465 245 25 0 32888 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145020

[startup+342.301 s]
/proc/loadavg: 4.05 3.92 3.69 5/370 4901
/proc/meminfo: memFree=9772596/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=175840 CPUtime=342.29 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 92147 0 0 0 34198 31 0 0 25 0 1 0 590421878 180060160 38226 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 43960 38226 245 25 0 40593 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 175840

[startup+402.3 s]
/proc/loadavg: 4.02 3.93 3.71 5/370 4903
/proc/meminfo: memFree=9682432/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=225928 CPUtime=402.3 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 101654 0 0 0 40193 37 0 0 25 0 1 0 590421878 231350272 47603 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 56482 47603 245 25 0 53115 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 225928

[startup+462.301 s]
/proc/loadavg: 4.00 3.94 3.73 5/370 4905
/proc/meminfo: memFree=9660076/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=182576 CPUtime=462.3 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 117399 0 0 0 46187 43 0 0 25 0 1 0 590421878 186957824 33796 33554432000 4194304 4293939 140736903490688 18446744073709551615 4263369 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 45644 33796 245 25 0 42277 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 182576

[startup+522.301 s]
/proc/loadavg: 4.00 3.95 3.74 5/370 4906
/proc/meminfo: memFree=9709892/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=232664 CPUtime=522.3 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 127308 0 0 0 52182 48 0 0 25 0 1 0 590421878 238247936 43567 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 58166 43567 245 25 0 54799 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 232664

[startup+582.301 s]
/proc/loadavg: 4.00 3.95 3.75 5/370 4909
/proc/meminfo: memFree=9649472/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=232664 CPUtime=582.3 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 135603 0 0 0 58178 52 0 0 25 0 1 0 590421878 238247936 51755 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 58166 51755 245 25 0 54799 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 232664

[startup+642.3 s]
/proc/loadavg: 4.00 3.96 3.76 5/370 4910
/proc/meminfo: memFree=9705112/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=155816 CPUtime=642.31 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 151207 0 0 0 64173 58 0 0 25 0 1 0 590421878 159555584 34505 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 38954 34505 245 25 0 35587 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 155816

[startup+702.301 s]
/proc/loadavg: 4.14 4.01 3.79 5/370 4912
/proc/meminfo: memFree=9655484/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=236724 CPUtime=702.31 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 160774 0 0 0 70166 65 0 0 25 0 1 0 590421878 242405376 43939 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 59181 43939 245 25 0 55814 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 236724

[startup+762.314 s]
/proc/loadavg: 4.05 4.00 3.80 5/370 4914
/proc/meminfo: memFree=9486308/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=236724 CPUtime=762.32 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 168219 0 0 0 76163 69 0 0 25 0 1 0 590421878 242405376 51267 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 59181 51267 245 25 0 55814 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 236724

[startup+822.301 s]
/proc/loadavg: 4.09 4.02 3.82 5/370 4915
/proc/meminfo: memFree=9582736/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=161420 CPUtime=822.31 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 184920 0 0 0 82154 77 0 0 25 0 1 0 590421878 165294080 34734 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 40355 34734 245 25 0 36988 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 161420

[startup+882.3 s]
/proc/loadavg: 4.07 4.03 3.83 5/370 4917
/proc/meminfo: memFree=9516612/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=242328 CPUtime=882.31 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 200561 0 0 0 88148 83 0 0 25 0 1 0 590421878 248143872 50195 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255967 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 60582 50195 245 25 0 57215 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 242328

[startup+942.3 s]
/proc/loadavg: 3.58 3.91 3.80 4/364 4936
/proc/meminfo: memFree=10263716/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=323716 CPUtime=942.31 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 210163 0 0 0 94144 87 0 0 25 0 1 0 590421878 331485184 59665 33554432000 4194304 4293939 140736903490688 18446744073709551615 4256138 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 80929 59665 245 25 0 77562 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 323716

[startup+1002.3 s]
/proc/loadavg: 3.21 3.74 3.75 4/364 4938
/proc/meminfo: memFree=10389268/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=159128 CPUtime=1002.31 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 227395 0 0 0 100140 91 0 0 25 0 1 0 590421878 162947072 34528 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 39782 34528 245 25 0 36415 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 159128

[startup+1062.3 s]
/proc/loadavg: 3.08 3.61 3.70 4/364 4940
/proc/meminfo: memFree=10259160/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=259004 CPUtime=1062.32 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 241184 0 0 0 106136 96 0 0 25 0 1 0 590421878 265220096 48103 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 64751 48103 245 25 0 61384 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 259004

[startup+1122.3 s]
/proc/loadavg: 3.03 3.49 3.65 4/364 4941
/proc/meminfo: memFree=10225392/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=259004 CPUtime=1122.32 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 251827 0 0 0 112132 100 0 0 25 0 1 0 590421878 265220096 58594 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 64751 58594 245 25 0 61384 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 259004

[startup+1182.3 s]
/proc/loadavg: 3.01 3.41 3.61 4/364 4943
/proc/meminfo: memFree=10367204/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=147452 CPUtime=1182.32 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 262628 0 0 0 118129 103 0 0 25 0 1 0 590421878 150990848 31946 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255760 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 36863 31946 245 25 0 33496 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 147452

[startup+1242.3 s]
/proc/loadavg: 3.05 3.34 3.57 4/364 4944
/proc/meminfo: memFree=10334288/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=208916 CPUtime=1242.32 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 278607 0 0 0 124125 107 0 0 25 0 1 0 590421878 213929984 47689 33554432000 4194304 4293939 140736903490688 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 52229 47689 245 25 0 48862 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 208916



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.42 3.11 3.48 3/358 4964
/proc/meminfo: memFree=10295376/32951124 swapFree=67111348/67111528
[pid=4864] ppid=4862 vsize=340392 CPUtime=1300.03 cores=0,2
/proc/4864/stat : 4864 (ebminisat_relea) R 4862 4864 4205 0 -1 4202496 293378 0 0 0 129891 112 0 0 25 0 1 0 590421878 348561408 62310 33554432000 4194304 4293939 140736903490688 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4864/statm: 85098 62310 245 25 0 81731 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 340392

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.03
CPU time (s): 1300.06
CPU user time (s): 1298.92
CPU system time (s): 1.13783
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 340392

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

runsolver used 4.89226 second user time and 10.3404 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-10 00:27:40
IDJOB=3349109
IDBENCH=83126
IDSOLVER=1812
FILE ID=node145/3349109-1304980060
RUNJOBID= node145-1304979664-4755
PBS_JOBID= 13285668
Free space on /tmp= 43188 MiB

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

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=445689225

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9882228 kB
Buffers:        221472 kB
Cached:       16102248 kB
SwapCached:          0 kB
Active:        7630632 kB
Inactive:     14855060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9882228 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5828 kB
Writeback:           0 kB
AnonPages:     6161860 kB
Mapped:          28040 kB
Slab:           483560 kB
PageTables:      35968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80191540 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= 43336 MiB
End job on node145 at 2011-05-10 00:49:22