Trace number 1796814

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 22.6466 22.6591

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-05.cnf
MD5SUM2802e980ef7a0af021d80df126a2e28c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.1961
Satisfiable
(Un)Satisfiability was proved
Number of variables68827
Number of clauses224473
Sum of the clauses size581793
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291368
Number of clauses of size 3132976
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
5.29/5.39	#LEARNT CLAUSES 43
5.48/5.59	done !
5.48/5.59	c Now, SatElite...
5.48/5.59	c Parsing...
5.58/5.81	c ==============================================================================
5.58/5.81	c |           |     ORIGINAL     |              LEARNT              |          |
5.58/5.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
5.58/5.81	c ==============================================================================
5.58/5.81	c |         0 |  222340   575454 |   66701       0        0     nan |  0.000 % |
6.68/6.75	c |         0 |  160219   541901 |      --       0       --      -- |     --   | -62121/-33553
6.68/6.75	c ==============================================================================
6.68/6.75	c Result  :   #vars: 27928   #clauses: 160219   #literals: 541901
6.68/6.75	c CPU time:   1.09083 s
6.68/6.75	c ==============================================================================
6.97/7.07	c SatElite is done !
6.97/7.07	c Calling MINISAT
6.97/7.07	This is MiniSat 2.0 beta
6.97/7.07	WARNING: for repeatability, setting FPU to use double precision
6.97/7.07	============================[ Problem Statistics ]=============================
6.97/7.07	|                                                                             |
6.97/7.08	|  Number of variables:  27928                                                |
6.97/7.08	|  Number of clauses:    160219                                               |
7.06/7.18	|  Parsing time:         0.09         s                                       |
7.06/7.19	============================[ Search Statistics ]==============================
7.06/7.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.06/7.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.06/7.19	===============================================================================
7.06/7.19	|         0 |   27928   160219   541901 |    53406        0    nan |  0.000 % |
7.06/7.19	|       101 |   27928   160219   541901 |    58746      101      7 |  0.000 % |
7.06/7.22	|       252 |   27928   160219   541901 |    64621      252      8 |  0.000 % |
9.47/9.57	|       478 |   27928   160219   541901 |    71083      478     54 |  0.000 % |
12.97/13.06	|       815 |   27928   160219   541901 |    78192      815     88 |  0.000 % |
15.57/15.65	|      1324 |   27928   160219   541901 |    86011     1324     65 |  0.000 % |
22.56/22.65	===============================================================================
22.56/22.65	restarts              : 6
22.56/22.65	conflicts             : 1863           (120 /sec)
22.56/22.65	decisions             : 3821           (1.39 % random) (246 /sec)
22.56/22.65	propagations          : 15539928       (999761 /sec)
22.56/22.65	conflict literals     : 110487         (44.35 % deleted)
22.56/22.65	Memory used           : 12.92 MB
22.56/22.65	CPU time              : 15.5436 s
22.56/22.65	
22.56/22.65	UNSATISFIABLE
22.56/22.65	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-1796814-1242081131/watcher-1796814-1242081131 -o /tmp/evaluation-result-1796814-1242081131/solver-1796814-1242081131 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796814-1242081131.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: 1.00 1.00 1.00 3/67 25161
/proc/meminfo: memFree=1957080/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=0
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236139343 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 237 196 169 0 51 0
[pid=25162] ppid=25161 vsize=1868 CPUtime=0
/proc/25162/stat : 25162 (revival) R 25161 25161 24811 0 -1 4194304 221 0 0 0 0 0 0 0 19 0 1 0 236139343 1912832 187 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25162/statm: 467 193 80 6 0 105 0

[startup+0.0689799 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25161
/proc/meminfo: memFree=1957080/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=0
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236139343 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 237 196 169 0 51 0
[pid=25162] ppid=25161 vsize=18728 CPUtime=0.05
/proc/25162/stat : 25162 (revival) R 25161 25161 24811 0 -1 4194304 3557 0 0 0 4 1 0 0 19 0 1 0 236139343 19177472 3520 1992294400 134512640 134537284 4294956368 18446744073709551615 9168507 0 0 4096 0 0 0 0 17 1 0 0
/proc/25162/statm: 4682 3520 82 6 0 4320 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24088

[startup+0.101981 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25161
/proc/meminfo: memFree=1957080/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=0
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236139343 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 237 196 169 0 51 0
[pid=25162] ppid=25161 vsize=21744 CPUtime=0.08
/proc/25162/stat : 25162 (revival) R 25161 25161 24811 0 -1 4194304 4261 0 0 0 7 1 0 0 19 0 1 0 236139343 22265856 4224 1992294400 134512640 134537284 4294956368 18446744073709551615 9168507 0 0 4096 0 0 0 0 17 1 0 0
/proc/25162/statm: 5436 4225 82 6 0 5074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27104

[startup+0.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25161
/proc/meminfo: memFree=1957080/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=0
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236139343 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 237 196 169 0 51 0
[pid=25162] ppid=25161 vsize=18476 CPUtime=0.29
/proc/25162/stat : 25162 (revival) R 25161 25161 24811 0 -1 4194304 4503 0 0 0 27 2 0 0 20 0 1 50000 236139343 18919424 3452 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25162/statm: 4619 3452 85 6 0 4257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23836

[startup+0.701036 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25161
/proc/meminfo: memFree=1957080/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=0
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236139343 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 237 196 169 0 51 0
[pid=25162] ppid=25161 vsize=18476 CPUtime=0.69
/proc/25162/stat : 25162 (revival) R 25161 25161 24811 0 -1 4194304 4508 0 0 0 67 2 0 0 24 0 1 50000 236139343 18919424 3457 1992294400 134512640 134537284 4294956368 18446744073709551615 134523958 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25162/statm: 4619 3457 85 6 0 4257 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23836

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25163
/proc/meminfo: memFree=1943304/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=0
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236139343 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 237 196 169 0 51 0
[pid=25162] ppid=25161 vsize=18476 CPUtime=1.49
/proc/25162/stat : 25162 (revival) R 25161 25161 24811 0 -1 4194304 4508 0 0 0 147 2 0 0 25 0 1 50000 236139343 18919424 3457 1992294400 134512640 134537284 4294956368 18446744073709551615 134523720 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25162/statm: 4619 3457 85 6 0 4257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23836

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25163
/proc/meminfo: memFree=1943176/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=0
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 236139343 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 237 196 169 0 51 0
[pid=25162] ppid=25161 vsize=18476 CPUtime=3.09
/proc/25162/stat : 25162 (revival) R 25161 25161 24811 0 -1 4194304 4508 0 0 0 307 2 0 0 25 0 1 50000 236139343 18919424 3457 1992294400 134512640 134537284 4294956368 18446744073709551615 134515939 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25162/statm: 4619 3457 85 6 0 4257 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23836

[startup+6.30155 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25163
/proc/meminfo: memFree=1942664/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=5.58
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 311 4523 0 0 0 0 555 3 19 0 1 0 236139343 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 5360

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25165
/proc/meminfo: memFree=1933512/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=7.06
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 341 14212 0 0 0 0 694 12 16 0 1 0 236139343 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 241 197 169 0 51 0
[pid=25165] ppid=25161 vsize=12960 CPUtime=5.61
/proc/25165/stat : 25165 (minisat) R 25161 25161 24811 0 -1 4194304 3008 0 0 0 559 2 0 0 25 0 1 0 236140050 13271040 2984 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 1 0 0
/proc/25165/statm: 3240 2984 77 170 0 3068 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18320

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

[startup+19.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25165
/proc/meminfo: memFree=1933256/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=7.06
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 341 14212 0 0 0 0 694 12 16 0 1 0 236139343 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 241 197 169 0 51 0
[pid=25165] ppid=25161 vsize=13092 CPUtime=12.01
/proc/25165/stat : 25165 (minisat) R 25161 25161 24811 0 -1 4194304 3070 0 0 0 1199 2 0 0 25 0 1 0 236140050 13406208 3046 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/25165/statm: 3273 3046 77 170 0 3101 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 18452

[startup+20.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25165
/proc/meminfo: memFree=1933256/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=7.06
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 341 14212 0 0 0 0 694 12 16 0 1 0 236139343 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 241 197 169 0 51 0
[pid=25165] ppid=25161 vsize=13228 CPUtime=13.6
/proc/25165/stat : 25165 (minisat) R 25161 25161 24811 0 -1 4194304 3075 0 0 0 1358 2 0 0 25 0 1 0 236140050 13545472 3051 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 1 0 0
/proc/25165/statm: 3307 3051 77 170 0 3135 0
Current children cumulated CPU time (s) 20.66
Current children cumulated vsize (KiB) 18588

[startup+21.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25165
/proc/meminfo: memFree=1933256/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=7.06
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 341 14212 0 0 0 0 694 12 16 0 1 0 236139343 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 241 197 169 0 51 0
[pid=25165] ppid=25161 vsize=13228 CPUtime=14.4
/proc/25165/stat : 25165 (minisat) R 25161 25161 24811 0 -1 4194304 3075 0 0 0 1438 2 0 0 25 0 1 0 236140050 13545472 3051 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/25165/statm: 3307 3051 77 170 0 3135 0
Current children cumulated CPU time (s) 21.46
Current children cumulated vsize (KiB) 18588

[startup+22.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25165
/proc/meminfo: memFree=1933256/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=7.06
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 341 14212 0 0 0 0 694 12 16 0 1 0 236139343 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 241 197 169 0 51 0
[pid=25165] ppid=25161 vsize=13228 CPUtime=15.2
/proc/25165/stat : 25165 (minisat) R 25161 25161 24811 0 -1 4194304 3075 0 0 0 1518 2 0 0 25 0 1 0 236140050 13545472 3051 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/25165/statm: 3307 3051 77 170 0 3135 0
Current children cumulated CPU time (s) 22.26
Current children cumulated vsize (KiB) 18588

[startup+22.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25165
/proc/meminfo: memFree=1933256/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=7.06
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 341 14212 0 0 0 0 694 12 16 0 1 0 236139343 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 241 197 169 0 51 0
[pid=25165] ppid=25161 vsize=13228 CPUtime=15.4
/proc/25165/stat : 25165 (minisat) R 25161 25161 24811 0 -1 4194304 3075 0 0 0 1538 2 0 0 25 0 1 0 236140050 13545472 3051 1992294400 134512640 135212939 4294956240 18446744073709551615 134530356 0 0 4096 3 0 0 0 17 1 0 0
/proc/25165/statm: 3307 3051 77 170 0 3135 0
Current children cumulated CPU time (s) 22.46
Current children cumulated vsize (KiB) 18588

[startup+22.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25165
/proc/meminfo: memFree=1933256/2055920 swapFree=4172744/4192956
[pid=25161] ppid=25159 vsize=5360 CPUtime=7.06
/proc/25161/stat : 25161 (run.sh) S 25159 25161 24811 0 -1 4194304 341 14212 0 0 0 0 694 12 16 0 1 0 236139343 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25161/statm: 1340 241 197 169 0 51 0
[pid=25165] ppid=25161 vsize=13228 CPUtime=15.5
/proc/25165/stat : 25165 (minisat) R 25161 25161 24811 0 -1 4194304 3075 0 0 0 1548 2 0 0 25 0 1 0 236140050 13545472 3051 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/25165/statm: 3307 3051 77 170 0 3135 0
Current children cumulated CPU time (s) 22.56
Current children cumulated vsize (KiB) 18588

Child status: 20
Real time (s): 22.6591
CPU time (s): 22.6466
CPU user time (s): 22.4926
CPU system time (s): 0.153976
CPU usage (%): 99.9446
Max. virtual memory (cumulated for all children) (KiB): 50216

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

runsolver used 0.026995 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-12 00:32:12
IDJOB=1796814
IDBENCH=70826
IDSOLVER=647
FILE ID=node68/1796814-1242081131
PBS_JOBID= 9277607
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= 2802e980ef7a0af021d80df126a2e28c
RANDOM SEED=393703798

node68.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.223
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.223
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:       1957624 kB
Buffers:          3820 kB
Cached:          30456 kB
SwapCached:      12100 kB
Active:          34800 kB
Inactive:        13980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1957624 kB
SwapTotal:     4192956 kB
SwapFree:      4172744 kB
Dirty:            5464 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            35168 kB
Committed_AS:   692152 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node68 at 2009-05-12 00:32:35