Trace number 3318015

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: MiniSAT 2.2.0-agile-26? (TO) 1300.09 1300.1

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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-3318015-1304903802/watcher-3318015-1304903802 -o /tmp/evaluation-result-3318015-1304903802/solver-3318015-1304903802 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318015-1304903802.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: 1.17 1.36 2.35 5/367 19700
/proc/meminfo: memFree=12774504/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=20988 CPUtime=0.01 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 1164 0 0 0 1 0 0 0 22 0 1 0 582796825 21491712 1080 33554432000 4194304 4291235 140735121052944 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 5247 1080 214 24 0 1881 0

[startup+0.059267 s]
/proc/loadavg: 1.17 1.36 2.35 5/367 19700
/proc/meminfo: memFree=12774504/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=27188 CPUtime=0.05 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 3445 0 0 0 5 0 0 0 22 0 1 0 582796825 27840512 3060 33554432000 4194304 4291235 140735121052944 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 6797 3060 215 24 0 3431 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27188

[startup+0.100323 s]
/proc/loadavg: 1.17 1.36 2.35 5/367 19700
/proc/meminfo: memFree=12774504/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=35220 CPUtime=0.09 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 5654 0 0 0 9 0 0 0 22 0 1 0 582796825 36065280 4839 33554432000 4194304 4291235 140735121052944 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 8805 4842 215 24 0 5439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35220

[startup+0.300262 s]
/proc/loadavg: 1.17 1.36 2.35 5/367 19700
/proc/meminfo: memFree=12774504/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=72572 CPUtime=0.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 16038 0 0 0 28 1 0 0 23 0 1 0 582796825 74313728 13293 33554432000 4194304 4291235 140735121052944 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 18143 13295 215 24 0 14777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72572

[startup+0.700197 s]
/proc/loadavg: 1.17 1.36 2.35 5/367 19700
/proc/meminfo: memFree=12774504/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=153208 CPUtime=0.69 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 35949 0 0 0 64 5 0 0 25 0 1 0 582796825 156884992 29703 33554432000 4194304 4291235 140735121052944 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 38302 29706 215 24 0 34936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 153208

[startup+1.50105 s]
/proc/loadavg: 1.17 1.36 2.35 5/374 19713
/proc/meminfo: memFree=12436412/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=297260 CPUtime=1.49 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 75562 0 0 0 136 13 0 0 25 0 1 0 582796825 304394240 65202 33554432000 4194304 4291235 140735121052944 18446744073709551615 4221429 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 74315 65223 215 24 0 70949 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 297260

[startup+3.10077 s]
/proc/loadavg: 1.17 1.36 2.35 5/374 19713
/proc/meminfo: memFree=11892832/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=292764 CPUtime=3.09 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 77924 0 0 0 296 13 0 0 25 0 1 0 582796825 299790336 64019 33554432000 4194304 4291235 140735121052944 18446744073709551615 4254696 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 73191 64019 237 24 0 69825 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 292764

[startup+6.30119 s]
/proc/loadavg: 1.55 1.43 2.37 5/377 19719
/proc/meminfo: memFree=11401040/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=292764 CPUtime=6.3 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 77924 0 0 0 617 13 0 0 25 0 1 0 582796825 299790336 64019 33554432000 4194304 4291235 140735121052944 18446744073709551615 4230147 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 73191 64019 237 24 0 69825 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 292764

[startup+12.701 s]
/proc/loadavg: 1.91 1.51 2.39 5/377 19719
/proc/meminfo: memFree=11031800/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=304696 CPUtime=12.69 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 82770 0 0 0 1255 14 0 0 25 0 1 0 582796825 312008704 68679 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 76174 68679 239 24 0 72808 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 304696

[startup+25.5008 s]
/proc/loadavg: 2.51 1.66 2.42 5/377 19719
/proc/meminfo: memFree=11015840/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=282200 CPUtime=25.49 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 101184 0 0 0 2532 17 0 0 25 0 1 0 582796825 288972800 58412 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 70550 58412 259 24 0 67184 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 282200

[startup+51.1002 s]
/proc/loadavg: 2.94 1.83 2.46 5/377 19747
/proc/meminfo: memFree=11432700/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=282200 CPUtime=51.09 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 105769 0 0 0 5091 18 0 0 25 0 1 0 582796825 288972800 62939 33554432000 4194304 4291235 140735121052944 18446744073709551615 4248885 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 70550 62939 259 24 0 67184 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 282200

[startup+102.301 s]
/proc/loadavg: 3.50 2.15 2.53 5/377 19802
/proc/meminfo: memFree=11664408/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=413676 CPUtime=102.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 124301 0 0 0 10207 22 0 0 25 0 1 0 582796825 423604224 81295 33554432000 4194304 4291235 140735121052944 18446744073709551615 4251583 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 103419 81295 259 24 0 100053 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 413676

[startup+162.3 s]
/proc/loadavg: 3.81 2.48 2.62 5/377 19804
/proc/meminfo: memFree=11646944/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=547168 CPUtime=162.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 142953 0 0 0 16200 29 0 0 25 0 1 0 582796825 560300032 99747 33554432000 4194304 4291235 140735121052944 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 136792 99747 259 24 0 133426 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 547168

[startup+222.301 s]
/proc/loadavg: 4.05 2.79 2.71 5/377 19806
/proc/meminfo: memFree=11430632/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=553276 CPUtime=222.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 168437 0 0 0 22192 37 0 0 25 0 1 0 582796825 566554624 125055 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 138319 125055 259 24 0 134953 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 553276

[startup+282.301 s]
/proc/loadavg: 4.12 3.04 2.80 5/377 19807
/proc/meminfo: memFree=11242604/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=772296 CPUtime=282.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 189573 0 0 0 28187 42 0 0 25 0 1 0 582796825 790831104 146044 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 193074 146044 259 24 0 189708 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 772296

[startup+342.301 s]
/proc/loadavg: 4.04 3.21 2.87 5/377 19809
/proc/meminfo: memFree=11049244/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=777948 CPUtime=342.28 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 210418 0 0 0 34181 47 0 0 25 0 1 0 582796825 796618752 166759 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 194487 166759 259 24 0 191121 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 777948

[startup+402.3 s]
/proc/loadavg: 4.01 3.35 2.94 5/377 19810
/proc/meminfo: memFree=10886476/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1133000 CPUtime=402.3 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 242606 0 0 0 40172 58 0 0 25 0 1 0 582796825 1160192000 198784 33554432000 4194304 4291235 140735121052944 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 283250 198784 259 24 0 279884 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1133000

[startup+462.301 s]
/proc/loadavg: 4.08 3.48 3.01 5/377 19812
/proc/meminfo: memFree=10663492/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1146420 CPUtime=462.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 269994 0 0 0 46162 67 0 0 25 0 1 0 582796825 1173934080 226075 33554432000 4194304 4291235 140735121052944 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 286605 226075 259 24 0 283239 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1146420

[startup+522.314 s]
/proc/loadavg: 4.19 3.61 3.08 5/377 19817
/proc/meminfo: memFree=10580580/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1155072 CPUtime=522.3 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 285438 0 0 0 52158 72 0 0 25 0 1 0 582796825 1182793728 241432 33554432000 4194304 4291235 140735121052944 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 288768 241432 259 24 0 285402 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1155072

[startup+582.3 s]
/proc/loadavg: 4.14 3.69 3.14 5/377 19818
/proc/meminfo: memFree=10449524/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1163260 CPUtime=582.28 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 301720 0 0 0 58151 77 0 0 25 0 1 0 582796825 1191178240 257605 33554432000 4194304 4291235 140735121052944 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 290815 257605 259 24 0 287449 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1163260

[startup+642.3 s]
/proc/loadavg: 4.05 3.75 3.19 5/377 19820
/proc/meminfo: memFree=10270900/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1175140 CPUtime=642.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 316491 0 0 0 64148 81 0 0 25 0 1 0 582796825 1203343360 272275 33554432000 4194304 4291235 140735121052944 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 293785 272275 259 24 0 290419 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1175140

[startup+702.301 s]
/proc/loadavg: 4.02 3.79 3.24 5/377 19821
/proc/meminfo: memFree=10107772/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1181352 CPUtime=702.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 332370 0 0 0 70143 86 0 0 25 0 1 0 582796825 1209704448 288044 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 295338 288044 259 24 0 291972 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1181352

[startup+762.301 s]
/proc/loadavg: 4.00 3.83 3.28 5/377 19823
/proc/meminfo: memFree=10008020/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1756480 CPUtime=762.28 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 347505 0 0 0 76137 91 0 0 25 0 1 0 582796825 1798635520 303100 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 439120 303100 259 24 0 435754 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 1756480

[startup+822.3 s]
/proc/loadavg: 4.28 3.93 3.35 5/377 19824
/proc/meminfo: memFree=9800140/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1764784 CPUtime=822.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 361226 0 0 0 82132 97 0 0 25 0 1 0 582796825 1807138816 316750 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 441196 316750 259 24 0 437830 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1764784

[startup+882.301 s]
/proc/loadavg: 4.10 3.94 3.39 5/377 19826
/proc/meminfo: memFree=9760148/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1770384 CPUtime=882.28 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 374456 0 0 0 88127 101 0 0 25 0 1 0 582796825 1812873216 329911 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 442596 329911 259 24 0 439230 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 1770384

[startup+942.301 s]
/proc/loadavg: 4.04 3.95 3.42 5/377 19828
/proc/meminfo: memFree=9657904/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1783024 CPUtime=942.28 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 388029 0 0 0 94121 107 0 0 25 0 1 0 582796825 1825816576 343411 33554432000 4194304 4291235 140735121052944 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 445756 343411 259 24 0 442390 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1783024

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.46 5/377 19829
/proc/meminfo: memFree=9109384/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1789504 CPUtime=1002.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 399708 0 0 0 100117 112 0 0 25 0 1 0 582796825 1832452096 355024 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 447376 355024 259 24 0 444010 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1789504

[startup+1062.3 s]
/proc/loadavg: 4.04 3.97 3.49 5/377 19831
/proc/meminfo: memFree=8782464/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1798508 CPUtime=1062.29 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 411281 0 0 0 106113 116 0 0 25 0 1 0 582796825 1841672192 366530 33554432000 4194304 4291235 140735121052944 18446744073709551615 4261987 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 449627 366530 259 24 0 446261 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1798508

[startup+1122.3 s]
/proc/loadavg: 4.05 3.99 3.53 5/377 19833
/proc/meminfo: memFree=8677380/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1812248 CPUtime=1122.28 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 430152 0 0 0 112106 122 0 0 25 0 1 0 582796825 1855741952 385314 33554432000 4194304 4291235 140735121052944 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 453062 385314 259 24 0 449696 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1812248

[startup+1182.31 s]
/proc/loadavg: 4.06 4.00 3.56 5/377 19834
/proc/meminfo: memFree=8503460/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1812248 CPUtime=1182.3 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 456801 0 0 0 118099 131 0 0 25 0 1 0 582796825 1855741952 411867 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 453062 411867 259 24 0 449696 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1812248

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.58 5/377 19836
/proc/meminfo: memFree=8302408/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1818732 CPUtime=1242.28 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 471002 0 0 0 124092 136 0 0 25 0 1 0 582796825 1862381568 425981 33554432000 4194304 4291235 140735121052944 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 454683 425981 259 24 0 451317 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 1818732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 4.00 4.00 3.61 7/377 19837
/proc/meminfo: memFree=8249528/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1820892 CPUtime=1300 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 481442 0 0 0 129860 140 0 0 25 0 1 0 582796825 1864593408 436353 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 455223 436353 259 24 0 451857 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1820892

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

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

[startup+1300.01 s]
/proc/loadavg: 4.00 4.00 3.61 7/377 19837
/proc/meminfo: memFree=8249528/32951124 swapFree=65155552/67111528
[pid=19700] ppid=19698 vsize=1820892 CPUtime=1300 cores=0,2
/proc/19700/stat : 19700 (minisat) R 19698 19700 18785 0 -1 4202496 481442 0 0 0 129860 140 0 0 25 0 1 0 582796825 1864593408 436353 33554432000 4194304 4291235 140735121052944 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19700/statm: 455223 436353 259 24 0 451857 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1820892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.1
CPU time (s): 1300.09
CPU user time (s): 1298.61
CPU system time (s): 1.48177
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 1820892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.61
system time used= 1.48177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 481442
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 4339

runsolver used 4.84126 second user time and 10.5384 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-09 03:16:46
IDJOB=3318015
IDBENCH=85007
IDSOLVER=1707
FILE ID=node146/3318015-1304903802
RUNJOBID= node146-1304903802-19676
PBS_JOBID= 13282125
Free space on /tmp= 41640 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318015-1304903802/watcher-3318015-1304903802 -o /tmp/evaluation-result-3318015-1304903802/solver-3318015-1304903802 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318015-1304903802.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1399282023

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12774908 kB
Buffers:        145020 kB
Cached:        4223168 kB
SwapCached:       9284 kB
Active:       10698728 kB
Inactive:      9158680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12774908 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:          319416 kB
Writeback:           0 kB
AnonPages:    15486944 kB
Mapped:          21852 kB
Slab:           194404 kB
PageTables:      59468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81770468 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= 41660 MiB
End job on node146 at 2011-05-09 03:38:28