Trace number 3422312

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.13 5000.06

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-3422312-1306663776/watcher-3422312-1306663776 -o /tmp/evaluation-result-3422312-1306663776/solver-3422312-1306663776 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422312-1306663776.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: 1.99 2.03 2.00 2/558 4499
/proc/meminfo: memFree=23424616/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=23124 CPUtime=0 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 1450 0 0 0 0 0 0 0 23 0 1 0 856608620 23678976 1391 33554432000 4194304 4298156 140734641423184 18446744073709551615 4241944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 5781 1397 215 26 0 2413 0

[startup+0.103205 s]
/proc/loadavg: 1.99 2.03 2.00 2/558 4499
/proc/meminfo: memFree=23424616/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=38460 CPUtime=0.09 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 5643 0 0 0 9 0 0 0 24 0 1 0 856608620 39383040 5401 33554432000 4194304 4298156 140734641423184 18446744073709551615 4244369 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 9615 5408 216 26 0 6247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38460

[startup+0.200193 s]
/proc/loadavg: 1.99 2.03 2.00 2/558 4499
/proc/meminfo: memFree=23424616/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=62360 CPUtime=0.18 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11324 0 0 0 17 1 0 0 24 0 1 0 856608620 63856640 10501 33554432000 4194304 4298156 140734641423184 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 15623 10503 216 26 0 12255 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 62360

[startup+0.300176 s]
/proc/loadavg: 1.99 2.03 2.00 2/558 4499
/proc/meminfo: memFree=23424616/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=81328 CPUtime=0.29 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 17583 0 0 0 26 3 0 0 25 0 1 0 856608620 83279872 15719 33554432000 4194304 4298156 140734641423184 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 20332 15720 216 26 0 16964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81328

[startup+0.70111 s]
/proc/loadavg: 1.99 2.03 2.00 2/558 4499
/proc/meminfo: memFree=23424616/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=208868 CPUtime=0.69 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 46481 0 0 0 62 7 0 0 25 0 1 0 856608620 213880832 40186 33554432000 4194304 4298156 140734641423184 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 52217 40189 216 26 0 48849 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 208868

[startup+1.50098 s]
/proc/loadavg: 1.99 2.03 2.00 3/559 4500
/proc/meminfo: memFree=23162488/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=423928 CPUtime=1.49 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 101327 0 0 0 133 16 0 0 25 0 1 0 856608620 434102272 87100 33554432000 4194304 4298156 140734641423184 18446744073709551615 224284622603 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 105982 87101 216 26 0 102614 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 423928

[startup+4.08755 s]
/proc/loadavg: 1.99 2.03 2.00 3/559 4500
/proc/meminfo: memFree=23162488/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=560848 CPUtime=4.07 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 144524 0 0 0 386 21 0 0 25 0 1 0 856608620 574308352 123739 33554432000 4194304 4298156 140734641423184 18446744073709551615 4228006 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 140212 123739 222 26 0 136844 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 560848

[startup+6.30117 s]
/proc/loadavg: 2.15 2.06 2.01 3/559 4500
/proc/meminfo: memFree=22886004/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=684352 CPUtime=6.29 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 161377 0 0 0 605 24 0 0 25 0 1 0 856608620 700776448 139212 33554432000 4194304 4298156 140734641423184 18446744073709551615 4233893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 171088 139212 222 26 0 167720 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 684352

[startup+12.7001 s]
/proc/loadavg: 2.13 2.06 2.01 3/559 4500
/proc/meminfo: memFree=22967032/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=552112 CPUtime=12.69 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 201566 0 0 0 1240 29 0 0 25 0 1 0 856608620 565362688 116756 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 138028 116756 242 26 0 134660 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 552112

[startup+25.501 s]
/proc/loadavg: 2.11 2.06 2.01 3/559 4500
/proc/meminfo: memFree=22926992/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=552112 CPUtime=25.5 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 205751 0 0 0 2521 29 0 0 25 0 1 0 856608620 565362688 120939 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 138028 120939 242 26 0 134660 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 552112

[startup+51.1007 s]
/proc/loadavg: 2.07 2.05 2.01 3/559 4500
/proc/meminfo: memFree=22878828/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=51.1 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 263610 0 0 0 5074 36 0 0 25 0 1 0 856608620 648704000 131376 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 131376 243 26 0 155007 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 633500

[startup+102.301 s]
/proc/loadavg: 1.98 2.03 2.00 3/559 4530
/proc/meminfo: memFree=22962456/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=102.29 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 422271 0 0 0 10176 53 0 0 25 0 1 0 856608620 648704000 135623 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 135623 243 26 0 155007 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 633500

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/559 4532
/proc/meminfo: memFree=22933208/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=162.3 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 587902 0 0 0 16157 73 0 0 25 0 1 0 856608620 648704000 138786 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 138786 243 26 0 155007 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 633500

[startup+222.301 s]
/proc/loadavg: 2.13 2.07 2.01 3/559 4561
/proc/meminfo: memFree=22956456/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=222.29 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 790256 0 0 0 22129 100 0 0 25 0 1 0 856608620 648704000 144202 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 144202 243 26 0 155007 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 633500

[startup+282.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/559 4561
/proc/meminfo: memFree=22934260/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=282.29 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 1028629 0 0 0 28104 125 0 0 25 0 1 0 856608620 648704000 135569 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 135569 243 26 0 155007 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 633500

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/559 4563
/proc/meminfo: memFree=22935640/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=342.3 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 1222941 0 0 0 34082 148 0 0 25 0 1 0 856608620 648704000 134646 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252023 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 134646 243 26 0 155007 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 633500

[startup+402.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/559 4565
/proc/meminfo: memFree=22913556/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=402.3 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 1376325 0 0 0 40060 170 0 0 25 0 1 0 856608620 648704000 140049 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 140049 243 26 0 155007 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 633500

[startup+462.321 s]
/proc/loadavg: 2.09 2.07 2.01 3/559 4567
/proc/meminfo: memFree=22813152/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=765760 CPUtime=462.32 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 1469341 0 0 0 46049 183 0 0 25 0 1 0 856608620 784138240 164861 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 191440 164861 243 26 0 188072 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 765760

[startup+522.301 s]
/proc/loadavg: 2.03 2.06 2.00 3/559 4569
/proc/meminfo: memFree=22908268/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=522.29 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 1633570 0 0 0 52026 203 0 0 25 0 1 0 856608620 648704000 141638 33554432000 4194304 4298156 140734641423184 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 141638 243 26 0 155007 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 633500

[startup+582.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/559 4569
/proc/meminfo: memFree=22855468/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=633500 CPUtime=582.29 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 1771727 0 0 0 58007 222 0 0 25 0 1 0 856608620 648704000 144635 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 158375 144635 243 26 0 155007 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 633500

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/559 4702
/proc/meminfo: memFree=22782728/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=778592 CPUtime=4062.35 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 10468229 0 0 0 404914 1321 0 0 25 0 1 0 856608620 797278208 178784 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 194648 178784 243 26 0 191280 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 778592

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 4704
/proc/meminfo: memFree=22627192/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=996004 CPUtime=4122.35 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 10660540 0 0 0 410889 1346 0 0 25 0 1 0 856608620 1019908096 216497 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 249001 216497 243 26 0 245633 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 996004

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 4704
/proc/meminfo: memFree=22716672/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=996004 CPUtime=4182.35 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 10797855 0 0 0 416870 1365 0 0 25 0 1 0 856608620 1019908096 194633 33554432000 4194304 4298156 140734641423184 18446744073709551615 4256547 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 249001 194633 243 26 0 245633 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 996004

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 4706
/proc/meminfo: memFree=22707200/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=996004 CPUtime=4242.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 10935451 0 0 0 422854 1382 0 0 25 0 1 0 856608620 1019908096 199248 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 249001 199248 243 26 0 245633 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 996004

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/559 4708
/proc/meminfo: memFree=22643308/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=997468 CPUtime=4302.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11089324 0 0 0 428834 1402 0 0 25 0 1 0 856608620 1021407232 215157 33554432000 4194304 4298156 140734641423184 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 249367 215157 243 26 0 245999 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 997468

[startup+4362.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/559 4710
/proc/meminfo: memFree=22581276/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=998144 CPUtime=4362.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11275576 0 0 0 434810 1426 0 0 25 0 1 0 856608620 1022099456 230895 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 249536 230895 243 26 0 246168 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 998144

[startup+4422.32 s]
/proc/loadavg: 2.14 2.07 2.02 3/559 4712
/proc/meminfo: memFree=22474972/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1350172 CPUtime=4422.38 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11301437 0 0 0 440809 1429 0 0 25 0 1 0 856608620 1382576128 256736 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 337543 256736 243 26 0 334175 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 1350172

[startup+4482.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/559 4712
/proc/meminfo: memFree=22616788/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1000924 CPUtime=4482.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11442358 0 0 0 446790 1446 0 0 25 0 1 0 856608620 1024946176 219629 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252179 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 250231 219629 243 26 0 246863 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1000924

[startup+4542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/559 4714
/proc/meminfo: memFree=22449472/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1350172 CPUtime=4542.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11484548 0 0 0 452786 1450 0 0 25 0 1 0 856608620 1382576128 261801 33554432000 4194304 4298156 140734641423184 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 337543 261801 243 26 0 334175 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 1350172

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 4716
/proc/meminfo: memFree=22511572/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1354628 CPUtime=4602.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11648042 0 0 0 458768 1468 0 0 25 0 1 0 856608620 1387139072 248170 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 338657 248170 243 26 0 335289 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 1354628

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 4718
/proc/meminfo: memFree=22603924/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1005380 CPUtime=4662.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11804184 0 0 0 464748 1488 0 0 25 0 1 0 856608620 1029509120 220316 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252179 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 251345 220316 243 26 0 247977 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 1005380

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 4720
/proc/meminfo: memFree=22432268/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1354628 CPUtime=4722.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11851148 0 0 0 470744 1492 0 0 25 0 1 0 856608620 1387139072 267277 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 338657 267277 243 26 0 335289 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 1354628

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/559 4720
/proc/meminfo: memFree=22261732/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1354628 CPUtime=4782.36 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11893038 0 0 0 476739 1497 0 0 25 0 1 0 856608620 1387139072 309163 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 338657 309163 243 26 0 335289 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 1354628

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/559 4722
/proc/meminfo: memFree=22094888/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1922156 CPUtime=4842.37 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 11933480 0 0 0 482735 1502 0 0 25 0 1 0 856608620 1968287744 349596 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 480539 349596 243 26 0 477171 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 1922156

[startup+4902.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/559 4724
/proc/meminfo: memFree=22186244/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1924596 CPUtime=4902.37 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 12192387 0 0 0 488702 1535 0 0 25 0 1 0 856608620 1970786304 330261 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252105 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 481149 330261 243 26 0 477781 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 1924596

[startup+4962.3 s]
/proc/loadavg: 2.28 2.09 2.02 3/559 4726
/proc/meminfo: memFree=22618732/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1007820 CPUtime=4962.37 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 12344930 0 0 0 494683 1554 0 0 25 0 1 0 856608620 1032007680 216720 33554432000 4194304 4298156 140734641423184 18446744073709551615 4251930 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 251955 216720 243 26 0 248587 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 1007820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.22 2.09 2.03 3/559 4726
/proc/meminfo: memFree=22689028/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1007820 CPUtime=5000.07 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 12484111 0 0 0 498437 1570 0 0 25 0 1 0 856608620 1032007680 201615 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 251955 201615 243 26 0 248587 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1007820

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

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

[startup+5000 s]
/proc/loadavg: 2.22 2.09 2.03 3/559 4726
/proc/meminfo: memFree=22689028/32951124 swapFree=39849780/67111528
[pid=4499] ppid=4497 vsize=1007820 CPUtime=5000.07 cores=1,3,5,7
/proc/4499/stat : 4499 (contrasat_relea) R 4497 4499 4195 0 -1 4202496 12484111 0 0 0 498437 1570 0 0 25 0 1 0 856608620 1032007680 201615 33554432000 4194304 4298156 140734641423184 18446744073709551615 4252142 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4499/statm: 251955 201615 243 26 0 248587 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1007820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.06
CPU time (s): 5000.13
CPU user time (s): 4984.39
CPU system time (s): 15.7406
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2830204

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

runsolver used 25.6961 second user time and 65.1961 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-29 12:09:40
IDJOB=3422312
IDBENCH=82413
IDSOLVER=1915
FILE ID=node118/3422312-1306663776
RUNJOBID= node118-1306658668-4214
PBS_JOBID= 13471779
Free space on /tmp= 73140 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.030-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422312-1306663776/watcher-3422312-1306663776 -o /tmp/evaluation-result-3422312-1306663776/solver-3422312-1306663776 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422312-1306663776.cnf

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1488088533

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23424896 kB
Buffers:        222828 kB
Cached:        1807976 kB
SwapCached:      53004 kB
Active:        1222056 kB
Inactive:      8007116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23424896 kB
SwapTotal:    67111528 kB
SwapFree:     39849780 kB
Dirty:          121108 kB
Writeback:           0 kB
AnonPages:     7158412 kB
Mapped:          25728 kB
Slab:           112228 kB
PageTables:     115808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 184044540 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= 73140 MiB
End job on node118 at 2011-05-29 13:33:02