Trace number 3293593

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 907.227 907.238

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

907.08/907.15	c 907.130000 seconds
907.08/907.15	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-3293593-1304283777/watcher-3293593-1304283777 -o /tmp/evaluation-result-3293593-1304283777/solver-3293593-1304283777 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3293593-1304283777.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: 2.54 2.95 2.57 3/225 17080
/proc/meminfo: memFree=27694692/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=10588 CPUtime=0 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 1903 0 0 0 0 0 0 0 21 0 1 0 539974640 10842112 1853 33554432000 4194304 6935321 140734321472256 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 2647 1860 241 670 0 1968 0

[startup+0.0779439 s]
/proc/loadavg: 2.54 2.95 2.57 3/225 17080
/proc/meminfo: memFree=27694692/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=97704 CPUtime=0.07 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 19618 0 0 0 5 2 0 0 21 0 1 0 539974640 100048896 19552 33554432000 4194304 6935321 140734321472256 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 24426 19563 241 670 0 23747 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 97704

[startup+0.100936 s]
/proc/loadavg: 2.54 2.95 2.57 3/225 17080
/proc/meminfo: memFree=27694692/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=116184 CPUtime=0.09 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 25516 0 0 0 7 2 0 0 21 0 1 0 539974640 118972416 25450 33554432000 4194304 6935321 140734321472256 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 29046 25460 241 670 0 28367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 116184

[startup+0.300895 s]
/proc/loadavg: 2.54 2.95 2.57 3/225 17080
/proc/meminfo: memFree=27694692/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=311912 CPUtime=0.29 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 76644 0 0 0 20 9 0 0 22 0 1 0 539974640 319397888 76578 33554432000 4194304 6935321 140734321472256 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 77978 76589 241 670 0 77299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 311912

[startup+0.700812 s]
/proc/loadavg: 2.54 2.95 2.57 3/225 17080
/proc/meminfo: memFree=27694692/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=430452 CPUtime=0.69 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 90906 0 0 0 59 10 0 0 24 0 1 0 539974640 440782848 90840 33554432000 4194304 6935321 140734321472256 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 107613 90840 250 670 0 106934 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 430452

[startup+1.50066 s]
/proc/loadavg: 2.50 2.93 2.57 4/226 17081
/proc/meminfo: memFree=27234768/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=488800 CPUtime=1.49 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 105620 0 0 0 137 12 0 0 25 0 1 0 539974640 500531200 105554 33554432000 4194304 6935321 140734321472256 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 122200 105555 250 670 0 121521 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 488800

[startup+3.10033 s]
/proc/loadavg: 2.50 2.93 2.57 3/226 17081
/proc/meminfo: memFree=27072060/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=622324 CPUtime=3.09 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 136783 0 0 0 292 17 0 0 25 0 1 0 539974640 637259776 136717 33554432000 4194304 6935321 140734321472256 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 155581 136717 250 670 0 154902 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 622324

[startup+6.3007 s]
/proc/loadavg: 2.54 2.93 2.57 3/226 17081
/proc/meminfo: memFree=26493208/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=855404 CPUtime=6.3 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 192849 0 0 0 600 30 0 0 25 0 1 0 539974640 875933696 192783 33554432000 4194304 6935321 140734321472256 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 213851 192783 250 670 0 213172 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 855404

[startup+12.7004 s]
/proc/loadavg: 2.50 2.92 2.57 3/226 17081
/proc/meminfo: memFree=25679500/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=1317176 CPUtime=12.69 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 304210 0 0 0 1219 50 0 0 25 0 1 0 539974640 1348788224 304144 33554432000 4194304 6935321 140734321472256 18446744073709551615 5354935 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 329294 304144 250 670 0 328615 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1317176

[startup+25.5009 s]
/proc/loadavg: 2.42 2.89 2.56 3/226 17081
/proc/meminfo: memFree=23625192/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2144648 CPUtime=25.5 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 515634 0 0 0 2475 75 0 0 25 0 1 0 539974640 2196119552 512229 33554432000 4194304 6935321 140734321472256 18446744073709551615 4392175 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17080/statm: 536162 512229 270 670 0 535483 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2144648

[startup+51.1007 s]
/proc/loadavg: 2.31 2.82 2.54 3/226 17082
/proc/meminfo: memFree=23335884/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2223952 CPUtime=51.06 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 556017 0 0 0 4986 120 0 0 25 0 1 0 539974640 2277326848 531436 33554432000 4194304 6935321 140734321472256 18446744073709551615 4487556 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 555988 531436 286 670 0 555309 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 2223952

[startup+102.301 s]
/proc/loadavg: 2.13 2.69 2.51 3/226 17086
/proc/meminfo: memFree=23324928/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2227352 CPUtime=102.26 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 557556 0 0 0 10106 120 0 0 25 0 1 0 539974640 2280808448 532975 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 556838 532975 298 670 0 556159 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2227352

[startup+162.301 s]
/proc/loadavg: 2.05 2.56 2.48 3/226 17088
/proc/meminfo: memFree=23290780/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2245156 CPUtime=162.27 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 576849 0 0 0 16100 127 0 0 25 0 1 0 539974640 2299039744 538530 33554432000 4194304 6935321 140734321472256 18446744073709551615 4431226 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 561289 538530 298 670 0 560610 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2245156

[startup+222.301 s]
/proc/loadavg: 2.02 2.45 2.45 3/226 17090
/proc/meminfo: memFree=23252768/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2245156 CPUtime=222.27 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 576873 0 0 0 22100 127 0 0 25 0 1 0 539974640 2299039744 538554 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429777 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 561289 538554 298 670 0 560610 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 2245156

[startup+282.301 s]
/proc/loadavg: 2.00 2.37 2.42 3/226 17091
/proc/meminfo: memFree=23226320/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2253412 CPUtime=282.27 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 591194 0 0 0 28088 139 0 0 25 0 1 0 539974640 2307493888 540725 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 563353 540725 298 670 0 562674 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 2253412

[startup+342.301 s]
/proc/loadavg: 2.03 2.31 2.39 3/226 17093
/proc/meminfo: memFree=23164544/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2269796 CPUtime=342.28 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 595326 0 0 0 34088 140 0 0 25 0 1 0 539974640 2324271104 544857 33554432000 4194304 6935321 140734321472256 18446744073709551615 4400964 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 567449 544857 298 670 0 566770 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 2269796

[startup+402.301 s]
/proc/loadavg: 2.01 2.25 2.36 3/226 17094
/proc/meminfo: memFree=23150020/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2269796 CPUtime=402.29 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 605591 0 0 0 40078 151 0 0 25 0 1 0 539974640 2324271104 544881 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 567449 544881 298 670 0 566770 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 2269796

[startup+462.301 s]
/proc/loadavg: 2.04 2.22 2.34 3/226 17096
/proc/meminfo: memFree=23148720/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2269796 CPUtime=462.28 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 605605 0 0 0 46077 151 0 0 25 0 1 0 539974640 2324271104 544895 33554432000 4194304 6935321 140734321472256 18446744073709551615 4430777 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 567449 544895 298 670 0 566770 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 2269796

[startup+522.309 s]
/proc/loadavg: 2.01 2.18 2.32 3/226 17098
/proc/meminfo: memFree=23083696/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2269796 CPUtime=522.29 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 614513 0 0 0 52064 165 0 0 25 0 1 0 539974640 2324271104 544944 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 567449 544944 298 670 0 566770 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 2269796

[startup+582.301 s]
/proc/loadavg: 2.00 2.14 2.30 3/226 17099
/proc/meminfo: memFree=23084340/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2269796 CPUtime=582.28 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 614567 0 0 0 58063 165 0 0 25 0 1 0 539974640 2324271104 544998 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/17080/statm: 567449 544998 298 670 0 566770 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 2269796

[startup+642.301 s]
/proc/loadavg: 2.00 2.11 2.27 3/226 17101
/proc/meminfo: memFree=23039916/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2269796 CPUtime=642.27 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 621376 0 0 0 64052 175 0 0 25 0 1 0 539974640 2324271104 545033 33554432000 4194304 6935321 140734321472256 18446744073709551615 4487943 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 567449 545033 298 670 0 566770 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 2269796

[startup+702.301 s]
/proc/loadavg: 2.00 2.09 2.26 3/226 17102
/proc/meminfo: memFree=23039912/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2269796 CPUtime=702.28 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 621426 0 0 0 70051 177 0 0 25 0 1 0 539974640 2324271104 545083 33554432000 4194304 6935321 140734321472256 18446744073709551615 4430777 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 567449 545083 298 670 0 566770 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 2269796

[startup+762.301 s]
/proc/loadavg: 2.00 2.07 2.24 3/226 17104
/proc/meminfo: memFree=23008280/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2269796 CPUtime=762.28 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 621488 0 0 0 76051 177 0 0 25 0 1 0 539974640 2324271104 545145 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 567449 545145 298 670 0 566770 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 2269796

[startup+822.301 s]
/proc/loadavg: 2.00 2.06 2.22 3/226 17106
/proc/meminfo: memFree=23005876/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2275916 CPUtime=822.28 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 623019 0 0 0 82042 186 0 0 25 0 1 0 539974640 2330537984 546676 33554432000 4194304 6935321 140734321472256 18446744073709551615 4336135 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 568979 546676 298 670 0 568300 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 2275916

[startup+882.301 s]
/proc/loadavg: 2.00 2.04 2.20 3/226 17107
/proc/meminfo: memFree=23005652/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2275916 CPUtime=882.28 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 623057 0 0 0 88042 186 0 0 25 0 1 0 539974640 2330537984 546714 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429603 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 568979 546714 298 670 0 568300 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 2275916

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

[startup+884 s]
/proc/loadavg: 2.00 2.04 2.20 3/226 17107
/proc/meminfo: memFree=23005652/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2275916 CPUtime=883.97 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 623057 0 0 0 88211 186 0 0 25 0 1 0 539974640 2330537984 546714 33554432000 4194304 6935321 140734321472256 18446744073709551615 4433625 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 568979 546714 298 670 0 568300 0
Current children cumulated CPU time (s) 883.97
Current children cumulated vsize (KiB) 2275916

[startup+896.801 s]
/proc/loadavg: 2.00 2.04 2.20 3/226 17108
/proc/meminfo: memFree=23005520/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2275916 CPUtime=896.78 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 623058 0 0 0 89492 186 0 0 25 0 1 0 539974640 2330537984 546715 33554432000 4194304 6935321 140734321472256 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 568979 546715 298 670 0 568300 0
Current children cumulated CPU time (s) 896.78
Current children cumulated vsize (KiB) 2275916

[startup+903.2 s]
/proc/loadavg: 2.00 2.04 2.20 3/226 17108
/proc/meminfo: memFree=23005520/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2275916 CPUtime=903.18 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 623058 0 0 0 90131 187 0 0 25 0 1 0 539974640 2330537984 546715 33554432000 4194304 6935321 140734321472256 18446744073709551615 4430621 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 568979 546715 298 670 0 568300 0
Current children cumulated CPU time (s) 903.18
Current children cumulated vsize (KiB) 2275916

[startup+904.801 s]
/proc/loadavg: 2.00 2.04 2.20 3/226 17108
/proc/meminfo: memFree=23005520/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2275916 CPUtime=904.78 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 623058 0 0 0 90291 187 0 0 25 0 1 0 539974640 2330537984 546715 33554432000 4194304 6935321 140734321472256 18446744073709551615 4430522 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 568979 546715 298 670 0 568300 0
Current children cumulated CPU time (s) 904.78
Current children cumulated vsize (KiB) 2275916

[startup+906.401 s]
/proc/loadavg: 2.00 2.04 2.20 3/226 17108
/proc/meminfo: memFree=23005520/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2275916 CPUtime=906.38 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 623058 0 0 0 90451 187 0 0 25 0 1 0 539974640 2330537984 546715 33554432000 4194304 6935321 140734321472256 18446744073709551615 4430563 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 568979 546715 298 670 0 568300 0
Current children cumulated CPU time (s) 906.38
Current children cumulated vsize (KiB) 2275916

[startup+906.801 s]
/proc/loadavg: 2.00 2.04 2.20 3/226 17108
/proc/meminfo: memFree=23005520/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=2275916 CPUtime=906.78 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202496 623058 0 0 0 90491 187 0 0 25 0 1 0 539974640 2330537984 546715 33554432000 4194304 6935321 140734321472256 18446744073709551615 4401005 0 0 4096 2 0 0 0 17 1 0 0 3
/proc/17080/statm: 568979 546715 298 670 0 568300 0
Current children cumulated CPU time (s) 906.78
Current children cumulated vsize (KiB) 2275916

[startup+907.201 s]
/proc/loadavg: 2.00 2.04 2.20 3/226 17108
/proc/meminfo: memFree=24332972/32950928 swapFree=67111464/67111528
[pid=17080] ppid=17078 vsize=0 CPUtime=907.18 cores=1,3
/proc/17080/stat : 17080 (kw) R 17078 17080 16762 0 -1 4202500 623069 0 0 0 90526 192 0 0 25 0 1 0 539974640 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 3
/proc/17080/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 907.18
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 907.238
CPU time (s): 907.227
CPU user time (s): 905.269
CPU system time (s): 1.9577
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 2310760

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

runsolver used 1.80572 second user time and 4.23836 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-01 23:03:00
IDJOB=3293593
IDBENCH=88159
IDSOLVER=1658
FILE ID=node149/3293593-1304283777
RUNJOBID= node149-1304283777-17062
PBS_JOBID= 13173997
Free space on /tmp= 72908 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= kw --tmp-path=TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293593-1304283777/watcher-3293593-1304283777 -o /tmp/evaluation-result-3293593-1304283777/solver-3293593-1304283777 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3293593-1304283777.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=588136667

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:     32950928 kB
MemFree:      27694848 kB
Buffers:        547448 kB
Cached:        2182028 kB
SwapCached:         60 kB
Active:        3020276 kB
Inactive:      1831100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27694848 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:          424112 kB
Writeback:           0 kB
AnonPages:     2121852 kB
Mapped:          21096 kB
Slab:           331428 kB
PageTables:      13184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 23157880 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= 72600 MiB
End job on node149 at 2011-05-01 23:18:07