Trace number 1796365

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 179.469 179.56

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.161
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

179.40/179.55	This is MiniSat 2.0 beta
179.40/179.55	WARNING: for repeatability, setting FPU to use double precision
179.40/179.55	============================[ Problem Statistics ]=============================
179.40/179.55	|                                                                             |
179.40/179.55	|  Number of variables:  1                                                    |
179.40/179.55	|  Number of clauses:    2                                                    |
179.40/179.55	|  Parsing time:         0.00         s                                       |
179.40/179.55	Solved by unit propagation
179.40/179.55	UNSATISFIABLE
179.40/179.56	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-1796365-1242075025/watcher-1796365-1242075025 -o /tmp/evaluation-result-1796365-1242075025/solver-1796365-1242075025 -C 1200 -W 1800 -M 1800 HOME/kw_pre HOME/instance-1796365-1242075025.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/65 2500
/proc/meminfo: memFree=1370304/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=6024 CPUtime=0
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 819 0 0 0 0 0 0 0 18 0 1 0 235531947 6168576 795 1992294400 4194304 6416590 548682068912 18446744073709551615 4350748 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 1506 801 197 542 0 955 0

[startup+0.0928431 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 2500
/proc/meminfo: memFree=1370304/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=58620 CPUtime=0.08
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 13858 0 0 0 2 6 0 0 18 0 1 0 235531947 60026880 13834 1992294400 4194304 6416590 548682068912 18446744073709551615 5489867 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 14655 13840 205 542 0 14104 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 63976

[startup+0.101842 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 2500
/proc/meminfo: memFree=1370304/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=64296 CPUtime=0.08
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 15418 0 0 0 2 6 0 0 18 0 1 0 235531947 65839104 15394 1992294400 4194304 6416590 548682068912 18446744073709551615 5489867 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 16074 15400 205 542 0 15523 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 69652

[startup+0.301866 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 2500
/proc/meminfo: memFree=1370304/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=78612 CPUtime=0.28
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 17593 0 0 0 21 7 0 0 19 0 1 0 235531947 80498688 17569 1992294400 4194304 6416590 548682068912 18446744073709551615 5489867 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 19653 17569 218 542 0 19102 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83968

[startup+0.701917 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 2500
/proc/meminfo: memFree=1370304/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=84816 CPUtime=0.69
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 19317 0 0 0 61 8 0 0 23 0 1 0 235531947 86851584 19293 1992294400 4194304 6416590 548682068912 18446744073709551615 5489867 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 21204 19293 218 542 0 20653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90172

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2502
/proc/meminfo: memFree=1288432/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=97968 CPUtime=1.49
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 23299 0 0 0 138 11 0 0 25 0 1 0 235531947 100319232 22890 1992294400 4194304 6416590 548682068912 18446744073709551615 5489867 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 24492 22890 218 542 0 23941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103324

[startup+3.10122 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2502
/proc/meminfo: memFree=1269232/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=122556 CPUtime=3.09
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 30822 0 0 0 295 14 0 0 25 0 1 0 235531947 125497344 29644 1992294400 4194304 6416590 548682068912 18446744073709551615 5556752 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 30639 29645 218 542 0 30088 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127912

[startup+6.30162 s]
/proc/loadavg: 1.16 1.03 1.01 2/67 2502
/proc/meminfo: memFree=1209328/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=165000 CPUtime=6.28
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 41376 0 0 0 610 18 0 0 25 0 1 0 235531947 168960000 40198 1992294400 4194304 6416590 548682068912 18446744073709551615 4567561 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 41250 40198 234 542 0 40699 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 170356

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 2/67 2502
/proc/meminfo: memFree=1209648/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=165000 CPUtime=12.68
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 41376 0 0 0 1250 18 0 0 25 0 1 0 235531947 168960000 40198 1992294400 4194304 6416590 548682068912 18446744073709551615 4567195 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 41250 40198 234 542 0 40699 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 170356

[startup+25.502 s]
/proc/loadavg: 1.11 1.03 1.01 2/67 2502
/proc/meminfo: memFree=1209840/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=165000 CPUtime=25.47
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 41376 0 0 0 2529 18 0 0 25 0 1 0 235531947 168960000 40198 1992294400 4194304 6416590 548682068912 18446744073709551615 4567210 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 41250 40198 234 542 0 40699 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 170356

[startup+51.1012 s]
/proc/loadavg: 1.07 1.03 1.01 2/67 2502
/proc/meminfo: memFree=1209904/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=165000 CPUtime=51.05
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 41376 0 0 0 5087 18 0 0 25 0 1 0 235531947 168960000 40198 1992294400 4194304 6416590 548682068912 18446744073709551615 4567576 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 41250 40198 234 542 0 40699 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 170356

[startup+102.306 s]
/proc/loadavg: 1.11 1.04 1.01 2/67 2502
/proc/meminfo: memFree=1159536/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=208320 CPUtime=102.25
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 51586 0 0 0 10150 75 0 0 25 0 1 0 235531947 213319680 50408 1992294400 4194304 6416590 548682068912 18446744073709551615 4511735 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 52080 50408 243 542 0 51529 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 213676

[startup+162.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/67 2502
/proc/meminfo: memFree=1160176/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=207336 CPUtime=162.2
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 52423 0 0 0 16141 79 0 0 25 0 1 0 235531947 212312064 50339 1992294400 4194304 6416590 548682068912 18446744073709551615 5553607 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 51834 50339 253 542 0 51283 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 212692

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

[startup+166.302 s]
/proc/loadavg: 1.04 1.03 1.00 2/67 2502
/proc/meminfo: memFree=1160112/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=207336 CPUtime=166.21
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 52438 0 0 0 16541 80 0 0 25 0 1 0 235531947 212312064 50354 1992294400 4194304 6416590 548682068912 18446744073709551615 4294648 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 51834 50354 253 542 0 51283 0
Current children cumulated CPU time (s) 166.21
Current children cumulated vsize (KiB) 212692

[startup+172.705 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 2502
/proc/meminfo: memFree=1159984/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=207336 CPUtime=172.6
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 52467 0 0 0 17179 81 0 0 25 0 1 0 235531947 212312064 50383 1992294400 4194304 6416590 548682068912 18446744073709551615 4294579 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 51834 50383 253 542 0 51283 0
Current children cumulated CPU time (s) 172.6
Current children cumulated vsize (KiB) 212692

[startup+175.902 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 2502
/proc/meminfo: memFree=1159920/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=207336 CPUtime=175.8
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 52483 0 0 0 17499 81 0 0 25 0 1 0 235531947 212312064 50399 1992294400 4194304 6416590 548682068912 18446744073709551615 4295356 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 51834 50399 253 542 0 51283 0
Current children cumulated CPU time (s) 175.8
Current children cumulated vsize (KiB) 212692

[startup+177.501 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 2502
/proc/meminfo: memFree=1159920/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=207336 CPUtime=177.39
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 52486 0 0 0 17658 81 0 0 25 0 1 0 235531947 212312064 50402 1992294400 4194304 6416590 548682068912 18446744073709551615 4294943 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 51834 50402 253 542 0 51283 0
Current children cumulated CPU time (s) 177.39
Current children cumulated vsize (KiB) 212692

[startup+178.302 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 2502
/proc/meminfo: memFree=1159920/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=207336 CPUtime=178.2
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 52486 0 0 0 17739 81 0 0 25 0 1 0 235531947 212312064 50402 1992294400 4194304 6416590 548682068912 18446744073709551615 4310042 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 51834 50402 253 542 0 51283 0
Current children cumulated CPU time (s) 178.2
Current children cumulated vsize (KiB) 212692

[startup+179.102 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 2502
/proc/meminfo: memFree=1159920/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=207336 CPUtime=179
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 52486 0 0 0 17818 82 0 0 25 0 1 0 235531947 212312064 50402 1992294400 4194304 6416590 548682068912 18446744073709551615 4294579 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 51834 50402 253 542 0 51283 0
Current children cumulated CPU time (s) 179
Current children cumulated vsize (KiB) 212692

[startup+179.501 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 2502
/proc/meminfo: memFree=1159920/2055920 swapFree=4156884/4192956
[pid=2500] ppid=2498 vsize=5356 CPUtime=0
/proc/2500/stat : 2500 (kw_pre) S 2498 2500 2366 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 235531947 5484544 231 1992294400 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2500/statm: 1339 231 192 169 0 50 0
[pid=2501] ppid=2500 vsize=207336 CPUtime=179.4
/proc/2501/stat : 2501 (kw_preprocessor) R 2500 2500 2366 0 -1 0 52486 0 0 0 17858 82 0 0 25 0 1 0 235531947 212312064 50402 1992294400 4194304 6416590 548682068912 18446744073709551615 4304248 0 0 4096 0 0 0 0 17 0 0 0
/proc/2501/statm: 51834 50402 253 542 0 51283 0
Current children cumulated CPU time (s) 179.4
Current children cumulated vsize (KiB) 212692

Child status: 0
Real time (s): 179.56
CPU time (s): 179.469
CPU user time (s): 178.614
CPU system time (s): 0.85487
CPU usage (%): 99.9491
Max. virtual memory (cumulated for all children) (KiB): 216316

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

runsolver used 0.151976 second user time and 0.510922 second system time

The end

Launcher Data

Begin job on node92 at 2009-05-11 22:50:25
IDJOB=1796365
IDBENCH=20421
IDSOLVER=646
FILE ID=node92/1796365-1242075025
PBS_JOBID= 9277593
Free space on /tmp= 66396 MiB

SOLVER NAME= kw_pre 2009-03-21
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= HOME/kw_pre BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796365-1242075025/watcher-1796365-1242075025 -o /tmp/evaluation-result-1796365-1242075025/solver-1796365-1242075025 -C 1200 -W 1800 -M 1800  HOME/kw_pre HOME/instance-1796365-1242075025.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=1667106679

node92.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1370784 kB
Buffers:         57164 kB
Cached:         546992 kB
SwapCached:      30760 kB
Active:         468892 kB
Inactive:       167536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370784 kB
SwapTotal:     4192956 kB
SwapFree:      4156884 kB
Dirty:           14656 kB
Writeback:           0 kB
Mapped:          14168 kB
Slab:            34560 kB
Committed_AS:   566736 kB
PageTables:       1460 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= 66384 MiB
End job on node92 at 2009-05-11 22:53:25