Trace number 1821068

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 761.61 761.535

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-09.cnf
MD5SUM5c56557463274332c6704b6432dfc42b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark561.69
Satisfiable
(Un)Satisfiability was proved
Number of variables69487
Number of clauses226581
Sum of the clauses size587221
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292264
Number of clauses of size 3134188
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.22/0.21	c ==============================================================================
0.22/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.21	c ==============================================================================
0.22/0.21	c |         0 |  225938   585551 |   67781       0        0     nan |  0.000 % |
1.02/1.05	c |         0 |  163277   552290 |      --       0       --      -- |     --   | -62661/-33261
1.02/1.05	c ==============================================================================
1.02/1.05	c Result  :   #vars: 28519   #clauses: 163277   #literals: 552290
1.02/1.05	c CPU time:   0.98 s
1.02/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:  28519                                                |
1.23/1.25	|  Number of clauses:    163277                                               |
1.25/1.37	|  Parsing time:         0.12         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.39	|         0 |   28519   163277   552290 |    54425        0    nan |  0.000 % |
1.25/1.82	|       101 |   28509   163277   552290 |    59868       91     66 |  0.042 % |
3.12/3.16	|       251 |   28509   163277   552290 |    65855      241    124 |  0.042 % |
5.72/5.80	|       476 |   28507   163176   551993 |    72440      460    158 |  0.042 % |
8.32/8.39	|       813 |   28504   163158   551944 |    79684      796    141 |  0.053 % |
12.72/12.77	|      1319 |   28496   163106   551792 |    87653     1296    144 |  0.081 % |
18.72/18.80	|      2079 |   28492   163083   551731 |    96418     2053    144 |  0.102 % |
27.63/27.63	|      3218 |   28485   163041   551608 |   106060     3188    129 |  0.119 % |
39.73/39.72	|      4926 |   28478   162989   551457 |   116666     4887    127 |  0.144 % |
55.63/55.69	|      7488 |   28474   162972   551413 |   128332     7445    113 |  0.158 % |
97.93/98.00	|     11332 |   28474   162972   551413 |   141166    11289     97 |  0.158 % |
170.65/170.64	|     17099 |   28470   162952   551362 |   155282    17055     86 |  0.172 % |
259.44/259.46	|     25748 |   28469   162935   551303 |   170811    25701     79 |  0.175 % |
395.36/395.35	|     38723 |   28459   162873   551128 |   187892    38669     71 |  0.210 % |
612.98/612.98	|     58185 |   28459   162873   551128 |   206681    58131     58 |  0.210 % |
761.59/761.52	===============================================================================
761.59/761.52	restarts              : 15
761.59/761.52	conflicts             : 78771          (104 /sec)
761.59/761.52	decisions             : 138153         (1.70 % random) (182 /sec)
761.59/761.52	propagations          : 658821184      (866528 /sec)
761.59/761.52	conflict literals     : 3884529        (59.44 % deleted)
761.59/761.52	Memory used           : 29.21 MB
761.59/761.52	CPU time              : 760.3 s
761.59/761.52	
761.59/761.52	UNSATISFIABLE
761.59/761.53	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-1821068-1242504958/watcher-1821068-1242504958 -o /tmp/evaluation-result-1821068-1242504958/solver-1821068-1242504958 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821068-1242504958.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: 1.00 1.03 1.00 2/93 31463
/proc/meminfo: memFree=950124/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2416 CPUtime=0
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 366 648 0 0 0 0 0 0 18 0 1 0 1014996944 2473984 276 4294967295 134512640 135169312 3217776640 3217775176 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31463/statm: 604 276 235 161 0 43 0
[pid=31467] ppid=31463 vsize=952 CPUtime=0.01
/proc/31467/stat : 31467 (SatELite_releas) R 31463 31463 20977 0 -1 4202496 114 0 0 0 0 1 0 0 18 0 1 0 1014996944 974848 50 4294967295 134512640 135223648 3215590880 3215589784 134736942 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31467/statm: 239 55 44 174 0 64 0

[startup+0.104741 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 31463
/proc/meminfo: memFree=950124/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2416 CPUtime=0
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 366 648 0 0 0 0 0 0 18 0 1 0 1014996944 2473984 276 4294967295 134512640 135169312 3217776640 3217775176 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31463/statm: 604 276 235 161 0 43 0
[pid=31467] ppid=31463 vsize=23304 CPUtime=0.11
/proc/31467/stat : 31467 (SatELite_releas) R 31463 31463 20977 0 -1 4202496 4467 0 0 0 7 4 0 0 18 0 1 0 1014996944 23863296 4257 4294967295 134512640 135223648 3215590880 3215589832 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31467/statm: 5826 4258 47 174 0 5651 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 25720

[startup+0.21473 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 31463
/proc/meminfo: memFree=950124/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2416 CPUtime=0
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 366 648 0 0 0 0 0 0 18 0 1 0 1014996944 2473984 276 4294967295 134512640 135169312 3217776640 3217775176 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31463/statm: 604 276 235 161 0 43 0
[pid=31467] ppid=31463 vsize=32264 CPUtime=0.22
/proc/31467/stat : 31467 (SatELite_releas) R 31463 31463 20977 0 -1 4202496 6695 0 0 0 16 6 0 0 18 0 1 0 1014996944 33038336 6485 4294967295 134512640 135223648 3215590880 3215589888 134547609 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31467/statm: 8066 6485 47 174 0 7891 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 34680

[startup+0.31472 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 31463
/proc/meminfo: memFree=950124/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2416 CPUtime=0
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 366 648 0 0 0 0 0 0 18 0 1 0 1014996944 2473984 276 4294967295 134512640 135169312 3217776640 3217775176 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31463/statm: 604 276 235 161 0 43 0
[pid=31467] ppid=31463 vsize=36528 CPUtime=0.32
/proc/31467/stat : 31467 (SatELite_releas) R 31463 31463 20977 0 -1 4202496 7908 0 0 0 26 6 0 0 18 0 1 0 1014996944 37404672 7528 4294967295 134512640 135223648 3215590880 3215588492 134709815 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31467/statm: 9132 7529 72 174 0 8957 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38944

[startup+0.714681 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 31463
/proc/meminfo: memFree=950124/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2416 CPUtime=0
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 366 648 0 0 0 0 0 0 18 0 1 0 1014996944 2473984 276 4294967295 134512640 135169312 3217776640 3217775176 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31463/statm: 604 276 235 161 0 43 0
[pid=31467] ppid=31463 vsize=42692 CPUtime=0.72
/proc/31467/stat : 31467 (SatELite_releas) R 31463 31463 20977 0 -1 4202496 9326 0 0 0 65 7 0 0 18 0 1 0 1014996944 43716608 8946 4294967295 134512640 135223648 3215590880 3215588896 134587312 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31467/statm: 10673 8946 73 174 0 10498 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45108

[startup+1.5146 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 31468
/proc/meminfo: memFree=909924/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 2420

[startup+3.11444 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 31470
/proc/meminfo: memFree=931624/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=12808 CPUtime=1.87
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 3018 0 0 0 186 1 0 0 25 0 1 0 1014997069 13115392 2952 4294967295 134512640 135216011 3216715600 3216713952 134527339 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31469/statm: 3202 2952 71 172 0 3029 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 15228

[startup+6.31413 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 31471
/proc/meminfo: memFree=931160/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=13204 CPUtime=5.07
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 3111 0 0 0 505 2 0 0 25 0 1 0 1014997069 13520896 3045 4294967295 134512640 135216011 3216715600 3216713952 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31469/statm: 3301 3045 71 172 0 3128 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15624

[startup+12.7135 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 31654
/proc/meminfo: memFree=930328/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=13732 CPUtime=11.47
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 3239 0 0 0 1144 3 0 0 25 0 1 0 1014997069 14061568 3173 4294967295 134512640 135216011 3216715600 3216713680 134524258 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31469/statm: 3433 3173 71 172 0 3260 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 16152

[startup+25.5122 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 31655
/proc/meminfo: memFree=929480/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=14656 CPUtime=24.27
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 3462 0 0 0 2424 3 0 0 25 0 1 0 1014997069 15007744 3396 4294967295 134512640 135216011 3216715600 3216714064 134540569 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31469/statm: 3664 3396 71 172 0 3491 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 17076

[startup+51.1197 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 31658
/proc/meminfo: memFree=927712/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=16372 CPUtime=49.88
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 3902 0 0 0 4984 4 0 0 25 0 1 0 1014997069 16764928 3836 4294967295 134512640 135216011 3216715600 3216713952 134527755 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31469/statm: 4093 3836 71 172 0 3920 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 18792

[startup+102.315 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 31847
/proc/meminfo: memFree=925588/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=18224 CPUtime=101.08
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 4377 0 0 0 10104 4 0 0 25 0 1 0 1014997069 18661376 4311 4294967295 134512640 135216011 3216715600 3216713744 134536303 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31469/statm: 4556 4311 71 172 0 4383 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 20644

[startup+162.319 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 32035
/proc/meminfo: memFree=924248/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=19552 CPUtime=161.09
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 4693 0 0 0 16105 4 0 0 25 0 1 0 1014997069 20021248 4627 4294967295 134512640 135216011 3216715600 3216713744 134535661 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31469/statm: 4888 4627 71 172 0 4715 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 21972

[startup+222.313 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 32222
/proc/meminfo: memFree=921496/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=21744 CPUtime=221.09
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 5226 0 0 0 22105 4 0 0 25 0 1 0 1014997069 22265856 5160 4294967295 134512640 135216011 3216715600 3216713952 134527330 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31469/statm: 5436 5160 71 172 0 5263 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 24164

[startup+282.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32415
/proc/meminfo: memFree=920512/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=23240 CPUtime=281.09
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 5587 0 0 0 28105 4 0 0 25 0 1 0 1014997069 23797760 5521 4294967295 134512640 135216011 3216715600 3216713952 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 5810 5521 71 172 0 5637 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 25660

[startup+342.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 32602
/proc/meminfo: memFree=919272/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=24296 CPUtime=341.1
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 5869 0 0 0 34106 4 0 0 25 0 1 0 1014997069 24879104 5803 4294967295 134512640 135216011 3216715600 3216713952 134527395 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 6074 5803 71 172 0 5901 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 26716

[startup+402.315 s]

################
# More data... #
################


[startup+462.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 512
/proc/meminfo: memFree=916816/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=26764 CPUtime=461.12
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 6456 0 0 0 46107 5 0 0 25 0 1 0 1014997069 27406336 6390 4294967295 134512640 135216011 3216715600 3216713952 134527559 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 6691 6390 71 172 0 6518 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 29184

[startup+522.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 699
/proc/meminfo: memFree=916196/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=27584 CPUtime=521.12
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 6669 0 0 0 52107 5 0 0 25 0 1 0 1014997069 28246016 6603 4294967295 134512640 135216011 3216715600 3216713952 134527788 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 6896 6603 71 172 0 6723 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 30004

[startup+582.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 889
/proc/meminfo: memFree=915312/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=28268 CPUtime=581.12
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 6860 0 0 0 58107 5 0 0 25 0 1 0 1014997069 28946432 6794 4294967295 134512640 135216011 3216715600 3216713952 134527289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7067 6794 71 172 0 6894 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 30688

[startup+642.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1093
/proc/meminfo: memFree=914460/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29252 CPUtime=641.13
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7092 0 0 0 64108 5 0 0 25 0 1 0 1014997069 29954048 7026 4294967295 134512640 135216011 3216715600 3216713952 134527474 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7313 7026 71 172 0 7140 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 31672

[startup+702.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1281
/proc/meminfo: memFree=913948/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=701.14
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 70109 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713952 134527507 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 32324

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

[startup+716.814 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1282
/proc/meminfo: memFree=913948/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=715.64
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 71559 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216714064 134540660 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 716.89
Current children cumulated vsize (KiB) 32324

[startup+742.412 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1467
/proc/meminfo: memFree=913884/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=741.24
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 74119 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713952 134527533 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 742.49
Current children cumulated vsize (KiB) 32324

[startup+755.211 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1469
/proc/meminfo: memFree=913800/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=754.04
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 75399 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713744 134536015 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 755.29
Current children cumulated vsize (KiB) 32324

[startup+758.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1469
/proc/meminfo: memFree=913808/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=757.24
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 75719 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713952 134527391 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 758.49
Current children cumulated vsize (KiB) 32324

[startup+760.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1469
/proc/meminfo: memFree=913808/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=758.84
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 75879 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713952 134527395 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 760.09
Current children cumulated vsize (KiB) 32324

[startup+760.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1469
/proc/meminfo: memFree=913808/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=759.64
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 75959 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713952 134527350 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 760.89
Current children cumulated vsize (KiB) 32324

[startup+761.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1469
/proc/meminfo: memFree=913808/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=760.04
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 75999 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713952 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 761.29
Current children cumulated vsize (KiB) 32324

[startup+761.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1469
/proc/meminfo: memFree=913808/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=760.24
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 76019 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713952 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 761.49
Current children cumulated vsize (KiB) 32324

[startup+761.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1469
/proc/meminfo: memFree=913808/2074464 swapFree=1951864/1959888
[pid=31463] ppid=31461 vsize=2420 CPUtime=1.25
/proc/31463/stat : 31463 (SatELiteGTI) S 31461 31463 20977 0 -1 4194304 386 10487 0 0 0 0 116 9 18 0 1 0 1014996944 2478080 278 4294967295 134512640 135169312 3217776640 3217772856 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31463/statm: 605 278 235 161 0 44 0
[pid=31469] ppid=31463 vsize=29904 CPUtime=760.34
/proc/31469/stat : 31469 (minisat_static) R 31463 31463 20977 0 -1 4202496 7245 0 0 0 76029 5 0 0 25 0 1 0 1014997069 30621696 7179 4294967295 134512640 135216011 3216715600 3216713744 134537342 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31469/statm: 7476 7179 71 172 0 7303 0
Current children cumulated CPU time (s) 761.59
Current children cumulated vsize (KiB) 32324

Child status: 20
Real time (s): 761.535
CPU time (s): 761.61
CPU user time (s): 761.47
CPU system time (s): 0.14
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 46776

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 22:15:58
IDJOB=1821068
IDBENCH=70822
IDSOLVER=661
FILE ID=tipi10/1821068-1242504958
PBS_JOBID=
Free space on /tmp= 4164 MiB

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

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED= 1699659329

Linux tipi10 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.367
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.367
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.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        950124 kB
Buffers:         24620 kB
Cached:         986200 kB
SwapCached:       2732 kB
Active:         465656 kB
Inactive:       555064 kB
HighTotal:     1178688 kB
HighFree:       337220 kB
LowTotal:       895776 kB
LowFree:        612904 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            5956 kB
Writeback:           0 kB
AnonPages:        9360 kB
Mapped:           3228 kB
Slab:            94648 kB
PageTables:        344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90588 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4164 MiB
End job on tipi10 at 2009-05-16 22:28:41