Trace number 3349276

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.03 1300.02

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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-3349276-1304981378/watcher-3349276-1304981378 -o /tmp/evaluation-result-3349276-1304981378/solver-3349276-1304981378 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349276-1304981378.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.85 1.81 2.85 4/357 4463
/proc/meminfo: memFree=8141284/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=20260 CPUtime=0 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 851 0 0 0 0 0 0 0 21 0 1 0 609734497 20746240 794 33554432000 4194304 4293939 140733478377984 18446744073709551615 254500749738 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 5096 794 217 25 0 1729 0

[startup+0.0580341 s]
/proc/loadavg: 0.85 1.81 2.85 4/357 4463
/proc/meminfo: memFree=8141284/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=28464 CPUtime=0.05 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 3099 0 0 0 5 0 0 0 21 0 1 0 609734497 29147136 2901 33554432000 4194304 4293939 140733478377984 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 7116 2902 219 25 0 3749 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28464

[startup+0.101026 s]
/proc/loadavg: 0.85 1.81 2.85 4/357 4463
/proc/meminfo: memFree=8141284/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=31036 CPUtime=0.08 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 4220 0 0 0 8 0 0 0 21 0 1 0 609734497 31780864 3828 33554432000 4194304 4293939 140733478377984 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 7759 3829 219 25 0 4392 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31036

[startup+0.300988 s]
/proc/loadavg: 0.85 1.81 2.85 4/357 4463
/proc/meminfo: memFree=8141284/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=35192 CPUtime=0.28 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 5762 0 0 0 28 0 0 0 22 0 1 0 609734497 36036608 5172 33554432000 4194304 4293939 140733478377984 18446744073709551615 254500356619 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 8798 5172 225 25 0 5431 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35192

[startup+0.700918 s]
/proc/loadavg: 0.85 1.81 2.85 4/357 4463
/proc/meminfo: memFree=8141284/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=32984 CPUtime=0.69 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 6535 0 0 0 68 1 0 0 23 0 1 0 609734497 33775616 4432 33554432000 4194304 4293939 140733478377984 18446744073709551615 4251268 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 8246 4432 244 25 0 4879 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32984

[startup+1.50075 s]
/proc/loadavg: 0.85 1.81 2.85 5/360 4469
/proc/meminfo: memFree=8093396/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=32984 CPUtime=1.49 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 6547 0 0 0 148 1 0 0 25 0 1 0 609734497 33775616 4443 33554432000 4194304 4293939 140733478377984 18446744073709551615 4249356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 8246 4443 245 25 0 4879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32984

[startup+3.10043 s]
/proc/loadavg: 0.85 1.81 2.85 5/360 4469
/proc/meminfo: memFree=8064500/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=32984 CPUtime=3.09 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 6564 0 0 0 308 1 0 0 25 0 1 0 609734497 33775616 4456 33554432000 4194304 4293939 140733478377984 18446744073709551615 4251661 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 8246 4456 245 25 0 4879 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32984

[startup+6.30079 s]
/proc/loadavg: 1.10 1.84 2.85 5/363 4475
/proc/meminfo: memFree=7846828/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=32984 CPUtime=6.29 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 6582 0 0 0 628 1 0 0 25 0 1 0 609734497 33775616 4471 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 8246 4471 245 25 0 4879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32984

[startup+12.7005 s]
/proc/loadavg: 1.33 1.88 2.86 5/363 4475
/proc/meminfo: memFree=7661496/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=32984 CPUtime=12.69 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 6591 0 0 0 1268 1 0 0 25 0 1 0 609734497 33775616 4480 33554432000 4194304 4293939 140733478377984 18446744073709551615 4251544 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 8246 4480 245 25 0 4879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32984

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.88 5/363 4475
/proc/meminfo: memFree=7658972/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=32984 CPUtime=25.49 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 6617 0 0 0 2548 1 0 0 25 0 1 0 609734497 33775616 4500 33554432000 4194304 4293939 140733478377984 18446744073709551615 4251650 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 8246 4500 245 25 0 4879 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32984

[startup+51.1009 s]
/proc/loadavg: 2.79 2.19 2.92 5/363 4476
/proc/meminfo: memFree=7567496/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=61880 CPUtime=51.08 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 13357 0 0 0 5106 2 0 0 25 0 1 0 609734497 63365120 11173 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 15470 11173 245 25 0 12103 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61880

[startup+102.314 s]
/proc/loadavg: 3.55 2.48 2.98 5/363 4477
/proc/meminfo: memFree=7446616/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=256156 CPUtime=102.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 44717 0 0 0 10222 8 0 0 25 0 1 0 609734497 262303744 42397 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 64039 42397 245 25 0 60672 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 256156

[startup+162.301 s]
/proc/loadavg: 3.83 2.75 3.04 5/363 4479
/proc/meminfo: memFree=7385692/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=178392 CPUtime=162.29 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 78207 0 0 0 16214 15 0 0 25 0 1 0 609734497 182673408 39281 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 44598 39281 245 25 0 41231 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 178392

[startup+222.301 s]
/proc/loadavg: 3.94 2.98 3.10 5/363 4480
/proc/meminfo: memFree=7376484/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=183000 CPUtime=222.28 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 115395 0 0 0 22203 25 0 0 25 0 1 0 609734497 187392000 32827 33554432000 4194304 4293939 140733478377984 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 45750 32828 245 25 0 42383 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 183000

[startup+282.301 s]
/proc/loadavg: 3.97 3.16 3.15 5/363 4482
/proc/meminfo: memFree=7524500/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=75796 CPUtime=282.29 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 150288 0 0 0 28194 35 0 0 25 0 1 0 609734497 77615104 15312 33554432000 4194304 4293939 140733478377984 18446744073709551615 4251589 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 18949 15312 245 25 0 15582 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 75796

[startup+342.301 s]
/proc/loadavg: 3.99 3.31 3.20 5/363 4484
/proc/meminfo: memFree=7355584/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=269932 CPUtime=342.29 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 185564 0 0 0 34184 45 0 0 25 0 1 0 609734497 276410368 50413 33554432000 4194304 4293939 140733478377984 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 67483 50413 245 25 0 64116 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 269932

[startup+402.301 s]
/proc/loadavg: 4.04 3.45 3.25 5/363 4485
/proc/meminfo: memFree=7427468/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=142416 CPUtime=402.29 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 218505 0 0 0 40176 53 0 0 25 0 1 0 609734497 145833984 29600 33554432000 4194304 4293939 140733478377984 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 35604 29600 245 25 0 32237 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 142416

[startup+462.301 s]
/proc/loadavg: 4.01 3.55 3.30 5/363 4487
/proc/meminfo: memFree=7044768/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=409200 CPUtime=462.29 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 278303 0 0 0 46165 64 0 0 25 0 1 0 609734497 419020800 89221 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 102300 89221 245 25 0 98933 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 409200

[startup+522.301 s]
/proc/loadavg: 4.00 3.63 3.34 5/363 4488
/proc/meminfo: memFree=7256652/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=196368 CPUtime=522.29 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 312924 0 0 0 52156 73 0 0 25 0 1 0 609734497 201080832 40555 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 49092 40555 245 25 0 45725 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 196368

[startup+582.301 s]
/proc/loadavg: 4.07 3.72 3.39 5/363 4490
/proc/meminfo: memFree=7113384/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=412880 CPUtime=582.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 346994 0 0 0 58150 80 0 0 25 0 1 0 609734497 422789120 74477 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 103220 74477 245 25 0 99853 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 412880

[startup+642.301 s]
/proc/loadavg: 4.06 3.79 3.43 5/363 4492
/proc/meminfo: memFree=7183036/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=199904 CPUtime=642.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 381226 0 0 0 64142 88 0 0 25 0 1 0 609734497 204701696 44171 33554432000 4194304 4293939 140733478377984 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 49976 44171 245 25 0 46609 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 199904

[startup+702.301 s]
/proc/loadavg: 4.02 3.82 3.46 5/363 4502
/proc/meminfo: memFree=7002788/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=417552 CPUtime=702.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 425338 0 0 0 70133 97 0 0 25 0 1 0 609734497 427573248 88154 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 104388 88154 245 25 0 101021 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 417552

[startup+762.314 s]
/proc/loadavg: 4.01 3.85 3.49 5/363 4504
/proc/meminfo: memFree=7223840/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=286104 CPUtime=762.31 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 463074 0 0 0 76125 106 0 0 25 0 1 0 609734497 292970496 48482 33554432000 4194304 4293939 140733478377984 18446744073709551615 4251650 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 71526 48482 245 25 0 68159 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 286104

[startup+822.301 s]
/proc/loadavg: 4.08 3.89 3.53 5/363 4505
/proc/meminfo: memFree=6976032/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=420552 CPUtime=822.29 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 495258 0 0 0 82116 113 0 0 25 0 1 0 609734497 430645248 80507 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 105138 80507 245 25 0 101771 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 420552

[startup+882.3 s]
/proc/loadavg: 4.10 3.92 3.56 5/363 4507
/proc/meminfo: memFree=7180216/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=288836 CPUtime=882.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 536349 0 0 0 88106 124 0 0 25 0 1 0 609734497 295768064 53312 33554432000 4194304 4293939 140733478377984 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 72209 53312 245 25 0 68842 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 288836

[startup+942.3 s]
/proc/loadavg: 4.04 3.94 3.58 5/363 4512
/proc/meminfo: memFree=7037472/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=638692 CPUtime=942.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 590842 0 0 0 94094 136 0 0 25 0 1 0 609734497 654020608 107660 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 159673 107660 245 25 0 156306 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 638692

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.61 5/363 4513
/proc/meminfo: memFree=7301320/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=293032 CPUtime=1002.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 642415 0 0 0 100082 148 0 0 25 0 1 0 609734497 300064768 51685 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 73258 51685 245 25 0 69891 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 293032

[startup+1062.3 s]
/proc/loadavg: 4.16 4.00 3.64 5/363 4515
/proc/meminfo: memFree=6973304/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=427196 CPUtime=1062.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 673023 0 0 0 106073 157 0 0 25 0 1 0 609734497 437448704 82177 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 106799 82177 245 25 0 103432 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 427196

[startup+1122.3 s]
/proc/loadavg: 4.12 4.01 3.67 5/363 4516
/proc/meminfo: memFree=7286100/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=116524 CPUtime=1122.3 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 701132 0 0 0 112065 165 0 0 25 0 1 0 609734497 119320576 22916 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 29131 22916 245 25 0 25764 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 116524

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.68 5/363 4518
/proc/meminfo: memFree=7212276/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=297920 CPUtime=1182.31 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 731256 0 0 0 118057 174 0 0 25 0 1 0 609734497 305070080 52869 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 74480 52869 245 25 0 71113 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 297920

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.70 5/363 4520
/proc/meminfo: memFree=6857980/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=432520 CPUtime=1242.31 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 778487 0 0 0 124048 183 0 0 25 0 1 0 609734497 442900480 99952 33554432000 4194304 4293939 140733478377984 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 108130 99952 245 25 0 104763 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 432520



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.72 3/360 4523
/proc/meminfo: memFree=7404296/32950928 swapFree=45936960/67111528
[pid=4463] ppid=4461 vsize=219700 CPUtime=1300.01 cores=5,7
/proc/4463/stat : 4463 (ebminisat_relea) R 4461 4463 3554 0 -1 4202496 809620 0 0 0 129811 190 0 0 25 0 1 0 609734497 224972800 44687 33554432000 4194304 4293939 140733478377984 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4463/statm: 54925 44687 245 25 0 51558 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 219700

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.03
CPU user time (s): 1298.12
CPU system time (s): 1.91271
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 688700

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

runsolver used 4.43333 second user time and 10.9383 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-10 00:49:38
IDJOB=3349276
IDBENCH=84227
IDSOLVER=1812
FILE ID=node149/3349276-1304981378
RUNJOBID= node149-1304981378-4434
PBS_JOBID= 13285664
Free space on /tmp= 42500 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349276-1304981378/watcher-3349276-1304981378 -o /tmp/evaluation-result-3349276-1304981378/solver-3349276-1304981378 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349276-1304981378.cnf  -verb=0

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=695767536

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8141448 kB
Buffers:        243256 kB
Cached:       19505152 kB
SwapCached:      21040 kB
Active:        9697280 kB
Inactive:     14406044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8141448 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:            8256 kB
Writeback:          16 kB
AnonPages:     4346504 kB
Mapped:          14028 kB
Slab:           568472 kB
PageTables:      72296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80253816 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= 42440 MiB
End job on node149 at 2011-05-10 01:11:20