Trace number 3387288

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: cir_minisat 2011-05-13 (simp)? (problem) 4227.45 4227.51

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

4227.44/4227.50	c WARNING: for repeatability, setting FPU to use double precision
4227.44/4227.50	c =================================MLE===========================================
4227.44/4227.50	c 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-3387288-1305599849/watcher-3387288-1305599849 -o /tmp/evaluation-result-3387288-1305599849/solver-3387288-1305599849 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387288-1305599849.cnf 

running on 4 cores: 0,2,4,6

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: 3.01 3.02 3.04 4/574 12840
/proc/meminfo: memFree=12253668/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=24168 CPUtime=0 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 1645 0 0 0 0 0 0 0 21 0 1 0 671583215 24748032 1574 33554432000 4194304 4300288 140733224726800 18446744073709551615 4201709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 6042 1574 218 26 0 2674 0

[startup+0.0605391 s]
/proc/loadavg: 3.01 3.02 3.04 4/574 12840
/proc/meminfo: memFree=12253668/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=30096 CPUtime=0.05 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 3140 0 0 0 5 0 0 0 21 0 1 0 671583215 30818304 3069 33554432000 4194304 4300288 140733224726800 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 7524 3072 218 26 0 4156 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30096

[startup+0.100532 s]
/proc/loadavg: 3.01 3.02 3.04 4/574 12840
/proc/meminfo: memFree=12253668/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=37128 CPUtime=0.09 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 4895 0 0 0 9 0 0 0 21 0 1 0 671583215 38019072 4784 33554432000 4194304 4300288 140733224726800 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 9282 4787 218 26 0 5914 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37128

[startup+0.300495 s]
/proc/loadavg: 3.01 3.02 3.04 4/574 12840
/proc/meminfo: memFree=12253668/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=73760 CPUtime=0.29 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 15258 0 0 0 27 2 0 0 22 0 1 0 671583215 75530240 14094 33554432000 4194304 4300288 140733224726800 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 18440 14097 218 26 0 15072 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73760

[startup+0.70042 s]
/proc/loadavg: 3.01 3.02 3.04 4/574 12840
/proc/meminfo: memFree=12253668/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=171820 CPUtime=0.69 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 38819 0 0 0 65 4 0 0 24 0 1 0 671583215 175943680 34902 33554432000 4194304 4300288 140733224726800 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 42955 34904 218 26 0 39587 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 171820

[startup+1.50027 s]
/proc/loadavg: 3.01 3.02 3.04 5/573 12841
/proc/meminfo: memFree=12023268/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=363348 CPUtime=1.49 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 83889 0 0 0 137 12 0 0 25 0 1 0 671583215 372068352 76127 33554432000 4194304 4300288 140733224726800 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 90837 76129 218 26 0 87469 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 363348

[startup+3.10098 s]
/proc/loadavg: 3.17 3.06 3.05 5/578 12847
/proc/meminfo: memFree=11658668/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=698612 CPUtime=3.09 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 171411 0 0 0 286 23 0 0 25 0 1 0 671583215 715378688 154992 33554432000 4194304 4300288 140733224726800 18446744073709551615 4218941 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 174653 154992 220 26 0 171285 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 698612

[startup+6.30043 s]
/proc/loadavg: 3.17 3.06 3.05 5/578 12847
/proc/meminfo: memFree=10943308/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=698612 CPUtime=6.29 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 171412 0 0 0 606 23 0 0 25 0 1 0 671583215 715378688 154993 33554432000 4194304 4300288 140733224726800 18446744073709551615 4228416 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 174653 154993 221 26 0 171285 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 698612

[startup+12.7003 s]
/proc/loadavg: 3.29 3.09 3.06 5/578 12847
/proc/meminfo: memFree=10858648/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=846260 CPUtime=12.69 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 192618 0 0 0 1243 26 0 0 25 0 1 0 671583215 866570240 176159 33554432000 4194304 4300288 140733224726800 18446744073709551615 4228656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 211565 176159 222 26 0 208197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 846260

[startup+25.5009 s]
/proc/loadavg: 3.40 3.12 3.07 5/578 12848
/proc/meminfo: memFree=11124884/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=685168 CPUtime=25.49 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 225243 0 0 0 2518 31 0 0 25 0 1 0 671583215 701612032 148790 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 171292 148790 242 26 0 167924 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 685168

[startup+51.1003 s]
/proc/loadavg: 3.60 3.19 3.10 5/578 12875
/proc/meminfo: memFree=11576804/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=766556 CPUtime=51.09 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 245186 0 0 0 5074 35 0 0 25 0 1 0 671583215 784953344 168722 33554432000 4194304 4300288 140733224726800 18446744073709551615 4269352 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 191639 168722 243 26 0 188271 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 766556

[startup+102.322 s]
/proc/loadavg: 3.84 3.32 3.14 5/578 12904
/proc/meminfo: memFree=11446896/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=898816 CPUtime=102.32 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 287077 0 0 0 10189 43 0 0 25 0 1 0 671583215 920387584 210600 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 224704 210600 243 26 0 221336 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 898816

[startup+162.301 s]
/proc/loadavg: 3.93 3.43 3.19 5/578 12905
/proc/meminfo: memFree=11155416/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=1113740 CPUtime=162.29 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 325448 0 0 0 16182 47 0 0 25 0 1 0 671583215 1140469760 248959 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 278435 248959 243 26 0 275067 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1113740

[startup+222.301 s]
/proc/loadavg: 3.98 3.54 3.24 5/578 12907
/proc/meminfo: memFree=10837368/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=1462988 CPUtime=222.29 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 374650 0 0 0 22176 53 0 0 25 0 1 0 671583215 1498099712 298155 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 365747 298155 243 26 0 362379 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1462988

[startup+282.301 s]
/proc/loadavg: 4.06 3.64 3.29 5/578 12908
/proc/meminfo: memFree=10562296/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=1462988 CPUtime=282.29 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 419238 0 0 0 28170 59 0 0 25 0 1 0 671583215 1498099712 342733 33554432000 4194304 4300288 140733224726800 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 365747 342733 243 26 0 362379 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1462988

[startup+342.301 s]
/proc/loadavg: 4.05 3.72 3.34 5/578 12937
/proc/meminfo: memFree=10388820/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=2030516 CPUtime=342.29 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 464016 0 0 0 34160 69 0 0 25 0 1 0 671583215 2079248384 387500 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 507629 387500 243 26 0 504261 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2030516

[startup+402.301 s]
/proc/loadavg: 4.11 3.80 3.39 6/578 12993
/proc/meminfo: memFree=10643632/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=2030516 CPUtime=402.29 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 503197 0 0 0 40153 76 0 0 25 0 1 0 671583215 2079248384 426671 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 507629 426671 243 26 0 504261 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 2030516

[startup+462.3 s]
/proc/loadavg: 4.15 3.88 3.44 5/578 12994
/proc/meminfo: memFree=10499580/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=2030516 CPUtime=462.29 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 538830 0 0 0 46147 82 0 0 25 0 1 0 671583215 2079248384 462293 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 507629 462293 243 26 0 504261 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 2030516

[startup+522.3 s]
/proc/loadavg: 4.06 3.89 3.47 5/578 12996
/proc/meminfo: memFree=10207536/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=2952752 CPUtime=522.25 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 583756 0 0 0 52138 87 0 0 25 0 1 0 671583215 3023618048 507212 33554432000 4194304 4300288 140733224726800 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 738188 507212 243 26 0 734820 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 2952752

[startup+582.3 s]
/proc/loadavg: 4.02 3.91 3.50 5/578 12997
/proc/meminfo: memFree=10077320/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=2952752 CPUtime=582.26 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 632837 0 0 0 58133 93 0 0 25 0 1 0 671583215 3023618048 556291 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 738188 556291 243 26 0 734820 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 2952752

[startup+642.3 s]

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

/proc/meminfo: memFree=2850592/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10895076 CPUtime=3582.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2433118 0 0 0 357857 367 0 0 25 0 1 0 671583215 11156557824 2356177 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2723769 2356177 243 26 0 2720401 0
Current children cumulated CPU time (s) 3582.24
Current children cumulated vsize (KiB) 10895076

[startup+3642.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13172
/proc/meminfo: memFree=2627388/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10896044 CPUtime=3642.23 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2463720 0 0 0 363852 371 0 0 25 0 1 0 671583215 11157549056 2386776 33554432000 4194304 4300288 140733224726800 18446744073709551615 4269401 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2724011 2386776 243 26 0 2720643 0
Current children cumulated CPU time (s) 3642.23
Current children cumulated vsize (KiB) 10896044

[startup+3702.3 s]
/proc/loadavg: 4.09 4.05 4.01 5/578 13174
/proc/meminfo: memFree=2571012/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10904620 CPUtime=3702.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2492340 0 0 0 369848 376 0 0 25 0 1 0 671583215 11166330880 2415389 33554432000 4194304 4300288 140733224726800 18446744073709551615 4269715 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2726155 2415389 243 26 0 2722787 0
Current children cumulated CPU time (s) 3702.24
Current children cumulated vsize (KiB) 10904620

[startup+3762.3 s]
/proc/loadavg: 4.07 4.05 4.01 5/578 13175
/proc/meminfo: memFree=2448780/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10908584 CPUtime=3762.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2536176 0 0 0 375840 384 0 0 25 0 1 0 671583215 11170390016 2459209 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2727146 2459209 243 26 0 2723778 0
Current children cumulated CPU time (s) 3762.24
Current children cumulated vsize (KiB) 10908584

[startup+3822.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/578 13177
/proc/meminfo: memFree=2172460/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10914320 CPUtime=3822.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2580976 0 0 0 381833 391 0 0 25 0 1 0 671583215 11176263680 2503998 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2728580 2503998 243 26 0 2725212 0
Current children cumulated CPU time (s) 3822.24
Current children cumulated vsize (KiB) 10914320

[startup+3882.3 s]
/proc/loadavg: 4.08 4.06 4.01 5/578 13178
/proc/meminfo: memFree=2056164/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10917868 CPUtime=3882.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2619854 0 0 0 387823 401 0 0 25 0 1 0 671583215 11179896832 2542868 33554432000 4194304 4300288 140733224726800 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2729467 2542868 243 26 0 2726099 0
Current children cumulated CPU time (s) 3882.24
Current children cumulated vsize (KiB) 10917868

[startup+3942.3 s]
/proc/loadavg: 4.06 4.06 4.01 5/578 13180
/proc/meminfo: memFree=1986604/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10923800 CPUtime=3942.25 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2655282 0 0 0 393820 405 0 0 25 0 1 0 671583215 11185971200 2578286 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2730950 2578286 243 26 0 2727582 0
Current children cumulated CPU time (s) 3942.25
Current children cumulated vsize (KiB) 10923800

[startup+4002.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/578 13182
/proc/meminfo: memFree=1711812/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10929216 CPUtime=4002.23 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2700524 0 0 0 399810 413 0 0 25 0 1 0 671583215 11191517184 2623519 33554432000 4194304 4300288 140733224726800 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2732304 2623519 243 26 0 2728936 0
Current children cumulated CPU time (s) 4002.23
Current children cumulated vsize (KiB) 10929216

[startup+4062.32 s]
/proc/loadavg: 4.00 4.03 4.00 5/578 13183
/proc/meminfo: memFree=1533424/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10931456 CPUtime=4062.26 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2727339 0 0 0 405809 417 0 0 25 0 1 0 671583215 11193810944 2650326 33554432000 4194304 4300288 140733224726800 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2732864 2650326 243 26 0 2729496 0
Current children cumulated CPU time (s) 4062.26
Current children cumulated vsize (KiB) 10931456

[startup+4122.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/578 13185
/proc/meminfo: memFree=1478996/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10936236 CPUtime=4122.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2762434 0 0 0 411801 423 0 0 25 0 1 0 671583215 11198705664 2685408 33554432000 4194304 4300288 140733224726800 18446744073709551615 4250872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2734059 2685408 243 26 0 2730691 0
Current children cumulated CPU time (s) 4122.24
Current children cumulated vsize (KiB) 10936236

[startup+4182.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13186
/proc/meminfo: memFree=1424232/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10937172 CPUtime=4182.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2790089 0 0 0 417796 428 0 0 25 0 1 0 671583215 11199664128 2713054 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2734293 2713054 243 26 0 2730925 0
Current children cumulated CPU time (s) 4182.24
Current children cumulated vsize (KiB) 10937172

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

[startup+4198.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13187
/proc/meminfo: memFree=1388736/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10937172 CPUtime=4198.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2792883 0 0 0 419395 429 0 0 25 0 1 0 671583215 11199664128 2715848 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2734293 2715848 243 26 0 2730925 0
Current children cumulated CPU time (s) 4198.24
Current children cumulated vsize (KiB) 10937172

[startup+4211.1 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13187
/proc/meminfo: memFree=1357880/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10937172 CPUtime=4211.04 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2795550 0 0 0 420674 430 0 0 25 0 1 0 671583215 11199664128 2718515 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2734293 2718515 243 26 0 2730925 0
Current children cumulated CPU time (s) 4211.04
Current children cumulated vsize (KiB) 10937172

[startup+4217.5 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13187
/proc/meminfo: memFree=1341444/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10937172 CPUtime=4217.44 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2796837 0 0 0 421314 430 0 0 25 0 1 0 671583215 11199664128 2719800 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2734293 2719800 243 26 0 2730925 0
Current children cumulated CPU time (s) 4217.44
Current children cumulated vsize (KiB) 10937172

[startup+4223.9 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13187
/proc/meminfo: memFree=1328032/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10937172 CPUtime=4223.85 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2797921 0 0 0 421955 430 0 0 25 0 1 0 671583215 11199664128 2720884 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268282 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2734293 2720884 243 26 0 2730925 0
Current children cumulated CPU time (s) 4223.85
Current children cumulated vsize (KiB) 10937172

[startup+4225.5 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13188
/proc/meminfo: memFree=1325676/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10937172 CPUtime=4225.44 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2798242 0 0 0 422114 430 0 0 25 0 1 0 671583215 11199664128 2721205 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2734293 2721205 243 26 0 2730925 0
Current children cumulated CPU time (s) 4225.44
Current children cumulated vsize (KiB) 10937172

[startup+4226.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13188
/proc/meminfo: memFree=1322848/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=10937172 CPUtime=4226.24 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2798521 0 0 0 422194 430 0 0 25 0 1 0 671583215 11199664128 2721484 33554432000 4194304 4300288 140733224726800 18446744073709551615 4268142 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 2734293 2721484 243 26 0 2730925 0
Current children cumulated CPU time (s) 4226.24
Current children cumulated vsize (KiB) 10937172

[startup+4227.1 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13188
/proc/meminfo: memFree=1322848/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=649052 CPUtime=4227.04 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2798694 0 0 0 422235 469 0 0 25 0 1 0 671583215 664629248 138110 33554432000 4194304 4300288 140733224726800 18446744073709551615 212687330507 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 162263 138110 259 26 0 158895 0
Current children cumulated CPU time (s) 4227.04
Current children cumulated vsize (KiB) 649052

[startup+4227.5 s]
/proc/loadavg: 4.16 4.05 4.01 5/578 13188
/proc/meminfo: memFree=11672260/32951124 swapFree=67111348/67111528
[pid=12840] ppid=12838 vsize=516632 CPUtime=4227.44 cores=0,2,4,6
/proc/12840/stat : 12840 (cir_minisat) R 12838 12840 10801 0 -1 4202496 2798694 0 0 0 422272 472 0 0 25 0 1 0 671583215 529031168 14500 33554432000 4194304 4300288 140733224726800 18446744073709551615 212687701098 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12840/statm: 129158 13988 259 26 0 125790 0
Current children cumulated CPU time (s) 4227.44
Current children cumulated vsize (KiB) 516632

Child status: 0
Real time (s): 4227.51
CPU time (s): 4227.45
CPU user time (s): 4222.73
CPU system time (s): 4.72628
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 10988348

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

runsolver used 25.3102 second user time and 56.2634 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-17 04:37:35
IDJOB=3387288
IDBENCH=82404
IDSOLVER=1873
FILE ID=node139/3387288-1305599849
RUNJOBID= node139-1305599849-12826
PBS_JOBID= 13350339
Free space on /tmp= 73088 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387288-1305599849/watcher-3387288-1305599849 -o /tmp/evaluation-result-3387288-1305599849/solver-3387288-1305599849 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387288-1305599849.cnf

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1666793635

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:      12253824 kB
Buffers:        350344 kB
Cached:        3589212 kB
SwapCached:          0 kB
Active:       17982712 kB
Inactive:      2342332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12253824 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          354072 kB
Writeback:           0 kB
AnonPages:    16385140 kB
Mapped:          44784 kB
Slab:           221724 kB
PageTables:      79144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171751244 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= 73268 MiB
End job on node139 at 2011-05-17 05:48:02