Trace number 1773235

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 2009-03-20? 3623.89 3625.17

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3577.9
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

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com
3623.60/3624.97	c 3604.07 seconds
3623.60/3624.97	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773235-1241276563/watcher-1773235-1241276563 -o /tmp/evaluation-result-1773235-1241276563/solver-1773235-1241276563 -C 10000 -W 12000 -M 1800 HOME/kw HOME/instance-1773235-1241276563.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.09 1.03 3/64 22005
/proc/meminfo: memFree=1887480/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=14732 CPUtime=0
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 1117 0 0 0 0 0 0 0 18 0 1 0 155689477 15085568 1101 1992294400 4194304 6412682 548682068864 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 3683 1109 192 541 0 3133 0

[startup+0.0390979 s]
/proc/loadavg: 1.07 1.09 1.03 3/64 22005
/proc/meminfo: memFree=1887480/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=33652 CPUtime=0.03
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 6188 0 0 0 1 2 0 0 18 0 1 0 155689477 34459648 6172 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 8413 6177 208 541 0 7863 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 33652

[startup+0.102102 s]
/proc/loadavg: 1.07 1.09 1.03 3/64 22005
/proc/meminfo: memFree=1887480/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=65684 CPUtime=0.09
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 14193 0 0 0 4 5 0 0 18 0 1 0 155689477 67260416 14177 1992294400 4194304 6412682 548682068864 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 16421 14184 208 541 0 15871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65684

[startup+0.301118 s]
/proc/loadavg: 1.07 1.09 1.03 3/64 22005
/proc/meminfo: memFree=1887480/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=169516 CPUtime=0.29
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 32802 0 0 0 17 12 0 0 19 0 1 0 155689477 173584384 32786 1992294400 4194304 6412682 548682068864 18446744073709551615 5264139 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 42379 32786 219 541 0 41829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 169516

[startup+0.702148 s]
/proc/loadavg: 1.07 1.09 1.03 3/64 22005
/proc/meminfo: memFree=1887480/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=176116 CPUtime=0.69
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 34625 0 0 0 57 12 0 0 23 0 1 0 155689477 180342784 34609 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 44029 34609 219 541 0 43479 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 176116

[startup+1.50121 s]
/proc/loadavg: 1.07 1.09 1.03 2/65 22006
/proc/meminfo: memFree=1744176/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=189088 CPUtime=1.49
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 38200 0 0 0 134 15 0 0 25 0 1 0 155689477 193626112 38184 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 47272 38184 219 541 0 46722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189088

[startup+3.10132 s]
/proc/loadavg: 1.06 1.08 1.03 2/65 22006
/proc/meminfo: memFree=1722864/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=214624 CPUtime=3.09
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 45178 0 0 0 290 19 0 0 25 0 1 0 155689477 219774976 45162 1992294400 4194304 6412682 548682068864 18446744073709551615 4283167 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 53656 45162 219 541 0 53106 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 214624

[startup+6.30156 s]
/proc/loadavg: 1.06 1.08 1.03 2/65 22006
/proc/meminfo: memFree=1668272/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=264656 CPUtime=6.28
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 58870 0 0 0 600 28 0 0 25 0 1 0 155689477 271007744 58854 1992294400 4194304 6412682 548682068864 18446744073709551615 5508555 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 66164 58854 219 541 0 65614 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 264656

[startup+12.701 s]
/proc/loadavg: 1.05 1.08 1.03 2/65 22006
/proc/meminfo: memFree=1554424/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=365836 CPUtime=12.69
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 89426 0 0 0 1224 45 0 0 25 0 1 0 155689477 374616064 86337 1992294400 4194304 6412682 548682068864 18446744073709551615 4916400 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 91459 86338 220 541 0 90909 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 365836

[startup+25.502 s]
/proc/loadavg: 1.04 1.08 1.03 2/65 22006
/proc/meminfo: memFree=1273976/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=661568 CPUtime=25.48
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 163158 0 0 0 2460 88 0 0 25 0 1 0 155689477 677445632 153924 1992294400 4194304 6412682 548682068864 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 165392 153925 248 541 0 164842 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 661568

[startup+51.1018 s]
/proc/loadavg: 1.03 1.07 1.03 2/65 22006
/proc/meminfo: memFree=1123064/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=803052 CPUtime=51.07
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 197403 0 0 0 4983 124 0 0 25 0 1 0 155689477 822325248 188169 1992294400 4194304 6412682 548682068864 18446744073709551615 4509055 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 200763 188169 248 541 0 200213 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 803052

[startup+102.307 s]
/proc/loadavg: 1.01 1.06 1.02 2/65 22006
/proc/meminfo: memFree=1111608/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810312 CPUtime=102.26
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 200280 0 0 0 10059 167 0 0 25 0 1 0 155689477 829759488 191046 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202578 191046 258 541 0 202028 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 810312

[startup+162.302 s]
/proc/loadavg: 1.00 1.05 1.02 2/65 22006
/proc/meminfo: memFree=1111544/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810312 CPUtime=162.24
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 200280 0 0 0 16057 167 0 0 25 0 1 0 155689477 829759488 191046 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202578 191046 258 541 0 202028 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 810312

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 22006
/proc/meminfo: memFree=1111480/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810312 CPUtime=222.22
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 200280 0 0 0 22055 167 0 0 25 0 1 0 155689477 829759488 191046 1992294400 4194304 6412682 548682068864 18446744073709551615 4570452 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202578 191046 258 541 0 202028 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 810312

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 22006
/proc/meminfo: memFree=1110008/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810632 CPUtime=282.2
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 200677 0 0 0 27974 246 0 0 25 0 1 0 155689477 830087168 191443 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202658 191443 258 541 0 202108 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 810632

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 22006
/proc/meminfo: memFree=1109944/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810632 CPUtime=342.19
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 200692 0 0 0 33966 253 0 0 25 0 1 0 155689477 830087168 191458 1992294400 4194304 6412682 548682068864 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202658 191458 258 541 0 202108 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 810632

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 22006
/proc/meminfo: memFree=1109880/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810632 CPUtime=402.17
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 200692 0 0 0 39964 253 0 0 25 0 1 0 155689477 830087168 191458 1992294400 4194304 6412682 548682068864 18446744073709551615 4297085 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202658 191458 258 541 0 202108 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 810632

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 22006
/proc/meminfo: memFree=1109304/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810632 CPUtime=462.14
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 200840 0 0 0 45867 347 0 0 25 0 1 0 155689477 830087168 191606 1992294400 4194304 6412682 548682068864 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202658 191606 258 541 0 202108 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 810632

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22006
/proc/meminfo: memFree=1109240/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810632 CPUtime=522.12
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 200840 0 0 0 51865 347 0 0 25 0 1 0 155689477 830087168 191606 1992294400 4194304 6412682 548682068864 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202658 191606 258 541 0 202108 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 810632

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22006
/proc/meminfo: memFree=1108088/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810952 CPUtime=582.11
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 201138 0 0 0 57796 415 0 0 25 0 1 0 155689477 830414848 191904 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202738 191904 258 541 0 202188 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 810952

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22006
/proc/meminfo: memFree=1108024/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=810952 CPUtime=642.09
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 201139 0 0 0 63794 415 0 0 25 0 1 0 155689477 830414848 191905 1992294400 4194304 6412682 548682068864 18446744073709551615 4573595 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 202738 191905 258 541 0 202188 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 810952

[startup+702.303 s]

################
# More data... #
################

/proc/meminfo: memFree=603640/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1325652 CPUtime=2981.24
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 326658 0 0 0 295934 2190 0 0 25 0 1 0 155689477 1357467648 317424 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 331413 317424 258 541 0 330863 0
Current children cumulated CPU time (s) 2981.24
Current children cumulated vsize (KiB) 1325652

[startup+3042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22008
/proc/meminfo: memFree=603640/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1325652 CPUtime=3041.23
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 326661 0 0 0 301886 2237 0 0 25 0 1 0 155689477 1357467648 317427 1992294400 4194304 6412682 548682068864 18446744073709551615 4418018 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 331413 317427 258 541 0 330863 0
Current children cumulated CPU time (s) 3041.23
Current children cumulated vsize (KiB) 1325652

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22008
/proc/meminfo: memFree=602616/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1326764 CPUtime=3101.21
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 326922 0 0 0 307835 2286 0 0 25 0 1 0 155689477 1358606336 317688 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 331691 317688 258 541 0 331141 0
Current children cumulated CPU time (s) 3101.21
Current children cumulated vsize (KiB) 1326764

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22008
/proc/meminfo: memFree=598200/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1334444 CPUtime=3161.18
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 328017 0 0 0 313806 2312 0 0 25 0 1 0 155689477 1366470656 318783 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 333611 318783 258 541 0 333061 0
Current children cumulated CPU time (s) 3161.18
Current children cumulated vsize (KiB) 1334444

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22008
/proc/meminfo: memFree=566328/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1366864 CPUtime=3221.15
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 336107 0 0 0 319772 2343 0 0 25 0 1 0 155689477 1399668736 326873 1992294400 4194304 6412682 548682068864 18446744073709551615 4287607 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 341716 326873 258 541 0 341166 0
Current children cumulated CPU time (s) 3221.15
Current children cumulated vsize (KiB) 1366864

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22008
/proc/meminfo: memFree=514296/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1427668 CPUtime=3281.13
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 348933 0 0 0 325733 2380 0 0 25 0 1 0 155689477 1461932032 339699 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 356917 339699 258 541 0 356367 0
Current children cumulated CPU time (s) 3281.13
Current children cumulated vsize (KiB) 1427668

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22008
/proc/meminfo: memFree=490616/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1453084 CPUtime=3341.11
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 354824 0 0 0 331701 2410 0 0 25 0 1 0 155689477 1487958016 345590 1992294400 4194304 6412682 548682068864 18446744073709551615 4362441 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363271 345590 258 541 0 362721 0
Current children cumulated CPU time (s) 3341.11
Current children cumulated vsize (KiB) 1453084

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22008
/proc/meminfo: memFree=490552/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1453084 CPUtime=3401.09
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 354827 0 0 0 337681 2428 0 0 25 0 1 0 155689477 1487958016 345593 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363271 345593 258 541 0 362721 0
Current children cumulated CPU time (s) 3401.09
Current children cumulated vsize (KiB) 1453084

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22008
/proc/meminfo: memFree=490296/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1453084 CPUtime=3461.07
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 354873 0 0 0 343656 2451 0 0 25 0 1 0 155689477 1487958016 345639 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363271 345639 258 541 0 362721 0
Current children cumulated CPU time (s) 3461.07
Current children cumulated vsize (KiB) 1453084

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487864/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3521.03
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 349639 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3521.03
Current children cumulated vsize (KiB) 1454852

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487800/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3581.02
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 355638 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 4574763 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3581.02
Current children cumulated vsize (KiB) 1454852

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

[startup+3583.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487800/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3582.62
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 355798 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3582.62
Current children cumulated vsize (KiB) 1454852

[startup+3609.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487800/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3608.21
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 358357 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3608.21
Current children cumulated vsize (KiB) 1454852

[startup+3615.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487736/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3614.6
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 358996 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3614.6
Current children cumulated vsize (KiB) 1454852

[startup+3619.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487736/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3617.8
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 359316 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 5476358 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3617.8
Current children cumulated vsize (KiB) 1454852

[startup+3622.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487736/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3621.01
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 359637 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 4574659 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3621.01
Current children cumulated vsize (KiB) 1454852

[startup+3623.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487736/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3622.6
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 359796 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3622.6
Current children cumulated vsize (KiB) 1454852

[startup+3624.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487736/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=1454852 CPUtime=3623.4
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 0 355467 0 0 0 359876 2464 0 0 25 0 1 0 155689477 1489768448 346233 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 363713 346233 258 541 0 363163 0
Current children cumulated CPU time (s) 3623.4
Current children cumulated vsize (KiB) 1454852

[startup+3625.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22014
/proc/meminfo: memFree=487736/2055920 swapFree=4181112/4192956
[pid=22005] ppid=22003 vsize=0 CPUtime=3623.81
/proc/22005/stat : 22005 (kw) R 22003 22005 21906 0 -1 4 356702 0 0 0 359903 2478 0 0 25 0 1 0 155689477 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/22005/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3623.81
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3625.17
CPU time (s): 3623.89
CPU user time (s): 3599.03
CPU system time (s): 24.8532
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 1454852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.03
system time used= 24.8532
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356702
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= 3
involuntary context switches= 7523

runsolver used 3.04654 second user time and 10.1405 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-02 17:02:48
IDJOB=1773235
IDBENCH=20576
IDSOLVER=611
FILE ID=node34/1773235-1241276563
PBS_JOBID= 9225015
Free space on /tmp= 66424 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773235-1241276563/watcher-1773235-1241276563 -o /tmp/evaluation-result-1773235-1241276563/solver-1773235-1241276563 -C 10000 -W 12000 -M 1800  HOME/kw HOME/instance-1773235-1241276563.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=956191089

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1887960 kB
Buffers:          1144 kB
Cached:         110432 kB
SwapCached:       5384 kB
Active:          87304 kB
Inactive:        31784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887960 kB
SwapTotal:     4192956 kB
SwapFree:      4181112 kB
Dirty:           79172 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            34964 kB
Committed_AS:   709520 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node34 at 2009-05-02 18:03:14