Trace number 1796816

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
ReVivAl 0.23 2009-03-18UNSAT 32.0611 32.0718

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.37	#LEARNT CLAUSES 43
5.49/5.57	done !
5.49/5.57	c Calling MINISAT
5.49/5.57	This is MiniSat 2.0 beta
5.49/5.57	WARNING: for repeatability, setting FPU to use double precision
5.49/5.57	============================[ Problem Statistics ]=============================
5.49/5.57	|                                                                             |
5.49/5.58	|  Number of variables:  68827                                                |
5.49/5.58	|  Number of clauses:    222952                                               |
5.57/5.71	|  Parsing time:         0.12         s                                       |
5.57/5.72	============================[ Search Statistics ]==============================
5.57/5.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.57/5.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.57/5.72	===============================================================================
5.57/5.72	|         0 |   68217   222340   575454 |    74113        0    nan |  0.000 % |
5.57/5.73	|       100 |   68217   222340   575454 |    81524      100      8 |  0.886 % |
7.27/7.31	|       251 |   68217   222340   575454 |    89677      251     71 |  0.886 % |
10.89/10.97	|       476 |   68217   222340   575454 |    98644      476     93 |  0.886 % |
16.68/16.77	|       814 |   68217   222340   575454 |   108509      814    102 |  0.886 % |
26.98/27.07	|      1320 |   68197   222253   575244 |   119360      738    106 |  0.915 % |
31.97/32.06	===============================================================================
31.97/32.06	restarts              : 6
31.97/32.06	conflicts             : 1554           (59 /sec)
31.97/32.06	decisions             : 3135           (1.53 % random) (118 /sec)
31.97/32.06	propagations          : 33777359       (1276690 /sec)
31.97/32.06	conflict literals     : 140382         (45.48 % deleted)
31.97/32.06	Memory used           : 16.88 MB
31.97/32.06	CPU time              : 26.457 s
31.97/32.06	
31.97/32.06	UNSATISFIABLE
31.97/32.07	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-1796816-1242081155/watcher-1796816-1242081155 -o /tmp/evaluation-result-1796816-1242081155/solver-1796816-1242081155 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796816-1242081155.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 25191
/proc/meminfo: memFree=1957016/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=0
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236141667 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25191/statm: 1340 237 196 169 0 51 0
[pid=25192] ppid=25191 vsize=3660 CPUtime=0
/proc/25192/stat : 25192 (revival) R 25191 25191 24811 0 -1 4194304 530 0 0 0 0 0 0 0 18 0 1 0 236141667 3747840 497 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25192/statm: 915 503 82 6 0 553 0

[startup+0.012491 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25191
/proc/meminfo: memFree=1957016/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=0
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236141667 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25191/statm: 1340 237 196 169 0 51 0
[pid=25192] ppid=25191 vsize=9132 CPUtime=0
/proc/25192/stat : 25192 (revival) R 25191 25191 24811 0 -1 4194304 1246 0 0 0 0 0 0 0 18 0 1 0 236141667 9351168 1214 1992294400 134512640 134537284 4294956368 18446744073709551615 9171917 0 0 4096 0 0 0 0 17 1 0 0
/proc/25192/statm: 2283 1220 82 6 0 1921 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14492

[startup+0.102501 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25191
/proc/meminfo: memFree=1957016/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=0
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236141667 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25191/statm: 1340 237 196 169 0 51 0
[pid=25192] ppid=25191 vsize=21744 CPUtime=0.09
/proc/25192/stat : 25192 (revival) R 25191 25191 24811 0 -1 4194304 4276 0 0 0 7 2 0 0 18 0 1 0 236141667 22265856 4240 1992294400 134512640 134537284 4294956368 18446744073709551615 134527481 0 0 4096 0 0 0 0 17 1 0 0
/proc/25192/statm: 5469 4241 82 6 0 5107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27104

[startup+0.301515 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25191
/proc/meminfo: memFree=1957016/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=0
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236141667 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25191/statm: 1340 237 196 169 0 51 0
[pid=25192] ppid=25191 vsize=18476 CPUtime=0.29
/proc/25192/stat : 25192 (revival) R 25191 25191 24811 0 -1 4194304 4502 0 0 0 27 2 0 0 19 0 1 50000 236141667 18919424 3452 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25192/statm: 4619 3452 85 6 0 4257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23836

[startup+0.701552 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 25191
/proc/meminfo: memFree=1957016/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=0
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236141667 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25191/statm: 1340 237 196 169 0 51 0
[pid=25192] ppid=25191 vsize=18476 CPUtime=0.69
/proc/25192/stat : 25192 (revival) R 25191 25191 24811 0 -1 4194304 4507 0 0 0 67 2 0 0 22 0 1 50000 236141667 18919424 3457 1992294400 134512640 134537284 4294956368 18446744073709551615 134523584 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25192/statm: 4619 3457 85 6 0 4257 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23836

[startup+1.50262 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25193
/proc/meminfo: memFree=1943240/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=0
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236141667 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25191/statm: 1340 237 196 169 0 51 0
[pid=25192] ppid=25191 vsize=18476 CPUtime=1.49
/proc/25192/stat : 25192 (revival) R 25191 25191 24811 0 -1 4194304 4507 0 0 0 147 2 0 0 25 0 1 50000 236141667 18919424 3457 1992294400 134512640 134537284 4294956368 18446744073709551615 134524076 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25192/statm: 4619 3457 85 6 0 4257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23836

[startup+3.10177 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25193
/proc/meminfo: memFree=1943112/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=0
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236141667 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25191/statm: 1340 237 196 169 0 51 0
[pid=25192] ppid=25191 vsize=18476 CPUtime=3.09
/proc/25192/stat : 25192 (revival) R 25191 25191 24811 0 -1 4194304 4507 0 0 0 307 2 0 0 25 0 1 50000 236141667 18919424 3457 1992294400 134512640 134537284 4294956368 18446744073709551615 134523632 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25192/statm: 4619 3457 85 6 0 4257 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23836

[startup+6.30107 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25193
/proc/meminfo: memFree=1942408/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 5360

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25194
/proc/meminfo: memFree=1937096/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
[pid=25194] ppid=25191 vsize=17012 CPUtime=7.11
/proc/25194/stat : 25194 (minisat) R 25191 25191 24811 0 -1 4194304 3974 0 0 0 709 2 0 0 25 0 1 0 236142224 17420288 3903 1992294400 134512640 135212939 4294956240 18446744073709551615 134536453 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 4253 3903 77 170 0 4081 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22372

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25194
/proc/meminfo: memFree=1936904/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
[pid=25194] ppid=25191 vsize=17276 CPUtime=19.91
/proc/25194/stat : 25194 (minisat) R 25191 25191 24811 0 -1 4194304 4026 0 0 0 1989 2 0 0 25 0 1 0 236142224 17690624 3955 1992294400 134512640 135212939 4294956240 18446744073709551615 134536398 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 4319 3955 77 170 0 4147 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22636

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

[startup+28.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25194
/proc/meminfo: memFree=1936904/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
[pid=25194] ppid=25191 vsize=17276 CPUtime=23.11
/proc/25194/stat : 25194 (minisat) R 25191 25191 24811 0 -1 4194304 4026 0 0 0 2309 2 0 0 25 0 1 0 236142224 17690624 3955 1992294400 134512640 135212939 4294956240 18446744073709551615 134530465 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 4319 3955 77 170 0 4147 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 22636

[startup+30.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25194
/proc/meminfo: memFree=1936904/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
[pid=25194] ppid=25191 vsize=17276 CPUtime=24.71
/proc/25194/stat : 25194 (minisat) R 25191 25191 24811 0 -1 4194304 4026 0 0 0 2469 2 0 0 25 0 1 0 236142224 17690624 3955 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 4319 3955 77 170 0 4147 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 22636

[startup+31.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25194
/proc/meminfo: memFree=1936904/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
[pid=25194] ppid=25191 vsize=17276 CPUtime=25.51
/proc/25194/stat : 25194 (minisat) R 25191 25191 24811 0 -1 4194304 4026 0 0 0 2549 2 0 0 25 0 1 0 236142224 17690624 3955 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 4319 3955 77 170 0 4147 0
Current children cumulated CPU time (s) 31.08
Current children cumulated vsize (KiB) 22636

[startup+31.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25194
/proc/meminfo: memFree=1936904/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
[pid=25194] ppid=25191 vsize=17276 CPUtime=25.91
/proc/25194/stat : 25194 (minisat) R 25191 25191 24811 0 -1 4194304 4026 0 0 0 2589 2 0 0 25 0 1 0 236142224 17690624 3955 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 4319 3955 77 170 0 4147 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 22636

[startup+31.9053 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25194
/proc/meminfo: memFree=1936904/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
[pid=25194] ppid=25191 vsize=17276 CPUtime=26.31
/proc/25194/stat : 25194 (minisat) R 25191 25191 24811 0 -1 4194304 4026 0 0 0 2629 2 0 0 25 0 1 0 236142224 17690624 3955 1992294400 134512640 135212939 4294956240 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 4319 3955 77 170 0 4147 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 22636

[startup+32.0014 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 25194
/proc/meminfo: memFree=1936904/2055920 swapFree=4172744/4192956
[pid=25191] ppid=25189 vsize=5360 CPUtime=5.57
/proc/25191/stat : 25191 (run.sh) S 25189 25191 24811 0 -1 4194304 312 4522 0 0 0 0 553 4 16 0 1 0 236141667 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25191/statm: 1340 238 197 169 0 51 0
[pid=25194] ppid=25191 vsize=17276 CPUtime=26.4
/proc/25194/stat : 25194 (minisat) R 25191 25191 24811 0 -1 4194304 4026 0 0 0 2638 2 0 0 25 0 1 0 236142224 17690624 3955 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 4319 3955 77 170 0 4147 0
Current children cumulated CPU time (s) 31.97
Current children cumulated vsize (KiB) 22636

Child status: 20
Real time (s): 32.0718
CPU time (s): 32.0611
CPU user time (s): 31.9911
CPU system time (s): 0.069989
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 27104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.9911
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8884
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= 8
involuntary context switches= 68

runsolver used 0.038994 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-12 00:32:35
IDJOB=1796816
IDBENCH=70826
IDSOLVER=649
FILE ID=node68/1796816-1242081155
PBS_JOBID= 9277607
Free space on /tmp= 66280 MiB

SOLVER NAME= 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-1796816-1242081155/watcher-1796816-1242081155 -o /tmp/evaluation-result-1796816-1242081155/solver-1796816-1242081155 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796816-1242081155.cnf HOME

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

MD5SUM BENCH= 2802e980ef7a0af021d80df126a2e28c
RANDOM SEED=2042418905

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:       1957496 kB
Buffers:          3924 kB
Cached:          30488 kB
SwapCached:      12100 kB
Active:          36016 kB
Inactive:        12884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1957496 kB
SwapTotal:     4192956 kB
SwapFree:      4172744 kB
Dirty:            5608 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            35140 kB
Committed_AS:   693228 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= 66276 MiB
End job on node68 at 2009-05-12 00:33:07