Trace number 3350468

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) 1300.08 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

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-3350468-1304969737/watcher-3350468-1304969737 -o /tmp/evaluation-result-3350468-1304969737/solver-3350468-1304969737 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350468-1304969737.cnf 

running on 2 cores: 5,7

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: 4.21 4.07 3.34 4/382 3256
/proc/meminfo: memFree=4108236/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=20032 CPUtime=0 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 776 0 0 0 0 0 0 0 21 0 1 0 608571905 20512768 717 33554432000 4194304 4298156 140734672617264 18446744073709551615 4201579 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 5008 717 216 26 0 1640 0

[startup+0.057697 s]
/proc/loadavg: 4.21 4.07 3.34 4/382 3256
/proc/meminfo: memFree=4108236/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=24412 CPUtime=0.05 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1911 0 0 0 5 0 0 0 21 0 1 0 608571905 24997888 1802 33554432000 4194304 4298156 140734672617264 18446744073709551615 4284982 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 6103 1803 216 26 0 2735 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24412

[startup+0.100703 s]
/proc/loadavg: 4.21 4.07 3.34 4/382 3256
/proc/meminfo: memFree=4108236/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=29664 CPUtime=0.09 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 3902 0 0 0 9 0 0 0 21 0 1 0 608571905 30375936 3422 33554432000 4194304 4298156 140734672617264 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 7416 3423 216 26 0 4048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29664

[startup+0.30066 s]
/proc/loadavg: 4.21 4.07 3.34 4/382 3256
/proc/meminfo: memFree=4108236/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=72592 CPUtime=0.29 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 16002 0 0 0 27 2 0 0 22 0 1 0 608571905 74334208 13306 33554432000 4194304 4298156 140734672617264 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 18148 13308 216 26 0 14780 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72592

[startup+0.700582 s]
/proc/loadavg: 4.21 4.07 3.34 4/382 3256
/proc/meminfo: memFree=4108236/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=162600 CPUtime=0.68 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 46340 0 0 0 63 5 0 0 23 0 1 0 608571905 166502400 35488 33554432000 4194304 4298156 140734672617264 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 40650 35493 216 26 0 37282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 162600

[startup+1.50045 s]
/proc/loadavg: 4.21 4.07 3.34 5/383 3257
/proc/meminfo: memFree=3900144/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=361664 CPUtime=1.49 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 104655 0 0 0 135 14 0 0 25 0 1 0 608571905 370343936 78543 33554432000 4194304 4298156 140734672617264 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 90416 78544 216 26 0 87048 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 361664

[startup+3.10015 s]
/proc/loadavg: 4.21 4.07 3.34 5/383 3257
/proc/meminfo: memFree=3667396/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=617912 CPUtime=3.09 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 182881 0 0 0 284 25 0 0 25 0 1 0 608571905 632741888 138128 33554432000 4194304 4298156 140734672617264 18446744073709551615 4227873 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 154478 138128 222 26 0 151110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 617912

[startup+6.30057 s]
/proc/loadavg: 4.19 4.07 3.35 5/383 3257
/proc/meminfo: memFree=3597492/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=617912 CPUtime=6.29 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 182881 0 0 0 604 25 0 0 25 0 1 0 608571905 632741888 138128 33554432000 4194304 4298156 140734672617264 18446744073709551615 4227873 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 154478 138128 222 26 0 151110 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 617912

[startup+12.7004 s]
/proc/loadavg: 4.17 4.07 3.35 5/383 3257
/proc/meminfo: memFree=3670036/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=12.69 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 231429 0 0 0 1238 31 0 0 25 0 1 0 608571905 582799360 110881 33554432000 4194304 4298156 140734672617264 18446744073709551615 4256237 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 110881 242 26 0 138917 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 569140

[startup+25.501 s]
/proc/loadavg: 4.13 4.06 3.36 5/383 3258
/proc/meminfo: memFree=3712304/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=437664 CPUtime=25.49 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 295163 0 0 0 2509 40 0 0 25 0 1 0 608571905 448167936 99431 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 109416 99431 243 26 0 106048 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 437664

[startup+51.1004 s]
/proc/loadavg: 4.09 4.06 3.38 5/383 3258
/proc/meminfo: memFree=3732780/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=487752 CPUtime=51.09 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 332311 0 0 0 5064 45 0 0 25 0 1 0 608571905 499458048 101538 33554432000 4194304 4298156 140734672617264 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 121938 101538 243 26 0 118570 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 487752

[startup+102.314 s]
/proc/loadavg: 4.04 4.05 3.41 5/383 3260
/proc/meminfo: memFree=3681292/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=487752 CPUtime=102.31 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 410103 0 0 0 10175 56 0 0 25 0 1 0 608571905 499458048 104321 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 121938 104321 243 26 0 118570 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 487752

[startup+162.301 s]
/proc/loadavg: 4.01 4.04 3.44 5/383 3261
/proc/meminfo: memFree=3652972/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=487752 CPUtime=162.29 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 459523 0 0 0 16164 65 0 0 25 0 1 0 608571905 499458048 112456 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 121938 112456 243 26 0 118570 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 487752

[startup+222.301 s]
/proc/loadavg: 4.11 4.06 3.48 5/383 3263
/proc/meminfo: memFree=3616096/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=222.3 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 547319 0 0 0 22153 77 0 0 25 0 1 0 608571905 582799360 113542 33554432000 4194304 4298156 140734672617264 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 113542 243 26 0 138917 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 569140

[startup+282.3 s]
/proc/loadavg: 4.09 4.06 3.52 5/383 3264
/proc/meminfo: memFree=3642636/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=487752 CPUtime=282.3 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 597325 0 0 0 28146 84 0 0 25 0 1 0 608571905 499458048 112491 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 121938 112491 243 26 0 118570 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 487752

[startup+342.3 s]
/proc/loadavg: 4.03 4.05 3.55 5/383 3266
/proc/meminfo: memFree=3609716/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=342.3 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 649263 0 0 0 34138 92 0 0 25 0 1 0 608571905 582799360 114025 33554432000 4194304 4298156 140734672617264 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 114025 243 26 0 138917 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 569140

[startup+402.3 s]
/proc/loadavg: 3.73 3.96 3.54 4/377 3286
/proc/meminfo: memFree=3745240/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=402.3 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 703186 0 0 0 40131 99 0 0 25 0 1 0 608571905 582799360 121107 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 121107 243 26 0 138917 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 569140

[startup+462.3 s]
/proc/loadavg: 3.32 3.80 3.52 4/377 3287
/proc/meminfo: memFree=3725480/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=462.31 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 805146 0 0 0 46118 113 0 0 25 0 1 0 608571905 582799360 115185 33554432000 4194304 4298156 140734672617264 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 115185 243 26 0 138917 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 569140

[startup+522.3 s]
/proc/loadavg: 3.12 3.65 3.48 4/377 3289
/proc/meminfo: memFree=3713984/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=522.31 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 865098 0 0 0 52109 122 0 0 25 0 1 0 608571905 582799360 119026 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 119026 243 26 0 138917 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 569140

[startup+582.3 s]
/proc/loadavg: 3.04 3.53 3.45 4/377 3290
/proc/meminfo: memFree=3701540/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=582.31 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 921083 0 0 0 58101 130 0 0 25 0 1 0 608571905 582799360 119683 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251970 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 119683 243 26 0 138917 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 569140

[startup+642.3 s]
/proc/loadavg: 3.01 3.43 3.42 4/377 3292
/proc/meminfo: memFree=3694800/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=642.31 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 976313 0 0 0 64093 138 0 0 25 0 1 0 608571905 582799360 120805 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 120805 243 26 0 138917 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 569140

[startup+702.3 s]
/proc/loadavg: 3.00 3.35 3.39 4/377 3294
/proc/meminfo: memFree=3685472/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=702.31 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1035555 0 0 0 70083 148 0 0 25 0 1 0 608571905 582799360 124325 33554432000 4194304 4298156 140734672617264 18446744073709551615 4261676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 124325 243 26 0 138917 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 569140

[startup+762.315 s]
/proc/loadavg: 3.15 3.31 3.37 4/377 3295
/proc/meminfo: memFree=3673280/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=762.32 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1102409 0 0 0 76075 157 0 0 25 0 1 0 608571905 582799360 126334 33554432000 4194304 4298156 140734672617264 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 126334 243 26 0 138917 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 569140

[startup+822.301 s]
/proc/loadavg: 3.05 3.26 3.34 4/377 3298
/proc/meminfo: memFree=3679336/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=822.32 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1164956 0 0 0 82065 167 0 0 25 0 1 0 608571905 582799360 125684 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 125684 243 26 0 138917 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 569140

[startup+882.301 s]
/proc/loadavg: 3.02 3.21 3.32 4/377 3299
/proc/meminfo: memFree=3665412/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=882.32 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1231278 0 0 0 88055 177 0 0 25 0 1 0 608571905 582799360 126863 33554432000 4194304 4298156 140734672617264 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 126863 243 26 0 138917 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 569140

[startup+942.301 s]
/proc/loadavg: 3.00 3.17 3.30 4/377 3301
/proc/meminfo: memFree=3661892/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=942.32 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1297561 0 0 0 94045 187 0 0 25 0 1 0 608571905 582799360 125761 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251984 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 125761 243 26 0 138917 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 569140

[startup+1002.3 s]
/proc/loadavg: 2.55 3.01 3.23 3/371 3322
/proc/meminfo: memFree=3698536/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=701400 CPUtime=1002.32 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1306157 0 0 0 100044 188 0 0 25 0 1 0 608571905 718233600 134337 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 175350 134337 243 26 0 171982 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 701400

[startup+1062.3 s]
/proc/loadavg: 2.20 2.82 3.15 3/371 3323
/proc/meminfo: memFree=3658208/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=701400 CPUtime=1062.32 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1316641 0 0 0 106041 191 0 0 25 0 1 0 608571905 718233600 144795 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 175350 144795 243 26 0 171982 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 701400

[startup+1122.3 s]
/proc/loadavg: 1.47 2.50 3.02 2/365 3343
/proc/meminfo: memFree=3857204/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=569140 CPUtime=1122.33 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1382881 0 0 0 112032 201 0 0 25 0 1 0 608571905 582799360 132000 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 142285 132000 243 26 0 138917 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 569140

[startup+1182.3 s]
/proc/loadavg: 1.25 2.24 2.90 2/365 3344
/proc/meminfo: memFree=3850248/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=701400 CPUtime=1182.32 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1460130 0 0 0 118018 214 0 0 25 0 1 0 608571905 718233600 133882 33554432000 4194304 4298156 140734672617264 18446744073709551615 4252016 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 175350 133882 243 26 0 171982 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 701400

[startup+1242.3 s]
/proc/loadavg: 1.09 2.01 2.78 2/365 3346
/proc/meminfo: memFree=3785992/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=701400 CPUtime=1242.33 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1476012 0 0 0 124014 219 0 0 25 0 1 0 608571905 718233600 149750 33554432000 4194304 4298156 140734672617264 18446744073709551615 4252159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 175350 149750 243 26 0 171982 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 701400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.83 2.66 2/365 3348
/proc/meminfo: memFree=3833588/32951124 swapFree=67111348/67111528
[pid=3256] ppid=3254 vsize=701400 CPUtime=1300.03 cores=5,7
/proc/3256/stat : 3256 (contrasat_relea) R 3254 3256 2878 0 -1 4202496 1547348 0 0 0 129774 229 0 0 25 0 1 0 608571905 718233600 137559 33554432000 4194304 4298156 140734672617264 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3256/statm: 175350 137559 243 26 0 171982 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 701400

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): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1297.76
CPU system time (s): 2.32065
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1045276

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

runsolver used 4.47632 second user time and 10.9183 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-09 21:35:42
IDJOB=3350468
IDBENCH=82371
IDSOLVER=1816
FILE ID=node139/3350468-1304969737
RUNJOBID= node139-1304968093-2900
PBS_JOBID= 13285611
Free space on /tmp= 40608 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350468-1304969737/watcher-3350468-1304969737 -o /tmp/evaluation-result-3350468-1304969737/solver-3350468-1304969737 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350468-1304969737.cnf

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1876840039

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:       4108640 kB
Buffers:        227632 kB
Cached:       20721636 kB
SwapCached:          8 kB
Active:       16472192 kB
Inactive:     11582608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4108640 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          159512 kB
Writeback:           0 kB
AnonPages:     7105216 kB
Mapped:          29368 kB
Slab:           683524 kB
PageTables:      39392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77123372 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= 40612 MiB
End job on node139 at 2011-05-09 21:57:24