Trace number 3348529

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.05 1300.07

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.78 0.21 0.07 5/301 23060
/proc/meminfo: memFree=3926836/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=11796 CPUtime=0 cores=0,2
/proc/23060/stat : 23060 (runsolver) R 23058 23060 21818 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 64429794 12079104 49 33554432000 4194304 5432360 140736896588640 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/23060/statm: 2949 49 30 303 0 2643 0

[startup+0.0816959 s]
/proc/loadavg: 0.78 0.21 0.07 5/301 23060
/proc/meminfo: memFree=3926836/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=23224 CPUtime=0.02 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 2135 0 0 0 2 0 0 0 21 0 1 0 64429794 23781376 1946 33554432000 4194304 4254575 140735821957808 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 5806 1947 212 15 0 2449 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23224

[startup+0.103687 s]
/proc/loadavg: 0.78 0.21 0.07 5/301 23060
/proc/meminfo: memFree=3926836/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=26248 CPUtime=0.04 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 3177 0 0 0 4 0 0 0 21 0 1 0 64429794 26877952 2907 33554432000 4194304 4254575 140735821957808 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 6562 2909 212 15 0 3205 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26248

[startup+0.300659 s]
/proc/loadavg: 0.78 0.21 0.07 5/301 23060
/proc/meminfo: memFree=3926836/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=64660 CPUtime=0.24 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 12211 0 0 0 22 2 0 0 21 0 1 0 64429794 66211840 11169 33554432000 4194304 4254575 140735821957808 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 16165 11170 212 15 0 12808 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 64660

[startup+0.700582 s]
/proc/loadavg: 0.78 0.21 0.07 5/301 23060
/proc/meminfo: memFree=3926836/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=140328 CPUtime=0.65 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 30055 0 0 0 60 5 0 0 23 0 1 0 64429794 143695872 27410 33554432000 4194304 4254575 140735821957808 18446744073709551615 4221559 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 35082 27412 212 15 0 31725 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 140328

[startup+1.50044 s]
/proc/loadavg: 0.78 0.21 0.07 5/302 23061
/proc/meminfo: memFree=3689316/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=310300 CPUtime=1.44 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 65433 0 0 0 134 10 0 0 25 0 1 0 64429794 317747200 59658 33554432000 4194304 4254575 140735821957808 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 77575 59660 212 15 0 74218 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 310300

[startup+3.10115 s]
/proc/loadavg: 0.78 0.21 0.07 5/302 23061
/proc/meminfo: memFree=3492764/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=329860 CPUtime=3.05 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 73682 0 0 0 293 12 0 0 25 0 1 0 64429794 337776640 67154 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216847 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 82465 67154 232 15 0 79108 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 329860

[startup+6.30057 s]
/proc/loadavg: 1.12 0.29 0.09 5/308 23073
/proc/meminfo: memFree=3237424/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=331712 CPUtime=6.24 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 74343 0 0 0 612 12 0 0 25 0 1 0 64429794 339673088 67807 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 82928 67807 233 15 0 79571 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 331712

[startup+12.7004 s]
/proc/loadavg: 1.51 0.38 0.12 5/308 23073
/proc/meminfo: memFree=2101056/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=333524 CPUtime=12.64 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 75273 0 0 0 1252 12 0 0 25 0 1 0 64429794 341528576 68728 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 83381 68728 233 15 0 80024 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 333524

[startup+25.5011 s]
/proc/loadavg: 2.06 0.56 0.19 5/305 23077
/proc/meminfo: memFree=2638864/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=336564 CPUtime=25.45 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 77426 0 0 0 2532 13 0 0 25 0 1 0 64429794 344641536 70869 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 84141 70869 233 15 0 80784 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 336564

[startup+51.1005 s]
/proc/loadavg: 2.84 0.87 0.30 5/308 23102
/proc/meminfo: memFree=2824804/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=340184 CPUtime=51.03 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 82516 0 0 0 5089 14 0 0 25 0 1 0 64429794 348348416 75928 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216524 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 85046 75928 233 15 0 81689 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 340184

[startup+102.3 s]
/proc/loadavg: 3.49 1.35 0.49 5/308 23184
/proc/meminfo: memFree=3562012/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=429188 CPUtime=102.23 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 92402 0 0 0 10206 17 0 0 25 0 1 0 64429794 439488512 85708 33554432000 4194304 4254575 140735821957808 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 107297 85708 233 15 0 103940 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 429188

[startup+162.3 s]
/proc/loadavg: 3.97 1.86 0.72 5/308 23188
/proc/meminfo: memFree=3383688/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=438324 CPUtime=162.24 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 109108 0 0 0 16200 24 0 0 25 0 1 0 64429794 448843776 102287 33554432000 4194304 4254575 140735821957808 18446744073709551615 4212445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 109581 102287 233 15 0 106224 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 438324

[startup+222.301 s]
/proc/loadavg: 3.99 2.25 0.92 5/308 23190
/proc/meminfo: memFree=3230684/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=576720 CPUtime=222.24 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 122509 0 0 0 22195 29 0 0 25 0 1 0 64429794 590561280 115607 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 144180 115607 233 15 0 140823 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 576720

[startup+282.301 s]
/proc/loadavg: 3.99 2.56 1.11 5/308 23192
/proc/meminfo: memFree=3031176/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=582064 CPUtime=282.24 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 144083 0 0 0 28189 35 0 0 25 0 1 0 64429794 596033536 137053 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 145516 137053 233 15 0 142159 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 582064

[startup+342.301 s]
/proc/loadavg: 3.99 2.82 1.29 5/308 23193
/proc/meminfo: memFree=2867136/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=802780 CPUtime=342.25 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 160503 0 0 0 34186 39 0 0 25 0 1 0 64429794 822046720 153375 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 200695 153375 233 15 0 197338 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 802780

[startup+402.3 s]
/proc/loadavg: 3.99 3.03 1.45 5/308 23195
/proc/meminfo: memFree=2725660/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=810736 CPUtime=402.24 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 172797 0 0 0 40182 42 0 0 25 0 1 0 64429794 830193664 165586 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 202684 165586 233 15 0 199327 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 810736

[startup+462.311 s]
/proc/loadavg: 3.99 3.21 1.61 5/308 23196
/proc/meminfo: memFree=2550932/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=818196 CPUtime=462.25 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 189746 0 0 0 46178 47 0 0 25 0 1 0 64429794 837832704 182423 33554432000 4194304 4254575 140735821957808 18446744073709551615 4231209 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 204549 182423 233 15 0 201192 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 818196

[startup+522.301 s]
/proc/loadavg: 3.99 3.35 1.76 5/308 23225
/proc/meminfo: memFree=2777128/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=823264 CPUtime=522.25 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 202201 0 0 0 52173 52 0 0 25 0 1 0 64429794 843022336 194796 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 205816 194796 233 15 0 202459 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 823264

[startup+582.301 s]
/proc/loadavg: 4.09 3.49 1.90 5/308 23227
/proc/meminfo: memFree=2600128/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1178472 CPUtime=582.24 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 215424 0 0 0 58169 55 0 0 25 0 1 0 64429794 1206755328 207944 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 294618 207944 233 15 0 291261 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 1178472

[startup+642.301 s]
/proc/loadavg: 4.03 3.58 2.03 5/308 23228
/proc/meminfo: memFree=2450672/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1183620 CPUtime=642.25 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 228562 0 0 0 64164 61 0 0 25 0 1 0 64429794 1212026880 221002 33554432000 4194304 4254575 140735821957808 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 295905 221002 233 15 0 292548 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 1183620

[startup+702.301 s]
/proc/loadavg: 4.05 3.67 2.16 5/308 23230
/proc/meminfo: memFree=2264752/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1188248 CPUtime=702.26 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 248815 0 0 0 70156 70 0 0 25 0 1 0 64429794 1216765952 241147 33554432000 4194304 4254575 140735821957808 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 297062 241147 233 15 0 293705 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 1188248

[startup+762.3 s]
/proc/loadavg: 4.06 3.74 2.28 5/308 23258
/proc/meminfo: memFree=2610284/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1199216 CPUtime=762.26 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 260645 0 0 0 76151 75 0 0 25 0 1 0 64429794 1227997184 252908 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 299804 252908 233 15 0 296447 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 1199216

[startup+822.301 s]
/proc/loadavg: 4.02 3.79 2.38 5/308 23260
/proc/meminfo: memFree=2482416/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1203304 CPUtime=822.26 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 270084 0 0 0 82147 79 0 0 25 0 1 0 64429794 1232183296 262284 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 300826 262284 233 15 0 297469 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 1203304

[startup+882.301 s]
/proc/loadavg: 4.00 3.82 2.48 5/308 23262
/proc/meminfo: memFree=2316380/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1206304 CPUtime=882.25 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 281699 0 0 0 88142 83 0 0 25 0 1 0 64429794 1235255296 273828 33554432000 4194304 4254575 140735821957808 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 301576 273829 233 15 0 298219 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 1206304

[startup+942.301 s]
/proc/loadavg: 4.00 3.85 2.57 5/308 23263
/proc/meminfo: memFree=2171412/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1211436 CPUtime=942.26 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 292650 0 0 0 94138 88 0 0 25 0 1 0 64429794 1240510464 284712 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 302859 284712 233 15 0 299502 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 1211436

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 2.66 5/308 23265
/proc/meminfo: memFree=1997152/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1215984 CPUtime=1002.27 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 303346 0 0 0 100135 92 0 0 25 0 1 0 64429794 1245167616 295355 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216522 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 303996 295355 233 15 0 300639 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 1215984

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.74 5/308 23266
/proc/meminfo: memFree=1862612/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1785756 CPUtime=1062.27 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 311138 0 0 0 106132 95 0 0 25 0 1 0 64429794 1828614144 303093 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 446439 303093 233 15 0 443082 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 1785756

[startup+1122.31 s]
/proc/loadavg: 4.06 3.93 2.82 5/308 23268
/proc/meminfo: memFree=1725880/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1788496 CPUtime=1122.28 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 319653 0 0 0 112130 98 0 0 25 0 1 0 64429794 1831419904 311539 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 447124 311539 233 15 0 443767 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1788496

[startup+1182.3 s]
/proc/loadavg: 4.02 3.94 2.89 5/308 23270
/proc/meminfo: memFree=1580908/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1790628 CPUtime=1182.27 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 330670 0 0 0 118123 104 0 0 25 0 1 0 64429794 1833603072 322502 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 447657 322502 233 15 0 444300 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 1790628

[startup+1242.3 s]
/proc/loadavg: 4.10 3.98 2.97 5/308 23271
/proc/meminfo: memFree=1461624/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1794416 CPUtime=1242.27 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 337540 0 0 0 124120 107 0 0 25 0 1 0 64429794 1837481984 329319 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 448604 329319 233 15 0 445247 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 1794416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 3.99 3.04 5/308 23273
/proc/meminfo: memFree=1325396/32950928 swapFree=67111364/67111528
[pid=23060] ppid=23058 vsize=1796120 CPUtime=1299.97 cores=0,2
/proc/23060/stat : 23060 (cir_minisat) R 23058 23060 21818 0 -1 4202496 342851 0 0 0 129887 110 0 0 25 0 1 0 64429794 1839226880 334579 33554432000 4194304 4254575 140735821957808 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23060/statm: 449030 334579 233 15 0 445673 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1796120

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.07
CPU time (s): 1300.05
CPU user time (s): 1298.88
CPU system time (s): 1.17082
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 1796120

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

runsolver used 4.15637 second user time and 8.50071 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-09 21:10:04
IDJOB=3348529
IDBENCH=20580
IDSOLVER=1810
FILE ID=node112/3348529-1304968199
RUNJOBID= node112-1304968199-23030
PBS_JOBID= 13285638
Free space on /tmp= 40268 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348529-1304968199/watcher-3348529-1304968199 -o /tmp/evaluation-result-3348529-1304968199/solver-3348529-1304968199 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348529-1304968199.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1587755252

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3928224 kB
Buffers:        217820 kB
Cached:       14424456 kB
SwapCached:          0 kB
Active:       19791732 kB
Inactive:      8671548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3928224 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          449496 kB
Writeback:           0 kB
AnonPages:    13820500 kB
Mapped:          21268 kB
Slab:           455736 kB
PageTables:      42628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35078472 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= 40544 MiB
End job on node112 at 2011-05-09 21:31:46