Trace number 1797189

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_pre 2009-03-21UNSAT 323.652 323.831

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.652
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

323.61/323.83	This is MiniSat 2.0 beta
323.61/323.83	WARNING: for repeatability, setting FPU to use double precision
323.61/323.83	============================[ Problem Statistics ]=============================
323.61/323.83	|                                                                             |
323.61/323.83	|  Number of variables:  1                                                    |
323.61/323.83	|  Number of clauses:    2                                                    |
323.61/323.83	|  Parsing time:         0.00         s                                       |
323.61/323.83	Solved by unit propagation
323.61/323.83	UNSATISFIABLE
323.61/323.83	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-1797189-1242085910/watcher-1797189-1242085910 -o /tmp/evaluation-result-1797189-1242085910/solver-1797189-1242085910 -C 1200 -W 1800 -M 1800 HOME/kw_pre HOME/instance-1797189-1242085910.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12712
/proc/meminfo: memFree=1099688/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) R 12710 12712 12096 0 -1 4194304 260 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 228 1992294400 4194304 4889804 548682068832 18446744073709551615 4417408 0 0 4100 65536 0 0 0 17 0 0 0
/proc/12712/statm: 1339 229 191 169 0 50 0

[startup+0.100284 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12712
/proc/meminfo: memFree=1099688/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202287 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12712
/proc/meminfo: memFree=1099688/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301344 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12712
/proc/meminfo: memFree=1099688/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701319 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12712
/proc/meminfo: memFree=1099688/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50136 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=992792/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=121484 CPUtime=1.48
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 28234 0 0 0 137 11 0 0 25 0 1 0 236624681 124399616 28210 1992294400 4194304 6416590 548682068912 18446744073709551615 5556752 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 30371 28210 215 542 0 29820 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 126840

[startup+3.10146 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=977944/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=141452 CPUtime=3.08
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 34527 0 0 0 292 16 0 0 25 0 1 0 236624681 144846848 33734 1992294400 4194304 6416590 548682068912 18446744073709551615 5556752 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 35363 33734 216 542 0 34812 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 146808

[startup+6.30167 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=947736/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=190728 CPUtime=6.27
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 48211 0 0 0 606 21 0 0 25 0 1 0 236624681 195305472 46464 1992294400 4194304 6416590 548682068912 18446744073709551615 4512686 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 47682 46464 233 542 0 47131 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 196084

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=902104/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=198328 CPUtime=12.66
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 51539 0 0 0 1216 50 0 0 25 0 1 0 236624681 203087872 48521 1992294400 4194304 6416590 548682068912 18446744073709551615 4304845 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 49582 48521 250 542 0 49031 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 203684

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=902040/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=198328 CPUtime=25.45
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 51551 0 0 0 2493 52 0 0 25 0 1 0 236624681 203087872 48533 1992294400 4194304 6416590 548682068912 18446744073709551615 4305010 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 49582 48533 250 542 0 49031 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 203684

[startup+51.1026 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=901784/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=198328 CPUtime=51.04
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 51577 0 0 0 5047 57 0 0 25 0 1 0 236624681 203087872 48559 1992294400 4194304 6416590 548682068912 18446744073709551615 5553607 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 49582 48559 250 542 0 49031 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 203684

[startup+102.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=900440/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=199448 CPUtime=102.22
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 51965 0 0 0 10162 60 0 0 25 0 1 0 236624681 204234752 48947 1992294400 4194304 6416590 548682068912 18446744073709551615 4335261 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 49862 48947 253 542 0 49311 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 204804

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=879896/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=220332 CPUtime=162.19
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 57200 0 0 0 16144 75 0 0 25 0 1 0 236624681 225619968 54182 1992294400 4194304 6416590 548682068912 18446744073709551615 4295356 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 55083 54182 253 542 0 54532 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 225688

[startup+222.307 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 12714
/proc/meminfo: memFree=859736/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=240124 CPUtime=222.16
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 62146 0 0 0 22133 83 0 0 25 0 1 0 236624681 245886976 59128 1992294400 4194304 6416590 548682068912 18446744073709551615 5487568 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 60031 59128 254 542 0 59480 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 245480

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 12714
/proc/meminfo: memFree=855896/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=243940 CPUtime=282.13
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 63109 0 0 0 28128 85 0 0 25 0 1 0 236624681 249794560 60091 1992294400 4194304 6416590 548682068912 18446744073709551615 4293505 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 60985 60091 254 542 0 60434 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 249296

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

[startup+307.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=855832/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=243940 CPUtime=307.02
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 63122 0 0 0 30615 87 0 0 25 0 1 0 236624681 249794560 60104 1992294400 4194304 6416590 548682068912 18446744073709551615 5553607 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 60985 60104 254 542 0 60434 0
Current children cumulated CPU time (s) 307.02
Current children cumulated vsize (KiB) 249296

[startup+313.605 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=855768/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=243940 CPUtime=313.42
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 63124 0 0 0 31255 87 0 0 25 0 1 0 236624681 249794560 60106 1992294400 4194304 6416590 548682068912 18446744073709551615 4341727 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 60985 60106 254 542 0 60434 0
Current children cumulated CPU time (s) 313.42
Current children cumulated vsize (KiB) 249296

[startup+320.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=855768/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=243940 CPUtime=319.81
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 63125 0 0 0 31894 87 0 0 25 0 1 0 236624681 249794560 60107 1992294400 4194304 6416590 548682068912 18446744073709551615 4293505 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 60985 60107 254 542 0 60434 0
Current children cumulated CPU time (s) 319.81
Current children cumulated vsize (KiB) 249296

[startup+321.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=855640/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=244084 CPUtime=321.41
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 63162 0 0 0 32054 87 0 0 25 0 1 0 236624681 249942016 60144 1992294400 4194304 6416590 548682068912 18446744073709551615 4419751 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 61021 60144 254 542 0 60470 0
Current children cumulated CPU time (s) 321.41
Current children cumulated vsize (KiB) 249440

[startup+323.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=855448/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=244368 CPUtime=323.01
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 63234 0 0 0 32214 87 0 0 25 0 1 0 236624681 250232832 60216 1992294400 4194304 6416590 548682068912 18446744073709551615 4312213 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 61092 60216 254 542 0 60541 0
Current children cumulated CPU time (s) 323.01
Current children cumulated vsize (KiB) 249724

[startup+323.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=855320/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=244368 CPUtime=323.41
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 0 63234 0 0 0 32254 87 0 0 25 0 1 0 236624681 250232832 60216 1992294400 4194304 6416590 548682068912 18446744073709551615 5486443 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 61092 60216 254 542 0 60541 0
Current children cumulated CPU time (s) 323.41
Current children cumulated vsize (KiB) 249724

[startup+323.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12714
/proc/meminfo: memFree=855320/2055920 swapFree=4181272/4192956
[pid=12712] ppid=12710 vsize=5356 CPUtime=0
/proc/12712/stat : 12712 (kw_pre) S 12710 12712 12096 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 236624681 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12712/statm: 1339 231 192 169 0 50 0
[pid=12713] ppid=12712 vsize=0 CPUtime=323.61
/proc/12713/stat : 12713 (kw_preprocessor) R 12712 12712 12096 0 -1 4 63247 0 0 0 32273 88 0 0 25 0 1 0 236624681 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/12713/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 323.61
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 323.831
CPU time (s): 323.652
CPU user time (s): 322.733
CPU system time (s): 0.91886
CPU usage (%): 99.9446
Max. virtual memory (cumulated for all children) (KiB): 249724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.733
system time used= 0.91886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63662
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= 18
involuntary context switches= 1100

runsolver used 0.273958 second user time and 0.909861 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-12 01:51:51
IDJOB=1797189
IDBENCH=71046
IDSOLVER=646
FILE ID=node22/1797189-1242085910
PBS_JOBID= 9277643
Free space on /tmp= 66380 MiB

SOLVER NAME= kw_pre 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= HOME/kw_pre BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797189-1242085910/watcher-1797189-1242085910 -o /tmp/evaluation-result-1797189-1242085910/solver-1797189-1242085910 -C 1200 -W 1800 -M 1800  HOME/kw_pre HOME/instance-1797189-1242085910.cnf

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=212286265

node22.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.232
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.232
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:       1100176 kB
Buffers:         82352 kB
Cached:         768988 kB
SwapCached:       5528 kB
Active:          58656 kB
Inactive:       801144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1100176 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:           17908 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            82060 kB
Committed_AS:   919616 kB
PageTables:       1372 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= 66372 MiB
End job on node22 at 2009-05-12 01:57:15