Trace number 3292029

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
kw 2011-02-28UNSAT 1171.57 1171.54

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

1171.52/1171.50	c 1171.520000 seconds
1171.52/1171.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3292029-1303791853/watcher-3292029-1303791853 -o /tmp/evaluation-result-3292029-1303791853/solver-3292029-1303791853 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3292029-1303791853.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: 1.03 2.02 3.03 4/186 10202
/proc/meminfo: memFree=11131888/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=9796 CPUtime=0 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 1679 0 0 0 0 0 0 0 21 0 1 0 569416174 10031104 1628 33554432000 4194304 6935321 140737130569824 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 2449 1632 241 670 0 1770 0

[startup+0.064648 s]
/proc/loadavg: 1.03 2.02 3.03 4/186 10202
/proc/meminfo: memFree=11131888/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=69948 CPUtime=0.05 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 16086 0 0 0 4 1 0 0 21 0 1 0 569416174 71626752 16019 33554432000 4194304 6935321 140737130569824 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 17487 16031 241 670 0 16808 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 69948

[startup+0.100642 s]
/proc/loadavg: 1.03 2.02 3.03 4/186 10202
/proc/meminfo: memFree=11131888/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=114336 CPUtime=0.09 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 24954 0 0 0 7 2 0 0 21 0 1 0 569416174 117080064 24887 33554432000 4194304 6935321 140737130569824 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 28617 24896 241 670 0 27938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 114336

[startup+0.300601 s]
/proc/loadavg: 1.03 2.02 3.03 4/186 10202
/proc/meminfo: memFree=11131888/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=148560 CPUtime=0.29 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 34533 0 0 0 25 4 0 0 22 0 1 0 569416174 152125440 34466 33554432000 4194304 6935321 140737130569824 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 37140 34467 250 670 0 36461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 148560

[startup+0.700541 s]
/proc/loadavg: 1.03 2.02 3.03 4/186 10202
/proc/meminfo: memFree=11131888/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=183636 CPUtime=0.69 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 43375 0 0 0 64 5 0 0 24 0 1 0 569416174 188043264 43308 33554432000 4194304 6935321 140737130569824 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 45909 43308 250 670 0 45230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 183636

[startup+1.50039 s]
/proc/loadavg: 1.27 2.05 3.03 5/187 10203
/proc/meminfo: memFree=10891760/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=244276 CPUtime=1.49 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 57410 0 0 0 142 7 0 0 25 0 1 0 569416174 250138624 57343 33554432000 4194304 6935321 140737130569824 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 61069 57343 250 670 0 60390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244276

[startup+3.10111 s]
/proc/loadavg: 1.27 2.05 3.03 5/185 10203
/proc/meminfo: memFree=10770744/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=360456 CPUtime=3.09 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 85372 0 0 0 298 11 0 0 25 0 1 0 569416174 369106944 85305 33554432000 4194304 6935321 140737130569824 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 90114 85305 250 670 0 89435 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 360456

[startup+6.30055 s]
/proc/loadavg: 1.65 2.12 3.05 5/187 10230
/proc/meminfo: memFree=10073328/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=589944 CPUtime=6.29 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 140399 0 0 0 609 20 0 0 25 0 1 0 569416174 604102656 140332 33554432000 4194304 6935321 140737130569824 18446744073709551615 4397155 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 147486 140333 250 670 0 146807 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 589944

[startup+12.7004 s]
/proc/loadavg: 1.84 2.15 3.05 5/190 10236
/proc/meminfo: memFree=8856780/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=956784 CPUtime=12.69 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 232917 0 0 0 1231 38 0 0 25 0 1 0 569416174 979746816 231621 33554432000 4194304 6935321 140737130569824 18446744073709551615 4388944 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239196 231621 275 670 0 238517 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 956784

[startup+25.5072 s]
/proc/loadavg: 2.31 2.24 3.07 5/190 10237
/proc/meminfo: memFree=7033352/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=928672 CPUtime=25.5 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 234991 0 0 0 2508 42 0 0 25 0 1 0 569416174 950960128 224957 33554432000 4194304 6935321 140737130569824 18446744073709551615 4429587 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 232168 224957 286 670 0 231489 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 928672

[startup+51.1007 s]
/proc/loadavg: 2.89 2.38 3.09 6/190 10264
/proc/meminfo: memFree=4756888/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=929328 CPUtime=51.1 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 235581 0 0 0 5066 44 0 0 25 0 1 0 569416174 951631872 225547 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430531 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 232332 225547 298 670 0 231653 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 929328

[startup+102.301 s]
/proc/loadavg: 3.52 2.62 3.14 5/190 10294
/proc/meminfo: memFree=4696184/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=102.29 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243166 0 0 0 10181 48 0 0 25 0 1 0 569416174 981139456 233132 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430563 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233132 298 670 0 238857 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 958144

[startup+162.301 s]
/proc/loadavg: 3.82 2.87 3.19 5/190 10322
/proc/meminfo: memFree=5774944/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=162.29 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243296 0 0 0 16175 54 0 0 25 0 1 0 569416174 981139456 233262 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430567 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233262 298 670 0 238857 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 958144

[startup+222.3 s]
/proc/loadavg: 3.93 3.07 3.24 5/190 10324
/proc/meminfo: memFree=5689340/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=222.3 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243309 0 0 0 22176 54 0 0 25 0 1 0 569416174 981139456 233275 33554432000 4194304 6935321 140737130569824 18446744073709551615 5323920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233275 298 670 0 238857 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 958144

[startup+282.301 s]
/proc/loadavg: 3.97 3.24 3.28 5/190 10326
/proc/meminfo: memFree=5714104/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=282.29 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243328 0 0 0 28173 56 0 0 25 0 1 0 569416174 981139456 233294 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233294 298 670 0 238857 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 958144

[startup+342.307 s]
/proc/loadavg: 3.99 3.38 3.32 5/190 10327
/proc/meminfo: memFree=5652680/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=342.31 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243332 0 0 0 34172 59 0 0 25 0 1 0 569416174 981139456 233298 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430563 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233298 298 670 0 238857 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 958144

[startup+402.301 s]
/proc/loadavg: 4.05 3.50 3.37 5/190 10329
/proc/meminfo: memFree=5667440/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=402.3 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243414 0 0 0 40171 59 0 0 25 0 1 0 569416174 981139456 233380 33554432000 4194304 6935321 140737130569824 18446744073709551615 4821203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233380 298 670 0 238857 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 958144

[startup+462.301 s]
/proc/loadavg: 4.02 3.59 3.40 5/190 10330
/proc/meminfo: memFree=5659808/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=462.3 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243415 0 0 0 46169 61 0 0 25 0 1 0 569416174 981139456 233381 33554432000 4194304 6935321 140737130569824 18446744073709551615 4718855 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233381 298 670 0 238857 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 958144

[startup+522.301 s]
/proc/loadavg: 4.04 3.68 3.45 5/190 10332
/proc/meminfo: memFree=5613652/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=522.31 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243469 0 0 0 52168 63 0 0 25 0 1 0 569416174 981139456 233435 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430808 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233435 298 670 0 238857 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 958144

[startup+582.301 s]
/proc/loadavg: 4.01 3.73 3.48 5/190 10334
/proc/meminfo: memFree=5609228/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=582.31 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243482 0 0 0 58166 65 0 0 25 0 1 0 569416174 981139456 233448 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430563 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233448 298 670 0 238857 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 958144

[startup+642.301 s]
/proc/loadavg: 3.40 3.61 3.45 4/184 10352
/proc/meminfo: memFree=5690540/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=642.31 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243520 0 0 0 64165 66 0 0 25 0 1 0 569416174 981139456 233486 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430621 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233486 298 670 0 238857 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 958144

[startup+702.301 s]
/proc/loadavg: 3.15 3.50 3.42 4/184 10354
/proc/meminfo: memFree=5677704/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=702.31 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243521 0 0 0 70163 68 0 0 25 0 1 0 569416174 981139456 233487 33554432000 4194304 6935321 140737130569824 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233487 298 670 0 238857 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 958144

[startup+762.3 s]
/proc/loadavg: 3.05 3.40 3.39 4/184 10355
/proc/meminfo: memFree=5674080/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=762.31 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243521 0 0 0 76162 69 0 0 25 0 1 0 569416174 981139456 233487 33554432000 4194304 6935321 140737130569824 18446744073709551615 4780104 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233487 298 670 0 238857 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 958144

[startup+822.301 s]
/proc/loadavg: 3.02 3.33 3.36 4/184 10357
/proc/meminfo: memFree=5652480/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=822.31 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243558 0 0 0 82161 70 0 0 25 0 1 0 569416174 981139456 233524 33554432000 4194304 6935321 140737130569824 18446744073709551615 4487460 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233524 298 670 0 238857 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 958144

[startup+882.3 s]
/proc/loadavg: 3.00 3.26 3.34 4/184 10362
/proc/meminfo: memFree=5649084/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=882.31 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243558 0 0 0 88160 71 0 0 25 0 1 0 569416174 981139456 233524 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430621 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233524 298 670 0 238857 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 958144

[startup+942.301 s]
/proc/loadavg: 3.07 3.23 3.32 4/184 10363
/proc/meminfo: memFree=5649140/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=942.32 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243559 0 0 0 94160 72 0 0 25 0 1 0 569416174 981139456 233525 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233525 298 670 0 238857 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 958144

[startup+1002.31 s]
/proc/loadavg: 3.02 3.19 3.30 4/184 10365
/proc/meminfo: memFree=5647580/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1002.32 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243559 0 0 0 100159 73 0 0 25 0 1 0 569416174 981139456 233525 33554432000 4194304 6935321 140737130569824 18446744073709551615 4429614 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233525 298 670 0 238857 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 958144

[startup+1062.3 s]
/proc/loadavg: 3.09 3.17 3.28 4/184 10366
/proc/meminfo: memFree=5604580/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1062.32 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243559 0 0 0 106157 75 0 0 25 0 1 0 569416174 981139456 233525 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430609 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233525 298 670 0 238857 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 958144

[startup+1122.3 s]
/proc/loadavg: 3.03 3.13 3.26 4/184 10368
/proc/meminfo: memFree=5635784/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1122.32 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 112156 76 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4478266 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 958144

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

[startup+1127.6 s]
/proc/loadavg: 3.03 3.13 3.26 4/184 10368
/proc/meminfo: memFree=5635784/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1127.62 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 112686 76 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4718555 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1127.62
Current children cumulated vsize (KiB) 958144

[startup+1153.2 s]
/proc/loadavg: 3.02 3.12 3.25 4/184 10369
/proc/meminfo: memFree=5635784/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1153.21 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 115245 76 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430890 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1153.21
Current children cumulated vsize (KiB) 958144

[startup+1159.61 s]
/proc/loadavg: 3.02 3.12 3.25 4/184 10369
/proc/meminfo: memFree=5635904/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1159.63 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 115886 77 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1159.63
Current children cumulated vsize (KiB) 958144

[startup+1166 s]
/proc/loadavg: 3.01 3.11 3.25 4/184 10369
/proc/meminfo: memFree=5635904/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1166.02 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 116525 77 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1166.02
Current children cumulated vsize (KiB) 958144

[startup+1169.2 s]
/proc/loadavg: 3.01 3.11 3.25 4/184 10369
/proc/meminfo: memFree=5635904/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1169.22 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 116845 77 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4429603 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1169.22
Current children cumulated vsize (KiB) 958144

[startup+1170.8 s]
/proc/loadavg: 3.01 3.11 3.24 4/184 10369
/proc/meminfo: memFree=5635904/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1170.82 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 117005 77 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4720478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1170.82
Current children cumulated vsize (KiB) 958144

[startup+1171.2 s]
/proc/loadavg: 3.01 3.11 3.24 4/184 10369
/proc/meminfo: memFree=5635904/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1171.22 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 117045 77 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1171.22
Current children cumulated vsize (KiB) 958144

[startup+1171.4 s]
/proc/loadavg: 3.01 3.11 3.24 4/184 10369
/proc/meminfo: memFree=5635904/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1171.42 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 117065 77 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1171.42
Current children cumulated vsize (KiB) 958144

[startup+1171.5 s]
/proc/loadavg: 3.01 3.11 3.24 4/184 10369
/proc/meminfo: memFree=5635904/32950928 swapFree=67111528/67111528
[pid=10202] ppid=10200 vsize=958144 CPUtime=1171.52 cores=1,3
/proc/10202/stat : 10202 (kw) R 10200 10202 9072 0 -1 4202496 243584 0 0 0 117075 77 0 0 25 0 1 0 569416174 981139456 233550 33554432000 4194304 6935321 140737130569824 18446744073709551615 4430563 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10202/statm: 239536 233550 298 670 0 238857 0
Current children cumulated CPU time (s) 1171.52
Current children cumulated vsize (KiB) 958144

Child status: 20
Real time (s): 1171.54
CPU time (s): 1171.57
CPU user time (s): 1170.76
CPU system time (s): 0.816875
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 959960

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

runsolver used 1.85372 second user time and 4.53731 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-26 06:24:15
IDJOB=3292029
IDBENCH=85007
IDSOLVER=1658
FILE ID=node112/3292029-1303791853
RUNJOBID= node112-1303791852-10168
PBS_JOBID= 13157248
Free space on /tmp= 72532 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= kw --tmp-path=TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292029-1303791853/watcher-3292029-1303791853 -o /tmp/evaluation-result-3292029-1303791853/solver-3292029-1303791853 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3292029-1303791853.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1497235130

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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11132036 kB
Buffers:       1980640 kB
Cached:       19149808 kB
SwapCached:          0 kB
Active:       10101432 kB
Inactive:     11165500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11132036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          174972 kB
Writeback:           0 kB
AnonPages:      135764 kB
Mapped:          17424 kB
Slab:           487672 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   303948 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= 72080 MiB
End job on node112 at 2011-04-26 06:43:47