Trace number 3422286

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: contrasat 2011-03-02? (TO) 5000.08 4999.94

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 benchmark2556.24
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: 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-3422286-1306663668/watcher-3422286-1306663668 -o /tmp/evaluation-result-3422286-1306663668/solver-3422286-1306663668 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422286-1306663668.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 2/526 29718
/proc/meminfo: memFree=12847044/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=24728 CPUtime=0.01 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 1738 0 0 0 1 0 0 0 22 0 1 0 758782863 25321472 1679 33554432000 4194304 4298156 140736658568864 18446744073709551615 4200583 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 6182 1679 216 26 0 2814 0

[startup+0.108472 s]
/proc/loadavg: 2.01 2.04 2.00 2/526 29718
/proc/meminfo: memFree=12847044/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=45392 CPUtime=0.1 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 6444 0 0 0 10 0 0 0 23 0 1 0 758782863 46481408 6202 33554432000 4194304 4298156 140736658568864 18446744073709551615 4241747 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 11348 6207 216 26 0 7980 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45392

[startup+0.200458 s]
/proc/loadavg: 2.01 2.04 2.00 2/526 29718
/proc/meminfo: memFree=12847044/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=62492 CPUtime=0.19 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 11336 0 0 0 18 1 0 0 23 0 1 0 758782863 63991808 10512 33554432000 4194304 4298156 140736658568864 18446744073709551615 4249100 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 15623 10512 216 26 0 12255 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62492

[startup+0.30044 s]
/proc/loadavg: 2.01 2.04 2.00 2/526 29718
/proc/meminfo: memFree=12847044/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=81460 CPUtime=0.29 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 17635 0 0 0 27 2 0 0 23 0 1 0 758782863 83415040 15761 33554432000 4194304 4298156 140736658568864 18446744073709551615 233509994251 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 20365 15766 216 26 0 16997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81460

[startup+0.700365 s]
/proc/loadavg: 2.01 2.04 2.00 2/526 29718
/proc/meminfo: memFree=12847044/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=209132 CPUtime=0.69 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 46629 0 0 0 63 6 0 0 25 0 1 0 758782863 214151168 40316 33554432000 4194304 4298156 140736658568864 18446744073709551615 233510297344 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 52283 40316 216 26 0 48915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 209132

[startup+1.50022 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 29719
/proc/meminfo: memFree=12587268/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=352728 CPUtime=1.49 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 90390 0 0 0 137 12 0 0 25 0 1 0 758782863 361193472 77089 33554432000 4194304 4298156 140736658568864 18446744073709551615 4228006 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 88182 77089 222 26 0 84814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 352728

[startup+3.10095 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 29719
/proc/meminfo: memFree=12531768/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=352728 CPUtime=3.09 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 90391 0 0 0 297 12 0 0 25 0 1 0 758782863 361193472 77090 33554432000 4194304 4298156 140736658568864 18446744073709551615 4227424 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 88182 77090 222 26 0 84814 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 352728

[startup+6.30036 s]
/proc/loadavg: 2.09 2.05 2.01 3/527 29720
/proc/meminfo: memFree=12494348/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=437004 CPUtime=6.29 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 101260 0 0 0 615 14 0 0 25 0 1 0 758782863 447492096 87089 33554432000 4194304 4298156 140736658568864 18446744073709551615 4218624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 109251 87089 222 26 0 105883 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 437004

[startup+12.7002 s]
/proc/loadavg: 2.08 2.05 2.01 3/527 29720
/proc/meminfo: memFree=12537412/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=349340 CPUtime=12.69 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 126546 0 0 0 1252 17 0 0 25 0 1 0 758782863 357724160 74878 33554432000 4194304 4298156 140736658568864 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 87335 74878 243 26 0 83967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 349340

[startup+25.5009 s]
/proc/loadavg: 2.06 2.05 2.00 3/527 29720
/proc/meminfo: memFree=12541248/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=349340 CPUtime=25.49 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 182989 0 0 0 2525 24 0 0 25 0 1 0 758782863 357724160 74793 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251922 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 87335 74793 243 26 0 83967 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 349340

[startup+51.1003 s]
/proc/loadavg: 2.04 2.04 2.00 3/527 29721
/proc/meminfo: memFree=12535044/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=349340 CPUtime=51.09 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 246194 0 0 0 5078 31 0 0 25 0 1 0 758782863 357724160 76160 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 87335 76160 243 26 0 83967 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 349340

[startup+102.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/527 29722
/proc/meminfo: memFree=12514760/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=399428 CPUtime=102.32 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 351375 0 0 0 10186 46 0 0 25 0 1 0 758782863 409014272 80192 33554432000 4194304 4298156 140736658568864 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 99857 80192 243 26 0 96489 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 399428

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 29724
/proc/meminfo: memFree=12504548/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=399428 CPUtime=162.29 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 565332 0 0 0 16158 71 0 0 25 0 1 0 758782863 409014272 82696 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251915 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 99857 82696 243 26 0 96489 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 399428

[startup+222.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 29725
/proc/meminfo: memFree=12511412/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=399428 CPUtime=222.32 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 718942 0 0 0 22142 90 0 0 25 0 1 0 758782863 409014272 80383 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 99857 80383 243 26 0 96489 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 399428

[startup+282.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/527 29727
/proc/meminfo: memFree=12502040/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=480816 CPUtime=282.29 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 863760 0 0 0 28123 106 0 0 25 0 1 0 758782863 492355584 94906 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 120204 94906 243 26 0 116836 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 480816

[startup+342.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/527 29729
/proc/meminfo: memFree=12528876/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=399428 CPUtime=342.3 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 1081433 0 0 0 34097 133 0 0 25 0 1 0 758782863 409014272 87964 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251930 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 99857 87964 243 26 0 96489 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 399428

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/527 29730
/proc/meminfo: memFree=12475368/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=480816 CPUtime=402.3 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 1228181 0 0 0 40077 153 0 0 25 0 1 0 758782863 492355584 93079 33554432000 4194304 4298156 140736658568864 18446744073709551615 4256912 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 120204 93079 243 26 0 116836 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 480816

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/527 29732
/proc/meminfo: memFree=12486592/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=399428 CPUtime=462.31 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 1441473 0 0 0 46051 180 0 0 25 0 1 0 758782863 409014272 88595 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251967 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 99857 88595 243 26 0 96489 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 399428

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 29733
/proc/meminfo: memFree=12446964/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=480816 CPUtime=522.31 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 1602126 0 0 0 52029 202 0 0 25 0 1 0 758782863 492355584 96472 33554432000 4194304 4298156 140736658568864 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 120204 96472 243 26 0 116836 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 480816

[startup+582.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/527 29735
/proc/meminfo: memFree=12423588/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=480816 CPUtime=582.31 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 1814465 0 0 0 58002 229 0 0 25 0 1 0 758782863 492355584 106040 33554432000 4194304 4298156 140736658568864 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29718/statm: 120204 106040 243 26 0 116836 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 480816

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/527 29893
/proc/meminfo: memFree=12224312/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=842900 CPUtime=4002.4 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 8802093 0 0 0 399085 1155 0 0 25 0 1 0 758782863 863129600 172290 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251910 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 210725 172290 243 26 0 207357 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 842900

[startup+4062.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/527 29895
/proc/meminfo: memFree=12247948/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=844644 CPUtime=4062.42 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 8928878 0 0 0 405072 1170 0 0 25 0 1 0 758782863 864915456 165796 33554432000 4194304 4298156 140736658568864 18446744073709551615 4252016 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 211161 165796 243 26 0 207793 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 844644

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/527 29896
/proc/meminfo: memFree=12292656/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=844644 CPUtime=4122.4 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9043310 0 0 0 411053 1187 0 0 25 0 1 0 758782863 864915456 150486 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 211161 150486 243 26 0 207793 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 844644

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29898
/proc/meminfo: memFree=12272636/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=844644 CPUtime=4182.42 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9176360 0 0 0 417037 1205 0 0 25 0 1 0 758782863 864915456 152888 33554432000 4194304 4298156 140736658568864 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 211161 152888 243 26 0 207793 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 844644

[startup+4242.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/527 29900
/proc/meminfo: memFree=12308892/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=629720 CPUtime=4242.4 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9291469 0 0 0 423020 1220 0 0 25 0 1 0 758782863 644833280 143667 33554432000 4194304 4298156 140736658568864 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 157430 143667 243 26 0 154062 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 629720

[startup+4302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/527 29901
/proc/meminfo: memFree=12304000/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=631092 CPUtime=4302.41 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9404027 0 0 0 429005 1236 0 0 25 0 1 0 758782863 646238208 139141 33554432000 4194304 4298156 140736658568864 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 157773 139141 243 26 0 154405 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 631092

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 29930
/proc/meminfo: memFree=12429708/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=632512 CPUtime=4362.41 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9513969 0 0 0 434988 1253 0 0 25 0 1 0 758782863 647692288 139580 33554432000 4194304 4298156 140736658568864 18446744073709551615 4261489 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 158128 139580 243 26 0 154760 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 632512

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29931
/proc/meminfo: memFree=12377568/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=632512 CPUtime=4422.41 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9633814 0 0 0 440971 1270 0 0 25 0 1 0 758782863 647692288 147614 33554432000 4194304 4298156 140736658568864 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 158128 147614 243 26 0 154760 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 632512

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29933
/proc/meminfo: memFree=12400716/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=632512 CPUtime=4482.41 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9742649 0 0 0 446955 1286 0 0 25 0 1 0 758782863 647692288 138610 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 158128 138610 243 26 0 154760 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 632512

[startup+4542.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 29935
/proc/meminfo: memFree=12266516/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=847436 CPUtime=4542.41 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9771505 0 0 0 452950 1291 0 0 25 0 1 0 758782863 867774464 167427 33554432000 4194304 4298156 140736658568864 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 211859 167427 243 26 0 208491 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 847436

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/527 29936
/proc/meminfo: memFree=12376340/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=633884 CPUtime=4602.42 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 9973146 0 0 0 458925 1317 0 0 25 0 1 0 758782863 649097216 140570 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 158471 140570 243 26 0 155103 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 633884

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 29941
/proc/meminfo: memFree=12372368/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=633884 CPUtime=4662.42 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 10092106 0 0 0 464910 1332 0 0 25 0 1 0 758782863 649097216 140792 33554432000 4194304 4298156 140736658568864 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 158471 140792 243 26 0 155103 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 633884

[startup+4722.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/527 29942
/proc/meminfo: memFree=12116012/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=850404 CPUtime=4722.43 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 10153947 0 0 0 470903 1340 0 0 25 0 1 0 758782863 870813696 202594 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 212601 202594 243 26 0 209233 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 850404

[startup+4782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/527 29944
/proc/meminfo: memFree=12110392/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=1199652 CPUtime=4782.42 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 10322090 0 0 0 476881 1361 0 0 25 0 1 0 758782863 1228443648 204546 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 299913 204546 243 26 0 296545 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1199652

[startup+4842.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/527 29946
/proc/meminfo: memFree=12298092/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=850404 CPUtime=4842.44 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 10438712 0 0 0 482867 1377 0 0 25 0 1 0 758782863 870813696 157148 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251824 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 212601 157148 243 26 0 209233 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 850404

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29947
/proc/meminfo: memFree=12251556/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=850404 CPUtime=4902.43 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 10564436 0 0 0 488846 1397 0 0 25 0 1 0 758782863 870813696 161632 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 212601 161632 243 26 0 209233 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 850404

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29949
/proc/meminfo: memFree=12261448/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=851640 CPUtime=4962.42 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 10684879 0 0 0 494829 1413 0 0 25 0 1 0 758782863 872079360 158729 33554432000 4194304 4298156 140736658568864 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 212910 158729 243 26 0 209542 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 851640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29950
/proc/meminfo: memFree=12336328/32951124 swapFree=66578944/67111528
[pid=29718] ppid=29716 vsize=636716 CPUtime=5000.04 cores=1,3,5,7
/proc/29718/stat : 29718 (contrasat_relea) R 29716 29718 29417 0 -1 4202496 10783089 0 0 0 498580 1424 0 0 25 0 1 0 758782863 651997184 139151 33554432000 4194304 4298156 140736658568864 18446744073709551615 4252030 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29718/statm: 159179 139151 243 26 0 155811 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 636716

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.08
CPU user time (s): 4985.81
CPU system time (s): 14.2698
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1758452

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

runsolver used 24.5163 second user time and 61.7276 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-29 12:07:50
IDJOB=3422286
IDBENCH=82387
IDSOLVER=1915
FILE ID=node145/3422286-1306663668
RUNJOBID= node145-1306658664-29436
PBS_JOBID= 13471752
Free space on /tmp= 73416 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422286-1306663668/watcher-3422286-1306663668 -o /tmp/evaluation-result-3422286-1306663668/solver-3422286-1306663668 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422286-1306663668.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=1791513701

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12847324 kB
Buffers:        274728 kB
Cached:        8059908 kB
SwapCached:      34712 kB
Active:       11670612 kB
Inactive:      8137600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12847324 kB
SwapTotal:    67111528 kB
SwapFree:     66578944 kB
Dirty:           79160 kB
Writeback:           0 kB
AnonPages:    11438472 kB
Mapped:          38028 kB
Slab:           161528 kB
PageTables:      66148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153417744 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= 73416 MiB
End job on node145 at 2011-05-29 13:31:12