Trace number 3348668

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: cir_minisat 2011-03-02? (TO) 1300.11 1300.08

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

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

running on 2 cores: 1,3

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: 3.75 3.91 3.55 6/189 4246
/proc/meminfo: memFree=32258416/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=19932 CPUtime=0 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 761 0 0 0 0 0 0 0 22 0 1 0 856470348 20410368 703 33554432000 4194304 4254575 140734467319200 18446744073709551615 4240513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 4983 703 213 15 0 1626 0

[startup+0.0378459 s]
/proc/loadavg: 3.75 3.91 3.55 6/189 4246
/proc/meminfo: memFree=32258416/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=21792 CPUtime=0.03 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 1199 0 0 0 3 0 0 0 22 0 1 0 856470348 22315008 1128 33554432000 4194304 4254575 140734467319200 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 5448 1128 213 15 0 2091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21792

[startup+0.100837 s]
/proc/loadavg: 3.75 3.91 3.55 6/189 4246
/proc/meminfo: memFree=32258416/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=27052 CPUtime=0.08 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 3005 0 0 0 8 0 0 0 22 0 1 0 856470348 27701248 2800 33554432000 4194304 4254575 140734467319200 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 6763 2804 213 15 0 3406 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27052

[startup+0.300812 s]
/proc/loadavg: 3.75 3.91 3.55 6/189 4246
/proc/meminfo: memFree=32258416/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=70084 CPUtime=0.29 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 13766 0 0 0 27 2 0 0 23 0 1 0 856470348 71766016 12638 33554432000 4194304 4254575 140734467319200 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 17521 12638 213 15 0 14164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70084

[startup+0.700741 s]
/proc/loadavg: 3.75 3.91 3.55 6/189 4246
/proc/meminfo: memFree=32258416/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=165912 CPUtime=0.68 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 36981 0 0 0 62 6 0 0 25 0 1 0 856470348 169893888 33800 33554432000 4194304 4254575 140734467319200 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 41478 33801 213 15 0 38121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 165912

[startup+1.5006 s]
/proc/loadavg: 3.75 3.91 3.55 5/190 4247
/proc/meminfo: memFree=32054824/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=376084 CPUtime=1.49 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 82999 0 0 0 135 14 0 0 25 0 1 0 856470348 385110016 75755 33554432000 4194304 4254575 140734467319200 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 94021 75757 213 15 0 90664 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 376084

[startup+3.1003 s]
/proc/loadavg: 3.75 3.91 3.55 5/190 4247
/proc/meminfo: memFree=31958208/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=331008 CPUtime=3.09 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 110504 0 0 0 292 17 0 0 25 0 1 0 856470348 338952192 72595 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 82752 72595 222 15 0 79395 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 331008

[startup+6.30073 s]
/proc/loadavg: 3.77 3.91 3.55 5/190 4247
/proc/meminfo: memFree=31942956/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=333244 CPUtime=6.29 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 130576 0 0 0 609 20 0 0 25 0 1 0 856470348 341241856 68805 33554432000 4194304 4254575 140734467319200 18446744073709551615 4223849 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 83311 68805 232 15 0 79954 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 333244

[startup+12.7006 s]
/proc/loadavg: 3.87 3.93 3.56 5/190 4248
/proc/meminfo: memFree=31928992/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=333864 CPUtime=12.69 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 132150 0 0 0 1249 20 0 0 25 0 1 0 856470348 341876736 70375 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 83466 70375 233 15 0 80109 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 333864

[startup+25.5003 s]
/proc/loadavg: 3.90 3.93 3.56 5/190 4248
/proc/meminfo: memFree=31864684/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=334288 CPUtime=25.49 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 134895 0 0 0 2529 20 0 0 25 0 1 0 856470348 342310912 73119 33554432000 4194304 4254575 140734467319200 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 83572 73119 233 15 0 80215 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 334288

[startup+51.1007 s]
/proc/loadavg: 3.93 3.94 3.57 5/190 4249
/proc/meminfo: memFree=31742448/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=385424 CPUtime=51.09 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 143832 0 0 0 5088 21 0 0 25 0 1 0 856470348 394674176 82049 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 96356 82049 233 15 0 92999 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 385424

[startup+102.306 s]
/proc/loadavg: 4.01 3.96 3.60 5/190 4250
/proc/meminfo: memFree=31535776/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=468788 CPUtime=102.29 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 158716 0 0 0 10205 24 0 0 25 0 1 0 856470348 480038912 96927 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 117197 96927 233 15 0 113840 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 468788

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.62 5/190 4252
/proc/meminfo: memFree=31344396/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=601984 CPUtime=162.3 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 176284 0 0 0 16201 29 0 0 25 0 1 0 856470348 616431616 114484 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209475 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 150496 114484 233 15 0 147139 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 601984

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4291
/proc/meminfo: memFree=31575396/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=603460 CPUtime=222.29 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 196217 0 0 0 22197 32 0 0 25 0 1 0 856470348 617943040 134409 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 150865 134409 233 15 0 147508 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 603460

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.66 5/190 4293
/proc/meminfo: memFree=31376500/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=819828 CPUtime=282.29 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 219314 0 0 0 28193 36 0 0 25 0 1 0 856470348 839503872 157487 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 204957 157487 233 15 0 201600 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 819828

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.68 5/190 4294
/proc/meminfo: memFree=31187872/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=820672 CPUtime=342.3 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 241028 0 0 0 34190 40 0 0 25 0 1 0 856470348 840368128 179183 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209492 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 205168 179183 233 15 0 201811 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 820672

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.70 5/190 4334
/proc/meminfo: memFree=30967612/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=820672 CPUtime=402.3 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 256582 0 0 0 40188 42 0 0 25 0 1 0 856470348 840368128 194732 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 205168 194732 233 15 0 201811 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 820672

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 4336
/proc/meminfo: memFree=30653568/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1171996 CPUtime=462.3 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 276368 0 0 0 46186 44 0 0 25 0 1 0 856470348 1200123904 214503 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 292999 214503 233 15 0 289642 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1171996

[startup+522.3 s]
/proc/loadavg: 4.10 4.00 3.74 5/190 4337
/proc/meminfo: memFree=30343908/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1172932 CPUtime=522.3 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 297419 0 0 0 52182 48 0 0 25 0 1 0 856470348 1201082368 235540 33554432000 4194304 4254575 140734467319200 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 293233 235540 233 15 0 289876 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1172932

[startup+582.3 s]
/proc/loadavg: 4.04 4.00 3.75 5/190 4339
/proc/meminfo: memFree=30064844/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1174532 CPUtime=582.31 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 319143 0 0 0 58179 52 0 0 25 0 1 0 856470348 1202720768 257255 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 293633 257255 233 15 0 290276 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1174532

[startup+642.301 s]
/proc/loadavg: 4.07 4.01 3.77 5/190 4340
/proc/meminfo: memFree=29826464/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1174704 CPUtime=642.32 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 336865 0 0 0 64176 56 0 0 25 0 1 0 856470348 1202896896 274969 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 293676 274969 233 15 0 290319 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1174704

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.78 5/190 4342
/proc/meminfo: memFree=29546036/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1743460 CPUtime=702.31 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 360085 0 0 0 70171 60 0 0 25 0 1 0 856470348 1785303040 298177 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 435865 298177 233 15 0 432508 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1743460

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.79 5/190 4344
/proc/meminfo: memFree=29282352/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1744136 CPUtime=762.32 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 379448 0 0 0 76169 63 0 0 25 0 1 0 856470348 1785995264 317531 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 436034 317531 233 15 0 432677 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1744136

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 4345
/proc/meminfo: memFree=29020652/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1745308 CPUtime=822.31 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 398116 0 0 0 82165 66 0 0 25 0 1 0 856470348 1787195392 336181 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 436327 336181 233 15 0 432970 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1745308

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 4347
/proc/meminfo: memFree=28765028/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1745588 CPUtime=882.31 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 417772 0 0 0 88160 71 0 0 25 0 1 0 856470348 1787482112 355829 33554432000 4194304 4254575 140734467319200 18446744073709551615 4216807 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 436397 355829 233 15 0 433040 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1745588

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 4348
/proc/meminfo: memFree=28545736/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1745588 CPUtime=942.31 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 432812 0 0 0 94157 74 0 0 25 0 1 0 856470348 1787482112 370857 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 436397 370857 233 15 0 433040 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1745588

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 4350
/proc/meminfo: memFree=28329288/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1747252 CPUtime=1002.32 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 448130 0 0 0 100155 77 0 0 25 0 1 0 856470348 1789186048 386163 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 436813 386163 233 15 0 433456 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1747252

[startup+1062.3 s]
/proc/loadavg: 3.45 3.84 3.78 4/184 4376
/proc/meminfo: memFree=28579504/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1747252 CPUtime=1062.32 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 462767 0 0 0 106153 79 0 0 25 0 1 0 856470348 1789186048 400794 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 436813 400794 233 15 0 433456 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1747252

[startup+1122.3 s]
/proc/loadavg: 3.20 3.70 3.74 4/184 4377
/proc/meminfo: memFree=28445520/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1747252 CPUtime=1122.32 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 467810 0 0 0 112152 80 0 0 25 0 1 0 856470348 1789186048 405835 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 436813 405835 233 15 0 433456 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1747252

[startup+1182.3 s]
/proc/loadavg: 3.07 3.57 3.69 4/184 4379
/proc/meminfo: memFree=28289580/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=1747252 CPUtime=1182.32 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 481482 0 0 0 118150 82 0 0 25 0 1 0 856470348 1789186048 419499 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 436813 419499 233 15 0 433456 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1747252

[startup+1242.3 s]
/proc/loadavg: 3.02 3.46 3.64 4/184 4380
/proc/meminfo: memFree=28056748/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=2671440 CPUtime=1242.33 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 501101 0 0 0 124147 86 0 0 25 0 1 0 856470348 2735554560 439105 33554432000 4194304 4254575 140734467319200 18446744073709551615 4223712 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 667860 439108 233 15 0 664503 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2671440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.38 3.60 4/184 4382
/proc/meminfo: memFree=27878240/32951124 swapFree=67056964/67111528
[pid=4246] ppid=4244 vsize=2672164 CPUtime=1300.03 cores=1,3
/proc/4246/stat : 4246 (cir_minisat) R 4244 4246 2906 0 -1 4202496 516500 0 0 0 129914 89 0 0 25 0 1 0 856470348 2736295936 454496 33554432000 4194304 4254575 140734467319200 18446744073709551615 4209392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4246/statm: 668041 454496 233 15 0 664684 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2672164

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.08
CPU time (s): 1300.11
CPU user time (s): 1299.15
CPU system time (s): 0.958854
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2672164

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

runsolver used 2.05569 second user time and 5.04823 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 19:29:05
IDJOB=3348668
IDBENCH=82371
IDSOLVER=1810
FILE ID=node145/3348668-1307640540
RUNJOBID= node145-1307640540-4190
PBS_JOBID= 13549347
Free space on /tmp= 74024 MiB

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

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1146044799

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:      32258836 kB
Buffers:         43564 kB
Cached:         381232 kB
SwapCached:       7944 kB
Active:         369680 kB
Inactive:       174688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32258836 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:          182148 kB
Writeback:           0 kB
AnonPages:      117352 kB
Mapped:          13432 kB
Slab:            83244 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   357580 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= 74008 MiB
End job on node145 at 2011-06-09 19:50:47