Trace number 3419911

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.43 5000.31

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3527.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

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-3419911-1306582204/watcher-3419911-1306582204 -o /tmp/evaluation-result-3419911-1306582204/solver-3419911-1306582204 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419911-1306582204.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.00 2.02 1.91 3/464 24447
/proc/meminfo: memFree=4392404/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=24168 CPUtime=0 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 1657 0 0 0 0 0 0 0 23 0 1 0 769820572 24748032 1585 33554432000 4194304 4291949 140734680594176 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 6042 1585 228 24 0 2676 0

[startup+0.099157 s]
/proc/loadavg: 2.00 2.02 1.91 3/464 24447
/proc/meminfo: memFree=4392404/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=36996 CPUtime=0.08 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 4887 0 0 0 8 0 0 0 23 0 1 0 769820572 37883904 4774 33554432000 4194304 4291949 140734680594176 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 9249 4777 228 24 0 5883 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36996

[startup+0.101103 s]
/proc/loadavg: 2.00 2.02 1.91 3/464 24447
/proc/meminfo: memFree=4392404/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=37392 CPUtime=0.09 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 4988 0 0 0 9 0 0 0 23 0 1 0 769820572 38289408 4875 33554432000 4194304 4291949 140734680594176 18446744073709551615 4261187 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 9348 4876 228 24 0 5982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37392

[startup+0.30112 s]
/proc/loadavg: 2.00 2.02 1.91 3/464 24447
/proc/meminfo: memFree=4392404/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=83792 CPUtime=0.28 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 16629 0 0 0 26 2 0 0 24 0 1 0 769820572 85803008 15339 33554432000 4194304 4291949 140734680594176 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 20948 15343 228 24 0 17582 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83792

[startup+0.701056 s]
/proc/loadavg: 2.00 2.02 1.91 3/464 24447
/proc/meminfo: memFree=4392404/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=182844 CPUtime=0.69 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 40288 0 0 0 61 8 0 0 25 0 1 0 769820572 187232256 36370 33554432000 4194304 4291949 140734680594176 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 45711 36371 228 24 0 42345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 182844

[startup+1.50091 s]
/proc/loadavg: 2.00 2.02 1.91 3/465 24448
/proc/meminfo: memFree=4188308/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=364668 CPUtime=1.49 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 84418 0 0 0 130 19 0 0 25 0 1 0 769820572 373420032 76655 33554432000 4194304 4291949 140734680594176 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 91200 76656 228 24 0 87834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 364668

[startup+3.10063 s]
/proc/loadavg: 2.00 2.02 1.91 3/465 24448
/proc/meminfo: memFree=3964364/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=552644 CPUtime=3.08 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 123308 0 0 0 282 26 0 0 25 0 1 0 769820572 565907456 112083 33554432000 4194304 4291949 140734680594176 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 138161 112083 232 24 0 134795 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 552644

[startup+6.301 s]
/proc/loadavg: 2.00 2.02 1.91 3/465 24448
/proc/meminfo: memFree=3923308/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=594232 CPUtime=6.28 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 137125 0 0 0 600 28 0 0 25 0 1 0 769820572 608493568 125897 33554432000 4194304 4291949 140734680594176 18446744073709551615 4232002 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 148558 125897 234 24 0 145192 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 594232

[startup+12.7009 s]
/proc/loadavg: 2.00 2.02 1.91 3/465 24448
/proc/meminfo: memFree=3953768/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=492432 CPUtime=12.68 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 159618 0 0 0 1236 32 0 0 25 0 1 0 769820572 504250368 105756 33554432000 4194304 4291949 140734680594176 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 123108 105756 253 24 0 119742 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 492432

[startup+25.5006 s]
/proc/loadavg: 2.00 2.02 1.91 3/465 24449
/proc/meminfo: memFree=3916632/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=492432 CPUtime=25.49 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 163802 0 0 0 2516 33 0 0 25 0 1 0 769820572 504250368 109938 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 123108 109938 253 24 0 119742 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 492432

[startup+51.101 s]
/proc/loadavg: 2.00 2.02 1.91 3/465 24449
/proc/meminfo: memFree=3839380/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=542520 CPUtime=51.08 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 173170 0 0 0 5074 34 0 0 25 0 1 0 769820572 555540480 119303 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 135630 119303 253 24 0 132264 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 542520

[startup+102.318 s]
/proc/loadavg: 2.00 2.01 1.91 3/465 24451
/proc/meminfo: memFree=3656428/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=756168 CPUtime=102.31 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 199006 0 0 0 10192 39 0 0 25 0 1 0 769820572 774316032 145129 33554432000 4194304 4291949 140734680594176 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 189042 145129 253 24 0 185676 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 756168

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 1.91 3/465 24452
/proc/meminfo: memFree=3445456/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=756168 CPUtime=162.29 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 222314 0 0 0 16187 42 0 0 25 0 1 0 769820572 774316032 168424 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 189042 168424 253 24 0 185676 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 756168

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 1.91 3/465 24454
/proc/meminfo: memFree=3266140/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=971092 CPUtime=222.29 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 243555 0 0 0 22183 46 0 0 25 0 1 0 769820572 994398208 189653 33554432000 4194304 4291949 140734680594176 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 242773 189653 253 24 0 239407 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 971092

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 1.92 3/465 24456
/proc/meminfo: memFree=2993252/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=1320340 CPUtime=282.3 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 285519 0 0 0 28175 55 0 0 25 0 1 0 769820572 1352028160 231605 33554432000 4194304 4291949 140734680594176 18446744073709551615 4248402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 330085 231605 253 24 0 326719 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1320340

[startup+342.301 s]
/proc/loadavg: 2.05 2.03 1.93 3/465 24457
/proc/meminfo: memFree=2811208/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=1320340 CPUtime=342.3 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 308213 0 0 0 34171 59 0 0 25 0 1 0 769820572 1352028160 254290 33554432000 4194304 4291949 140734680594176 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 330085 254290 253 24 0 326719 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1320340

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 1.93 3/465 24459
/proc/meminfo: memFree=2630132/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=1320340 CPUtime=402.29 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 331512 0 0 0 40166 63 0 0 25 0 1 0 769820572 1352028160 277578 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 330085 277578 253 24 0 326719 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1320340

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 1.93 3/465 24460
/proc/meminfo: memFree=2410368/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=1320340 CPUtime=462.3 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 358958 0 0 0 46161 69 0 0 25 0 1 0 769820572 1352028160 305015 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 330085 305015 253 24 0 326719 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1320340

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/465 24462
/proc/meminfo: memFree=2242412/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=1887868 CPUtime=522.3 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 381779 0 0 0 52156 74 0 0 25 0 1 0 769820572 1933176832 327830 33554432000 4194304 4291949 140734680594176 18446744073709551615 4251571 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 471967 327830 253 24 0 468601 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1887868

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/465 24464
/proc/meminfo: memFree=2022428/32950928 swapFree=62428416/67111528
[pid=24447] ppid=24445 vsize=1887868 CPUtime=582.3 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 411315 0 0 0 58151 79 0 0 25 0 1 0 769820572 1933176832 357357 33554432000 4194304 4291949 140734680594176 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 471967 357357 253 24 0 468601 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1887868

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/465 24652
/proc/meminfo: memFree=7063296/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10850948 CPUtime=4122.39 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2054082 0 0 0 411919 320 0 0 25 0 1 0 769820572 11111370752 1999652 33554432000 4194304 4291949 140734680594176 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2712737 1999652 253 24 0 2709371 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 10850948

[startup+4182.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/465 24654
/proc/meminfo: memFree=6957376/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10854104 CPUtime=4182.39 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2079402 0 0 0 417914 325 0 0 25 0 1 0 769820572 11114602496 2024965 33554432000 4194304 4291949 140734680594176 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2713526 2024965 253 24 0 2710160 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 10854104

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 24655
/proc/meminfo: memFree=6894340/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10857040 CPUtime=4242.39 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2095442 0 0 0 423911 328 0 0 25 0 1 0 769820572 11117608960 2040997 33554432000 4194304 4291949 140734680594176 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2714260 2040997 253 24 0 2710894 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 10857040

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 24657
/proc/meminfo: memFree=6826376/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10862284 CPUtime=4302.39 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2112374 0 0 0 429908 331 0 0 25 0 1 0 769820572 11122978816 2057924 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2715571 2057924 253 24 0 2712205 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 10862284

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 24658
/proc/meminfo: memFree=6755288/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10865864 CPUtime=4362.39 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2130912 0 0 0 435904 335 0 0 25 0 1 0 769820572 11126644736 2076450 33554432000 4194304 4291949 140734680594176 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2716466 2076450 253 24 0 2713100 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 10865864

[startup+4422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/465 24660
/proc/meminfo: memFree=6681020/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10869156 CPUtime=4422.39 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2148857 0 0 0 441900 339 0 0 25 0 1 0 769820572 11130015744 2094390 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2717289 2094390 253 24 0 2713923 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 10869156

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 24662
/proc/meminfo: memFree=6618064/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10873100 CPUtime=4482.39 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2165057 0 0 0 447897 342 0 0 25 0 1 0 769820572 11134054400 2110584 33554432000 4194304 4291949 140734680594176 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2718275 2110584 253 24 0 2714909 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 10873100

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 24663
/proc/meminfo: memFree=6561452/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10877064 CPUtime=4542.4 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2178435 0 0 0 453895 345 0 0 25 0 1 0 769820572 11138113536 2123954 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2719266 2123954 253 24 0 2715900 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 10877064

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 24665
/proc/meminfo: memFree=6432060/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10879632 CPUtime=4602.41 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2210520 0 0 0 459891 350 0 0 25 0 1 0 769820572 11140743168 2156027 33554432000 4194304 4291949 140734680594176 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2719908 2156027 253 24 0 2716542 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 10879632

[startup+4662.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/465 24666
/proc/meminfo: memFree=6301692/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10882388 CPUtime=4662.4 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2242777 0 0 0 465885 355 0 0 25 0 1 0 769820572 11143565312 2188272 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2720597 2188272 253 24 0 2717231 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 10882388

[startup+4722.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/465 24668
/proc/meminfo: memFree=6246320/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10886568 CPUtime=4722.42 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2256774 0 0 0 471884 358 0 0 25 0 1 0 769820572 11147845632 2202261 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2721642 2202261 253 24 0 2718276 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 10886568

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 24670
/proc/meminfo: memFree=6172508/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10890348 CPUtime=4782.41 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2275502 0 0 0 477879 362 0 0 25 0 1 0 769820572 11151716352 2220981 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2722587 2220981 253 24 0 2719221 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 10890348

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 24671
/proc/meminfo: memFree=6089952/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10893620 CPUtime=4842.4 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2295849 0 0 0 483875 365 0 0 25 0 1 0 769820572 11155066880 2241320 33554432000 4194304 4291949 140734680594176 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2723405 2241320 253 24 0 2720039 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 10893620

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 24673
/proc/meminfo: memFree=6020896/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10896680 CPUtime=4902.41 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2313401 0 0 0 489873 368 0 0 25 0 1 0 769820572 11158200320 2258869 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2724170 2258869 253 24 0 2720804 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 10896680

[startup+4962.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/465 24674
/proc/meminfo: memFree=5949976/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10899572 CPUtime=4962.41 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2330914 0 0 0 495870 371 0 0 25 0 1 0 769820572 11161161728 2276377 33554432000 4194304 4291949 140734680594176 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2724893 2276377 253 24 0 2721527 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 10899572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 24675
/proc/meminfo: memFree=5913852/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=10901592 CPUtime=5000.02 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4202496 2339938 0 0 0 499629 373 0 0 25 0 1 0 769820572 11163230208 2285399 33554432000 4194304 4291949 140734680594176 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24447/statm: 2725398 2285399 253 24 0 2722032 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 10901592

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.05 2.03 2.00 3/465 24675
/proc/meminfo: memFree=5913852/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=0 CPUtime=5000.31 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4203524 2339938 0 0 0 499630 401 0 0 25 0 1 0 769820572 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/24447/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.31
Current children cumulated vsize (KiB) 0

[startup+5000.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 24675
/proc/meminfo: memFree=5913852/32950928 swapFree=56743108/67111528
[pid=24447] ppid=24445 vsize=0 CPUtime=5000.41 cores=0,2,4,6
/proc/24447/stat : 24447 (RestartSAT) R 24445 24447 24025 0 -1 4203524 2339938 0 0 0 499630 411 0 0 25 0 1 0 769820572 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/24447/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.41
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.31
CPU time (s): 5000.43
CPU user time (s): 4996.3
CPU system time (s): 4.12737
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 10901592

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

runsolver used 23.8044 second user time and 53.0579 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-28 13:30:08
IDJOB=3419911
IDBENCH=82413
IDSOLVER=1911
FILE ID=node123/3419911-1306582204
RUNJOBID= node123-1306579394-24043
PBS_JOBID= 13471557
Free space on /tmp= 73196 MiB

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

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=2064559662

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4392560 kB
Buffers:        234876 kB
Cached:        4925112 kB
SwapCached:      75560 kB
Active:       13135100 kB
Inactive:     15131004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4392560 kB
SwapTotal:    67111528 kB
SwapFree:     62428416 kB
Dirty:          121016 kB
Writeback:           0 kB
AnonPages:    23038216 kB
Mapped:          31740 kB
Slab:           138488 kB
PageTables:      86716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 137791564 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= 73328 MiB
End job on node123 at 2011-05-28 14:53:30