Trace number 1796826

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
SatElite + ReVivAl 0.23 2009-03-18UNSAT 114.015 114.082

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.6871
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 8
3.89/3.90	#LEARNT CLAUSES 31
3.98/4.09	done !
3.98/4.09	c Now, SatElite...
3.98/4.09	c Parsing...
4.28/4.32	c ==============================================================================
4.28/4.32	c |           |     ORIGINAL     |              LEARNT              |          |
4.28/4.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
4.28/4.32	c ==============================================================================
4.28/4.32	c |         0 |  223677   579096 |   67103       0        0     nan |  0.000 % |
5.18/5.24	c |         0 |  161344   545773 |      --       0       --      -- |     --   | -62333/-33323
5.18/5.24	c ==============================================================================
5.18/5.24	c Result  :   #vars: 28132   #clauses: 161344   #literals: 545773
5.18/5.24	c CPU time:   1.09183 s
5.18/5.24	c ==============================================================================
5.48/5.56	c SatElite is done !
5.48/5.56	c Calling MINISAT
5.48/5.56	This is MiniSat 2.0 beta
5.48/5.56	WARNING: for repeatability, setting FPU to use double precision
5.48/5.56	============================[ Problem Statistics ]=============================
5.48/5.56	|                                                                             |
5.48/5.56	|  Number of variables:  28132                                                |
5.48/5.56	|  Number of clauses:    161344                                               |
5.54/5.67	|  Parsing time:         0.09         s                                       |
5.54/5.68	============================[ Search Statistics ]==============================
5.54/5.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.54/5.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.54/5.68	===============================================================================
5.54/5.68	|         0 |   28132   161344   545773 |    53781        0    nan |  0.000 % |
5.54/5.68	|       101 |   28132   161344   545773 |    59159      101      5 |  0.000 % |
5.54/5.71	|       251 |   28132   161344   545773 |    65075      251      8 |  0.000 % |
7.16/7.22	|       476 |   28132   161344   545773 |    71582      476     65 |  0.000 % |
8.46/8.54	|       814 |   28132   161344   545773 |    78741      814     82 |  0.000 % |
11.26/11.35	|      1320 |   28132   161344   545773 |    86615     1320     99 |  0.000 % |
14.86/14.94	|      2079 |   28132   161344   545773 |    95276     2079     69 |  0.000 % |
21.56/21.69	|      3218 |   28121   161273   545577 |   104804     3209     72 |  0.039 % |
40.74/40.88	|      4926 |   28121   161273   545577 |   115285     4917     67 |  0.039 % |
69.43/69.52	|      7488 |   28121   161273   545577 |   126813     7479     60 |  0.039 % |
94.42/94.51	|     11332 |   28116   161238   545480 |   139494     7962     61 |  0.057 % |
113.91/114.07	===============================================================================
113.91/114.07	restarts              : 11
113.91/114.07	conflicts             : 13897          (128 /sec)
113.91/114.07	decisions             : 19656          (1.63 % random) (181 /sec)
113.91/114.07	propagations          : 109501042      (1009994 /sec)
113.91/114.07	conflict literals     : 703691         (52.99 % deleted)
113.91/114.07	Memory used           : 15.06 MB
113.91/114.07	CPU time              : 108.418 s
113.91/114.07	
113.91/114.07	UNSATISFIABLE
113.91/114.08	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-1796826-1242081193/watcher-1796826-1242081193 -o /tmp/evaluation-result-1796826-1242081193/solver-1796826-1242081193 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796826-1242081193.cnf HOME 

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: 0.95 0.99 0.99 3/64 12479
/proc/meminfo: memFree=1192800/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=0
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236146533 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 237 196 169 0 51 0
[pid=12480] ppid=12479 vsize=2636 CPUtime=0
/proc/12480/stat : 12480 (revival) R 12479 12479 12043 0 -1 4194304 296 0 0 0 0 0 0 0 19 0 1 0 236146534 2699264 262 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12480/statm: 659 270 81 6 0 297 0

[startup+0.0935719 s]
/proc/loadavg: 0.95 0.99 0.99 3/64 12479
/proc/meminfo: memFree=1192800/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=0
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236146533 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 237 196 169 0 51 0
[pid=12480] ppid=12479 vsize=21768 CPUtime=0.08
/proc/12480/stat : 12480 (revival) R 12479 12479 12043 0 -1 4194304 4260 0 0 0 7 1 0 0 19 0 1 0 236146534 22290432 4223 1992294400 134512640 134537284 4294956368 18446744073709551615 5305979 0 0 4096 0 0 0 0 17 0 0 0
/proc/12480/statm: 5442 4224 82 6 0 5080 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27128

[startup+0.101572 s]
/proc/loadavg: 0.95 0.99 0.99 3/64 12479
/proc/meminfo: memFree=1192800/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=0
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236146533 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 237 196 169 0 51 0
[pid=12480] ppid=12479 vsize=17828 CPUtime=0.08
/proc/12480/stat : 12480 (revival) R 12479 12479 12043 0 -1 4194304 4307 0 0 0 7 1 0 0 19 0 1 50000 236146534 18255872 3253 1992294400 134512640 134537284 4294956368 18446744073709551615 5305979 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12480/statm: 4457 3254 85 6 0 4095 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23188

[startup+0.301588 s]
/proc/loadavg: 0.95 0.99 0.99 3/64 12479
/proc/meminfo: memFree=1192800/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=0
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236146533 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 237 196 169 0 51 0
[pid=12480] ppid=12479 vsize=18488 CPUtime=0.28
/proc/12480/stat : 12480 (revival) R 12479 12479 12043 0 -1 4194304 4473 0 0 0 27 1 0 0 21 0 1 50000 236146534 18931712 3419 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12480/statm: 4622 3419 85 6 0 4260 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23848

[startup+0.701624 s]
/proc/loadavg: 0.95 0.99 0.99 3/64 12479
/proc/meminfo: memFree=1192800/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=0
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236146533 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 237 196 169 0 51 0
[pid=12480] ppid=12479 vsize=18488 CPUtime=0.69
/proc/12480/stat : 12480 (revival) R 12479 12479 12043 0 -1 4194304 4478 0 0 0 67 2 0 0 24 0 1 50000 236146534 18931712 3424 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12480/statm: 4622 3424 85 6 0 4260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23848

[startup+1.50169 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 12481
/proc/meminfo: memFree=1179152/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=0
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236146533 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 237 196 169 0 51 0
[pid=12480] ppid=12479 vsize=18488 CPUtime=1.49
/proc/12480/stat : 12480 (revival) R 12479 12479 12043 0 -1 4194304 4479 0 0 0 147 2 0 0 25 0 1 50000 236146534 18931712 3425 1992294400 134512640 134537284 4294956368 18446744073709551615 134523890 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12480/statm: 4622 3425 85 6 0 4260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23848

[startup+3.10183 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 12481
/proc/meminfo: memFree=1178896/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=0
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236146533 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 237 196 169 0 51 0
[pid=12480] ppid=12479 vsize=18488 CPUtime=3.09
/proc/12480/stat : 12480 (revival) R 12479 12479 12043 0 -1 4194304 4479 0 0 0 307 2 0 0 25 0 1 50000 236146534 18931712 3425 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12480/statm: 4622 3425 85 6 0 4260 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23848

[startup+6.30213 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 12482
/proc/meminfo: memFree=1146640/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 5360

[startup+12.7017 s]
/proc/loadavg: 0.96 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1169168/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=13128 CPUtime=7.12
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3040 0 0 0 710 2 0 0 25 0 1 0 236147090 13443072 3024 1992294400 134512640 135212939 4294956240 18446744073709551615 134526898 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3282 3024 77 170 0 3110 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18488

[startup+25.5018 s]
/proc/loadavg: 0.96 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1168336/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=14052 CPUtime=19.92
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3286 0 0 0 1989 3 0 0 25 0 1 0 236147090 14389248 3270 1992294400 134512640 135212939 4294956240 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3513 3270 77 170 0 3341 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19412

[startup+51.101 s]
/proc/loadavg: 0.98 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1167696/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=14612 CPUtime=45.49
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3412 0 0 0 4546 3 0 0 25 0 1 0 236147090 14962688 3396 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3653 3396 77 170 0 3481 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 19972

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1167184/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=15288 CPUtime=96.68
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3568 0 0 0 9665 3 0 0 25 0 1 0 236147090 15654912 3552 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3822 3552 77 170 0 3650 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 20648

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

[startup+108.702 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1167120/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=15288 CPUtime=103.07
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3589 0 0 0 10304 3 0 0 25 0 1 0 236147090 15654912 3573 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3822 3573 77 170 0 3650 0
Current children cumulated CPU time (s) 108.61
Current children cumulated vsize (KiB) 20648

[startup+111.901 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1167056/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=15420 CPUtime=106.27
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3596 0 0 0 10624 3 0 0 25 0 1 0 236147090 15790080 3580 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3855 3580 77 170 0 3683 0
Current children cumulated CPU time (s) 111.81
Current children cumulated vsize (KiB) 20780

[startup+112.701 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1167056/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=15420 CPUtime=107.07
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3597 0 0 0 10704 3 0 0 25 0 1 0 236147090 15790080 3581 1992294400 134512640 135212939 4294956240 18446744073709551615 134536079 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3855 3581 77 170 0 3683 0
Current children cumulated CPU time (s) 112.61
Current children cumulated vsize (KiB) 20780

[startup+113.502 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1167056/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=15420 CPUtime=107.87
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3597 0 0 0 10784 3 0 0 25 0 1 0 236147090 15790080 3581 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3855 3581 77 170 0 3683 0
Current children cumulated CPU time (s) 113.41
Current children cumulated vsize (KiB) 20780

[startup+113.902 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1167056/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=15420 CPUtime=108.27
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3597 0 0 0 10824 3 0 0 25 0 1 0 236147090 15790080 3581 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3855 3581 77 170 0 3683 0
Current children cumulated CPU time (s) 113.81
Current children cumulated vsize (KiB) 20780

[startup+114.002 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 12483
/proc/meminfo: memFree=1167056/2055920 swapFree=4181940/4192956
[pid=12479] ppid=12477 vsize=5360 CPUtime=5.54
/proc/12479/stat : 12479 (run.sh) S 12477 12479 12043 0 -1 4194304 341 14226 0 0 0 0 544 10 16 0 1 0 236146533 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12479/statm: 1340 241 197 169 0 51 0
[pid=12483] ppid=12479 vsize=15420 CPUtime=108.37
/proc/12483/stat : 12483 (minisat) R 12479 12479 12043 0 -1 4194304 3597 0 0 0 10834 3 0 0 25 0 1 0 236147090 15790080 3581 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/12483/statm: 3855 3581 77 170 0 3683 0
Current children cumulated CPU time (s) 113.91
Current children cumulated vsize (KiB) 20780

Child status: 20
Real time (s): 114.082
CPU time (s): 114.015
CPU user time (s): 113.865
CPU system time (s): 0.149977
CPU usage (%): 99.9414
Max. virtual memory (cumulated for all children) (KiB): 50464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.865
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18186
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= 10
involuntary context switches= 409

runsolver used 0.108983 second user time and 0.316951 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-12 00:33:13
IDJOB=1796826
IDBENCH=70831
IDSOLVER=647
FILE ID=node58/1796826-1242081193
PBS_JOBID= 9277640
Free space on /tmp= 66096 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796826-1242081193/watcher-1796826-1242081193 -o /tmp/evaluation-result-1796826-1242081193/solver-1796826-1242081193 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796826-1242081193.cnf HOME

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED=1388467478

node58.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.233
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.233
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:       1193280 kB
Buffers:         67824 kB
Cached:         711960 kB
SwapCached:       4936 kB
Active:         205068 kB
Inactive:       583240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193280 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            5664 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            60384 kB
Committed_AS:   748892 kB
PageTables:       1360 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= 66084 MiB
End job on node58 at 2009-05-12 00:35:07