Trace number 3422439

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.12 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/443 17700
/proc/meminfo: memFree=15660192/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=26572 CPUtime=0 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 2107 0 0 0 0 0 0 0 25 0 1 0 856848507 27209728 1997 33554432000 4194304 4293939 140736936578384 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 6643 1997 219 25 0 3276 0

[startup+0.0235651 s]
/proc/loadavg: 2.00 2.00 2.00 3/443 17700
/proc/meminfo: memFree=15660192/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=28632 CPUtime=0.01 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 2791 0 0 0 1 0 0 0 25 0 1 0 856848507 29319168 2643 33554432000 4194304 4293939 140736936578384 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 7158 2644 219 25 0 3791 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 28632

[startup+0.100561 s]
/proc/loadavg: 2.00 2.00 2.00 3/443 17700
/proc/meminfo: memFree=15660192/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=36464 CPUtime=0.09 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 5791 0 0 0 9 0 0 0 25 0 1 0 856848507 37339136 5182 33554432000 4194304 4293939 140736936578384 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 9116 5182 225 25 0 5749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36464

[startup+0.300517 s]
/proc/loadavg: 2.00 2.00 2.00 3/443 17700
/proc/meminfo: memFree=15660192/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=42232 CPUtime=0.29 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 8668 0 0 0 28 1 0 0 25 0 1 0 856848507 43245568 6655 33554432000 4194304 4293939 140736936578384 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 10558 6655 225 25 0 7191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42232

[startup+0.700438 s]
/proc/loadavg: 2.00 2.00 2.00 3/443 17700
/proc/meminfo: memFree=15660192/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=37748 CPUtime=0.69 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 9344 0 0 0 68 1 0 0 25 0 1 0 856848507 38653952 5756 33554432000 4194304 4293939 140736936578384 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 9437 5756 245 25 0 6070 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37748

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17701
/proc/meminfo: memFree=15637120/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=42100 CPUtime=1.49 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 9623 0 0 0 148 1 0 0 25 0 1 0 856848507 43110400 6030 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 10525 6030 245 25 0 7158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42100

[startup+3.10098 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17701
/proc/meminfo: memFree=15635260/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=42100 CPUtime=3.09 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 10200 0 0 0 308 1 0 0 25 0 1 0 856848507 43110400 6596 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255652 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 10525 6596 245 25 0 7158 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42100

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17701
/proc/meminfo: memFree=15591752/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=53852 CPUtime=6.29 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 13108 0 0 0 627 2 0 0 25 0 1 0 856848507 55144448 9478 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 13463 9478 245 25 0 10096 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53852

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17701
/proc/meminfo: memFree=15612288/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=61032 CPUtime=12.69 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 15206 0 0 0 1267 2 0 0 25 0 1 0 856848507 62496768 11536 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 15258 11536 245 25 0 11891 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61032

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17702
/proc/meminfo: memFree=15622560/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=61048 CPUtime=25.49 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 19693 0 0 0 2546 3 0 0 25 0 1 0 856848507 62513152 9118 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 15262 9118 245 25 0 11895 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61048

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17702
/proc/meminfo: memFree=15545976/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=91544 CPUtime=51.1 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 38955 0 0 0 5103 7 0 0 25 0 1 0 856848507 93741056 19375 33554432000 4194304 4293939 140736936578384 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 22886 19375 245 25 0 19519 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 91544

[startup+102.317 s]
/proc/loadavg: 2.08 2.03 2.01 3/444 17704
/proc/meminfo: memFree=15575688/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=97060 CPUtime=102.31 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 49726 0 0 0 10224 7 0 0 25 0 1 0 856848507 99389440 20607 33554432000 4194304 4293939 140736936578384 18446744073709551615 4251589 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 24265 20607 245 25 0 20898 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 97060

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/444 17705
/proc/meminfo: memFree=15570684/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=100368 CPUtime=162.3 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 71351 0 0 0 16219 11 0 0 25 0 1 0 856848507 102776832 21585 33554432000 4194304 4293939 140736936578384 18446744073709551615 4248408 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 25092 21585 245 25 0 21725 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 100368

[startup+222.301 s]
/proc/loadavg: 2.17 2.06 2.01 3/444 17707
/proc/meminfo: memFree=15467472/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=149688 CPUtime=222.29 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 92841 0 0 0 22216 13 0 0 25 0 1 0 856848507 153280512 31815 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 37422 31815 245 25 0 34055 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 149688

[startup+282.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/444 17709
/proc/meminfo: memFree=15509088/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=100368 CPUtime=282.3 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 107170 0 0 0 28213 17 0 0 25 0 1 0 856848507 102776832 21601 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255874 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 25092 21601 245 25 0 21725 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 100368

[startup+342.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/444 17710
/proc/meminfo: memFree=15471092/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=149688 CPUtime=342.3 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 126891 0 0 0 34211 19 0 0 25 0 1 0 856848507 153280512 29317 33554432000 4194304 4293939 140736936578384 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 37422 29317 245 25 0 34055 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 149688

[startup+402.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/444 17712
/proc/meminfo: memFree=15504032/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=149688 CPUtime=402.3 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 142313 0 0 0 40208 22 0 0 25 0 1 0 856848507 153280512 31311 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 37422 31311 245 25 0 34055 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 149688

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/444 17713
/proc/meminfo: memFree=15499772/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=149688 CPUtime=462.3 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 158214 0 0 0 46205 25 0 0 25 0 1 0 856848507 153280512 32137 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 37422 32137 245 25 0 34055 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 149688

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 17715
/proc/meminfo: memFree=15464392/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=150128 CPUtime=522.31 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 171822 0 0 0 52203 28 0 0 25 0 1 0 856848507 153731072 30798 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 37532 30798 245 25 0 34165 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 150128

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 17717
/proc/meminfo: memFree=15433968/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=180476 CPUtime=582.31 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 194309 0 0 0 58200 31 0 0 25 0 1 0 856848507 184807424 39310 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 45119 39310 245 25 0 41752 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 180476

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/444 17820
/proc/meminfo: memFree=15375964/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=173900 CPUtime=4002.44 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 877113 0 0 0 400058 186 0 0 25 0 1 0 856848507 178073600 39956 33554432000 4194304 4293939 140736936578384 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 43475 39956 245 25 0 40108 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 173900

[startup+4062.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/444 17821
/proc/meminfo: memFree=15314568/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=254040 CPUtime=4062.45 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 893036 0 0 0 406056 189 0 0 25 0 1 0 856848507 260136960 55728 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 63510 55728 245 25 0 60143 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 254040

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 17823
/proc/meminfo: memFree=15372084/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=173900 CPUtime=4122.44 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 897033 0 0 0 412054 190 0 0 25 0 1 0 856848507 178073600 39956 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 43475 39956 245 25 0 40108 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 173900

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 17825
/proc/meminfo: memFree=15309564/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=254040 CPUtime=4182.44 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 912246 0 0 0 418052 192 0 0 25 0 1 0 856848507 260136960 54999 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 63510 54999 245 25 0 60143 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 254040

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 17826
/proc/meminfo: memFree=15342772/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=223220 CPUtime=4242.44 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 924273 0 0 0 424049 195 0 0 25 0 1 0 856848507 228577280 48077 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 55805 48077 245 25 0 52438 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 223220

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17837
/proc/meminfo: memFree=15301472/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=254040 CPUtime=4302.44 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 933488 0 0 0 430046 198 0 0 25 0 1 0 856848507 260136960 57105 33554432000 4194304 4293939 140736936578384 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 63510 57105 245 25 0 60143 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 254040

[startup+4362.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/444 17838
/proc/meminfo: memFree=15377084/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=173900 CPUtime=4362.45 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 938769 0 0 0 436045 200 0 0 25 0 1 0 856848507 178073600 39956 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 43475 39956 245 25 0 40108 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 173900

[startup+4422.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/444 17840
/proc/meminfo: memFree=15324492/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=254040 CPUtime=4422.45 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 953205 0 0 0 442042 203 0 0 25 0 1 0 856848507 260136960 54244 33554432000 4194304 4293939 140736936578384 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 63510 54244 245 25 0 60143 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 254040

[startup+4482.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/444 17842
/proc/meminfo: memFree=15300296/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=304128 CPUtime=4482.45 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 959855 0 0 0 448040 205 0 0 25 0 1 0 856848507 311427072 60745 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 76032 60745 245 25 0 72665 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 304128

[startup+4542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/444 17843
/proc/meminfo: memFree=15336120/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=254040 CPUtime=4542.45 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 972561 0 0 0 454038 207 0 0 25 0 1 0 856848507 260136960 52386 33554432000 4194304 4293939 140736936578384 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 63510 52386 245 25 0 60143 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 254040

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/444 17845
/proc/meminfo: memFree=15313400/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=254040 CPUtime=4602.47 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 979921 0 0 0 460037 210 0 0 25 0 1 0 856848507 260136960 59597 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 63510 59597 245 25 0 60143 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 254040

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/444 17846
/proc/meminfo: memFree=15340908/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=242856 CPUtime=4662.46 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 993327 0 0 0 466033 213 0 0 25 0 1 0 856848507 248684544 51880 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 60714 51880 245 25 0 57347 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 242856

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/444 17848
/proc/meminfo: memFree=15294880/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=273676 CPUtime=4722.48 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 1000886 0 0 0 472031 217 0 0 25 0 1 0 856848507 280244224 59294 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 68419 59294 245 25 0 65052 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 273676

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 17850
/proc/meminfo: memFree=15320780/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=242856 CPUtime=4782.47 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 1013918 0 0 0 478026 221 0 0 25 0 1 0 856848507 248684544 50213 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 60714 50213 245 25 0 57347 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 242856

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 17879
/proc/meminfo: memFree=15301932/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=273676 CPUtime=4842.46 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 1022663 0 0 0 484020 226 0 0 25 0 1 0 856848507 280244224 58747 33554432000 4194304 4293939 140736936578384 18446744073709551615 4248323 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17700/statm: 68419 58747 245 25 0 65052 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 273676

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 17881
/proc/meminfo: memFree=15319304/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=242856 CPUtime=4902.38 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 1035381 0 0 0 490009 229 0 0 25 0 1 0 856848507 248684544 50619 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17700/statm: 60714 50619 245 25 0 57347 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 242856

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17882
/proc/meminfo: memFree=15235820/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=273676 CPUtime=4962.38 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 1042567 0 0 0 496006 232 0 0 25 0 1 0 856848507 280244224 57650 33554432000 4194304 4293939 140736936578384 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17700/statm: 68419 57650 245 25 0 65052 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 273676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 17883
/proc/meminfo: memFree=15209268/32950928 swapFree=60044444/67111528
[pid=17700] ppid=17698 vsize=323764 CPUtime=5000.09 cores=0,2,4,6
/proc/17700/stat : 17700 (ebminisat_relea) R 17698 17700 17112 0 -1 4202496 1045996 0 0 0 499775 234 0 0 25 0 1 0 856848507 331534336 61013 33554432000 4194304 4293939 140736936578384 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17700/statm: 80941 61013 245 25 0 77574 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 323764

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): 5000.03
CPU time (s): 5000.12
CPU user time (s): 4997.76
CPU system time (s): 2.35864
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 323764

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

runsolver used 22.4066 second user time and 50.3333 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 12:49:38
IDJOB=3422439
IDBENCH=83113
IDSOLVER=1914
FILE ID=node114/3422439-1306666178
RUNJOBID= node114-1306658670-17130
PBS_JOBID= 13471783
Free space on /tmp= 73212 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=1828246571

node114.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.848
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.69
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      15660480 kB
Buffers:        275800 kB
Cached:        6801944 kB
SwapCached:      48932 kB
Active:        5114388 kB
Inactive:     11904668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15660480 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            3320 kB
Writeback:           0 kB
AnonPages:     9899532 kB
Mapped:          28632 kB
Slab:           140640 kB
PageTables:      62060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108248972 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= 73184 MiB
End job on node114 at 2011-05-29 14:13:00