Trace number 1821104

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
BinMiniSat 2009-03-21UNSAT 95.04 95.0318

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 benchmark92.5
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 Parsing...
0.13/0.22	c ==============================================================================
0.13/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.13/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.13/0.22	c ==============================================================================
0.13/0.22	c |         0 |  224682   582303 |   67404       0        0     nan |  0.000 % |
1.03/1.05	c |         0 |  162397   549480 |      --       0       --      -- |     --   | -62285/-32823
1.03/1.05	c ==============================================================================
1.03/1.05	c Result  :   #vars: 28340   #clauses: 162397   #literals: 549480
1.03/1.05	c CPU time:   1.01 s
1.03/1.05	c ==============================================================================
1.23/1.25	This is MiniSat 2.0 beta
1.23/1.25	WARNING: for repeatability, setting FPU to use double precision
1.23/1.25	============================[ Problem Statistics ]=============================
1.23/1.25	|                                                                             |
1.23/1.25	|  Number of variables:  28340                                                |
1.23/1.25	|  Number of clauses:    162397                                               |
1.25/1.37	|  Parsing time:         0.10         s                                       |
1.25/1.38	============================[ Search Statistics ]==============================
1.25/1.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.25/1.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.25/1.38	===============================================================================
1.25/1.38	|         0 |   28340   162397   549480 |    54132        0    nan |  0.000 % |
1.25/1.55	|       100 |   28311   162397   549480 |    59545       93     36 |  0.205 % |
2.63/2.69	|       250 |   28311   162397   549480 |    65500      242    111 |  0.208 % |
5.13/5.15	|       475 |   28281   161981   548210 |    72050      461    112 |  0.208 % |
8.53/8.59	|       812 |   28281   161981   548210 |    79255      798    134 |  0.208 % |
13.83/13.91	|      1318 |   28274   161949   548120 |    87180     1303    121 |  0.233 % |
21.53/21.59	|      2077 |   28270   161929   548069 |    95898     2061    119 |  0.247 % |
33.63/33.63	|      3217 |   28270   161929   548069 |   105488     3201    114 |  0.247 % |
53.83/53.91	|      4925 |   28269   161910   548005 |   116037     4905     99 |  0.251 % |
81.23/81.30	|      7487 |   28266   161880   547910 |   127641     5258     90 |  0.261 % |
95.03/95.02	===============================================================================
95.03/95.02	restarts              : 10
95.03/95.02	conflicts             : 8621           (92 /sec)
95.03/95.02	decisions             : 13972          (1.58 % random) (149 /sec)
95.03/95.02	propagations          : 91079544       (971722 /sec)
95.03/95.02	conflict literals     : 709847         (47.27 % deleted)
95.03/95.02	Memory used           : 15.37 MB
95.03/95.02	CPU time              : 93.73 s
95.03/95.02	
95.03/95.02	UNSATISFIABLE
95.03/95.02	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821104-1242506735/watcher-1821104-1242506735 -o /tmp/evaluation-result-1821104-1242506735/solver-1821104-1242506735 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821104-1242506735.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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 26379
/proc/meminfo: memFree=1306484/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2412 CPUtime=0.01
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 368 643 0 0 0 0 1 0 18 0 1 0 1015174022 2469888 276 4294967295 134512640 135169312 3217586128 3217584664 3084906222 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26379/statm: 603 276 235 161 0 42 0
[pid=26383] ppid=26379 vsize=816 CPUtime=0
/proc/26383/stat : 26383 (SatELite_releas) R 26379 26379 10436 0 -1 4202496 88 0 0 0 0 0 0 0 20 0 1 0 1015174022 835584 23 4294967295 134512640 135223648 3221224256 3221223784 134918782 0 0 0 0 0 0 0 17 2 0 0 0
/proc/26383/statm: 237 36 28 174 0 62 0

[startup+0.033457 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 26379
/proc/meminfo: memFree=1306484/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2412 CPUtime=0.01
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 368 643 0 0 0 0 1 0 18 0 1 0 1015174022 2469888 276 4294967295 134512640 135169312 3217586128 3217584664 3084906222 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26379/statm: 603 276 235 161 0 42 0
[pid=26383] ppid=26379 vsize=13856 CPUtime=0.03
/proc/26383/stat : 26383 (SatELite_releas) R 26379 26379 10436 0 -1 4202496 2122 0 0 0 3 0 0 0 20 0 1 0 1015174022 14188544 1911 4294967295 134512640 135223648 3221224256 3221222824 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26383/statm: 3464 1911 47 174 0 3289 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16268

[startup+0.12344 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 26379
/proc/meminfo: memFree=1306484/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2412 CPUtime=0.01
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 368 643 0 0 0 0 1 0 18 0 1 0 1015174022 2469888 276 4294967295 134512640 135169312 3217586128 3217584664 3084906222 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26379/statm: 603 276 235 161 0 42 0
[pid=26383] ppid=26379 vsize=24608 CPUtime=0.12
/proc/26383/stat : 26383 (SatELite_releas) R 26379 26379 10436 0 -1 4202496 4822 0 0 0 11 1 0 0 21 0 1 0 1015174022 25198592 4611 4294967295 134512640 135223648 3221224256 3221223208 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26383/statm: 6152 4611 47 174 0 5977 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 27020

[startup+0.323424 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 26379
/proc/meminfo: memFree=1306484/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2412 CPUtime=0.01
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 368 643 0 0 0 0 1 0 18 0 1 0 1015174022 2469888 276 4294967295 134512640 135169312 3217586128 3217584664 3084906222 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26379/statm: 603 276 235 161 0 42 0
[pid=26383] ppid=26379 vsize=36804 CPUtime=0.32
/proc/26383/stat : 26383 (SatELite_releas) R 26379 26379 10436 0 -1 4202496 7955 0 0 0 30 2 0 0 21 0 1 0 1015174022 37687296 7543 4294967295 134512640 135223648 3221224256 3221222208 134670146 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26383/statm: 9201 7543 72 174 0 9026 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 39216

[startup+0.723391 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 26379
/proc/meminfo: memFree=1306484/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2412 CPUtime=0.01
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 368 643 0 0 0 0 1 0 18 0 1 0 1015174022 2469888 276 4294967295 134512640 135169312 3217586128 3217584664 3084906222 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26379/statm: 603 276 235 161 0 42 0
[pid=26383] ppid=26379 vsize=42580 CPUtime=0.72
/proc/26383/stat : 26383 (SatELite_releas) R 26379 26379 10436 0 -1 4202496 9311 0 0 0 69 3 0 0 22 0 1 0 1015174022 43601920 8899 4294967295 134512640 135223648 3221224256 3221222272 134586759 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26383/statm: 10645 8899 73 174 0 10470 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 44992

[startup+1.52332 s]
/proc/loadavg: 0.91 0.97 0.99 4/95 26384
/proc/meminfo: memFree=1266516/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 2416

[startup+3.12319 s]
/proc/loadavg: 0.91 0.97 0.99 3/95 26385
/proc/meminfo: memFree=1287472/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=12780 CPUtime=1.88
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3012 0 0 0 186 2 0 0 25 0 1 0 1015174147 13086720 2947 4294967295 134512640 135216011 3215435296 3215433648 134527933 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3195 2947 71 172 0 3022 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 15196

[startup+6.32293 s]
/proc/loadavg: 0.92 0.97 0.99 3/95 26385
/proc/meminfo: memFree=1286852/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=13308 CPUtime=5.08
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3138 0 0 0 506 2 0 0 25 0 1 0 1015174147 13627392 3073 4294967295 134512640 135216011 3215435296 3215433648 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3327 3073 71 172 0 3154 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 15724

[startup+12.7224 s]
/proc/loadavg: 0.93 0.97 0.99 3/95 26385
/proc/meminfo: memFree=1286576/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=13704 CPUtime=11.48
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3231 0 0 0 1145 3 0 0 25 0 1 0 1015174147 14032896 3166 4294967295 134512640 135216011 3215435296 3215433440 134536056 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3426 3166 71 172 0 3253 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 16120

[startup+25.5214 s]
/proc/loadavg: 0.94 0.97 0.99 3/95 26569
/proc/meminfo: memFree=1285548/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=14372 CPUtime=24.28
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3410 0 0 0 2424 4 0 0 25 0 1 0 1015174147 14716928 3345 4294967295 134512640 135216011 3215435296 3215433440 134535661 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3593 3345 71 172 0 3420 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 16788

[startup+51.1192 s]
/proc/loadavg: 0.96 0.97 0.99 3/95 26572
/proc/meminfo: memFree=1284988/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15204 CPUtime=49.88
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3604 0 0 0 4983 5 0 0 25 0 1 0 1015174147 15568896 3539 4294967295 134512640 135216011 3215435296 3215433648 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3801 3539 71 172 0 3628 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 17620

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

[startup+76.7171 s]
/proc/loadavg: 0.97 0.97 0.99 3/95 26574
/proc/meminfo: memFree=1284432/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15732 CPUtime=75.48
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3725 0 0 0 7543 5 0 0 25 0 1 0 1015174147 16109568 3660 4294967295 134512640 135216011 3215435296 3215433648 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3933 3660 71 172 0 3760 0
Current children cumulated CPU time (s) 76.73
Current children cumulated vsize (KiB) 18148

[startup+83.1166 s]
/proc/loadavg: 0.98 0.97 0.99 4/95 26685
/proc/meminfo: memFree=1283836/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15732 CPUtime=81.88
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3725 0 0 0 8183 5 0 0 25 0 1 0 1015174147 16109568 3660 4294967295 134512640 135216011 3215435296 3215433440 134535661 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3933 3660 71 172 0 3760 0
Current children cumulated CPU time (s) 83.13
Current children cumulated vsize (KiB) 18148

[startup+89.5161 s]
/proc/loadavg: 0.98 0.97 0.99 4/95 26757
/proc/meminfo: memFree=1284132/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15732 CPUtime=88.28
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3725 0 0 0 8823 5 0 0 25 0 1 0 1015174147 16109568 3660 4294967295 134512640 135216011 3215435296 3215433440 134536579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3933 3660 71 172 0 3760 0
Current children cumulated CPU time (s) 89.53
Current children cumulated vsize (KiB) 18148

[startup+92.7158 s]
/proc/loadavg: 0.98 0.97 0.99 4/95 26757
/proc/meminfo: memFree=1284220/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15732 CPUtime=91.48
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3725 0 0 0 9143 5 0 0 25 0 1 0 1015174147 16109568 3660 4294967295 134512640 135216011 3215435296 3215433464 134525912 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3933 3660 71 172 0 3760 0
Current children cumulated CPU time (s) 92.73
Current children cumulated vsize (KiB) 18148

[startup+94.3157 s]
/proc/loadavg: 0.98 0.97 0.99 3/95 26757
/proc/meminfo: memFree=1284220/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15732 CPUtime=93.08
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3725 0 0 0 9303 5 0 0 25 0 1 0 1015174147 16109568 3660 4294967295 134512640 135216011 3215435296 3215433440 134535659 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3933 3660 71 172 0 3760 0
Current children cumulated CPU time (s) 94.33
Current children cumulated vsize (KiB) 18148

[startup+94.7157 s]
/proc/loadavg: 0.98 0.97 0.99 3/95 26757
/proc/meminfo: memFree=1284220/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15732 CPUtime=93.48
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3725 0 0 0 9343 5 0 0 25 0 1 0 1015174147 16109568 3660 4294967295 134512640 135216011 3215435296 3215433648 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3933 3660 71 172 0 3760 0
Current children cumulated CPU time (s) 94.73
Current children cumulated vsize (KiB) 18148

[startup+94.9156 s]
/proc/loadavg: 0.98 0.97 0.99 3/95 26757
/proc/meminfo: memFree=1284220/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15732 CPUtime=93.68
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3725 0 0 0 9363 5 0 0 25 0 1 0 1015174147 16109568 3660 4294967295 134512640 135216011 3215435296 3215433648 134527301 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3933 3660 71 172 0 3760 0
Current children cumulated CPU time (s) 94.93
Current children cumulated vsize (KiB) 18148

[startup+95.0156 s]
/proc/loadavg: 0.98 0.97 0.99 3/95 26757
/proc/meminfo: memFree=1284220/2074464 swapFree=1948616/1959888
[pid=26379] ppid=26377 vsize=2416 CPUtime=1.25
/proc/26379/stat : 26379 (SatELiteGTI) S 26377 26379 10436 0 -1 4194304 386 10463 0 0 0 0 119 6 18 0 1 0 1015174022 2473984 277 4294967295 134512640 135169312 3217586128 3217582344 3084906222 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26379/statm: 604 277 235 161 0 43 0
[pid=26385] ppid=26379 vsize=15732 CPUtime=93.78
/proc/26385/stat : 26385 (minisat_static) R 26379 26379 10436 0 -1 4202496 3725 0 0 0 9373 5 0 0 25 0 1 0 1015174147 16109568 3660 4294967295 134512640 135216011 3215435296 3215433648 134527295 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26385/statm: 3933 3660 71 172 0 3760 0
Current children cumulated CPU time (s) 95.03
Current children cumulated vsize (KiB) 18148

Child status: 20
Real time (s): 95.0318
CPU time (s): 95.04
CPU user time (s): 94.92
CPU system time (s): 0.12
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 46616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.92
system time used= 0.12
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14858
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= 21
involuntary context switches= 156

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 22:45:35
IDJOB=1821104
IDBENCH=70831
IDSOLVER=661
FILE ID=tipi16/1821104-1242506735
PBS_JOBID=
Free space on /tmp= 4938 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821104-1242506735/watcher-1821104-1242506735 -o /tmp/evaluation-result-1821104-1242506735/solver-1821104-1242506735 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821104-1242506735.cnf

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED= 1586278005

Linux tipi16 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1306384 kB
Buffers:         38088 kB
Cached:         649660 kB
SwapCached:       5940 kB
Active:          91416 kB
Inactive:       606292 kB
HighTotal:     1178688 kB
HighFree:       565560 kB
LowTotal:       895776 kB
LowFree:        740824 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            5948 kB
Writeback:           0 kB
AnonPages:        9236 kB
Mapped:           3500 kB
Slab:            61360 kB
PageTables:        628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90760 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4938 MiB
End job on tipi16 at 2009-05-16 22:47:10