Trace number 3349114

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.2 1300.14

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

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-3349114-1304978141/watcher-3349114-1304978141 -o /tmp/evaluation-result-3349114-1304978141/solver-3349114-1304978141 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349114-1304978141.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: 3.85 3.96 3.35 5/362 4062
/proc/meminfo: memFree=5413036/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=19120 CPUtime=0 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 323 0 0 0 0 0 0 0 23 0 1 0 609411076 19578880 267 33554432000 4194304 4293939 140735367762160 18446744073709551615 254500691712 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 4780 279 211 25 0 1413 0

[startup+0.0481869 s]
/proc/loadavg: 3.85 3.96 3.35 5/362 4062
/proc/meminfo: memFree=5413036/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=29436 CPUtime=0.03 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 2659 0 0 0 3 0 0 0 23 0 1 0 609411076 30142464 2603 33554432000 4194304 4293939 140735367762160 18446744073709551615 4220323 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 7359 2603 219 25 0 3992 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29436

[startup+0.101179 s]
/proc/loadavg: 3.85 3.96 3.35 5/362 4062
/proc/meminfo: memFree=5413036/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=36992 CPUtime=0.08 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 5037 0 0 0 8 0 0 0 23 0 1 0 609411076 37879808 4939 33554432000 4194304 4293939 140735367762160 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 9248 4943 219 25 0 5881 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36992

[startup+0.301144 s]
/proc/loadavg: 3.85 3.96 3.35 5/362 4062
/proc/meminfo: memFree=5413036/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=76228 CPUtime=0.28 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 15156 0 0 0 27 1 0 0 25 0 1 0 609411076 78057472 13835 33554432000 4194304 4293939 140735367762160 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 19057 13838 219 25 0 15690 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 76228

[startup+0.701063 s]
/proc/loadavg: 3.85 3.96 3.35 5/362 4062
/proc/meminfo: memFree=5413036/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=159260 CPUtime=0.69 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 37418 0 0 0 64 5 0 0 25 0 1 0 609411076 163082240 33931 33554432000 4194304 4293939 140735367762160 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 39815 33932 219 25 0 36448 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 159260

[startup+1.5009 s]
/proc/loadavg: 3.85 3.96 3.35 5/363 4063
/proc/meminfo: memFree=5022308/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=358244 CPUtime=1.48 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 79901 0 0 0 138 10 0 0 25 0 1 0 609411076 366841856 72567 33554432000 4194304 4293939 140735367762160 18446744073709551615 4279613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 89561 72568 219 25 0 86194 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 358244

[startup+3.10058 s]
/proc/loadavg: 3.85 3.96 3.35 5/363 4063
/proc/meminfo: memFree=4612860/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=442812 CPUtime=3.09 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 107327 0 0 0 295 14 0 0 25 0 1 0 609411076 453439488 96531 33554432000 4194304 4293939 140735367762160 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 110703 96531 223 25 0 107336 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 442812

[startup+6.30094 s]
/proc/loadavg: 4.02 3.99 3.37 5/363 4063
/proc/meminfo: memFree=4490352/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=442812 CPUtime=6.29 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 107327 0 0 0 615 14 0 0 25 0 1 0 609411076 453439488 96531 33554432000 4194304 4293939 140735367762160 18446744073709551615 4230131 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 110703 96531 223 25 0 107336 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 442812

[startup+12.7007 s]
/proc/loadavg: 4.02 3.99 3.37 5/363 4064
/proc/meminfo: memFree=4531532/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=540964 CPUtime=12.68 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 120227 0 0 0 1252 16 0 0 25 0 1 0 609411076 553947136 109405 33554432000 4194304 4293939 140735367762160 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 135241 109405 225 25 0 131874 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 540964

[startup+25.5011 s]
/proc/loadavg: 4.02 3.99 3.38 5/363 4064
/proc/meminfo: memFree=4571328/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=437440 CPUtime=25.49 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 141410 0 0 0 2529 20 0 0 25 0 1 0 609411076 447938560 93744 33554432000 4194304 4293939 140735367762160 18446744073709551615 4255948 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 109360 93744 244 25 0 105993 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 437440

[startup+51.101 s]
/proc/loadavg: 4.01 3.99 3.39 5/363 4065
/proc/meminfo: memFree=4408616/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=487528 CPUtime=51.09 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 152880 0 0 0 5087 22 0 0 25 0 1 0 609411076 499228672 105203 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 121882 105203 245 25 0 118515 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 487528

[startup+102.314 s]
/proc/loadavg: 4.00 3.99 3.43 5/363 4066
/proc/meminfo: memFree=4138648/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=701176 CPUtime=102.3 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 180775 0 0 0 10204 26 0 0 25 0 1 0 609411076 718004224 133088 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 175294 133088 245 25 0 171927 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 701176

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.46 5/363 4095
/proc/meminfo: memFree=4420416/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=916100 CPUtime=162.29 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 219061 0 0 0 16196 33 0 0 25 0 1 0 609411076 938086400 171362 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 229025 171362 245 25 0 225658 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 916100

[startup+222.301 s]
/proc/loadavg: 4.16 4.03 3.50 5/363 4096
/proc/meminfo: memFree=4185700/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=916100 CPUtime=222.3 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 234092 0 0 0 22194 36 0 0 25 0 1 0 609411076 938086400 186387 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 229025 186387 245 25 0 225658 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 916100

[startup+282.301 s]
/proc/loadavg: 4.10 4.03 3.53 5/363 4125
/proc/meminfo: memFree=3739004/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=916100 CPUtime=282.3 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 242246 0 0 0 28193 37 0 0 25 0 1 0 609411076 938086400 194539 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 229025 194539 245 25 0 225658 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 916100

[startup+342.301 s]
/proc/loadavg: 4.11 4.04 3.56 5/363 4135
/proc/meminfo: memFree=3453012/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=916100 CPUtime=342.3 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 246816 0 0 0 34192 38 0 0 25 0 1 0 609411076 938086400 199107 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 229025 199107 245 25 0 225658 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 916100

[startup+402.301 s]
/proc/loadavg: 4.11 4.05 3.59 5/363 4137
/proc/meminfo: memFree=3073840/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=1265348 CPUtime=402.31 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 280196 0 0 0 40187 44 0 0 25 0 1 0 609411076 1295716352 232472 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 316337 232472 245 25 0 312970 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1265348

[startup+462.301 s]
/proc/loadavg: 4.04 4.03 3.62 5/363 4139
/proc/meminfo: memFree=2723888/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=1265348 CPUtime=462.31 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 311948 0 0 0 46182 49 0 0 25 0 1 0 609411076 1295716352 264216 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 316337 264216 245 25 0 312970 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1265348

[startup+522.301 s]
/proc/loadavg: 4.01 4.03 3.64 5/363 4140
/proc/meminfo: memFree=2362900/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=1265348 CPUtime=522.31 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 350399 0 0 0 52177 54 0 0 25 0 1 0 609411076 1295716352 302647 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 316337 302647 245 25 0 312970 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1265348

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.66 5/363 4145
/proc/meminfo: memFree=1966576/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=1832876 CPUtime=582.31 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 377318 0 0 0 58173 58 0 0 25 0 1 0 609411076 1876865024 329561 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 458219 329561 245 25 0 454852 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1832876

[startup+642.301 s]
/proc/loadavg: 4.04 4.03 3.68 5/363 4146
/proc/meminfo: memFree=1634160/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=1832876 CPUtime=642.32 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 404656 0 0 0 64170 62 0 0 25 0 1 0 609411076 1876865024 356895 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 458219 356895 245 25 0 454852 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1832876

[startup+702.301 s]
/proc/loadavg: 4.06 4.04 3.70 5/363 4148
/proc/meminfo: memFree=1334708/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=1832876 CPUtime=702.32 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 433902 0 0 0 70163 69 0 0 25 0 1 0 609411076 1876865024 386131 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 458219 386131 245 25 0 454852 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1832876

[startup+762.313 s]
/proc/loadavg: 4.14 4.07 3.73 5/363 4150
/proc/meminfo: memFree=972948/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=1832876 CPUtime=762.33 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 463556 0 0 0 76157 76 0 0 25 0 1 0 609411076 1876865024 415773 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 458219 415773 245 25 0 454852 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1832876

[startup+822.301 s]
/proc/loadavg: 4.06 4.05 3.75 5/363 4151
/proc/meminfo: memFree=571604/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=2755112 CPUtime=822.32 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 497700 0 0 0 82149 83 0 0 25 0 1 0 609411076 2821234688 449903 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 688778 449903 245 25 0 685411 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 2755112

[startup+882.301 s]
/proc/loadavg: 4.09 4.07 3.77 5/363 4153
/proc/meminfo: memFree=164896/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=2755112 CPUtime=882.33 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 537717 0 0 0 88143 90 0 0 25 0 1 0 609411076 2821234688 489908 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 688778 489908 245 25 0 685411 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 2755112

[startup+942.3 s]
/proc/loadavg: 4.07 4.07 3.78 5/363 4154
/proc/meminfo: memFree=94756/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=2755112 CPUtime=942.32 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 567968 0 0 0 94137 95 0 0 25 0 1 0 609411076 2821234688 520143 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 688778 520143 245 25 0 685411 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2755112

[startup+1002.3 s]
/proc/loadavg: 4.02 4.05 3.80 5/363 4156
/proc/meminfo: memFree=96044/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=2755112 CPUtime=1002.33 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 592785 0 0 0 100135 98 0 0 25 0 1 0 609411076 2821234688 544951 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 688778 544951 245 25 0 685411 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 2755112

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 3.81 5/363 4158
/proc/meminfo: memFree=99276/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=2755112 CPUtime=1062.33 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 622366 0 0 0 106130 103 0 0 25 0 1 0 609411076 2821234688 574513 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 688778 574513 245 25 0 685411 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2755112

[startup+1122.3 s]
/proc/loadavg: 4.06 4.05 3.82 5/363 4159
/proc/meminfo: memFree=93932/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=2755112 CPUtime=1122.34 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 678496 0 0 0 112122 112 0 0 25 0 1 0 609411076 2821234688 630634 33554432000 4194304 4293939 140735367762160 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 688778 630634 245 25 0 685411 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 2755112

[startup+1182.3 s]
/proc/loadavg: 4.09 4.05 3.83 5/363 4161
/proc/meminfo: memFree=96156/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=4253744 CPUtime=1182.34 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 727649 0 0 0 118116 118 0 0 25 0 1 0 609411076 4355833856 679779 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 1063436 679779 245 25 0 1060069 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 4253744

[startup+1242.3 s]
/proc/loadavg: 3.66 3.95 3.81 4/357 4180
/proc/meminfo: memFree=892540/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=4253744 CPUtime=1242.34 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 766689 0 0 0 124110 124 0 0 25 0 1 0 609411076 4355833856 718814 33554432000 4194304 4293939 140735367762160 18446744073709551615 4248340 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 1063436 718814 245 25 0 1060069 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 4253744



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.24 3.77 3.76 4/357 4182
/proc/meminfo: memFree=556692/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=4253744 CPUtime=1300.05 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4202496 790269 0 0 0 129877 128 0 0 25 0 1 0 609411076 4355833856 742389 33554432000 4194304 4293939 140735367762160 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4062/statm: 1063436 742389 245 25 0 1060069 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 4253744

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: 3.24 3.77 3.76 4/358 4183
/proc/meminfo: memFree=2941328/32950928 swapFree=45936960/67111528
[pid=4062] ppid=4060 vsize=0 CPUtime=1300.17 cores=0,2
/proc/4062/stat : 4062 (ebminisat_relea) R 4060 4062 3554 0 -1 4203524 790269 0 0 0 129878 139 0 0 25 0 1 0 609411076 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/4062/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.14
CPU time (s): 1300.2
CPU user time (s): 1298.78
CPU system time (s): 1.41478
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4253744

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

runsolver used 4.50631 second user time and 9.97348 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 23:55:44
IDJOB=3349114
IDBENCH=82367
IDSOLVER=1812
FILE ID=node149/3349114-1304978141
RUNJOBID= node149-1304976739-3575
PBS_JOBID= 13285664
Free space on /tmp= 42204 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.030-NOTKNOWN.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349114-1304978141/watcher-3349114-1304978141 -o /tmp/evaluation-result-3349114-1304978141/solver-3349114-1304978141 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349114-1304978141.cnf  -verb=0

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=83901877

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:       5413068 kB
Buffers:        243888 kB
Cached:       21764612 kB
SwapCached:      21336 kB
Active:       12692664 kB
Inactive:     14067880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5413068 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:          274684 kB
Writeback:           0 kB
AnonPages:     4743400 kB
Mapped:          14408 kB
Slab:           637844 kB
PageTables:      73368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80770512 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= 42232 MiB
End job on node149 at 2011-05-10 00:17:26