Trace number 1716774

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-20UNSAT 837.187 837.394

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.711
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

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
837.08/837.36	c 836.26 seconds
837.08/837.36	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1716774-1240620308/watcher-1716774-1240620308 -o /tmp/evaluation-result-1716774-1240620308/solver-1716774-1240620308 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1716774-1240620308.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15583
/proc/meminfo: memFree=1177672/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=5860 CPUtime=0
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 823 0 0 0 0 0 0 0 18 0 1 0 90064060 6000640 807 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 1465 811 208 541 0 915 0

[startup+0.0807891 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15583
/proc/meminfo: memFree=1177672/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=23540 CPUtime=0.07
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 5093 0 0 0 5 2 0 0 18 0 1 0 90064060 24104960 5077 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 5885 5079 221 541 0 5335 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23540

[startup+0.10179 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15583
/proc/meminfo: memFree=1177672/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=23672 CPUtime=0.09
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 5139 0 0 0 7 2 0 0 18 0 1 0 90064060 24240128 5123 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 5918 5123 221 541 0 5368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23672

[startup+0.301807 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15583
/proc/meminfo: memFree=1177672/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=26444 CPUtime=0.29
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 5905 0 0 0 27 2 0 0 19 0 1 0 90064060 27078656 5889 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 6611 5889 221 541 0 6061 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26444

[startup+0.701842 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15583
/proc/meminfo: memFree=1177672/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=32484 CPUtime=0.69
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 7828 0 0 0 65 4 0 0 22 0 1 0 90064060 33263616 7522 1992294400 4194304 6412682 548682068864 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 8121 7522 221 541 0 7571 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32484

[startup+1.50191 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1146944/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=42552 CPUtime=1.49
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 10579 0 0 0 145 4 0 0 25 0 1 0 90064060 43573248 10076 1992294400 4194304 6412682 548682068864 18446744073709551615 4564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 10638 10076 239 541 0 10088 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42552

[startup+3.10105 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1134016/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=62032 CPUtime=3.09
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 15107 0 0 0 297 12 0 0 25 0 1 0 90064060 63520768 14604 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 15508 14604 248 541 0 14958 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62032

[startup+6.30132 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1110400/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=71048 CPUtime=6.29
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 17370 0 0 0 615 14 0 0 25 0 1 0 90064060 72753152 16867 1992294400 4194304 6412682 548682068864 18446744073709551615 4564963 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 17762 16867 248 541 0 17212 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71048

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1105296/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=73424 CPUtime=12.69
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 17950 0 0 0 1254 15 0 0 25 0 1 0 90064060 75186176 17447 1992294400 4194304 6412682 548682068864 18446744073709551615 4564926 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 18356 17447 248 541 0 17806 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73424

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1101648/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=75992 CPUtime=25.49
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 18964 0 0 0 2526 23 0 0 25 0 1 0 90064060 77815808 18198 1992294400 4194304 6412682 548682068864 18446744073709551615 4574773 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 18998 18198 258 541 0 18448 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75992

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1101712/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=75996 CPUtime=51.07
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 18994 0 0 0 5078 29 0 0 25 0 1 0 90064060 77819904 18228 1992294400 4194304 6412682 548682068864 18446744073709551615 5485412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 18999 18228 258 541 0 18449 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 75996

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1101264/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=76312 CPUtime=102.26
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 19118 0 0 0 10183 43 0 0 25 0 1 0 90064060 78143488 18352 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 19078 18352 258 541 0 18528 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76312

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1098832/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=78952 CPUtime=162.24
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 19726 0 0 0 16168 56 0 0 25 0 1 0 90064060 80846848 18960 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 19738 18960 258 541 0 19188 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 78952

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1090768/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=87976 CPUtime=222.23
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 21776 0 0 0 22159 64 0 0 25 0 1 0 90064060 90087424 21010 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 21994 21010 258 541 0 21444 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87976

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1082832/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=97568 CPUtime=282.21
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 23988 0 0 0 28142 79 0 0 25 0 1 0 90064060 99909632 22946 1992294400 4194304 6412682 548682068864 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 24392 22946 258 541 0 23842 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 97568

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1079248/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=101900 CPUtime=342.2
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 24907 0 0 0 34122 98 0 0 25 0 1 0 90064060 104345600 23865 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 25475 23865 258 541 0 24925 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 101900

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1066000/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=119972 CPUtime=402.19
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 28691 0 0 0 40108 111 0 0 25 0 1 0 90064060 122851328 27332 1992294400 4194304 6412682 548682068864 18446744073709551615 4574651 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 29993 27332 258 541 0 29443 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 119972

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1061200/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=123604 CPUtime=462.17
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 30057 0 0 0 46093 124 0 0 25 0 1 0 90064060 126570496 28333 1992294400 4194304 6412682 548682068864 18446744073709551615 4333470 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 30901 28333 258 541 0 30351 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 123604

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1053136/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=132436 CPUtime=522.16
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 32539 0 0 0 52081 135 0 0 25 0 1 0 90064060 135614464 30395 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 33109 30395 258 541 0 32559 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 132436

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1043408/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=142804 CPUtime=582.14
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 35389 0 0 0 58068 146 0 0 25 0 1 0 90064060 146231296 32762 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 35701 32762 258 541 0 35151 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 142804

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1038608/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=148844 CPUtime=642.14
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 36591 0 0 0 64060 154 0 0 25 0 1 0 90064060 152416256 33964 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 37211 33964 258 541 0 36661 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 148844

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1028880/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=158244 CPUtime=702.11
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 39516 0 0 0 70049 162 0 0 25 0 1 0 90064060 162041856 36334 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 39561 36334 258 541 0 39011 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 158244

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1023952/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=165292 CPUtime=762.1
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 40794 0 0 0 76039 171 0 0 25 0 1 0 90064060 169259008 37612 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 41323 37612 258 541 0 40773 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 165292

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1011472/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=180804 CPUtime=822.08
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 43893 0 0 0 82027 181 0 0 25 0 1 0 90064060 185143296 40711 1992294400 4194304 6412682 548682068864 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 45201 40711 258 541 0 44651 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 180804

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

[startup+825.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1011472/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=180804 CPUtime=825.28
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 43893 0 0 0 82347 181 0 0 25 0 1 0 90064060 185143296 40711 1992294400 4194304 6412682 548682068864 18446744073709551615 4296634 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 45201 40711 258 541 0 44651 0
Current children cumulated CPU time (s) 825.28
Current children cumulated vsize (KiB) 180804

[startup+831.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1013840/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=178244 CPUtime=831.68
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 43893 0 0 0 82986 182 0 0 25 0 1 0 90064060 182521856 40072 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 44561 40072 258 541 0 44011 0
Current children cumulated CPU time (s) 831.68
Current children cumulated vsize (KiB) 178244

[startup+835.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1013840/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=178244 CPUtime=834.89
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 43893 0 0 0 83306 183 0 0 25 0 1 0 90064060 182521856 40072 1992294400 4194304 6412682 548682068864 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 44561 40072 258 541 0 44011 0
Current children cumulated CPU time (s) 834.89
Current children cumulated vsize (KiB) 178244

[startup+836.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1013840/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=178244 CPUtime=836.48
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 43893 0 0 0 83465 183 0 0 25 0 1 0 90064060 182521856 40072 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 44561 40072 258 541 0 44011 0
Current children cumulated CPU time (s) 836.48
Current children cumulated vsize (KiB) 178244

[startup+837.106 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1013840/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=178244 CPUtime=836.89
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 43893 0 0 0 83506 183 0 0 25 0 1 0 90064060 182521856 40072 1992294400 4194304 6412682 548682068864 18446744073709551615 4304453 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 44561 40072 258 541 0 44011 0
Current children cumulated CPU time (s) 836.89
Current children cumulated vsize (KiB) 178244

[startup+837.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15584
/proc/meminfo: memFree=1013840/2055920 swapFree=4192812/4192956
[pid=15583] ppid=15581 vsize=178244 CPUtime=837.08
/proc/15583/stat : 15583 (kw) R 15581 15583 15546 0 -1 0 43893 0 0 0 83525 183 0 0 25 0 1 0 90064060 182521856 40072 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/15583/statm: 44561 40072 258 541 0 44011 0
Current children cumulated CPU time (s) 837.08
Current children cumulated vsize (KiB) 178244

Child status: 20
Real time (s): 837.394
CPU time (s): 837.187
CPU user time (s): 835.323
CPU system time (s): 1.86372
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 180804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 835.323
system time used= 1.86372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43900
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= 2
involuntary context switches= 1941

runsolver used 0.608907 second user time and 1.73574 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 02:45:09
IDJOB=1716774
IDBENCH=20390
IDSOLVER=501
FILE ID=node31/1716774-1240620308
PBS_JOBID= 9186353
Free space on /tmp= 66412 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716774-1240620308/watcher-1716774-1240620308 -o /tmp/evaluation-result-1716774-1240620308/solver-1716774-1240620308 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1716774-1240620308.cnf

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=263515127

node31.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.213
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.213
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:       1178152 kB
Buffers:         42068 kB
Cached:         766996 kB
SwapCached:          0 kB
Active:         113256 kB
Inactive:       710592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1178152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5360 kB
Writeback:           0 kB
Mapped:          24564 kB
Slab:            39652 kB
Committed_AS:   292880 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node31 at 2009-04-25 02:59:06