Trace number 3349283

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.24 0.05 0.56 4/361 1219
/proc/meminfo: memFree=5763156/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=8160 CPUtime=0 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) S 1217 1219 1165 0 -1 4194304 96 0 0 0 0 0 0 0 19 0 1 0 609271064 8355840 52 33554432000 4194304 4293939 140735306000320 18446744073709551615 239471771271 0 2147483391 4096 0 18446744071699207358 0 0 17 5 0 0 0
/proc/1219/statm: 2040 52 40 25 0 44 0

[startup+0.0382251 s]
/proc/loadavg: 0.24 0.05 0.56 4/361 1219
/proc/meminfo: memFree=5763156/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=29480 CPUtime=0.03 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 3251 0 0 0 3 0 0 0 19 0 1 0 609271064 30187520 3081 33554432000 4194304 4293939 140735306000320 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 7370 3088 218 25 0 4003 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29480

[startup+0.101217 s]
/proc/loadavg: 0.24 0.05 0.56 4/361 1219
/proc/meminfo: memFree=5763156/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=52152 CPUtime=0.09 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 8754 0 0 0 8 1 0 0 19 0 1 0 609271064 53403648 8341 33554432000 4194304 4293939 140735306000320 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 13038 8343 218 25 0 9671 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52152

[startup+0.301179 s]
/proc/loadavg: 0.24 0.05 0.56 4/361 1219
/proc/meminfo: memFree=5763156/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=77612 CPUtime=0.29 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 16542 0 0 0 27 2 0 0 20 0 1 0 609271064 79474688 15111 33554432000 4194304 4293939 140735306000320 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 19403 15112 219 25 0 16036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77612

[startup+0.701106 s]
/proc/loadavg: 0.24 0.05 0.56 4/361 1219
/proc/meminfo: memFree=5763156/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=99040 CPUtime=0.69 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 21786 0 0 0 66 3 0 0 21 0 1 0 609271064 101416960 19446 33554432000 4194304 4293939 140735306000320 18446744073709551615 4217960 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 24760 19447 225 25 0 21393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99040

[startup+1.50095 s]
/proc/loadavg: 0.24 0.05 0.56 5/365 1226
/proc/meminfo: memFree=5449232/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=83596 CPUtime=1.49 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 26686 0 0 0 145 4 0 0 23 0 1 0 609271064 85602304 15533 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 20899 15533 243 25 0 17532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83596

[startup+3.10064 s]
/proc/loadavg: 0.24 0.05 0.56 5/365 1226
/proc/meminfo: memFree=5504288/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=83596 CPUtime=3.09 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 27255 0 0 0 305 4 0 0 25 0 1 0 609271064 85602304 16098 33554432000 4194304 4293939 140735306000320 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 20899 16098 244 25 0 17532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83596

[startup+6.30103 s]
/proc/loadavg: 0.62 0.13 0.59 5/365 1226
/proc/meminfo: memFree=5493500/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=102272 CPUtime=6.29 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 28392 0 0 0 625 4 0 0 25 0 1 0 609271064 104726528 17234 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 25568 17234 244 25 0 22201 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102272

[startup+12.7008 s]
/proc/loadavg: 0.89 0.20 0.60 5/365 1227
/proc/meminfo: memFree=5441432/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=132624 CPUtime=12.69 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 35690 0 0 0 1263 6 0 0 25 0 1 0 609271064 135806976 24519 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 33156 24519 244 25 0 29789 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132624

[startup+25.5004 s]
/proc/loadavg: 1.58 0.38 0.66 5/365 1227
/proc/meminfo: memFree=5320232/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=151592 CPUtime=25.49 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 41389 0 0 0 2541 8 0 0 25 0 1 0 609271064 155230208 30205 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 37898 30205 244 25 0 34531 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151592

[startup+51.1004 s]
/proc/loadavg: 2.56 0.70 0.76 5/365 1228
/proc/meminfo: memFree=5172608/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=232500 CPUtime=51.09 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 52862 0 0 0 5098 11 0 0 25 0 1 0 609271064 238080000 41657 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 58125 41657 244 25 0 54758 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 232500

[startup+102.314 s]
/proc/loadavg: 3.47 1.24 0.93 5/365 1229
/proc/meminfo: memFree=4916508/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=313888 CPUtime=102.3 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 74523 0 0 0 10211 19 0 0 25 0 1 0 609271064 321421312 63283 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 78472 63283 244 25 0 75105 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 313888

[startup+162.301 s]
/proc/loadavg: 3.88 1.77 1.13 5/365 1231
/proc/meminfo: memFree=4614408/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=446148 CPUtime=162.3 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 97866 0 0 0 16204 26 0 0 25 0 1 0 609271064 456855552 86581 33554432000 4194304 4293939 140735306000320 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 111537 86581 244 25 0 108170 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 446148

[startup+222.301 s]
/proc/loadavg: 3.95 2.17 1.31 5/365 1232
/proc/meminfo: memFree=4347156/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=661072 CPUtime=222.3 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 118417 0 0 0 22198 32 0 0 25 0 1 0 609271064 676937728 107099 33554432000 4194304 4293939 140735306000320 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 165268 107099 244 25 0 161901 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 661072

[startup+282.301 s]
/proc/loadavg: 3.98 2.50 1.48 5/365 1234
/proc/meminfo: memFree=4130384/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=661072 CPUtime=282.3 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 139189 0 0 0 28193 37 0 0 25 0 1 0 609271064 676937728 127839 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 165268 127839 244 25 0 161901 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 661072

[startup+342.301 s]
/proc/loadavg: 3.99 2.77 1.63 5/365 1263
/proc/meminfo: memFree=4494840/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=662296 CPUtime=342.3 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 159396 0 0 0 34186 44 0 0 25 0 1 0 609271064 678191104 148020 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 165574 148020 244 25 0 162207 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 662296

[startup+402.301 s]
/proc/loadavg: 4.11 3.03 1.79 5/365 1264
/proc/meminfo: memFree=4320188/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1016848 CPUtime=402.3 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 174979 0 0 0 40179 51 0 0 25 0 1 0 609271064 1041252352 163565 33554432000 4194304 4293939 140735306000320 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 254212 163565 244 25 0 250845 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1016848

[startup+462.301 s]
/proc/loadavg: 4.04 3.20 1.92 5/365 1266
/proc/meminfo: memFree=4132176/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1022568 CPUtime=462.3 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 191267 0 0 0 46173 57 0 0 25 0 1 0 609271064 1047109632 179820 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 255642 179820 244 25 0 252275 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1022568

[startup+522.301 s]
/proc/loadavg: 4.09 3.37 2.06 5/365 1267
/proc/meminfo: memFree=4050812/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1027044 CPUtime=522.31 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 206309 0 0 0 52169 62 0 0 25 0 1 0 609271064 1051693056 194835 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 256761 194835 244 25 0 253394 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1027044

[startup+582.301 s]
/proc/loadavg: 4.03 3.48 2.18 5/365 1296
/proc/meminfo: memFree=4772400/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1031252 CPUtime=582.3 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 222953 0 0 0 58161 69 0 0 25 0 1 0 609271064 1056002048 211454 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 257813 211454 244 25 0 254446 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1031252

[startup+642.301 s]
/proc/loadavg: 4.08 3.59 2.30 5/365 1325
/proc/meminfo: memFree=4675568/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1035532 CPUtime=642.32 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 237508 0 0 0 64156 76 0 0 25 0 1 0 609271064 1060384768 225987 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 258883 225987 244 25 0 255516 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1035532

[startup+702.301 s]
/proc/loadavg: 4.13 3.69 2.41 5/365 1326
/proc/meminfo: memFree=4572844/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1039164 CPUtime=702.31 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 252534 0 0 0 70148 83 0 0 25 0 1 0 609271064 1064103936 240993 33554432000 4194304 4293939 140735306000320 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 259791 240994 244 25 0 256424 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1039164

[startup+762.314 s]
/proc/loadavg: 4.05 3.75 2.51 5/365 1328
/proc/meminfo: memFree=4495304/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1043536 CPUtime=762.33 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 266026 0 0 0 76144 89 0 0 25 0 1 0 609271064 1068580864 254457 33554432000 4194304 4293939 140735306000320 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 260884 254457 244 25 0 257517 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1043536

[startup+822.301 s]
/proc/loadavg: 4.02 3.79 2.60 5/365 1329
/proc/meminfo: memFree=4400536/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1614820 CPUtime=822.32 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 280750 0 0 0 82135 97 0 0 25 0 1 0 609271064 1653575680 269154 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 403705 269154 244 25 0 400338 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1614820

[startup+882.301 s]
/proc/loadavg: 4.00 3.83 2.68 5/365 1331
/proc/meminfo: memFree=4409436/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1616476 CPUtime=882.32 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 292873 0 0 0 88130 102 0 0 25 0 1 0 609271064 1655271424 281255 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 404119 281255 244 25 0 400752 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1616476

[startup+942.301 s]
/proc/loadavg: 4.08 3.87 2.77 5/365 1333
/proc/meminfo: memFree=4322496/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1619924 CPUtime=942.32 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 306208 0 0 0 94123 109 0 0 25 0 1 0 609271064 1658802176 294569 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 404981 294569 244 25 0 401614 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1619924

[startup+1002.3 s]
/proc/loadavg: 4.03 3.89 2.84 5/365 1334
/proc/meminfo: memFree=4241116/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1622204 CPUtime=1002.33 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 318413 0 0 0 100118 115 0 0 25 0 1 0 609271064 1661136896 306756 33554432000 4194304 4293939 140735306000320 18446744073709551615 4265310 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 405551 306756 244 25 0 402184 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1622204

[startup+1062.3 s]
/proc/loadavg: 4.01 3.91 2.91 5/365 1336
/proc/meminfo: memFree=4314372/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1624668 CPUtime=1062.33 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 330205 0 0 0 106113 120 0 0 25 0 1 0 609271064 1663660032 318531 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 406167 318531 244 25 0 402800 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1624668

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.98 5/365 1337
/proc/meminfo: memFree=4239320/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1629664 CPUtime=1122.33 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 341540 0 0 0 112107 126 0 0 25 0 1 0 609271064 1668775936 329851 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 407416 329851 244 25 0 404049 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1629664

[startup+1182.3 s]
/proc/loadavg: 4.34 4.01 3.06 5/365 1339
/proc/meminfo: memFree=4172956/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1633996 CPUtime=1182.33 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 351742 0 0 0 118103 130 0 0 25 0 1 0 609271064 1673211904 340041 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 408499 340041 244 25 0 405132 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1633996

[startup+1242.3 s]
/proc/loadavg: 4.27 4.04 3.13 5/365 1341
/proc/meminfo: memFree=4094436/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1636948 CPUtime=1242.34 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 364127 0 0 0 124098 136 0 0 25 0 1 0 609271064 1676234752 352413 33554432000 4194304 4293939 140735306000320 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 409237 352413 244 25 0 405870 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1636948



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.03 3.18 5/365 1342
/proc/meminfo: memFree=4113260/32950928 swapFree=67056568/67111528
[pid=1219] ppid=1217 vsize=1640100 CPUtime=1300.04 cores=5,7
/proc/1219/stat : 1219 (ebminisat_relea) R 1217 1219 1165 0 -1 4202496 374535 0 0 0 129864 140 0 0 25 0 1 0 609271064 1679462400 362803 33554432000 4194304 4293939 140735306000320 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1219/statm: 410025 362803 244 25 0 406658 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1640100

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.07
CPU time (s): 1300.12
CPU user time (s): 1298.65
CPU system time (s): 1.46678
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1640100

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

runsolver used 4.33534 second user time and 11.0533 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 23:32:20
IDJOB=3349283
IDBENCH=20386
IDSOLVER=1812
FILE ID=node148/3349283-1304976739
RUNJOBID= node148-1304976739-1186
PBS_JOBID= 13285665
Free space on /tmp= 30632 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349283-1304976739/watcher-3349283-1304976739 -o /tmp/evaluation-result-3349283-1304976739/solver-3349283-1304976739 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349283-1304976739.cnf  -verb=0

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=636870732

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:       5766636 kB
Buffers:        240860 kB
Cached:       23160220 kB
SwapCached:       8268 kB
Active:       10866360 kB
Inactive:     15525148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5766636 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           55516 kB
Writeback:           0 kB
AnonPages:     2989656 kB
Mapped:          26996 kB
Slab:           696340 kB
PageTables:      30028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84757032 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= 30656 MiB
End job on node148 at 2011-05-09 23:54:02