Trace number 1797360

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 234.249 234.368

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.249
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

234.17/234.36	This is MiniSat 2.0 beta
234.17/234.36	WARNING: for repeatability, setting FPU to use double precision
234.17/234.36	============================[ Problem Statistics ]=============================
234.17/234.36	|                                                                             |
234.17/234.36	|  Number of variables:  1                                                    |
234.17/234.36	|  Number of clauses:    2                                                    |
234.17/234.36	|  Parsing time:         0.00         s                                       |
234.17/234.36	Solved by unit propagation
234.17/234.36	UNSATISFIABLE
234.17/234.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-1797360-1242089544/watcher-1797360-1242089544 -o /tmp/evaluation-result-1797360-1242089544/solver-1797360-1242089544 -C 1200 -W 1800 -M 1800 HOME/kw_pre HOME/instance-1797360-1242089544.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.05 1.04 1.01 3/64 5566
/proc/meminfo: memFree=1875248/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=4316 CPUtime=0
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 694 0 0 0 0 0 0 0 18 0 1 0 236987463 4419584 670 1992294400 4194304 6416590 548682068912 18446744073709551615 4271281 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 1079 673 193 542 0 528 0

[startup+0.062178 s]
/proc/loadavg: 1.05 1.04 1.01 3/64 5566
/proc/meminfo: memFree=1875248/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=32460 CPUtime=0.05
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 7351 0 0 0 2 3 0 0 18 0 1 0 236987463 33239040 7327 1992294400 4194304 6416590 548682068912 18446744073709551615 4288289 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 8115 7331 205 542 0 7564 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 37816

[startup+0.101182 s]
/proc/loadavg: 1.05 1.04 1.01 3/64 5566
/proc/meminfo: memFree=1875248/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=60316 CPUtime=0.09
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 13577 0 0 0 3 6 0 0 18 0 1 0 236987463 61763584 13554 1992294400 4194304 6416590 548682068912 18446744073709551615 4288647 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 15079 13560 205 542 0 14528 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65672

[startup+0.301214 s]
/proc/loadavg: 1.05 1.04 1.01 3/64 5566
/proc/meminfo: memFree=1875248/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=105620 CPUtime=0.29
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 24561 0 0 0 18 11 0 0 19 0 1 0 236987463 108154880 24537 1992294400 4194304 6416590 548682068912 18446744073709551615 5489867 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 26405 24537 215 542 0 25854 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 110976

[startup+0.701278 s]
/proc/loadavg: 1.05 1.04 1.01 3/64 5566
/proc/meminfo: memFree=1875248/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=110768 CPUtime=0.69
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 26028 0 0 0 57 12 0 0 23 0 1 0 236987463 113426432 26004 1992294400 4194304 6416590 548682068912 18446744073709551615 5489867 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 27692 26004 215 542 0 27141 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116124

[startup+1.50241 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 5568
/proc/meminfo: memFree=1767200/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=121328 CPUtime=1.49
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 28995 0 0 0 135 14 0 0 25 0 1 0 236987463 124239872 28971 1992294400 4194304 6416590 548682068912 18446744073709551615 5489867 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 30332 28971 215 542 0 29781 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126684

[startup+3.10167 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 5568
/proc/meminfo: memFree=1750368/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=147968 CPUtime=3.09
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 36631 0 0 0 292 17 0 0 25 0 1 0 236987463 151519232 35231 1992294400 4194304 6416590 548682068912 18446744073709551615 4546843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5567/statm: 36992 35231 226 542 0 36441 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153324

[startup+6.30217 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 5568
/proc/meminfo: memFree=1678560/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=208668 CPUtime=6.27
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 52108 0 0 0 560 67 0 0 25 0 1 0 236987463 213676032 50708 1992294400 4194304 6416590 548682068912 18446744073709551615 5556880 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 52167 50708 242 542 0 51616 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 214024

[startup+12.7012 s]
/proc/loadavg: 1.04 1.04 1.01 2/66 5568
/proc/meminfo: memFree=1592160/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=270740 CPUtime=12.65
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 67198 0 0 0 1143 122 0 0 25 0 1 0 236987463 277237760 65029 1992294400 4194304 6416590 548682068912 18446744073709551615 5479132 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 67685 65029 242 542 0 67134 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 276096

[startup+25.5012 s]
/proc/loadavg: 1.04 1.04 1.01 2/66 5568
/proc/meminfo: memFree=1590432/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=272220 CPUtime=25.44
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 68964 0 0 0 2411 133 0 0 25 0 1 0 236987463 278753280 65474 1992294400 4194304 6416590 548682068912 18446744073709551615 4552929 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 68055 65474 253 542 0 67504 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 277576

[startup+51.1013 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 5568
/proc/meminfo: memFree=1590240/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=272224 CPUtime=51.03
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 69056 0 0 0 4950 153 0 0 25 0 1 0 236987463 278757376 65566 1992294400 4194304 6416590 548682068912 18446744073709551615 5553607 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 68056 65566 254 542 0 67505 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 277580

[startup+102.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5568
/proc/meminfo: memFree=1589728/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=272224 CPUtime=102.22
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 69191 0 0 0 10033 189 0 0 25 0 1 0 236987463 278757376 65701 1992294400 4194304 6416590 548682068912 18446744073709551615 5553607 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 68056 65701 254 542 0 67505 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 277580

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 5568
/proc/meminfo: memFree=1589408/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=273204 CPUtime=162.2
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 69257 0 0 0 15998 222 0 0 25 0 1 0 236987463 279760896 65767 1992294400 4194304 6416590 548682068912 18446744073709551615 5553607 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 68301 65767 254 542 0 67750 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 278560

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5568
/proc/meminfo: memFree=1580704/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=281792 CPUtime=222.18
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 71435 0 0 0 21972 246 0 0 25 0 1 0 236987463 288555008 67945 1992294400 4194304 6416590 548682068912 18446744073709551615 4420273 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 70448 67945 254 542 0 69897 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 287148

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

[startup+223.902 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5568
/proc/meminfo: memFree=1580704/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=281792 CPUtime=223.78
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 71435 0 0 0 22132 246 0 0 25 0 1 0 236987463 288555008 67945 1992294400 4194304 6416590 548682068912 18446744073709551615 4294579 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 70448 67945 254 542 0 69897 0
Current children cumulated CPU time (s) 223.78
Current children cumulated vsize (KiB) 287148

[startup+230.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5568
/proc/meminfo: memFree=1580640/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=281792 CPUtime=230.17
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 71455 0 0 0 22770 247 0 0 25 0 1 0 236987463 288555008 67965 1992294400 4194304 6416590 548682068912 18446744073709551615 4340633 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 70448 67965 254 542 0 69897 0
Current children cumulated CPU time (s) 230.17
Current children cumulated vsize (KiB) 287148

[startup+231.901 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5568
/proc/meminfo: memFree=1580576/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=281792 CPUtime=231.77
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 71456 0 0 0 22929 248 0 0 25 0 1 0 236987463 288555008 67966 1992294400 4194304 6416590 548682068912 18446744073709551615 4419751 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 70448 67966 254 542 0 69897 0
Current children cumulated CPU time (s) 231.77
Current children cumulated vsize (KiB) 287148

[startup+233.501 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5568
/proc/meminfo: memFree=1580576/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=281792 CPUtime=233.37
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 71456 0 0 0 23089 248 0 0 25 0 1 0 236987463 288555008 67966 1992294400 4194304 6416590 548682068912 18446744073709551615 4304248 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 70448 67966 254 542 0 69897 0
Current children cumulated CPU time (s) 233.37
Current children cumulated vsize (KiB) 287148

[startup+233.901 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5568
/proc/meminfo: memFree=1580576/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=281792 CPUtime=233.77
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 71456 0 0 0 23129 248 0 0 25 0 1 0 236987463 288555008 67966 1992294400 4194304 6416590 548682068912 18446744073709551615 5553607 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 70448 67966 254 542 0 69897 0
Current children cumulated CPU time (s) 233.77
Current children cumulated vsize (KiB) 287148

[startup+234.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5568
/proc/meminfo: memFree=1580576/2055920 swapFree=4181456/4192956
[pid=5566] ppid=5564 vsize=5356 CPUtime=0
/proc/5566/stat : 5566 (kw_pre) S 5564 5566 5409 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 236987463 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5566/statm: 1339 231 192 169 0 50 0
[pid=5567] ppid=5566 vsize=281792 CPUtime=234.17
/proc/5567/stat : 5567 (kw_preprocessor) R 5566 5566 5409 0 -1 0 71456 0 0 0 23169 248 0 0 25 0 1 0 236987463 288555008 67966 1992294400 4194304 6416590 548682068912 18446744073709551615 5553607 0 0 4096 0 0 0 0 17 1 0 0
/proc/5567/statm: 70448 67966 254 542 0 69897 0
Current children cumulated CPU time (s) 234.17
Current children cumulated vsize (KiB) 287148

Child status: 0
Real time (s): 234.368
CPU time (s): 234.249
CPU user time (s): 231.711
CPU system time (s): 2.53861
CPU usage (%): 99.9496
Max. virtual memory (cumulated for all children) (KiB): 287148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 231.711
system time used= 2.53861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71884
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= 19
involuntary context switches= 507

runsolver used 0.272958 second user time and 0.584911 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-12 02:52:25
IDJOB=1797360
IDBENCH=71715
IDSOLVER=646
FILE ID=node26/1797360-1242089544
PBS_JOBID= 9277686
Free space on /tmp= 66120 MiB

SOLVER NAME= kw_pre 2009-03-21
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= HOME/kw_pre BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797360-1242089544/watcher-1797360-1242089544 -o /tmp/evaluation-result-1797360-1242089544/solver-1797360-1242089544 -C 1200 -W 1800 -M 1800  HOME/kw_pre HOME/instance-1797360-1242089544.cnf

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=1880182952

node26.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.261
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.261
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:       1875792 kB
Buffers:         10364 kB
Cached:          92200 kB
SwapCached:       5352 kB
Active:          34720 kB
Inactive:        75684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875792 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:           11716 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            55800 kB
Committed_AS:   794184 kB
PageTables:       1368 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= 66096 MiB
End job on node26 at 2009-05-12 02:56:19