Trace number 3419901

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
RestartSAT B95? (TO) 5000.41 5000.4

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


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-3419901-1306581574/watcher-3419901-1306581574 -o /tmp/evaluation-result-3419901-1306581574/solver-3419901-1306581574 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419901-1306581574.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: 2.13 2.05 1.81 2/424 12651
/proc/meminfo: memFree=7789476/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=24164 CPUtime=0 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 1656 0 0 0 0 0 0 0 22 0 1 0 769756204 24743936 1585 33554432000 4194304 4291949 140734968215168 18446744073709551615 4200509 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 6041 1585 228 24 0 2675 0

[startup+0.045805 s]
/proc/loadavg: 2.13 2.05 1.81 2/424 12651
/proc/meminfo: memFree=7789476/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=29828 CPUtime=0.03 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 3072 0 0 0 3 0 0 0 22 0 1 0 769756204 30543872 3001 33554432000 4194304 4291949 140734968215168 18446744073709551615 4201563 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 7457 3001 228 24 0 4091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29828

[startup+0.100787 s]
/proc/loadavg: 2.13 2.05 1.81 2/424 12651
/proc/meminfo: memFree=7789476/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=37760 CPUtime=0.09 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 5268 0 0 0 9 0 0 0 22 0 1 0 769756204 38666240 5156 33554432000 4194304 4291949 140734968215168 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 9440 5167 228 24 0 6074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37760

[startup+0.300749 s]
/proc/loadavg: 2.13 2.05 1.81 2/424 12651
/proc/meminfo: memFree=7789476/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=83788 CPUtime=0.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 17015 0 0 0 27 2 0 0 23 0 1 0 769756204 85798912 15681 33554432000 4194304 4291949 140734968215168 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 20947 15682 228 24 0 17581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83788

[startup+0.700689 s]
/proc/loadavg: 2.13 2.05 1.81 2/424 12651
/proc/meminfo: memFree=7789476/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=189556 CPUtime=0.69 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 41918 0 0 0 63 6 0 0 25 0 1 0 769756204 194105344 38001 33554432000 4194304 4291949 140734968215168 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 47389 38002 228 24 0 44023 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 189556

[startup+1.50053 s]
/proc/loadavg: 2.13 2.05 1.81 3/425 12652
/proc/meminfo: memFree=7571112/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=381372 CPUtime=1.49 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 94191 0 0 0 137 12 0 0 25 0 1 0 769756204 390524928 82968 33554432000 4194304 4291949 140734968215168 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 95343 82968 228 24 0 91977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 381372

[startup+3.10026 s]
/proc/loadavg: 2.12 2.05 1.81 3/425 12652
/proc/meminfo: memFree=7335140/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=698608 CPUtime=3.09 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 171424 0 0 0 286 23 0 0 25 0 1 0 769756204 715374592 155005 33554432000 4194304 4291949 140734968215168 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 174652 155005 232 24 0 171286 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 698608

[startup+6.30069 s]
/proc/loadavg: 2.12 2.05 1.81 3/425 12652
/proc/meminfo: memFree=7168840/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=698608 CPUtime=6.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 171425 0 0 0 606 23 0 0 25 0 1 0 769756204 715374592 155006 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 174652 155006 232 24 0 171286 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 698608

[startup+12.7005 s]
/proc/loadavg: 2.11 2.05 1.81 3/425 12652
/proc/meminfo: memFree=7077336/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=846256 CPUtime=12.69 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 192631 0 0 0 1243 26 0 0 25 0 1 0 769756204 866566144 176172 33554432000 4194304 4291949 140734968215168 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 211564 176172 234 24 0 208198 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 846256

[startup+25.5012 s]
/proc/loadavg: 2.08 2.05 1.82 3/425 12652
/proc/meminfo: memFree=7174328/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=685164 CPUtime=25.47 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 225847 0 0 0 2517 30 0 0 25 0 1 0 769756204 701607936 149396 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 171291 149396 253 24 0 167925 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 685164

[startup+51.1005 s]
/proc/loadavg: 2.05 2.04 1.82 3/425 12653
/proc/meminfo: memFree=7113460/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=766552 CPUtime=51.08 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 235896 0 0 0 5076 32 0 0 25 0 1 0 769756204 784949248 159441 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248323 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 191638 159441 253 24 0 188272 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 766552

[startup+102.316 s]
/proc/loadavg: 2.10 2.06 1.84 3/425 12654
/proc/meminfo: memFree=6989564/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=898812 CPUtime=102.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 256928 0 0 0 10195 34 0 0 25 0 1 0 769756204 920383488 180459 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 224703 180459 253 24 0 221337 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 898812

[startup+162.3 s]
/proc/loadavg: 2.13 2.08 1.85 3/425 12656
/proc/meminfo: memFree=6787208/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=1113736 CPUtime=162.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 296513 0 0 0 16188 40 0 0 25 0 1 0 769756204 1140465664 220034 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 278434 220034 253 24 0 275068 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 1113736

[startup+222.3 s]
/proc/loadavg: 2.04 2.06 1.86 3/425 12658
/proc/meminfo: memFree=6615556/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=1113736 CPUtime=222.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 323391 0 0 0 22185 43 0 0 25 0 1 0 769756204 1140465664 246903 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 278434 246908 253 24 0 275068 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1113736

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 1.86 3/425 12659
/proc/meminfo: memFree=6385020/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=1462984 CPUtime=282.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 360763 0 0 0 28180 48 0 0 25 0 1 0 769756204 1498095616 284263 33554432000 4194304 4291949 140734968215168 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 365746 284263 253 24 0 362380 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1462984

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 1.87 3/425 12661
/proc/meminfo: memFree=6201716/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=1462984 CPUtime=342.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 387218 0 0 0 34177 51 0 0 25 0 1 0 769756204 1498095616 310706 33554432000 4194304 4291949 140734968215168 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 365746 310706 253 24 0 362380 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1462984

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 1.88 3/425 12662
/proc/meminfo: memFree=6011604/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=1462984 CPUtime=402.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 413933 0 0 0 40174 54 0 0 25 0 1 0 769756204 1498095616 337404 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 365746 337404 253 24 0 362380 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1462984

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 1.88 3/425 12664
/proc/meminfo: memFree=5829172/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=2030512 CPUtime=462.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 439216 0 0 0 46171 57 0 0 25 0 1 0 769756204 2079244288 362679 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 507628 362679 253 24 0 504262 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 2030512

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 1.89 3/425 12666
/proc/meminfo: memFree=5653552/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=2030512 CPUtime=522.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 463947 0 0 0 52168 61 0 0 25 0 1 0 769756204 2079244288 387396 33554432000 4194304 4291949 140734968215168 18446744073709551615 4250370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 507628 387396 253 24 0 504262 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 2030512

[startup+582.301 s]
/proc/loadavg: 2.13 2.04 1.90 3/425 12667
/proc/meminfo: memFree=5456364/32951124 swapFree=52574944/67111528
[pid=12651] ppid=12649 vsize=2030512 CPUtime=582.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 490770 0 0 0 58165 64 0 0 25 0 1 0 769756204 2079244288 414209 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 507628 414209 253 24 0 504262 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 2030512

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/425 12802
/proc/meminfo: memFree=5651488/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11002464 CPUtime=4122.27 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2181560 0 0 0 411909 318 0 0 25 0 1 0 769756204 11266523136 2104491 33554432000 4194304 4291949 140734968215168 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2750616 2104491 253 24 0 2747250 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 11002464

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 12803
/proc/meminfo: memFree=5575432/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11006968 CPUtime=4182.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2199430 0 0 0 417906 322 0 0 25 0 1 0 769756204 11271135232 2122353 33554432000 4194304 4291949 140734968215168 18446744073709551615 4263280 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2751742 2122353 253 24 0 2748376 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 11006968

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 12805
/proc/meminfo: memFree=5484376/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11010472 CPUtime=4242.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2222216 0 0 0 423902 326 0 0 25 0 1 0 769756204 11274723328 2145132 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2752618 2145132 253 24 0 2749252 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 11010472

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 12806
/proc/meminfo: memFree=5383316/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11015340 CPUtime=4302.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2247199 0 0 0 429899 330 0 0 25 0 1 0 769756204 11279708160 2170109 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2753835 2170109 253 24 0 2750469 0
Current children cumulated CPU time (s) 4302.29
Current children cumulated vsize (KiB) 11015340

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 12808
/proc/meminfo: memFree=5303520/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11019448 CPUtime=4362.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2267337 0 0 0 435896 332 0 0 25 0 1 0 769756204 11283914752 2190236 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2754862 2190236 253 24 0 2751496 0
Current children cumulated CPU time (s) 4362.28
Current children cumulated vsize (KiB) 11019448

[startup+4422.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/425 12810
/proc/meminfo: memFree=5198080/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11023440 CPUtime=4422.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2293521 0 0 0 441893 336 0 0 25 0 1 0 769756204 11288002560 2216413 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2755860 2216413 253 24 0 2752494 0
Current children cumulated CPU time (s) 4422.29
Current children cumulated vsize (KiB) 11023440

[startup+4482.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/425 12811
/proc/meminfo: memFree=5034664/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11024780 CPUtime=4482.28 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2333693 0 0 0 447886 342 0 0 25 0 1 0 769756204 11289374720 2256579 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2756195 2256579 253 24 0 2752829 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 11024780

[startup+4542.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/425 12813
/proc/meminfo: memFree=4931940/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11028068 CPUtime=4542.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2358686 0 0 0 453883 346 0 0 25 0 1 0 769756204 11292741632 2281565 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2757017 2281565 253 24 0 2753651 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 11028068

[startup+4602.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/425 12814
/proc/meminfo: memFree=4838712/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11032964 CPUtime=4602.31 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2381507 0 0 0 459880 351 0 0 25 0 1 0 769756204 11297755136 2304375 33554432000 4194304 4291949 140734968215168 18446744073709551615 4251620 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2758241 2304375 253 24 0 2754875 0
Current children cumulated CPU time (s) 4602.31
Current children cumulated vsize (KiB) 11032964

[startup+4662.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/425 12816
/proc/meminfo: memFree=4762556/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11040752 CPUtime=4662.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2399666 0 0 0 465875 354 0 0 25 0 1 0 769756204 11305730048 2322528 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2760188 2322528 253 24 0 2756822 0
Current children cumulated CPU time (s) 4662.29
Current children cumulated vsize (KiB) 11040752

[startup+4722.32 s]
/proc/loadavg: 2.05 2.07 2.01 3/425 12818
/proc/meminfo: memFree=4635372/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11042152 CPUtime=4722.31 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2431310 0 0 0 471872 359 0 0 25 0 1 0 769756204 11307163648 2354163 33554432000 4194304 4291949 140734968215168 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2760538 2354163 253 24 0 2757172 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 11042152

[startup+4782.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/425 12819
/proc/meminfo: memFree=4561492/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11046592 CPUtime=4782.29 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2449818 0 0 0 477866 363 0 0 25 0 1 0 769756204 11311710208 2372666 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2761648 2372666 253 24 0 2758282 0
Current children cumulated CPU time (s) 4782.29
Current children cumulated vsize (KiB) 11046592

[startup+4842.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/425 12821
/proc/meminfo: memFree=4471052/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11051620 CPUtime=4842.3 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2472200 0 0 0 483862 368 0 0 25 0 1 0 769756204 11316858880 2395037 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2762905 2395037 253 24 0 2759539 0
Current children cumulated CPU time (s) 4842.3
Current children cumulated vsize (KiB) 11051620

[startup+4902.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/425 12822
/proc/meminfo: memFree=4371492/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11055520 CPUtime=4902.3 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2501009 0 0 0 489858 372 0 0 25 0 1 0 769756204 11320852480 2423840 33554432000 4194304 4291949 140734968215168 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2763880 2423840 253 24 0 2760514 0
Current children cumulated CPU time (s) 4902.3
Current children cumulated vsize (KiB) 11055520

[startup+4962.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 12824
/proc/meminfo: memFree=4244232/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11058756 CPUtime=4962.3 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2529941 0 0 0 495853 377 0 0 25 0 1 0 769756204 11324166144 2452769 33554432000 4194304 4291949 140734968215168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2764689 2452769 253 24 0 2761323 0
Current children cumulated CPU time (s) 4962.3
Current children cumulated vsize (KiB) 11058756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.19 2.08 2.02 3/425 12825
/proc/meminfo: memFree=4201644/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=11061956 CPUtime=5000.02 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4202496 2540229 0 0 0 499622 380 0 0 25 0 1 0 769756204 11327442944 2463052 33554432000 4194304 4291949 140734968215168 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12651/statm: 2765489 2463052 253 24 0 2762123 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 11061956

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

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

[startup+5000.2 s]
/proc/loadavg: 2.19 2.08 2.02 3/425 12825
/proc/meminfo: memFree=4201644/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=0 CPUtime=5000.2 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4203524 2540229 0 0 0 499622 398 0 0 25 0 1 0 769756204 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/12651/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.2
Current children cumulated vsize (KiB) 0

[startup+5000.3 s]
/proc/loadavg: 2.19 2.08 2.02 3/425 12825
/proc/meminfo: memFree=4201644/32951124 swapFree=48785060/67111528
[pid=12651] ppid=12649 vsize=0 CPUtime=5000.3 cores=0,2,4,6
/proc/12651/stat : 12651 (RestartSAT) R 12649 12651 12380 0 -1 4203524 2540229 0 0 0 499622 408 0 0 25 0 1 0 769756204 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/12651/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.4
CPU time (s): 5000.41
CPU user time (s): 4996.23
CPU system time (s): 4.18236
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 11061956

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

runsolver used 21.6197 second user time and 46.5289 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-28 13:19:39
IDJOB=3419901
IDBENCH=82404
IDSOLVER=1911
FILE ID=node134/3419901-1306581574
RUNJOBID= node134-1306579392-12398
PBS_JOBID= 13471546
Free space on /tmp= 72948 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419901-1306581574/watcher-3419901-1306581574 -o /tmp/evaluation-result-3419901-1306581574/solver-3419901-1306581574 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419901-1306581574.cnf

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1723119866

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7789756 kB
Buffers:        267476 kB
Cached:        8119532 kB
SwapCached:      33008 kB
Active:       10144084 kB
Inactive:     14701788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7789756 kB
SwapTotal:    67111528 kB
SwapFree:     52574944 kB
Dirty:          165824 kB
Writeback:           0 kB
AnonPages:    16433764 kB
Mapped:          21940 kB
Slab:           156640 kB
PageTables:      93328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 113237964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72956 MiB
End job on node134 at 2011-05-28 14:43:02