Trace number 3422275

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? (problem) 4228.21 4228.12

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 benchmark363.759
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

4228.19/4228.11	c WARNING: for repeatability, setting FPU to use double precision
4228.19/4228.11	===============================================================================
4228.19/4228.11	INDETERMINATE

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.04 2.04 2.00 2/575 23209
/proc/meminfo: memFree=16119012/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=23224 CPUtime=0.01 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 1482 0 0 0 1 0 0 0 22 0 1 0 777964919 23781376 1425 33554432000 4194304 4293939 140737270743312 18446744073709551615 4261064 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 5806 1425 219 25 0 2439 0

[startup+0.098734 s]
/proc/loadavg: 2.04 2.04 2.00 2/575 23209
/proc/meminfo: memFree=16119012/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=41220 CPUtime=0.09 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 5400 0 0 0 8 1 0 0 22 0 1 0 777964919 42209280 5302 33554432000 4194304 4293939 140737270743312 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 10338 5303 219 25 0 6971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41220

[startup+0.100728 s]
/proc/loadavg: 2.04 2.04 2.00 2/575 23209
/proc/meminfo: memFree=16119012/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=41472 CPUtime=0.09 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 5522 0 0 0 8 1 0 0 22 0 1 0 777964919 42467328 5362 33554432000 4194304 4293939 140737270743312 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 10368 5363 219 25 0 7001 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41472

[startup+0.300699 s]
/proc/loadavg: 2.04 2.04 2.00 2/575 23209
/proc/meminfo: memFree=16119012/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=85392 CPUtime=0.29 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 18069 0 0 0 26 3 0 0 23 0 1 0 777964919 87441408 16291 33554432000 4194304 4293939 140737270743312 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 21348 16292 219 25 0 17981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85392

[startup+0.700638 s]
/proc/loadavg: 2.04 2.04 2.00 2/575 23209
/proc/meminfo: memFree=16119012/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=185716 CPUtime=0.69 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 43787 0 0 0 61 8 0 0 25 0 1 0 777964919 190173184 38761 33554432000 4194304 4293939 140737270743312 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 46429 38765 219 25 0 43062 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 185716

[startup+1.50048 s]
/proc/loadavg: 2.04 2.04 2.00 3/576 23210
/proc/meminfo: memFree=15881800/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=384128 CPUtime=1.49 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 94573 0 0 0 133 16 0 0 25 0 1 0 777964919 393347072 83777 33554432000 4194304 4293939 140737270743312 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 96032 83779 219 25 0 92665 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 384128

[startup+3.10019 s]
/proc/loadavg: 2.04 2.04 2.00 3/576 23210
/proc/meminfo: memFree=15629532/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=601264 CPUtime=3.09 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 148579 0 0 0 285 24 0 0 25 0 1 0 777964919 615694336 132588 33554432000 4194304 4293939 140737270743312 18446744073709551615 4230265 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 150316 132588 223 25 0 146949 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 601264

[startup+6.3006 s]
/proc/loadavg: 2.04 2.04 2.00 3/576 23210
/proc/meminfo: memFree=15572040/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=601264 CPUtime=6.29 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 148579 0 0 0 605 24 0 0 25 0 1 0 777964919 615694336 132588 33554432000 4194304 4293939 140737270743312 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 150316 132588 223 25 0 146949 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 601264

[startup+12.7004 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 23211
/proc/meminfo: memFree=15494196/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=664620 CPUtime=12.7 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 167894 0 0 0 1243 27 0 0 25 0 1 0 777964919 680570880 151860 33554432000 4194304 4293939 140737270743312 18446744073709551615 212687340051 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 166155 151860 225 25 0 162788 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 664620

[startup+25.5011 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 23211
/proc/meminfo: memFree=15594124/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=597872 CPUtime=25.49 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 194991 0 0 0 2519 30 0 0 25 0 1 0 777964919 612220928 127361 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 149468 127361 244 25 0 146101 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 597872

[startup+51.1004 s]
/proc/loadavg: 2.08 2.04 2.00 3/576 23212
/proc/meminfo: memFree=15525208/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=679260 CPUtime=51.06 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 212333 0 0 0 5074 32 0 0 25 0 1 0 777964919 695562240 144692 33554432000 4194304 4293939 140737270743312 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 169815 144692 245 25 0 166448 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 679260

[startup+102.321 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 23213
/proc/meminfo: memFree=15415124/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=811520 CPUtime=102.29 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 239279 0 0 0 10193 36 0 0 25 0 1 0 777964919 830996480 171630 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 202880 171630 245 25 0 199513 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 811520

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/573 23246
/proc/meminfo: memFree=15173628/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=1026444 CPUtime=162.27 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 273327 0 0 0 16186 41 0 0 25 0 1 0 777964919 1051078656 205665 33554432000 4194304 4293939 140737270743312 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 256611 205665 245 25 0 253244 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1026444

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23271
/proc/meminfo: memFree=15069568/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=1026444 CPUtime=222.26 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 304295 0 0 0 22180 46 0 0 25 0 1 0 777964919 1051078656 236619 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 256611 236619 245 25 0 253244 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1026444

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23273
/proc/meminfo: memFree=14878456/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=1026444 CPUtime=282.27 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 313615 0 0 0 28180 47 0 0 25 0 1 0 777964919 1051078656 245934 33554432000 4194304 4293939 140737270743312 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 256611 245934 245 25 0 253244 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 1026444

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23274
/proc/meminfo: memFree=14662424/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=1375692 CPUtime=342.26 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 333714 0 0 0 34176 50 0 0 25 0 1 0 777964919 1408708608 266026 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 343923 266026 245 25 0 340556 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 1375692

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/576 23276
/proc/meminfo: memFree=14510828/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=1375692 CPUtime=402.27 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 347579 0 0 0 40174 53 0 0 25 0 1 0 777964919 1408708608 279887 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 343923 279887 245 25 0 340556 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 1375692

[startup+462.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/576 23278
/proc/meminfo: memFree=14295512/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=1375692 CPUtime=462.27 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 383537 0 0 0 46170 57 0 0 25 0 1 0 777964919 1408708608 315832 33554432000 4194304 4293939 140737270743312 18446744073709551615 4265322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 343923 315832 245 25 0 340556 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 1375692

[startup+522.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/576 23306
/proc/meminfo: memFree=14770844/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=1943220 CPUtime=522.27 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 427045 0 0 0 52164 63 0 0 25 0 1 0 777964919 1989857280 359332 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 485805 359332 245 25 0 482438 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 1943220

[startup+582.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/576 23308
/proc/meminfo: memFree=14605092/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=1943220 CPUtime=582.27 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 466813 0 0 0 58161 66 0 0 25 0 1 0 777964919 1989857280 399090 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 485805 399090 245 25 0 482438 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 1943220

[startup+642.3 s]

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

/proc/meminfo: memFree=6887216/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10892108 CPUtime=3582.37 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2384988 0 0 0 357901 336 0 0 25 0 1 0 777964919 11153518592 2316683 33554432000 4194304 4293939 140737270743312 18446744073709551615 4251613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2723027 2316683 245 25 0 2719660 0
Current children cumulated CPU time (s) 3582.37
Current children cumulated vsize (KiB) 10892108

[startup+3642.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23401
/proc/meminfo: memFree=6724120/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10897044 CPUtime=3642.36 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2425386 0 0 0 363895 341 0 0 25 0 1 0 777964919 11158573056 2357069 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2724261 2357069 245 25 0 2720894 0
Current children cumulated CPU time (s) 3642.36
Current children cumulated vsize (KiB) 10897044

[startup+3702.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/576 23403
/proc/meminfo: memFree=6570932/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10901412 CPUtime=3702.37 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2464039 0 0 0 369891 346 0 0 25 0 1 0 777964919 11163045888 2395715 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2725353 2395715 245 25 0 2721986 0
Current children cumulated CPU time (s) 3702.37
Current children cumulated vsize (KiB) 10901412

[startup+3762.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/576 23405
/proc/meminfo: memFree=6367288/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10905112 CPUtime=3762.37 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2514361 0 0 0 375883 354 0 0 25 0 1 0 777964919 11166834688 2446029 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2726278 2446029 245 25 0 2722911 0
Current children cumulated CPU time (s) 3762.37
Current children cumulated vsize (KiB) 10905112

[startup+3822.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/576 23406
/proc/meminfo: memFree=6219692/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10906436 CPUtime=3822.37 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2551983 0 0 0 381878 359 0 0 25 0 1 0 777964919 11168190464 2483643 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2726609 2483643 245 25 0 2723242 0
Current children cumulated CPU time (s) 3822.37
Current children cumulated vsize (KiB) 10906436

[startup+3882.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/576 23408
/proc/meminfo: memFree=6094296/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10907300 CPUtime=3882.38 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2582611 0 0 0 387875 363 0 0 25 0 1 0 777964919 11169075200 2514262 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2726825 2514262 245 25 0 2723458 0
Current children cumulated CPU time (s) 3882.38
Current children cumulated vsize (KiB) 10907300

[startup+3942.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/576 23409
/proc/meminfo: memFree=5977080/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10909040 CPUtime=3942.39 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2611711 0 0 0 393872 367 0 0 25 0 1 0 777964919 11170856960 2543358 33554432000 4194304 4293939 140737270743312 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2727260 2543358 245 25 0 2723893 0
Current children cumulated CPU time (s) 3942.39
Current children cumulated vsize (KiB) 10909040

[startup+4002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 23411
/proc/meminfo: memFree=5815220/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10913472 CPUtime=4002.38 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2652107 0 0 0 399865 373 0 0 25 0 1 0 777964919 11175395328 2583741 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2728368 2583741 245 25 0 2725001 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 10913472

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 23413
/proc/meminfo: memFree=5669972/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10918748 CPUtime=4062.4 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2688096 0 0 0 405863 377 0 0 25 0 1 0 777964919 11180797952 2619716 33554432000 4194304 4293939 140737270743312 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2729687 2619716 245 25 0 2726320 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 10918748

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23414
/proc/meminfo: memFree=5531176/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10925704 CPUtime=4122.38 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2722875 0 0 0 411855 383 0 0 25 0 1 0 777964919 11187920896 2654477 33554432000 4194304 4293939 140737270743312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2731426 2654477 245 25 0 2728059 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 10925704

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23416
/proc/meminfo: memFree=5391396/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10931784 CPUtime=4182.39 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2757674 0 0 0 417852 387 0 0 25 0 1 0 777964919 11194146816 2689259 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2732946 2689259 245 25 0 2729579 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 10931784

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

[startup+4198.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23416
/proc/meminfo: memFree=5354060/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10932456 CPUtime=4198.39 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2767166 0 0 0 419451 388 0 0 25 0 1 0 777964919 11194834944 2698745 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2733114 2698745 245 25 0 2729747 0
Current children cumulated CPU time (s) 4198.39
Current children cumulated vsize (KiB) 10932456

[startup+4211.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23417
/proc/meminfo: memFree=5290908/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10933300 CPUtime=4211.19 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2782886 0 0 0 420729 390 0 0 25 0 1 0 777964919 11195699200 2714461 33554432000 4194304 4293939 140737270743312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2733325 2714461 245 25 0 2729958 0
Current children cumulated CPU time (s) 4211.19
Current children cumulated vsize (KiB) 10933300

[startup+4217.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23417
/proc/meminfo: memFree=5274628/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10933848 CPUtime=4217.59 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2786736 0 0 0 421368 391 0 0 25 0 1 0 777964919 11196260352 2718310 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2733462 2718310 245 25 0 2730095 0
Current children cumulated CPU time (s) 4217.59
Current children cumulated vsize (KiB) 10933848

[startup+4223.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23417
/proc/meminfo: memFree=5258184/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10933980 CPUtime=4224 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2790732 0 0 0 422009 391 0 0 25 0 1 0 777964919 11196395520 2722306 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2733495 2722306 245 25 0 2730128 0
Current children cumulated CPU time (s) 4224
Current children cumulated vsize (KiB) 10933980

[startup+4225.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23417
/proc/meminfo: memFree=5255952/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10934112 CPUtime=4225.58 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2791651 0 0 0 422167 391 0 0 25 0 1 0 777964919 11196530688 2723225 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2733528 2723225 245 25 0 2730161 0
Current children cumulated CPU time (s) 4225.58
Current children cumulated vsize (KiB) 10934112

[startup+4227.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23417
/proc/meminfo: memFree=5252976/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=10934244 CPUtime=4227.18 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2792614 0 0 0 422327 391 0 0 25 0 1 0 777964919 11196665856 2724188 33554432000 4194304 4293939 140737270743312 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 2733561 2724194 245 25 0 2730194 0
Current children cumulated CPU time (s) 4227.18
Current children cumulated vsize (KiB) 10934244

[startup+4227.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23417
/proc/meminfo: memFree=5250428/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=669360 CPUtime=4227.98 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2792774 0 0 0 422370 428 0 0 25 0 1 0 777964919 685424640 143283 33554432000 4194304 4293939 140737270743312 18446744073709551615 212687324341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 167340 143283 261 25 0 163973 0
Current children cumulated CPU time (s) 4227.98
Current children cumulated vsize (KiB) 669360

[startup+4228.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23417
/proc/meminfo: memFree=5250428/32951124 swapFree=64375276/67111528
[pid=23209] ppid=23207 vsize=609204 CPUtime=4228.19 cores=1,3,5,7
/proc/23209/stat : 23209 (ebminisat_relea) R 23207 23209 22932 0 -1 4202496 2792774 0 0 0 422389 430 0 0 25 0 1 0 777964919 623824896 53604 33554432000 4194304 4293939 140737270743312 18446744073709551615 212687701098 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23209/statm: 152301 53604 261 25 0 148934 0
Current children cumulated CPU time (s) 4228.19
Current children cumulated vsize (KiB) 609204

Child status: 0
Real time (s): 4228.12
CPU time (s): 4228.21
CPU user time (s): 4223.89
CPU system time (s): 4.31534
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 10990204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4223.89
system time used= 4.31534
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2792775
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= 10
involuntary context switches= 7410

runsolver used 22.7385 second user time and 55.4536 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-29 12:07:52
IDJOB=3422275
IDBENCH=82374
IDSOLVER=1914
FILE ID=node139/3422275-1306663668
RUNJOBID= node139-1306658665-22951
PBS_JOBID= 13471758
Free space on /tmp= 72692 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-3422275-1306663668/watcher-3422275-1306663668 -o /tmp/evaluation-result-3422275-1306663668/solver-3422275-1306663668 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422275-1306663668.cnf  -verb=0

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=546349772

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16119292 kB
Buffers:        226316 kB
Cached:        2494188 kB
SwapCached:      20488 kB
Active:        8886084 kB
Inactive:      7638872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16119292 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:          134588 kB
Writeback:           0 kB
AnonPages:    13785008 kB
Mapped:          40876 kB
Slab:           156744 kB
PageTables:      79072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171040020 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= 72692 MiB
End job on node139 at 2011-05-29 13:18:20