Trace number 3285464

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) 1300.16 1300.13

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

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: 935)

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-3285464-1303764024/watcher-3285464-1303764024 -o /tmp/evaluation-result-3285464-1303764024/solver-3285464-1303764024 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3285464-1303764024.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 2.68 3.09 5/186 9001
/proc/meminfo: memFree=22502132/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=21008 CPUtime=0 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 972 0 0 0 0 0 0 0 21 0 1 0 488000409 21512192 913 33554432000 4194304 4291949 140735744582432 18446744073709551615 212687372043 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 5252 924 228 24 0 1886 0

[startup+0.0833279 s]
/proc/loadavg: 1.05 2.68 3.09 5/186 9001
/proc/meminfo: memFree=22502132/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=35916 CPUtime=0.07 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 4530 0 0 0 7 0 0 0 21 0 1 0 488000409 36777984 4457 33554432000 4194304 4291949 140735744582432 18446744073709551615 212687675136 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 8979 4457 228 24 0 5613 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35916

[startup+0.100325 s]
/proc/loadavg: 1.05 2.68 3.09 5/186 9001
/proc/meminfo: memFree=22502132/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=36332 CPUtime=0.08 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 4671 0 0 0 8 0 0 0 21 0 1 0 488000409 37203968 4557 33554432000 4194304 4291949 140735744582432 18446744073709551615 212687675136 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 9083 4557 228 24 0 5717 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36332

[startup+0.300291 s]
/proc/loadavg: 1.05 2.68 3.09 5/186 9001
/proc/meminfo: memFree=22502132/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=72700 CPUtime=0.28 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 14758 0 0 0 26 2 0 0 22 0 1 0 488000409 74444800 13684 33554432000 4194304 4291949 140735744582432 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 18175 13686 228 24 0 14809 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 72700

[startup+0.700227 s]
/proc/loadavg: 1.05 2.68 3.09 5/186 9001
/proc/meminfo: memFree=22502132/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=168632 CPUtime=0.69 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 37685 0 0 0 62 7 0 0 23 0 1 0 488000409 172679168 33766 33554432000 4194304 4291949 140735744582432 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 42158 33767 228 24 0 38792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 168632

[startup+1.50107 s]
/proc/loadavg: 1.28 2.70 3.10 5/187 9002
/proc/meminfo: memFree=22269632/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=347252 CPUtime=1.48 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 77789 0 0 0 135 13 0 0 25 0 1 0 488000409 355586048 70025 33554432000 4194304 4291949 140735744582432 18446744073709551615 4215504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 86813 70025 231 24 0 83447 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 347252

[startup+3.10075 s]
/proc/loadavg: 1.28 2.70 3.10 5/187 9002
/proc/meminfo: memFree=22137076/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=347252 CPUtime=3.08 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 77791 0 0 0 295 13 0 0 25 0 1 0 488000409 355586048 70027 33554432000 4194304 4291949 140735744582432 18446744073709551615 4255400 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 86813 70027 232 24 0 83447 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 347252

[startup+6.30119 s]
/proc/loadavg: 1.66 2.75 3.11 5/190 9008
/proc/meminfo: memFree=21471444/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=381444 CPUtime=6.29 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 86883 0 0 0 614 15 0 0 25 0 1 0 488000409 390598656 79083 33554432000 4194304 4291949 140735744582432 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 95361 79083 234 24 0 91995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381444

[startup+12.701 s]
/proc/loadavg: 1.85 2.77 3.12 5/190 9008
/proc/meminfo: memFree=21459300/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=311232 CPUtime=12.69 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 99705 0 0 0 1252 17 0 0 25 0 1 0 488000409 318701568 65868 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 77808 65873 253 24 0 74442 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 311232

[startup+25.5007 s]
/proc/loadavg: 2.32 2.83 3.13 5/190 9008
/proc/meminfo: memFree=21302200/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=342052 CPUtime=25.5 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 104797 0 0 0 2532 18 0 0 25 0 1 0 488000409 350261248 70959 33554432000 4194304 4291949 140735744582432 18446744073709551615 4270198 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 85513 70959 253 24 0 82147 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 342052

[startup+51.101 s]
/proc/loadavg: 2.89 2.93 3.15 5/190 9009
/proc/meminfo: memFree=21285832/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=392140 CPUtime=51.09 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 116741 0 0 0 5089 20 0 0 25 0 1 0 488000409 401551360 82899 33554432000 4194304 4291949 140735744582432 18446744073709551615 4250434 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 98035 82899 253 24 0 94669 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 392140

[startup+102.301 s]
/proc/loadavg: 3.57 3.10 3.20 5/190 9010
/proc/meminfo: memFree=20977456/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=473528 CPUtime=102.29 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 138241 0 0 0 10205 24 0 0 25 0 1 0 488000409 484892672 104379 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 118382 104379 253 24 0 115016 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 473528

[startup+162.301 s]
/proc/loadavg: 3.84 3.26 3.25 5/190 9012
/proc/meminfo: memFree=20605948/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=605788 CPUtime=162.29 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 166367 0 0 0 16198 31 0 0 25 0 1 0 488000409 620326912 132478 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 151447 132478 253 24 0 148081 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 605788

[startup+222.301 s]
/proc/loadavg: 3.94 3.40 3.29 5/190 9013
/proc/meminfo: memFree=20220564/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=820712 CPUtime=222.3 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 189853 0 0 0 22194 36 0 0 25 0 1 0 488000409 840409088 155950 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 205178 155950 253 24 0 201812 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 820712

[startup+282.301 s]
/proc/loadavg: 3.98 3.50 3.33 5/190 9015
/proc/meminfo: memFree=19803396/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=820712 CPUtime=282.3 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 214472 0 0 0 28189 41 0 0 25 0 1 0 488000409 840409088 180554 33554432000 4194304 4291949 140735744582432 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 205178 180554 253 24 0 201812 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 820712

[startup+342.301 s]
/proc/loadavg: 3.99 3.59 3.37 5/190 9017
/proc/meminfo: memFree=19451200/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1169960 CPUtime=342.3 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 237256 0 0 0 34183 47 0 0 25 0 1 0 488000409 1198039040 203316 33554432000 4194304 4291949 140735744582432 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 292490 203316 253 24 0 289124 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1169960

[startup+402.301 s]
/proc/loadavg: 3.99 3.66 3.41 5/190 9018
/proc/meminfo: memFree=19072972/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1169960 CPUtime=402.3 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 272478 0 0 0 40177 53 0 0 25 0 1 0 488000409 1198039040 238530 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 292490 238530 253 24 0 289124 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1169960

[startup+462.307 s]
/proc/loadavg: 3.99 3.72 3.44 5/190 9020
/proc/meminfo: memFree=18691768/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1169960 CPUtime=462.31 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 305433 0 0 0 46172 59 0 0 25 0 1 0 488000409 1198039040 271474 33554432000 4194304 4291949 140735744582432 18446744073709551615 4262720 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 292490 271474 253 24 0 289124 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1169960

[startup+522.301 s]
/proc/loadavg: 4.06 3.79 3.48 5/190 9021
/proc/meminfo: memFree=18414964/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1737488 CPUtime=522.3 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 330015 0 0 0 52166 64 0 0 25 0 1 0 488000409 1779187712 296041 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 434372 296041 253 24 0 431006 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1737488

[startup+582.301 s]
/proc/loadavg: 4.02 3.82 3.51 5/190 9023
/proc/meminfo: memFree=18049888/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1737488 CPUtime=582.31 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 352671 0 0 0 58162 69 0 0 25 0 1 0 488000409 1779187712 318679 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 434372 318679 253 24 0 431006 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1737488

[startup+642.301 s]
/proc/loadavg: 4.04 3.87 3.54 5/190 9025
/proc/meminfo: memFree=17632352/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1737488 CPUtime=642.31 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 381317 0 0 0 64159 72 0 0 25 0 1 0 488000409 1779187712 347311 33554432000 4194304 4291949 140735744582432 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 434372 347311 253 24 0 431006 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1737488

[startup+702.301 s]
/proc/loadavg: 4.01 3.89 3.57 5/190 9026
/proc/meminfo: memFree=17310424/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1738568 CPUtime=702.31 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 405634 0 0 0 70154 77 0 0 25 0 1 0 488000409 1780293632 371616 33554432000 4194304 4291949 140735744582432 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 434642 371616 253 24 0 431276 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1738568

[startup+762.3 s]
/proc/loadavg: 4.00 3.91 3.59 5/190 9028
/proc/meminfo: memFree=17017256/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1743312 CPUtime=762.31 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 430476 0 0 0 76150 81 0 0 25 0 1 0 488000409 1785151488 396445 33554432000 4194304 4291949 140735744582432 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 435828 396445 253 24 0 432462 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1743312

[startup+822.3 s]
/proc/loadavg: 4.00 3.92 3.61 5/190 9029
/proc/meminfo: memFree=16703624/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=1748068 CPUtime=822.32 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 452482 0 0 0 82146 86 0 0 25 0 1 0 488000409 1790021632 418431 33554432000 4194304 4291949 140735744582432 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 437017 418431 253 24 0 433651 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1748068

[startup+882.3 s]
/proc/loadavg: 4.00 3.93 3.64 5/190 9031
/proc/meminfo: memFree=16347980/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=2671040 CPUtime=882.32 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 478753 0 0 0 88140 92 0 0 25 0 1 0 488000409 2735144960 444692 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 667760 444692 253 24 0 664394 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2671040

[startup+942.3 s]
/proc/loadavg: 4.00 3.94 3.66 5/190 9033
/proc/meminfo: memFree=17124436/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=2672788 CPUtime=942.31 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 517291 0 0 0 94132 99 0 0 25 0 1 0 488000409 2736934912 483218 33554432000 4194304 4291949 140735744582432 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 668197 483218 253 24 0 664831 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2672788

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.67 5/190 9034
/proc/meminfo: memFree=16693744/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=2676048 CPUtime=1002.32 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 553299 0 0 0 100126 106 0 0 25 0 1 0 488000409 2740273152 519210 33554432000 4194304 4291949 140735744582432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 669012 519210 253 24 0 665646 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2676048

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.69 5/190 9036
/proc/meminfo: memFree=16335100/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=2680224 CPUtime=1062.32 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 573711 0 0 0 106121 111 0 0 25 0 1 0 488000409 2744549376 539615 33554432000 4194304 4291949 140735744582432 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 670056 539615 253 24 0 666690 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2680224

[startup+1122.31 s]
/proc/loadavg: 4.11 3.99 3.72 5/190 9037
/proc/meminfo: memFree=15977832/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=2684016 CPUtime=1122.32 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 595391 0 0 0 112117 115 0 0 25 0 1 0 488000409 2748432384 561282 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 671004 561282 253 24 0 667638 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2684016

[startup+1182.3 s]
/proc/loadavg: 4.09 4.00 3.74 5/190 9039
/proc/meminfo: memFree=15674996/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=2686460 CPUtime=1182.32 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 614623 0 0 0 118112 120 0 0 25 0 1 0 488000409 2750935040 580495 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 671615 580495 253 24 0 668249 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2686460

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.75 5/190 9050
/proc/meminfo: memFree=15326436/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=2689928 CPUtime=1242.32 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 636920 0 0 0 124109 123 0 0 25 0 1 0 488000409 2754486272 602778 33554432000 4194304 4291949 140735744582432 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 672482 602778 253 24 0 669116 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2689928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.85 3.97 3.75 3/180 9087
/proc/meminfo: memFree=17535856/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=2692208 CPUtime=1300.03 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4202496 660723 0 0 0 129876 127 0 0 25 0 1 0 488000409 2756820992 626573 33554432000 4194304 4291949 140735744582432 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9001/statm: 673052 626573 253 24 0 669686 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2692208

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

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

[startup+1300.11 s]
/proc/loadavg: 3.85 3.97 3.75 3/180 9087
/proc/meminfo: memFree=17535856/32951124 swapFree=67111524/67111528
[pid=9001] ppid=8999 vsize=0 CPUtime=1300.13 cores=0,2
/proc/9001/stat : 9001 (RestartSAT) R 8999 9001 7955 0 -1 4203524 660723 0 0 0 129876 137 0 0 25 0 1 0 488000409 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/9001/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.13
CPU time (s): 1300.16
CPU user time (s): 1298.77
CPU system time (s): 1.39479
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2692208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.77
system time used= 1.39479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 660723
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= 5
involuntary context switches= 1355

runsolver used 2.28665 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 22:40:27
IDJOB=3285464
IDBENCH=82387
IDSOLVER=1580
FILE ID=node139/3285464-1303764024
RUNJOBID= node139-1303764024-8964
PBS_JOBID= 13157122
Free space on /tmp= 72244 MiB

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

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=1817042951

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:      22502536 kB
Buffers:       2056936 kB
Cached:        7697224 kB
SwapCached:          4 kB
Active:        2061372 kB
Inactive:      7852884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22502536 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          191048 kB
Writeback:           0 kB
AnonPages:      159288 kB
Mapped:          15324 kB
Slab:           470164 kB
PageTables:       5440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   334520 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= 72184 MiB
End job on node139 at 2011-04-25 23:02:09