Trace number 3349115

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.19 1300.13

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

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-3349115-1304978182/watcher-3349115-1304978182 -o /tmp/evaluation-result-3349115-1304978182/solver-3349115-1304978182 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349115-1304978182.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: 3.88 3.95 3.26 5/342 6806
/proc/meminfo: memFree=10745552/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=23232 CPUtime=0 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 1483 0 0 0 0 0 0 0 22 0 1 0 590234256 23789568 1426 33554432000 4194304 4293939 140736822732288 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 5808 1426 219 25 0 2441 0

[startup+0.040594 s]
/proc/loadavg: 3.88 3.95 3.26 5/342 6806
/proc/meminfo: memFree=10745552/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=29444 CPUtime=0.03 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 2660 0 0 0 3 0 0 0 22 0 1 0 590234256 30150656 2603 33554432000 4194304 4293939 140736822732288 18446744073709551615 4261262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 7361 2603 219 25 0 3994 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29444

[startup+0.100579 s]
/proc/loadavg: 3.88 3.95 3.26 5/342 6806
/proc/meminfo: memFree=10745552/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=41360 CPUtime=0.08 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 5408 0 0 0 8 0 0 0 22 0 1 0 590234256 42352640 5310 33554432000 4194304 4293939 140736822732288 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 10340 5311 219 25 0 6973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41360

[startup+0.300531 s]
/proc/loadavg: 3.88 3.95 3.26 5/342 6806
/proc/meminfo: memFree=10745552/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=85000 CPUtime=0.29 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 17880 0 0 0 27 2 0 0 23 0 1 0 590234256 87040000 16102 33554432000 4194304 4293939 140736822732288 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 21250 16104 219 25 0 17883 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85000

[startup+0.700463 s]
/proc/loadavg: 3.88 3.95 3.26 5/342 6806
/proc/meminfo: memFree=10745552/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=184668 CPUtime=0.68 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 43397 0 0 0 63 5 0 0 25 0 1 0 590234256 189100032 38371 33554432000 4194304 4293939 140736822732288 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 46167 38373 219 25 0 42800 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 184668

[startup+1.50029 s]
/proc/loadavg: 3.89 3.95 3.26 5/343 6807
/proc/meminfo: memFree=10510076/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=381480 CPUtime=1.49 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 92746 0 0 0 136 13 0 0 25 0 1 0 590234256 390635520 81950 33554432000 4194304 4293939 140736822732288 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 95370 81952 219 25 0 92003 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 381480

[startup+3.10098 s]
/proc/loadavg: 3.89 3.95 3.26 5/343 6807
/proc/meminfo: memFree=10281792/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=601272 CPUtime=3.09 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 148580 0 0 0 288 21 0 0 25 0 1 0 590234256 615702528 132589 33554432000 4194304 4293939 140736822732288 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 150318 132589 223 25 0 146951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 601272

[startup+6.30034 s]
/proc/loadavg: 3.90 3.96 3.26 5/343 6807
/proc/meminfo: memFree=10185124/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=601272 CPUtime=6.29 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 148580 0 0 0 608 21 0 0 25 0 1 0 590234256 615702528 132589 33554432000 4194304 4293939 140736822732288 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 150318 132589 223 25 0 146951 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 601272

[startup+12.7011 s]
/proc/loadavg: 3.91 3.96 3.27 5/343 6808
/proc/meminfo: memFree=10067840/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=664628 CPUtime=12.69 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 167895 0 0 0 1246 23 0 0 25 0 1 0 590234256 680579072 151861 33554432000 4194304 4293939 140736822732288 18446744073709551615 4232387 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 166157 151861 225 25 0 162790 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 664628

[startup+25.5005 s]
/proc/loadavg: 3.92 3.96 3.28 5/343 6808
/proc/meminfo: memFree=10093144/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=597880 CPUtime=25.49 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 194908 0 0 0 2521 28 0 0 25 0 1 0 590234256 612229120 127278 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 149470 127278 244 25 0 146103 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 597880

[startup+51.1004 s]
/proc/loadavg: 3.95 3.96 3.30 5/343 6809
/proc/meminfo: memFree=9888216/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=679268 CPUtime=51.09 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 211284 0 0 0 5079 30 0 0 25 0 1 0 590234256 695570432 143643 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 169817 143643 245 25 0 166450 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 679268

[startup+102.312 s]
/proc/loadavg: 3.98 3.96 3.33 5/343 6810
/proc/meminfo: memFree=9520972/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=811528 CPUtime=102.3 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 233459 0 0 0 10197 33 0 0 25 0 1 0 590234256 831004672 165812 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 202882 165812 245 25 0 199515 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 811528

[startup+162.3 s]
/proc/loadavg: 4.09 4.00 3.38 5/343 6812
/proc/meminfo: memFree=9063784/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1026452 CPUtime=162.29 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 270465 0 0 0 16191 38 0 0 25 0 1 0 590234256 1051086848 202804 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 256613 202804 245 25 0 253246 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1026452

[startup+222.3 s]
/proc/loadavg: 4.18 4.03 3.43 5/343 6813
/proc/meminfo: memFree=8616024/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1026452 CPUtime=222.29 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 303604 0 0 0 22186 43 0 0 25 0 1 0 590234256 1051086848 235928 33554432000 4194304 4293939 140736822732288 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 256613 235928 245 25 0 253246 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1026452

[startup+282.301 s]
/proc/loadavg: 4.06 4.02 3.46 5/343 6824
/proc/meminfo: memFree=8306884/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1026452 CPUtime=282.3 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 312512 0 0 0 28186 44 0 0 25 0 1 0 590234256 1051086848 244832 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 256613 244832 245 25 0 253246 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1026452

[startup+342.301 s]
/proc/loadavg: 4.02 4.02 3.49 5/343 6825
/proc/meminfo: memFree=7955248/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1375700 CPUtime=342.31 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 330879 0 0 0 34184 47 0 0 25 0 1 0 590234256 1408716800 263191 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 343925 263191 245 25 0 340558 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1375700

[startup+402.301 s]
/proc/loadavg: 4.01 4.01 3.52 5/343 6827
/proc/meminfo: memFree=7676388/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1375700 CPUtime=402.3 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 344628 0 0 0 40180 50 0 0 25 0 1 0 590234256 1408716800 276937 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 343925 276937 245 25 0 340558 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1375700

[startup+462.301 s]
/proc/loadavg: 4.03 4.02 3.55 5/343 6829
/proc/meminfo: memFree=7259136/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1375700 CPUtime=462.31 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 376178 0 0 0 46176 55 0 0 25 0 1 0 590234256 1408716800 308475 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 343925 308475 245 25 0 340558 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1375700

[startup+522.301 s]
/proc/loadavg: 4.01 4.02 3.58 5/343 6830
/proc/meminfo: memFree=6798360/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1943228 CPUtime=522.32 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 418959 0 0 0 52170 62 0 0 25 0 1 0 590234256 1989865472 351249 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 485807 351249 245 25 0 482440 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 1943228

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.60 5/343 6832
/proc/meminfo: memFree=6345384/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1943228 CPUtime=582.31 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 460233 0 0 0 58164 67 0 0 25 0 1 0 590234256 1989865472 392514 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 485807 392514 245 25 0 482440 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1943228

[startup+642.301 s]
/proc/loadavg: 4.07 4.02 3.63 5/343 6833
/proc/meminfo: memFree=5946432/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1943228 CPUtime=642.33 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 489452 0 0 0 64163 70 0 0 25 0 1 0 590234256 1989865472 421726 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248402 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 485807 421726 245 25 0 482440 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1943228

[startup+702.301 s]
/proc/loadavg: 4.10 4.04 3.66 5/343 6835
/proc/meminfo: memFree=5532984/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=1943228 CPUtime=702.32 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 524143 0 0 0 70156 76 0 0 25 0 1 0 590234256 1989865472 456403 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 485807 456403 245 25 0 482440 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1943228

[startup+762.312 s]
/proc/loadavg: 4.07 4.05 3.68 5/343 6837
/proc/meminfo: memFree=5110080/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=2865464 CPUtime=762.34 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 565292 0 0 0 76153 81 0 0 25 0 1 0 590234256 2934235136 497541 33554432000 4194304 4293939 140736822732288 18446744073709551615 4256296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 716366 497541 245 25 0 712999 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 2865464

[startup+822.3 s]
/proc/loadavg: 4.02 4.04 3.70 5/343 6838
/proc/meminfo: memFree=4697964/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=2865464 CPUtime=822.33 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 605381 0 0 0 82146 87 0 0 25 0 1 0 590234256 2934235136 537612 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 716366 537612 245 25 0 712999 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 2865464

[startup+882.3 s]
/proc/loadavg: 4.01 4.03 3.72 5/343 6840
/proc/meminfo: memFree=4287956/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=2865464 CPUtime=882.33 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 642883 0 0 0 88142 91 0 0 25 0 1 0 590234256 2934235136 575098 33554432000 4194304 4293939 140736822732288 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 716366 575098 245 25 0 712999 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 2865464

[startup+942.3 s]
/proc/loadavg: 4.05 4.04 3.74 5/343 6841
/proc/meminfo: memFree=3902124/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=2865464 CPUtime=942.34 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 680838 0 0 0 94136 98 0 0 25 0 1 0 590234256 2934235136 613038 33554432000 4194304 4293939 140736822732288 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 716366 613038 245 25 0 712999 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 2865464

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.75 5/343 6843
/proc/meminfo: memFree=3546668/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=2865464 CPUtime=1002.34 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 712830 0 0 0 100131 103 0 0 25 0 1 0 590234256 2934235136 645022 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 716366 645022 245 25 0 712999 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 2865464

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.76 5/343 6845
/proc/meminfo: memFree=3183800/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=2865464 CPUtime=1062.33 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 755040 0 0 0 106125 108 0 0 25 0 1 0 590234256 2934235136 687213 33554432000 4194304 4293939 140736822732288 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 716366 687213 245 25 0 712999 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2865464

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.77 5/343 6846
/proc/meminfo: memFree=2814244/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=4364096 CPUtime=1122.34 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 795014 0 0 0 112120 114 0 0 25 0 1 0 590234256 4468834304 727176 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 1091024 727176 245 25 0 1087657 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 4364096

[startup+1182.3 s]
/proc/loadavg: 3.74 3.96 3.77 4/337 6866
/proc/meminfo: memFree=3724904/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=4364096 CPUtime=1182.35 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 838761 0 0 0 118114 121 0 0 25 0 1 0 590234256 4468834304 770914 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 1091024 770914 245 25 0 1087657 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 4364096

[startup+1242.3 s]
/proc/loadavg: 3.27 3.78 3.71 4/337 6867
/proc/meminfo: memFree=3405812/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=4364096 CPUtime=1242.35 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 868083 0 0 0 124110 125 0 0 25 0 1 0 590234256 4468834304 800230 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 1091024 800230 245 25 0 1087657 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 4364096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.05 3.37 3.58 2/325 6905
/proc/meminfo: memFree=8278336/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=4364096 CPUtime=1300.05 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4202496 879132 0 0 0 129878 127 0 0 25 0 1 0 590234256 4468834304 811276 33554432000 4194304 4293939 140736822732288 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6806/statm: 1091024 811276 245 25 0 1087657 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 4364096

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

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

[startup+1300.11 s]
/proc/loadavg: 1.96 3.33 3.56 2/326 6906
/proc/meminfo: memFree=10963672/32951124 swapFree=67111352/67111528
[pid=6806] ppid=6804 vsize=0 CPUtime=1300.17 cores=5,7
/proc/6806/stat : 6806 (ebminisat_relea) R 6804 6806 6488 0 -1 4203524 879132 0 0 0 129879 138 0 0 25 0 1 0 590234256 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/6806/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.13
CPU time (s): 1300.19
CPU user time (s): 1298.79
CPU system time (s): 1.39679
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4364096

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

runsolver used 4.13837 second user time and 9.93349 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 23:56:26
IDJOB=3349115
IDBENCH=82374
IDSOLVER=1812
FILE ID=node143/3349115-1304978182
RUNJOBID= node143-1304976740-6509
PBS_JOBID= 13285670
Free space on /tmp= 41048 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349115-1304978182/watcher-3349115-1304978182 -o /tmp/evaluation-result-3349115-1304978182/solver-3349115-1304978182 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349115-1304978182.cnf  -verb=0

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=747537696

node143.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.846
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.69
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.846
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10745832 kB
Buffers:        192668 kB
Cached:        4824020 kB
SwapCached:          0 kB
Active:       17610260 kB
Inactive:      4277348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10745832 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          196880 kB
Writeback:           0 kB
AnonPages:    16870616 kB
Mapped:          29348 kB
Slab:           197164 kB
PageTables:      55436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70765116 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= 41156 MiB
End job on node143 at 2011-05-10 00:18:08