Trace number 1821069

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
APTUSAT 2009-03-22UNSAT 754.37 754.337

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.12/0.21	c ==============================================================================
0.12/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.21	c ==============================================================================
0.12/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.99 s
1.02/1.05	c ==============================================================================
1.22/1.24	This is MiniSat 2.0 beta
1.22/1.24	WARNING: for repeatability, setting FPU to use double precision
1.22/1.24	============================[ Problem Statistics ]=============================
1.22/1.24	|                                                                             |
1.22/1.24	|  Number of variables:  28519                                                |
1.22/1.24	|  Number of clauses:    163277                                               |
1.24/1.37	|  Parsing time:         0.11         s                                       |
1.24/1.38	============================[ Search Statistics ]==============================
1.24/1.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.38	===============================================================================
1.24/1.38	|         0 |   28519   163277   552290 |    54425        0    nan |  0.000 % |
1.24/1.69	|       100 |   28510   163277   552290 |    59868       91     62 |  0.035 % |
2.82/2.86	|       250 |   28506   163184   552024 |    65855      233    117 |  0.046 % |
4.82/4.82	|       476 |   28506   163184   552024 |    72440      459    138 |  0.046 % |
6.32/6.37	|       813 |   28504   163179   552010 |    79684      793     90 |  0.053 % |
9.12/9.18	|      1319 |   28495   163131   551870 |    87653     1293     91 |  0.084 % |
14.52/14.57	|      2079 |   28495   163111   551820 |    96418     2053    101 |  0.084 % |
24.22/24.24	|      3218 |   28492   163084   551736 |   106060     3189    116 |  0.095 % |
36.82/36.82	|      4926 |   28487   163069   551699 |   116666     4894    124 |  0.112 % |
63.62/63.61	|      7488 |   28481   163022   551564 |   128332     7448    118 |  0.133 % |
96.83/96.82	|     11332 |   28478   162990   551468 |   141166    11291    100 |  0.144 % |
154.62/154.67	|     17099 |   28478   162990   551468 |   155282    17058     90 |  0.144 % |
251.53/251.58	|     25749 |   28478   162990   551468 |   170811    25708     77 |  0.144 % |
413.04/413.02	|     38723 |   28477   162985   551454 |   187892    38681     66 |  0.147 % |
628.35/628.36	|     58184 |   28476   162962   551374 |   206681    30402     67 |  0.151 % |
754.36/754.32	===============================================================================
754.36/754.32	restarts              : 15
754.36/754.32	conflicts             : 70183          (93 /sec)
754.36/754.32	decisions             : 89993          (1.62 % random) (120 /sec)
754.36/754.32	propagations          : 616647345      (818997 /sec)
754.36/754.32	conflict literals     : 3805749        (58.64 % deleted)
754.36/754.32	Memory used           : 27.46 MB
754.36/754.32	CPU time              : 752.93 s
754.36/754.32	
754.36/754.32	UNSATISFIABLE
754.36/754.33	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-1821069-1242505069/watcher-1821069-1242505069 -o /tmp/evaluation-result-1821069-1242505069/solver-1821069-1242505069 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821069-1242505069.cnf -restarts=1 

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.00 1.00 2/97 27090
/proc/meminfo: memFree=1680516/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2416 CPUtime=0
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1015007911 2473984 277 4294967295 134512640 135169312 3214994768 3214993304 3085844206 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27090/statm: 604 277 235 161 0 43 0
[pid=27094] ppid=27090 vsize=952 CPUtime=0
/proc/27094/stat : 27094 (SatELite_releas) R 27090 27090 16367 0 -1 4202496 143 0 0 0 0 0 0 0 25 0 1 0 1015007911 974848 79 4294967295 134512640 135223648 3216344720 3216343440 134734703 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27094/statm: 238 82 45 174 0 63 0

[startup+0.079433 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 27090
/proc/meminfo: memFree=1680516/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2416 CPUtime=0
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1015007911 2473984 277 4294967295 134512640 135169312 3214994768 3214993304 3085844206 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27090/statm: 604 277 235 161 0 43 0
[pid=27094] ppid=27090 vsize=21320 CPUtime=0.08
/proc/27094/stat : 27094 (SatELite_releas) R 27090 27090 16367 0 -1 4202496 3956 0 0 0 6 2 0 0 25 0 1 0 1015007911 21831680 3746 4294967295 134512640 135223648 3216344720 3216343304 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27094/statm: 5330 3746 47 174 0 5155 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23736

[startup+0.11942 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 27090
/proc/meminfo: memFree=1680516/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2416 CPUtime=0
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1015007911 2473984 277 4294967295 134512640 135169312 3214994768 3214993304 3085844206 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27090/statm: 604 277 235 161 0 43 0
[pid=27094] ppid=27090 vsize=24488 CPUtime=0.12
/proc/27094/stat : 27094 (SatELite_releas) R 27090 27090 16367 0 -1 4202496 4788 0 0 0 7 5 0 0 25 0 1 0 1015007911 25075712 4578 4294967295 134512640 135223648 3216344720 3216343672 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27094/statm: 6122 4578 47 174 0 5947 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 26904

[startup+0.319408 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 27090
/proc/meminfo: memFree=1680516/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2416 CPUtime=0
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1015007911 2473984 277 4294967295 134512640 135169312 3214994768 3214993304 3085844206 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27090/statm: 604 277 235 161 0 43 0
[pid=27094] ppid=27090 vsize=36912 CPUtime=0.32
/proc/27094/stat : 27094 (SatELite_releas) R 27090 27090 16367 0 -1 4202496 7957 0 0 0 27 5 0 0 25 0 1 0 1015007911 37797888 7577 4294967295 134512640 135223648 3216344720 3216342488 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27094/statm: 9228 7577 72 174 0 9053 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 39328

[startup+0.719385 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 27090
/proc/meminfo: memFree=1680516/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2416 CPUtime=0
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1015007911 2473984 277 4294967295 134512640 135169312 3214994768 3214993304 3085844206 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27090/statm: 604 277 235 161 0 43 0
[pid=27094] ppid=27090 vsize=42688 CPUtime=0.72
/proc/27094/stat : 27094 (SatELite_releas) R 27090 27090 16367 0 -1 4202496 9325 0 0 0 66 6 0 0 25 0 1 0 1015007911 43712512 8945 4294967295 134512640 135223648 3216344720 3216342816 134596092 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27094/statm: 10672 8945 73 174 0 10497 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45104

[startup+1.51934 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 27095
/proc/meminfo: memFree=1640340/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 2420

[startup+3.11925 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27096
/proc/meminfo: memFree=1661420/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=12724 CPUtime=1.88
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 2982 0 0 0 185 3 0 0 25 0 1 0 1015008035 13029376 2917 4294967295 134512640 135213731 3212911536 3212910016 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 3181 2917 73 172 0 3007 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 15144

[startup+6.31907 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27096
/proc/meminfo: memFree=1660924/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=12988 CPUtime=5.08
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 3056 0 0 0 505 3 0 0 25 0 1 0 1015008035 13299712 2991 4294967295 134512640 135213731 3212911536 3212910016 134529968 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 3247 2991 73 172 0 3073 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15408

[startup+12.7187 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27098
/proc/meminfo: memFree=1660244/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=13648 CPUtime=11.48
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 3241 0 0 0 1145 3 0 0 25 0 1 0 1015008035 13975552 3176 4294967295 134512640 135213731 3212911536 3212910016 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 3412 3176 73 172 0 3238 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 16068

[startup+25.518 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27100
/proc/meminfo: memFree=1659208/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=14572 CPUtime=24.28
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 3451 0 0 0 2425 3 0 0 25 0 1 0 1015008035 14921728 3386 4294967295 134512640 135213731 3212911536 3212909728 134527087 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 3643 3386 73 172 0 3469 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 16992

[startup+51.1166 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27100
/proc/meminfo: memFree=1657588/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=16160 CPUtime=49.88
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 3857 0 0 0 4985 3 0 0 25 0 1 0 1015008035 16547840 3792 4294967295 134512640 135213731 3212911536 3212909792 134536726 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 4040 3792 73 172 0 3866 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 18580

[startup+102.324 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27289
/proc/meminfo: memFree=1654968/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=18504 CPUtime=101.09
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 4409 0 0 0 10106 3 0 0 25 0 1 0 1015008035 18948096 4344 4294967295 134512640 135213731 3212911536 3212909792 134536779 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 4626 4344 73 172 0 4452 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 20924

[startup+162.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 27480
/proc/meminfo: memFree=1653496/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=19956 CPUtime=161.08
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 4799 0 0 0 16104 4 0 0 25 0 1 0 1015008035 20434944 4734 4294967295 134512640 135213731 3212911536 3212910016 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 4989 4734 73 172 0 4815 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 22376

[startup+222.317 s]
/proc/loadavg: 1.04 1.01 1.00 3/99 27667
/proc/meminfo: memFree=1652272/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=21172 CPUtime=221.09
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 5105 0 0 0 22097 12 0 0 25 0 1 0 1015008035 21680128 5040 4294967295 134512640 135213731 3212911536 3212909792 134536833 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 5293 5040 73 172 0 5119 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 23592

[startup+282.314 s]
/proc/loadavg: 1.01 1.01 1.00 3/99 27854
/proc/meminfo: memFree=1650792/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=22704 CPUtime=281.09
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 5458 0 0 0 28096 13 0 0 25 0 1 0 1015008035 23248896 5393 4294967295 134512640 135213731 3212911536 3212909792 134536125 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 5676 5393 73 172 0 5502 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 25124

[startup+342.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28045
/proc/meminfo: memFree=1649900/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=23636 CPUtime=341.1
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 5715 0 0 0 34097 13 0 0 25 0 1 0 1015008035 24203264 5650 4294967295 134512640 135213731 3212911536 3212909792 134536422 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 5909 5650 73 172 0 5735 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 26056

[startup+402.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28234
/proc/meminfo: memFree=1649016/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=24560 CPUtime=401.1
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 5923 0 0 0 40097 13 0 0 25 0 1 0 1015008035 25149440 5858 4294967295 134512640 135213731 3212911536 3212910016 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 6140 5858 73 172 0 5966 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 26980

[startup+462.323 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28421
/proc/meminfo: memFree=1648180/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=25564 CPUtime=461.11
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6163 0 0 0 46098 13 0 0 25 0 1 0 1015008035 26177536 6098 4294967295 134512640 135213731 3212911536 3212910016 134530110 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 6391 6098 73 172 0 6217 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 27984

[startup+522.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 28612
/proc/meminfo: memFree=1647172/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=26528 CPUtime=521.1
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6422 0 0 0 52093 17 0 0 25 0 1 0 1015008035 27164672 6357 4294967295 134512640 135213731 3212911536 3212910016 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 6632 6357 73 172 0 6458 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 28948

[startup+582.307 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28799
/proc/meminfo: memFree=1646272/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=27584 CPUtime=581.1
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6688 0 0 0 58092 18 0 0 25 0 1 0 1015008035 28246016 6623 4294967295 134512640 135213731 3212911536 3212909792 134536520 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 6896 6623 73 172 0 6722 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 30004

[startup+642.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28988
/proc/meminfo: memFree=1645552/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=641.11
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 64092 19 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212910016 134530117 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 30532

[startup+702.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 29177
/proc/meminfo: memFree=1645436/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=701.11
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 70092 19 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212910016 134529968 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 30532

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

[startup+716.719 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29360
/proc/meminfo: memFree=1645204/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=715.52
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 71533 19 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212909792 134536994 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 716.76
Current children cumulated vsize (KiB) 30532

[startup+729.518 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29360
/proc/meminfo: memFree=1645440/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=728.32
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 72813 19 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212909856 134528755 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 729.56
Current children cumulated vsize (KiB) 30532

[startup+742.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29361
/proc/meminfo: memFree=1645528/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=741.12
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 74093 19 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212909792 134536125 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 742.36
Current children cumulated vsize (KiB) 30532

[startup+748.717 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29362
/proc/meminfo: memFree=1645528/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=747.52
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 74733 19 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212910016 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 748.76
Current children cumulated vsize (KiB) 30532

[startup+751.917 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29362
/proc/meminfo: memFree=1645528/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=750.72
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 75052 20 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212910016 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 751.96
Current children cumulated vsize (KiB) 30532

[startup+753.517 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29362
/proc/meminfo: memFree=1645528/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=752.32
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 75212 20 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212910016 134529968 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 753.56
Current children cumulated vsize (KiB) 30532

[startup+753.917 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29362
/proc/meminfo: memFree=1645528/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=752.72
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 75252 20 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212910016 134530171 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 753.96
Current children cumulated vsize (KiB) 30532

[startup+754.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29362
/proc/meminfo: memFree=1645528/2074464 swapFree=1949244/1959888
[pid=27090] ppid=27088 vsize=2420 CPUtime=1.24
/proc/27090/stat : 27090 (SatELiteGTI) S 27088 27090 16367 0 -1 4194304 387 10486 0 0 0 0 118 6 18 0 1 0 1015007911 2478080 278 4294967295 134512640 135169312 3214994768 3214990984 3085844206 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27090/statm: 605 278 235 161 0 44 0
[pid=27096] ppid=27090 vsize=28112 CPUtime=753.12
/proc/27096/stat : 27096 (minisat_static) R 27090 27090 16367 0 -1 4202496 6834 0 0 0 75292 20 0 0 25 0 1 0 1015008035 28786688 6769 4294967295 134512640 135213731 3212911536 3212910016 134529947 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27096/statm: 7028 6769 73 172 0 6854 0
Current children cumulated CPU time (s) 754.36
Current children cumulated vsize (KiB) 30532

Child status: 20
Real time (s): 754.337
CPU time (s): 754.37
CPU user time (s): 754.11
CPU system time (s): 0.26
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 46772

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 22:17:49
IDJOB=1821069
IDBENCH=70822
IDSOLVER=662
FILE ID=tipi11/1821069-1242505069
PBS_JOBID=
Free space on /tmp= 9839 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-09.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821069-1242505069/watcher-1821069-1242505069 -o /tmp/evaluation-result-1821069-1242505069/solver-1821069-1242505069 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821069-1242505069.cnf -restarts=1

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED= 2055401801

Linux tipi11 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.431
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.40

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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:       1680516 kB
Buffers:         26912 kB
Cached:         296328 kB
SwapCached:       5224 kB
Active:          76604 kB
Inactive:       258460 kB
HighTotal:     1178688 kB
HighFree:       902436 kB
LowTotal:       895776 kB
LowFree:        778080 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            5788 kB
Writeback:           0 kB
AnonPages:       10896 kB
Mapped:           5152 kB
Slab:            50256 kB
PageTables:        632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97124 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9839 MiB
End job on tipi11 at 2009-05-16 22:30:24