Trace number 3349116

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.14 1300.16

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

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

running on 2 cores: 0,2

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: 4.13 4.08 3.32 5/376 24551
/proc/meminfo: memFree=11215992/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=23228 CPUtime=0 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 1483 0 0 0 0 0 0 0 23 0 1 0 590243305 23785472 1426 33554432000 4194304 4293939 140736016081056 18446744073709551615 4261246 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 5807 1426 219 25 0 2440 0

[startup+0.0637739 s]
/proc/loadavg: 4.13 4.08 3.32 5/376 24551
/proc/meminfo: memFree=11215992/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=30844 CPUtime=0.05 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 3066 0 0 0 5 0 0 0 23 0 1 0 590243305 31584256 3008 33554432000 4194304 4293939 140736016081056 18446744073709551615 4220253 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 7711 3009 219 25 0 4344 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30844

[startup+0.100802 s]
/proc/loadavg: 4.13 4.08 3.32 5/376 24551
/proc/meminfo: memFree=11215992/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=40852 CPUtime=0.08 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 5277 0 0 0 8 0 0 0 23 0 1 0 590243305 41832448 5178 33554432000 4194304 4293939 140736016081056 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 10213 5178 219 25 0 6846 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40852

[startup+0.300752 s]
/proc/loadavg: 4.13 4.08 3.32 5/376 24551
/proc/meminfo: memFree=11215992/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=75160 CPUtime=0.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 15087 0 0 0 26 2 0 0 25 0 1 0 590243305 76963840 13765 33554432000 4194304 4293939 140736016081056 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 18790 13767 219 25 0 15423 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75160

[startup+0.70069 s]
/proc/loadavg: 4.13 4.08 3.32 5/376 24551
/proc/meminfo: memFree=11215992/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=158332 CPUtime=0.69 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 37019 0 0 0 63 6 0 0 25 0 1 0 590243305 162131968 33531 33554432000 4194304 4293939 140736016081056 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 39583 33532 219 25 0 36216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158332

[startup+1.50055 s]
/proc/loadavg: 4.13 4.08 3.32 5/377 24552
/proc/meminfo: memFree=11021192/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=355868 CPUtime=1.49 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 78958 0 0 0 136 13 0 0 25 0 1 0 590243305 364408832 71623 33554432000 4194304 4293939 140736016081056 18446744073709551615 212039655168 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 88967 71623 219 25 0 85600 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 355868

[startup+3.10025 s]
/proc/loadavg: 4.12 4.08 3.33 5/377 24552
/proc/meminfo: memFree=10801600/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=666324 CPUtime=3.09 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 162953 0 0 0 283 26 0 0 25 0 1 0 590243305 682315776 146962 33554432000 4194304 4293939 140736016081056 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 166581 146963 219 25 0 163214 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 666324

[startup+6.30066 s]
/proc/loadavg: 4.12 4.08 3.33 5/377 24552
/proc/meminfo: memFree=10527944/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=840040 CPUtime=6.29 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 182208 0 0 0 600 29 0 0 25 0 1 0 590243305 860200960 166217 33554432000 4194304 4293939 140736016081056 18446744073709551615 4230265 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 210010 166217 223 25 0 206643 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 840040

[startup+12.7005 s]
/proc/loadavg: 4.10 4.07 3.33 5/377 24553
/proc/meminfo: memFree=10497704/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=840040 CPUtime=12.69 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 182208 0 0 0 1240 29 0 0 25 0 1 0 590243305 860200960 166217 33554432000 4194304 4293939 140736016081056 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 210010 166217 223 25 0 206643 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 840040

[startup+25.5002 s]
/proc/loadavg: 4.08 4.07 3.34 5/377 24553
/proc/meminfo: memFree=10321148/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=911228 CPUtime=25.49 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 205985 0 0 0 2516 33 0 0 25 0 1 0 590243305 933097472 189931 33554432000 4194304 4293939 140736016081056 18446744073709551615 4230265 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 227807 189931 225 25 0 224440 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 911228

[startup+51.1007 s]
/proc/loadavg: 4.06 4.06 3.36 5/377 24581
/proc/meminfo: memFree=10489548/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=745868 CPUtime=51.09 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 245003 0 0 0 5070 39 0 0 25 0 1 0 590243305 763768832 165190 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 186467 165190 244 25 0 183100 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 745868

[startup+102.314 s]
/proc/loadavg: 4.21 4.10 3.41 5/377 24582
/proc/meminfo: memFree=10123344/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=827256 CPUtime=102.3 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 266791 0 0 0 10187 43 0 0 25 0 1 0 590243305 847110144 186970 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 206814 186970 245 25 0 203447 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 827256

[startup+162.301 s]
/proc/loadavg: 4.13 4.09 3.45 5/377 24584
/proc/meminfo: memFree=9660528/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=959516 CPUtime=162.29 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 295393 0 0 0 16181 48 0 0 25 0 1 0 590243305 982544384 215560 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 239879 215560 245 25 0 236512 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 959516

[startup+222.301 s]
/proc/loadavg: 4.04 4.07 3.48 5/377 24594
/proc/meminfo: memFree=9205200/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=1174440 CPUtime=222.29 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 327783 0 0 0 22178 51 0 0 25 0 1 0 590243305 1202626560 247938 33554432000 4194304 4293939 140736016081056 18446744073709551615 4264189 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 293610 247938 245 25 0 290243 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1174440

[startup+282.3 s]
/proc/loadavg: 4.01 4.06 3.51 5/377 24596
/proc/meminfo: memFree=8724720/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=1523688 CPUtime=282.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 358482 0 0 0 28173 55 0 0 25 0 1 0 590243305 1560256512 278631 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 380922 278631 245 25 0 377555 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1523688

[startup+342.301 s]
/proc/loadavg: 4.09 4.07 3.55 5/377 24597
/proc/meminfo: memFree=8261708/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=1523688 CPUtime=342.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 390341 0 0 0 34168 60 0 0 25 0 1 0 590243305 1560256512 310471 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 380922 310471 245 25 0 377555 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1523688

[startup+402.301 s]
/proc/loadavg: 4.07 4.07 3.58 5/377 24599
/proc/meminfo: memFree=7891588/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=1523688 CPUtime=402.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 414925 0 0 0 40165 63 0 0 25 0 1 0 590243305 1560256512 335050 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 380922 335050 245 25 0 377555 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1523688

[startup+462.301 s]
/proc/loadavg: 4.02 4.06 3.60 5/377 24601
/proc/meminfo: memFree=7505960/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=1523688 CPUtime=462.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 442834 0 0 0 46162 66 0 0 25 0 1 0 590243305 1560256512 362945 33554432000 4194304 4293939 140736016081056 18446744073709551615 4251613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 380922 362945 245 25 0 377555 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1523688

[startup+522.3 s]
/proc/loadavg: 4.06 4.06 3.63 5/377 24602
/proc/meminfo: memFree=7075940/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=2091216 CPUtime=522.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 473225 0 0 0 52158 70 0 0 25 0 1 0 590243305 2141405184 393325 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 522804 393325 245 25 0 519437 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 2091216

[startup+582.301 s]
/proc/loadavg: 4.02 4.05 3.65 5/377 24604
/proc/meminfo: memFree=6652964/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=2091216 CPUtime=582.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 506268 0 0 0 58153 75 0 0 25 0 1 0 590243305 2141405184 426357 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 522804 426357 245 25 0 519437 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 2091216

[startup+642.301 s]
/proc/loadavg: 4.21 4.08 3.68 5/377 24605
/proc/meminfo: memFree=6095764/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=2091216 CPUtime=642.3 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 562118 0 0 0 64148 82 0 0 25 0 1 0 590243305 2141405184 482198 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 522804 482198 245 25 0 519437 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2091216

[startup+702.3 s]
/proc/loadavg: 4.18 4.10 3.71 5/377 24607
/proc/meminfo: memFree=5658268/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=3013452 CPUtime=702.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 606214 0 0 0 70141 87 0 0 25 0 1 0 590243305 3085774848 526279 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 753363 526279 245 25 0 749996 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 3013452

[startup+762.313 s]
/proc/loadavg: 4.07 4.08 3.73 5/377 24609
/proc/meminfo: memFree=5192600/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=3013452 CPUtime=762.3 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 647540 0 0 0 76136 94 0 0 25 0 1 0 590243305 3085774848 567588 33554432000 4194304 4293939 140736016081056 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 753363 567588 245 25 0 749996 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 3013452

[startup+822.301 s]
/proc/loadavg: 4.02 4.06 3.74 5/377 24610
/proc/meminfo: memFree=4799984/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=3013452 CPUtime=822.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 677233 0 0 0 82130 98 0 0 25 0 1 0 590243305 3085774848 597271 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 753363 597271 245 25 0 749996 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 3013452

[startup+882.301 s]
/proc/loadavg: 4.13 4.08 3.76 5/377 24612
/proc/meminfo: memFree=4248044/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=3013452 CPUtime=882.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 732469 0 0 0 88123 105 0 0 25 0 1 0 590243305 3085774848 652500 33554432000 4194304 4293939 140736016081056 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 753363 652500 245 25 0 749996 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 3013452

[startup+942.3 s]
/proc/loadavg: 4.10 4.08 3.78 5/377 24613
/proc/meminfo: memFree=3835072/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=3013452 CPUtime=942.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 766375 0 0 0 94119 109 0 0 25 0 1 0 590243305 3085774848 686392 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 753363 686392 245 25 0 749996 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 3013452

[startup+1002.3 s]
/proc/loadavg: 4.04 4.06 3.79 5/377 24615
/proc/meminfo: memFree=3394312/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=3013452 CPUtime=1002.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 802980 0 0 0 100114 114 0 0 25 0 1 0 590243305 3085774848 722987 33554432000 4194304 4293939 140736016081056 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 753363 722987 245 25 0 749996 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 3013452

[startup+1062.3 s]
/proc/loadavg: 4.08 4.06 3.81 5/377 24617
/proc/meminfo: memFree=2990056/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=4512084 CPUtime=1062.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 837493 0 0 0 106109 119 0 0 25 0 1 0 590243305 4620374016 757487 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 1128021 757487 245 25 0 1124654 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 4512084

[startup+1122.3 s]
/proc/loadavg: 3.46 3.89 3.77 4/371 24636
/proc/meminfo: memFree=4157936/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=4512084 CPUtime=1122.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 857479 0 0 0 112107 121 0 0 25 0 1 0 590243305 4620374016 777464 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 1128021 777464 245 25 0 1124654 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 4512084

[startup+1182.3 s]
/proc/loadavg: 3.22 3.74 3.72 4/371 24638
/proc/meminfo: memFree=3816540/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=4512084 CPUtime=1182.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 888723 0 0 0 118102 126 0 0 25 0 1 0 590243305 4620374016 808700 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 1128021 808700 245 25 0 1124654 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 4512084

[startup+1242.3 s]
/proc/loadavg: 3.22 3.65 3.69 4/371 24639
/proc/meminfo: memFree=3437808/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=4512084 CPUtime=1242.28 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 925277 0 0 0 124097 131 0 0 25 0 1 0 590243305 4620374016 845247 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 1128021 845247 245 25 0 1124654 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 4512084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.84 3.49 3.63 3/365 24659
/proc/meminfo: memFree=8535620/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=4512084 CPUtime=1299.99 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4202496 944062 0 0 0 129865 134 0 0 25 0 1 0 590243305 4620374016 864028 33554432000 4194304 4293939 140736016081056 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24551/statm: 1128021 864028 245 25 0 1124654 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 4512084

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: 2.84 3.49 3.63 3/366 24660
/proc/meminfo: memFree=10908848/32951124 swapFree=65155552/67111528
[pid=24551] ppid=24549 vsize=0 CPUtime=1300.1 cores=0,2
/proc/24551/stat : 24551 (ebminisat_relea) R 24549 24551 24257 0 -1 4203524 944062 0 0 0 129865 145 0 0 25 0 1 0 590243305 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/24551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.16
CPU time (s): 1300.14
CPU user time (s): 1298.66
CPU system time (s): 1.48477
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 4512084

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

runsolver used 4.96924 second user time and 10.4104 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-09 23:57:50
IDJOB=3349116
IDBENCH=82388
IDSOLVER=1812
FILE ID=node146/3349116-1304978264
RUNJOBID= node146-1304976740-24276
PBS_JOBID= 13285667
Free space on /tmp= 41564 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.050-SAT.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349116-1304978264/watcher-3349116-1304978264 -o /tmp/evaluation-result-3349116-1304978264/solver-3349116-1304978264 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349116-1304978264.cnf  -verb=0

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1099753003

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.86
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.830
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.830
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.830
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.830
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:     32951124 kB
MemFree:      11216148 kB
Buffers:        162632 kB
Cached:        4901364 kB
SwapCached:       9316 kB
Active:       11850368 kB
Inactive:      9565204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11216148 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:          250956 kB
Writeback:           0 kB
AnonPages:    16349560 kB
Mapped:          22800 kB
Slab:           191684 kB
PageTables:      61348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82832876 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= 41680 MiB
End job on node146 at 2011-05-10 00:19:32