Trace number 3422159

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.11 4999.93

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.22 0.51 3/515 9298
/proc/meminfo: memFree=10614308/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=25172 CPUtime=0 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 1973 0 0 0 0 0 0 0 25 0 1 0 856125098 25776128 1864 33554432000 4194304 4293939 140734048602896 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 6293 1867 219 25 0 2926 0

[startup+0.0350791 s]
/proc/loadavg: 1.99 1.22 0.51 3/515 9298
/proc/meminfo: memFree=10614308/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=32452 CPUtime=0.03 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 3832 0 0 0 2 1 0 0 25 0 1 0 856125098 33230848 3635 33554432000 4194304 4293939 140734048602896 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 8113 3637 219 25 0 4746 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 32452

[startup+0.101063 s]
/proc/loadavg: 1.99 1.22 0.51 3/515 9298
/proc/meminfo: memFree=10614308/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=39720 CPUtime=0.09 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 6660 0 0 0 8 1 0 0 25 0 1 0 856125098 40673280 6040 33554432000 4194304 4293939 140734048602896 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 9930 6043 219 25 0 6563 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39720

[startup+0.301028 s]
/proc/loadavg: 1.99 1.22 0.51 3/515 9298
/proc/meminfo: memFree=10614308/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=55268 CPUtime=0.29 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 10109 0 0 0 28 1 0 0 25 0 1 0 856125098 56594432 9074 33554432000 4194304 4293939 140734048602896 18446744073709551615 4210290 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 13817 9078 225 25 0 10450 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55268

[startup+0.700949 s]
/proc/loadavg: 1.99 1.22 0.51 3/515 9298
/proc/meminfo: memFree=10614308/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=46112 CPUtime=0.69 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 12520 0 0 0 68 1 0 0 25 0 1 0 856125098 47218688 7462 33554432000 4194304 4293939 140734048602896 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 11528 7462 242 25 0 8161 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46112

[startup+1.5008 s]
/proc/loadavg: 1.99 1.22 0.51 3/516 9299
/proc/meminfo: memFree=10582956/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=46112 CPUtime=1.49 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 12574 0 0 0 148 1 0 0 25 0 1 0 856125098 47218688 7515 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 11528 7515 242 25 0 8161 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46112

[startup+3.10049 s]
/proc/loadavg: 1.99 1.22 0.51 3/516 9299
/proc/meminfo: memFree=10581096/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=46112 CPUtime=3.09 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 12663 0 0 0 308 1 0 0 25 0 1 0 856125098 47218688 7603 33554432000 4194304 4293939 140734048602896 18446744073709551615 4262959 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 11528 7603 244 25 0 8161 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46112

[startup+6.30089 s]
/proc/loadavg: 1.99 1.24 0.52 3/516 9299
/proc/meminfo: memFree=10576888/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=46112 CPUtime=6.29 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 12855 0 0 0 628 1 0 0 25 0 1 0 856125098 47218688 7794 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 11528 7794 244 25 0 8161 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46112

[startup+12.7007 s]
/proc/loadavg: 1.99 1.25 0.53 3/516 9300
/proc/meminfo: memFree=10566336/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=53188 CPUtime=12.69 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 13274 0 0 0 1268 1 0 0 25 0 1 0 856125098 54464512 8208 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 13297 8208 244 25 0 9930 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53188

[startup+25.5002 s]
/proc/loadavg: 1.99 1.28 0.55 3/516 9300
/proc/meminfo: memFree=10550624/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=53188 CPUtime=25.49 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 13977 0 0 0 2547 2 0 0 25 0 1 0 856125098 54464512 8904 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255860 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 13297 8904 244 25 0 9930 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53188

[startup+51.1003 s]
/proc/loadavg: 1.99 1.34 0.59 3/516 9301
/proc/meminfo: memFree=10507784/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=71864 CPUtime=51.09 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 18515 0 0 0 5107 2 0 0 25 0 1 0 856125098 73588736 13432 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 17966 13432 244 25 0 14599 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71864

[startup+102.32 s]
/proc/loadavg: 1.99 1.44 0.66 3/516 9302
/proc/meminfo: memFree=10443768/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=83540 CPUtime=102.31 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 21953 0 0 0 10228 3 0 0 25 0 1 0 856125098 85544960 16851 33554432000 4194304 4293939 140734048602896 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 20885 16851 244 25 0 17518 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 83540

[startup+162.301 s]
/proc/loadavg: 2.15 1.57 0.75 3/516 9304
/proc/meminfo: memFree=10366952/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=102508 CPUtime=162.3 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 26165 0 0 0 16226 4 0 0 25 0 1 0 856125098 104968192 21032 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 25627 21032 244 25 0 22260 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 102508

[startup+222.301 s]
/proc/loadavg: 2.21 1.68 0.84 3/516 9305
/proc/meminfo: memFree=10304280/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=133328 CPUtime=222.3 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 30748 0 0 0 22225 5 0 0 25 0 1 0 856125098 136527872 25591 33554432000 4194304 4293939 140734048602896 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 33332 25591 244 25 0 29965 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 133328

[startup+282.3 s]
/proc/loadavg: 2.08 1.74 0.91 3/516 9307
/proc/meminfo: memFree=10218520/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=183416 CPUtime=282.29 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 34939 0 0 0 28224 5 0 0 25 0 1 0 856125098 187817984 29754 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 45854 29754 244 25 0 42487 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 183416

[startup+342.301 s]
/proc/loadavg: 2.03 1.78 0.97 3/516 9308
/proc/meminfo: memFree=10118904/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=183416 CPUtime=342.3 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 39289 0 0 0 34222 8 0 0 25 0 1 0 856125098 187817984 34078 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255855 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 45854 34078 244 25 0 42487 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 183416

[startup+402.3 s]
/proc/loadavg: 2.01 1.82 1.04 3/516 9310
/proc/meminfo: memFree=10042448/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=183640 CPUtime=402.31 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 43463 0 0 0 40222 9 0 0 25 0 1 0 856125098 188047360 38229 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 45910 38229 244 25 0 42543 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 183640

[startup+462.301 s]
/proc/loadavg: 2.00 1.85 1.09 3/516 9312
/proc/meminfo: memFree=9962660/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=185584 CPUtime=462.31 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 47566 0 0 0 46221 10 0 0 25 0 1 0 856125098 190038016 42304 33554432000 4194304 4293939 140734048602896 18446744073709551615 4263240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 46396 42304 244 25 0 43029 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 185584

[startup+522.3 s]
/proc/loadavg: 2.00 1.87 1.15 3/516 9313
/proc/meminfo: memFree=9884228/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=268776 CPUtime=522.3 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 52265 0 0 0 52219 11 0 0 25 0 1 0 856125098 275226624 46969 33554432000 4194304 4293939 140734048602896 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 67194 46969 244 25 0 63827 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 268776

[startup+582.301 s]
/proc/loadavg: 2.00 1.89 1.20 3/516 9315
/proc/meminfo: memFree=9960184/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=78236 CPUtime=582.31 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 60194 0 0 0 58217 14 0 0 25 0 1 0 856125098 80113664 14388 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 19559 14388 244 25 0 16192 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 78236

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 1.99 3/516 9421
/proc/meminfo: memFree=7740096/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=211152 CPUtime=4062.46 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 210456 0 0 0 406183 63 0 0 25 0 1 0 856125098 216219648 45615 33554432000 4194304 4293939 140734048602896 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 52788 45615 244 25 0 49421 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 211152

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 1.99 3/516 9422
/proc/meminfo: memFree=7716224/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=213580 CPUtime=4122.44 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 211582 0 0 0 412181 63 0 0 25 0 1 0 856125098 218705920 46726 33554432000 4194304 4293939 140734048602896 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53395 46726 244 25 0 50028 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 213580

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/516 9424
/proc/meminfo: memFree=7682072/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=213580 CPUtime=4182.45 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 212196 0 0 0 418181 64 0 0 25 0 1 0 856125098 218705920 47327 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53395 47327 244 25 0 50028 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 213580

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/516 9425
/proc/meminfo: memFree=7768912/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=102668 CPUtime=4242.45 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 217783 0 0 0 424179 66 0 0 25 0 1 0 856125098 105132032 20683 33554432000 4194304 4293939 140734048602896 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 25667 20683 244 25 0 22300 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 102668

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/516 9427
/proc/meminfo: memFree=7734144/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=114344 CPUtime=4302.45 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 220568 0 0 0 430179 66 0 0 25 0 1 0 856125098 117088256 23437 33554432000 4194304 4293939 140734048602896 18446744073709551615 4262675 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 28586 23437 244 25 0 25219 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 114344

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/516 9438
/proc/meminfo: memFree=7699636/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=133312 CPUtime=4362.46 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 224113 0 0 0 436178 68 0 0 25 0 1 0 856125098 136511488 26947 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 33328 26947 244 25 0 29961 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 133312

[startup+4422.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/516 9439
/proc/meminfo: memFree=7669464/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=133312 CPUtime=4422.45 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 225973 0 0 0 442177 68 0 0 25 0 1 0 856125098 136511488 28781 33554432000 4194304 4293939 140734048602896 18446744073709551615 4264728 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 33328 28781 244 25 0 29961 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 133312

[startup+4482.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/516 9441
/proc/meminfo: memFree=7640996/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=164132 CPUtime=4482.46 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 229083 0 0 0 448177 69 0 0 25 0 1 0 856125098 168071168 31867 33554432000 4194304 4293939 140734048602896 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 41033 31867 244 25 0 37666 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 164132

[startup+4542.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/516 9442
/proc/meminfo: memFree=7620860/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=164132 CPUtime=4542.46 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 230813 0 0 0 454176 70 0 0 25 0 1 0 856125098 168071168 33576 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 41033 33576 244 25 0 37666 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 164132

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 9444
/proc/meminfo: memFree=7585984/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=164132 CPUtime=4602.47 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 233485 0 0 0 460177 70 0 0 25 0 1 0 856125098 168071168 36225 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 41033 36225 244 25 0 37666 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 164132

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 9446
/proc/meminfo: memFree=7555548/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=214220 CPUtime=4662.46 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 235541 0 0 0 466175 71 0 0 25 0 1 0 856125098 219361280 38260 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53555 38260 244 25 0 50188 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 214220

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 9447
/proc/meminfo: memFree=7521376/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=214220 CPUtime=4722.49 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 236307 0 0 0 472177 72 0 0 25 0 1 0 856125098 219361280 39018 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53555 39018 244 25 0 50188 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 214220

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 9477
/proc/meminfo: memFree=10225728/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=214220 CPUtime=4782.46 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 237193 0 0 0 478174 72 0 0 25 0 1 0 856125098 219361280 39891 33554432000 4194304 4293939 140734048602896 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53555 39891 244 25 0 50188 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 214220

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 9478
/proc/meminfo: memFree=10106908/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=214220 CPUtime=4842.47 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 238726 0 0 0 484174 73 0 0 25 0 1 0 856125098 219361280 41404 33554432000 4194304 4293939 140734048602896 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53555 41404 244 25 0 50188 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 214220

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/516 9480
/proc/meminfo: memFree=9974152/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=214220 CPUtime=4902.46 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 240170 0 0 0 490173 73 0 0 25 0 1 0 856125098 219361280 42835 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53555 42835 244 25 0 50188 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 214220

[startup+4962.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/516 9482
/proc/meminfo: memFree=9794400/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=214860 CPUtime=4962.47 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 241597 0 0 0 496173 74 0 0 25 0 1 0 856125098 220016640 44241 33554432000 4194304 4293939 140734048602896 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53715 44241 244 25 0 50348 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 214860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.11 2.04 2.01 3/516 9483
/proc/meminfo: memFree=9737196/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=214860 CPUtime=5000.07 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 242682 0 0 0 499933 74 0 0 25 0 1 0 856125098 220016640 45308 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53715 45308 244 25 0 50348 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 214860

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

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

[startup+4999.9 s]
/proc/loadavg: 2.11 2.04 2.01 3/516 9483
/proc/meminfo: memFree=9737196/32950928 swapFree=67074476/67111528
[pid=9298] ppid=9296 vsize=214860 CPUtime=5000.07 cores=1,3,5,7
/proc/9298/stat : 9298 (ebminisat_relea) R 9296 9298 9226 0 -1 4202496 242682 0 0 0 499933 74 0 0 25 0 1 0 856125098 220016640 45308 33554432000 4194304 4293939 140734048602896 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9298/statm: 53715 45308 244 25 0 50348 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 214860

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4999.35
CPU system time (s): 0.758884
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 290316

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

runsolver used 23.6304 second user time and 62.7505 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-29 10:49:04
IDJOB=3422159
IDBENCH=70829
IDSOLVER=1914
FILE ID=node115/3422159-1306658944
RUNJOBID= node115-1306658669-9245
PBS_JOBID= 13471782
Free space on /tmp= 73100 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422159-1306658944/watcher-3422159-1306658944 -o /tmp/evaluation-result-3422159-1306658944/solver-3422159-1306658944 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422159-1306658944.cnf  -verb=0

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=1940782116

node115.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.811
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.62
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.811
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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      10614588 kB
Buffers:        200736 kB
Cached:        3831392 kB
SwapCached:       5152 kB
Active:       14822176 kB
Inactive:      7184036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10614588 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:            4268 kB
Writeback:           0 kB
AnonPages:    17972000 kB
Mapped:          41704 kB
Slab:           183816 kB
PageTables:      76680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 152585992 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= 72996 MiB
End job on node115 at 2011-05-29 12:12:26