Trace number 3422115

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.24 5000.05

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark380.915
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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

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

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


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 3/515 9264
/proc/meminfo: memFree=10954388/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=20148 CPUtime=0 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 909 0 0 0 0 0 0 0 21 0 1 0 856098089 20631552 838 33554432000 4194304 4293939 140733426211984 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 5037 838 216 25 0 1670 0

[startup+0.0419469 s]
/proc/loadavg: 0.16 0.03 0.01 3/515 9264
/proc/meminfo: memFree=10954388/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=25556 CPUtime=0.03 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 2835 0 0 0 3 0 0 0 21 0 1 0 856098089 26169344 2491 33554432000 4194304 4293939 140733426211984 18446744073709551615 4279613 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 6389 2494 218 25 0 3022 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25556

[startup+0.100934 s]
/proc/loadavg: 0.16 0.03 0.01 3/515 9264
/proc/meminfo: memFree=10954388/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=37092 CPUtime=0.09 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 6075 0 0 0 9 0 0 0 21 0 1 0 856098089 37982208 5275 33554432000 4194304 4293939 140733426211984 18446744073709551615 256415088759 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 9273 5278 218 25 0 5906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37092

[startup+0.300894 s]
/proc/loadavg: 0.16 0.03 0.01 3/515 9264
/proc/meminfo: memFree=10954388/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=77152 CPUtime=0.29 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 17078 0 0 0 27 2 0 0 22 0 1 0 856098089 79003648 14335 33554432000 4194304 4293939 140733426211984 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 19288 14337 218 25 0 15921 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77152

[startup+0.700823 s]
/proc/loadavg: 0.16 0.03 0.01 3/515 9264
/proc/meminfo: memFree=10954388/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=161640 CPUtime=0.69 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 38375 0 0 0 65 4 0 0 23 0 1 0 856098089 165519360 32094 33554432000 4194304 4293939 140733426211984 18446744073709551615 256415088736 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 40410 32095 218 25 0 37043 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161640

[startup+1.50067 s]
/proc/loadavg: 0.16 0.03 0.01 3/516 9265
/proc/meminfo: memFree=10764672/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=263288 CPUtime=1.49 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 65287 0 0 0 141 8 0 0 25 0 1 0 856098089 269606912 55282 33554432000 4194304 4293939 140733426211984 18446744073709551615 4252151 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 65822 55282 223 25 0 62455 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263288

[startup+3.10036 s]
/proc/loadavg: 0.16 0.03 0.01 3/516 9265
/proc/meminfo: memFree=10745576/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=263288 CPUtime=3.09 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 65287 0 0 0 301 8 0 0 25 0 1 0 856098089 269606912 55282 33554432000 4194304 4293939 140733426211984 18446744073709551615 4229986 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 65822 55282 223 25 0 62455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263288

[startup+6.30075 s]
/proc/loadavg: 0.31 0.07 0.02 3/516 9265
/proc/meminfo: memFree=10736844/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=267828 CPUtime=6.29 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 67450 0 0 0 620 9 0 0 25 0 1 0 856098089 274255872 57351 33554432000 4194304 4293939 140733426211984 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 66957 57351 225 25 0 63590 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 267828

[startup+12.7005 s]
/proc/loadavg: 0.44 0.10 0.03 3/516 9265
/proc/meminfo: memFree=10759540/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=252860 CPUtime=12.69 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 83623 0 0 0 1257 12 0 0 25 0 1 0 856098089 258928640 50187 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 63215 50187 245 25 0 59848 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 252860

[startup+25.5011 s]
/proc/loadavg: 0.79 0.19 0.06 3/516 9266
/proc/meminfo: memFree=10706220/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=252860 CPUtime=25.49 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 86717 0 0 0 2537 12 0 0 25 0 1 0 856098089 258928640 53235 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 63215 53235 245 25 0 59848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 252860

[startup+51.1012 s]
/proc/loadavg: 1.20 0.33 0.11 3/516 9266
/proc/meminfo: memFree=10671556/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=302948 CPUtime=51.09 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 93016 0 0 0 5094 15 0 0 25 0 1 0 856098089 310218752 59456 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 75737 59456 245 25 0 72370 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 302948

[startup+102.32 s]
/proc/loadavg: 1.78 0.62 0.22 3/516 9268
/proc/meminfo: memFree=10569964/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=384336 CPUtime=102.31 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 109725 0 0 0 10212 19 0 0 25 0 1 0 856098089 393560064 75992 33554432000 4194304 4293939 140733426211984 18446744073709551615 4251555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 96084 75992 245 25 0 92717 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 384336

[startup+162.301 s]
/proc/loadavg: 1.97 0.88 0.33 3/516 9269
/proc/meminfo: memFree=10436856/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=522964 CPUtime=162.29 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 135451 0 0 0 16204 25 0 0 25 0 1 0 856098089 535515136 101474 33554432000 4194304 4293939 140733426211984 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 130741 101474 245 25 0 127374 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 522964

[startup+222.3 s]
/proc/loadavg: 1.99 1.08 0.43 3/516 9271
/proc/meminfo: memFree=10324188/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=543416 CPUtime=222.3 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 157048 0 0 0 22200 30 0 0 25 0 1 0 856098089 556457984 122880 33554432000 4194304 4293939 140733426211984 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 135854 122880 245 25 0 132487 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 543416

[startup+282.301 s]
/proc/loadavg: 1.99 1.25 0.53 3/516 9300
/proc/meminfo: memFree=10567080/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=771780 CPUtime=282.3 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 172637 0 0 0 28196 34 0 0 25 0 1 0 856098089 790302720 138346 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255937 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 192945 138346 245 25 0 189578 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 771780

[startup+342.301 s]
/proc/loadavg: 1.99 1.38 0.62 3/516 9301
/proc/meminfo: memFree=10484720/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=783728 CPUtime=342.3 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 186663 0 0 0 34192 38 0 0 25 0 1 0 856098089 802537472 152233 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 195932 152233 245 25 0 192565 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 783728

[startup+402.301 s]
/proc/loadavg: 1.99 1.49 0.70 3/516 9303
/proc/meminfo: memFree=10403940/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=801012 CPUtime=402.3 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 202977 0 0 0 40188 42 0 0 25 0 1 0 856098089 820236288 168377 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 200253 168377 245 25 0 196886 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 801012

[startup+462.301 s]
/proc/loadavg: 2.09 1.61 0.79 3/516 9304
/proc/meminfo: memFree=10333084/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=814244 CPUtime=462.31 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 216097 0 0 0 46184 47 0 0 25 0 1 0 856098089 833785856 181367 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 203561 181367 245 25 0 200194 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 814244

[startup+522.3 s]
/proc/loadavg: 2.13 1.71 0.87 3/516 9306
/proc/meminfo: memFree=10269164/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=823132 CPUtime=522.3 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 228054 0 0 0 52181 49 0 0 25 0 1 0 856098089 842887168 193223 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 205783 193223 245 25 0 202416 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 823132

[startup+582.301 s]
/proc/loadavg: 2.04 1.76 0.94 3/516 9308
/proc/meminfo: memFree=10171136/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=1198808 CPUtime=582.31 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 248550 0 0 0 58176 55 0 0 25 0 1 0 856098089 1227579392 213529 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 299702 213529 245 25 0 296335 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1198808

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.96 3/516 9413
/proc/meminfo: memFree=7895012/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4605012 CPUtime=4062.46 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 809549 0 0 0 406006 240 0 0 25 0 1 0 856098089 4715532288 769591 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1151253 769591 245 25 0 1147886 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 4605012

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/516 9415
/proc/meminfo: memFree=7865932/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4605012 CPUtime=4122.45 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 816228 0 0 0 412003 242 0 0 25 0 1 0 856098089 4715532288 776199 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1151253 776199 245 25 0 1147886 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 4605012

[startup+4182.3 s]
/proc/loadavg: 2.13 2.06 1.98 3/516 9417
/proc/meminfo: memFree=7827436/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4621420 CPUtime=4182.45 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 825220 0 0 0 417999 246 0 0 25 0 1 0 856098089 4732334080 785124 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1155355 785124 245 25 0 1151988 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 4621420

[startup+4242.3 s]
/proc/loadavg: 2.09 2.06 1.99 3/516 9418
/proc/meminfo: memFree=7799472/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4621420 CPUtime=4242.45 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 831735 0 0 0 423997 248 0 0 25 0 1 0 856098089 4732334080 791568 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1155355 791568 245 25 0 1151988 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 4621420

[startup+4302.3 s]
/proc/loadavg: 2.03 2.05 1.99 3/516 9420
/proc/meminfo: memFree=7757752/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4637828 CPUtime=4302.45 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 841387 0 0 0 429994 251 0 0 25 0 1 0 856098089 4749135872 801171 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1159457 801171 245 25 0 1156090 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 4637828

[startup+4362.3 s]
/proc/loadavg: 2.01 2.04 1.99 3/516 9421
/proc/meminfo: memFree=7728172/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4646028 CPUtime=4362.46 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 848518 0 0 0 435991 255 0 0 25 0 1 0 856098089 4757532672 808244 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1161507 808244 245 25 0 1158140 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 4646028

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 1.99 3/516 9423
/proc/meminfo: memFree=7692400/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4662436 CPUtime=4422.46 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 856480 0 0 0 441988 258 0 0 25 0 1 0 856098089 4774334464 816162 33554432000 4194304 4293939 140733426211984 18446744073709551615 4248921 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1165609 816162 245 25 0 1162242 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 4662436

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/516 9425
/proc/meminfo: memFree=7669644/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4482.46 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 860861 0 0 0 447986 260 0 0 25 0 1 0 856098089 4788506624 820506 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 820506 245 25 0 1165702 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 4676276

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/516 9426
/proc/meminfo: memFree=7749932/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4542.46 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 867005 0 0 0 453983 263 0 0 25 0 1 0 856098089 4788506624 826598 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 826598 245 25 0 1165702 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 4676276

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/516 9437
/proc/meminfo: memFree=7717556/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4602.48 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 872128 0 0 0 459983 265 0 0 25 0 1 0 856098089 4788506624 831673 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 831673 245 25 0 1165702 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 4676276

[startup+4662.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/516 9438
/proc/meminfo: memFree=7684992/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4662.47 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 878004 0 0 0 465979 268 0 0 25 0 1 0 856098089 4788506624 837497 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 837497 245 25 0 1165702 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 4676276

[startup+4722.32 s]
/proc/loadavg: 2.13 2.05 2.01 3/516 9440
/proc/meminfo: memFree=7655804/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4722.49 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 882402 0 0 0 471979 270 0 0 25 0 1 0 856098089 4788506624 841845 33554432000 4194304 4293939 140733426211984 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 841845 245 25 0 1165702 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 4676276

[startup+4782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/516 9442
/proc/meminfo: memFree=7631556/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4782.47 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 885860 0 0 0 477976 271 0 0 25 0 1 0 856098089 4788506624 845250 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 845250 245 25 0 1165702 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 4676276

[startup+4842.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/516 9443
/proc/meminfo: memFree=7604240/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4842.48 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 890438 0 0 0 483974 274 0 0 25 0 1 0 856098089 4788506624 849751 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 849751 245 25 0 1165702 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 4676276

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 9445
/proc/meminfo: memFree=7569104/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4902.47 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 897073 0 0 0 489971 276 0 0 25 0 1 0 856098089 4788506624 856298 33554432000 4194304 4293939 140733426211984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 856298 245 25 0 1165702 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 4676276

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 9446
/proc/meminfo: memFree=7536552/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=4962.48 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 904020 0 0 0 495969 279 0 0 25 0 1 0 856098089 4788506624 863189 33554432000 4194304 4293939 140733426211984 18446744073709551615 4256106 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 863189 245 25 0 1165702 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 4676276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 9447
/proc/meminfo: memFree=7519008/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=4676276 CPUtime=5000.08 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4202496 907660 0 0 0 499728 280 0 0 25 0 1 0 856098089 4788506624 866802 33554432000 4194304 4293939 140733426211984 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9264/statm: 1169069 866802 245 25 0 1165702 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 4676276

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

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

[startup+5000.02 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 9447
/proc/meminfo: memFree=7519008/32950928 swapFree=67074476/67111528
[pid=9264] ppid=9262 vsize=0 CPUtime=5000.2 cores=0,2,4,6
/proc/9264/stat : 9264 (ebminisat_relea) R 9262 9264 9226 0 -1 4203524 907660 0 0 0 499730 290 0 0 25 0 1 0 856098089 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/9264/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.05
CPU time (s): 5000.24
CPU user time (s): 4997.3
CPU system time (s): 2.94255
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4676276

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

runsolver used 26.6869 second user time and 59.7009 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-29 10:44:34
IDJOB=3422115
IDBENCH=69571
IDSOLVER=1914
FILE ID=node115/3422115-1306658671
RUNJOBID= node115-1306658669-9244
PBS_JOBID= 13471782
Free space on /tmp= 73080 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422115-1306658671/watcher-3422115-1306658671 -o /tmp/evaluation-result-3422115-1306658671/solver-3422115-1306658671 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422115-1306658671.cnf  -verb=0

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1896452479

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:      10954800 kB
Buffers:        200556 kB
Cached:        3850184 kB
SwapCached:       5152 kB
Active:       14481368 kB
Inactive:      7182768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10954800 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:           93416 kB
Writeback:           0 kB
AnonPages:    17611708 kB
Mapped:          41632 kB
Slab:           185476 kB
PageTables:      75932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 152035124 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= 73096 MiB
End job on node115 at 2011-05-29 12:07:56