Trace number 3349297

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: EBMiniSAT 2011-03-02? (TO) 1300.07 1300.02

General information on the benchmark

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

running on 2 cores: 4,6

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: 3.99 2.69 1.58 5/364 1261
/proc/meminfo: memFree=4579588/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=20684 CPUtime=0 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 937 0 0 0 0 0 0 0 24 0 1 0 609303309 21180416 880 33554432000 4194304 4293939 140736707737312 18446744073709551615 239476752810 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 5218 890 219 25 0 1851 0

[startup+0.0832091 s]
/proc/loadavg: 3.99 2.69 1.58 5/364 1261
/proc/meminfo: memFree=4579588/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=37252 CPUtime=0.07 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 5866 0 0 0 7 0 0 0 24 0 1 0 609303309 38146048 5286 33554432000 4194304 4293939 140736707737312 18446744073709551615 4279613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 9313 5286 219 25 0 5946 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 37252

[startup+0.101205 s]
/proc/loadavg: 3.99 2.69 1.58 5/364 1261
/proc/meminfo: memFree=4579588/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=38836 CPUtime=0.09 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 6475 0 0 0 9 0 0 0 24 0 1 0 609303309 39768064 5865 33554432000 4194304 4293939 140736707737312 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 9709 5865 219 25 0 6342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38836

[startup+0.301169 s]
/proc/loadavg: 3.99 2.69 1.58 5/364 1261
/proc/meminfo: memFree=4579588/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=50916 CPUtime=0.29 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 9725 0 0 0 28 1 0 0 25 0 1 0 609303309 52137984 8747 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255375 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 12729 8747 225 25 0 9362 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50916

[startup+0.701094 s]
/proc/loadavg: 3.99 2.69 1.58 5/364 1261
/proc/meminfo: memFree=4579588/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=46116 CPUtime=0.69 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 12516 0 0 0 67 2 0 0 25 0 1 0 609303309 47222784 7457 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 11529 7457 242 25 0 8162 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46116

[startup+1.50095 s]
/proc/loadavg: 3.99 2.69 1.58 5/365 1262
/proc/meminfo: memFree=4546728/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=46116 CPUtime=1.49 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 12563 0 0 0 147 2 0 0 25 0 1 0 609303309 47222784 7503 33554432000 4194304 4293939 140736707737312 18446744073709551615 4263678 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 11529 7503 242 25 0 8162 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46116

[startup+3.10064 s]
/proc/loadavg: 3.99 2.71 1.59 5/365 1262
/proc/meminfo: memFree=4543380/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=46116 CPUtime=3.09 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 12628 0 0 0 307 2 0 0 25 0 1 0 609303309 47222784 7567 33554432000 4194304 4293939 140736707737312 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 11529 7567 244 25 0 8162 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46116

[startup+6.30102 s]
/proc/loadavg: 3.99 2.71 1.59 5/365 1262
/proc/meminfo: memFree=4534572/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=46116 CPUtime=6.29 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 12808 0 0 0 627 2 0 0 25 0 1 0 609303309 47222784 7746 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255967 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 11529 7746 244 25 0 8162 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46116

[startup+12.7008 s]
/proc/loadavg: 3.99 2.75 1.62 5/365 1262
/proc/meminfo: memFree=4516172/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=53192 CPUtime=12.69 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 13142 0 0 0 1267 2 0 0 25 0 1 0 609303309 54468608 8077 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 13298 8077 244 25 0 9931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53192

[startup+25.5003 s]
/proc/loadavg: 3.99 2.79 1.64 5/365 1263
/proc/meminfo: memFree=4476860/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=53192 CPUtime=25.49 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 13685 0 0 0 2547 2 0 0 25 0 1 0 609303309 54468608 8613 33554432000 4194304 4293939 140736707737312 18446744073709551615 4262986 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 13298 8613 244 25 0 9931 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53192

[startup+51.1004 s]
/proc/loadavg: 3.99 2.89 1.71 5/365 1263
/proc/meminfo: memFree=4396200/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=71868 CPUtime=51.09 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 17974 0 0 0 5106 3 0 0 25 0 1 0 609303309 73592832 12893 33554432000 4194304 4293939 140736707737312 18446744073709551615 4264728 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 17967 12893 244 25 0 14600 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71868

[startup+102.314 s]
/proc/loadavg: 4.07 3.10 1.85 5/365 1265
/proc/meminfo: memFree=4242424/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=83544 CPUtime=102.3 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 20682 0 0 0 10226 4 0 0 25 0 1 0 609303309 85549056 15584 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 20886 15584 244 25 0 17519 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83544

[startup+162.301 s]
/proc/loadavg: 4.19 3.28 1.98 5/365 1266
/proc/meminfo: memFree=4068056/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=102512 CPUtime=162.3 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 23966 0 0 0 16224 6 0 0 25 0 1 0 609303309 104972288 18844 33554432000 4194304 4293939 140736707737312 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 25628 18844 244 25 0 22261 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 102512

[startup+222.301 s]
/proc/loadavg: 4.06 3.42 2.11 5/365 1295
/proc/meminfo: memFree=4838004/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=133332 CPUtime=222.3 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 27644 0 0 0 22222 8 0 0 25 0 1 0 609303309 136531968 22500 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255630 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 33333 22500 244 25 0 29966 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 133332

[startup+282.301 s]
/proc/loadavg: 4.02 3.52 2.22 5/365 1296
/proc/meminfo: memFree=4733952/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=133332 CPUtime=282.3 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 31273 0 0 0 28221 9 0 0 25 0 1 0 609303309 136531968 26109 33554432000 4194304 4293939 140736707737312 18446744073709551615 4263252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 33333 26109 244 25 0 29966 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 133332

[startup+342.301 s]
/proc/loadavg: 4.05 3.62 2.34 5/365 1325
/proc/meminfo: memFree=4632004/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=133332 CPUtime=342.3 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 34671 0 0 0 34220 10 0 0 25 0 1 0 609303309 136531968 29486 33554432000 4194304 4293939 140736707737312 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 33333 29486 244 25 0 29966 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 133332

[startup+402.301 s]
/proc/loadavg: 4.09 3.71 2.44 5/365 1327
/proc/meminfo: memFree=4550004/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=183420 CPUtime=402.3 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 38190 0 0 0 40218 12 0 0 25 0 1 0 609303309 187822080 32982 33554432000 4194304 4293939 140736707737312 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 45855 32982 244 25 0 42488 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 183420

[startup+462.301 s]
/proc/loadavg: 4.03 3.77 2.54 5/365 1328
/proc/meminfo: memFree=4455492/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=183644 CPUtime=462.3 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 41752 0 0 0 46217 13 0 0 25 0 1 0 609303309 188051456 36526 33554432000 4194304 4293939 140736707737312 18446744073709551615 4262886 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 45911 36526 244 25 0 42544 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 183644

[startup+522.301 s]
/proc/loadavg: 4.01 3.80 2.63 5/365 1330
/proc/meminfo: memFree=4378572/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=184640 CPUtime=522.31 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 44791 0 0 0 52216 15 0 0 25 0 1 0 609303309 189071360 39546 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 46160 39546 244 25 0 42793 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 184640

[startup+582.301 s]
/proc/loadavg: 4.00 3.84 2.71 5/365 1331
/proc/meminfo: memFree=4376936/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=267216 CPUtime=582.31 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 48439 0 0 0 58215 16 0 0 25 0 1 0 609303309 273629184 43168 33554432000 4194304 4293939 140736707737312 18446744073709551615 4256306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 66804 43168 244 25 0 63437 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 267216

[startup+642.301 s]
/proc/loadavg: 4.05 3.88 2.80 5/365 1333
/proc/meminfo: memFree=4291108/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=268780 CPUtime=642.32 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 52337 0 0 0 64214 18 0 0 25 0 1 0 609303309 275230720 47040 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 67195 47040 244 25 0 63828 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 268780

[startup+702.301 s]
/proc/loadavg: 4.02 3.90 2.86 5/365 1335
/proc/meminfo: memFree=4213696/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=271180 CPUtime=702.32 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 56292 0 0 0 70211 21 0 0 25 0 1 0 609303309 277688320 50972 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 67795 50972 244 25 0 64428 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 271180

[startup+762.313 s]
/proc/loadavg: 4.00 3.92 2.94 5/365 1336
/proc/meminfo: memFree=4285088/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=89916 CPUtime=762.33 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 63124 0 0 0 76210 23 0 0 25 0 1 0 609303309 92073984 17298 33554432000 4194304 4293939 140736707737312 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 22479 17298 244 25 0 19112 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 89916

[startup+822.301 s]
/proc/loadavg: 4.07 3.94 3.00 5/365 1338
/proc/meminfo: memFree=4214632/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=108884 CPUtime=822.32 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 66767 0 0 0 82208 24 0 0 25 0 1 0 609303309 111497216 20912 33554432000 4194304 4293939 140736707737312 18446744073709551615 4256173 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 27221 20912 244 25 0 23854 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 108884

[startup+882.301 s]
/proc/loadavg: 4.22 4.01 3.09 5/365 1339
/proc/meminfo: memFree=4141192/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=139704 CPUtime=882.33 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 70632 0 0 0 88207 26 0 0 25 0 1 0 609303309 143056896 24762 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 34926 24762 244 25 0 31559 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 139704

[startup+942.301 s]
/proc/loadavg: 4.19 4.04 3.15 5/365 1341
/proc/meminfo: memFree=4160888/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=139704 CPUtime=942.32 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 73927 0 0 0 94205 27 0 0 25 0 1 0 609303309 143056896 28043 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 34926 28043 244 25 0 31559 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 139704

[startup+1002.3 s]
/proc/loadavg: 4.07 4.03 3.20 5/360 1447
/proc/meminfo: memFree=4971828/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=189792 CPUtime=1002.33 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 77103 0 0 0 100203 30 0 0 25 0 1 0 609303309 194347008 31201 33554432000 4194304 4293939 140736707737312 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 47448 31201 244 25 0 44081 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 189792

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.25 6/365 1454
/proc/meminfo: memFree=1981824/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=190124 CPUtime=1062.32 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 81087 0 0 0 106201 31 0 0 25 0 1 0 609303309 194686976 35158 33554432000 4194304 4293939 140736707737312 18446744073709551615 4263663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 47531 35158 244 25 0 44164 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 190124

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.30 5/363 1465
/proc/meminfo: memFree=4702096/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=190444 CPUtime=1122.33 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 83333 0 0 0 112201 32 0 0 25 0 1 0 609303309 195014656 37385 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 47611 37385 244 25 0 44244 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 190444

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.34 5/365 1484
/proc/meminfo: memFree=5336424/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=191312 CPUtime=1182.33 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 86334 0 0 0 118200 33 0 0 25 0 1 0 609303309 195903488 40370 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 47828 40370 244 25 0 44461 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 191312

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.38 5/365 1486
/proc/meminfo: memFree=5149856/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=191976 CPUtime=1242.33 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 88240 0 0 0 124199 34 0 0 25 0 1 0 609303309 196583424 42263 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 47994 42263 244 25 0 44627 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 191976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.41 5/365 1488
/proc/meminfo: memFree=4991116/32950928 swapFree=67056568/67111528
[pid=1261] ppid=1259 vsize=273792 CPUtime=1300.04 cores=4,6
/proc/1261/stat : 1261 (ebminisat_relea) R 1259 1261 1165 0 -1 4202496 90426 0 0 0 129969 35 0 0 25 0 1 0 609303309 280363008 44434 33554432000 4194304 4293939 140736707737312 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1261/statm: 68448 44434 244 25 0 65081 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 273792

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

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

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

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

runsolver used 4.89725 second user time and 9.73952 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 23:37:42
IDJOB=3349297
IDBENCH=70829
IDSOLVER=1812
FILE ID=node148/3349297-1304977062
RUNJOBID= node148-1304976739-1184
PBS_JOBID= 13285665
Free space on /tmp= 30640 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-3349297-1304977062/watcher-3349297-1304977062 -o /tmp/evaluation-result-3349297-1304977062/solver-3349297-1304977062 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349297-1304977062.cnf  -verb=0

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=977743086

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.854
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.854
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.854
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.82
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.854
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:       4579620 kB
Buffers:        240936 kB
Cached:       23150552 kB
SwapCached:       8268 kB
Active:       12053460 kB
Inactive:     15525424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4579620 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            4272 kB
Writeback:           0 kB
AnonPages:     4185164 kB
Mapped:          27668 kB
Slab:           695096 kB
PageTables:      31972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 86183956 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= 30648 MiB
End job on node148 at 2011-05-09 23:59:24