Trace number 1821075

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-22? (TO) 1200.09 1200.04

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
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.22	c ==============================================================================
0.22/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.22	c ==============================================================================
0.22/0.22	c |         0 |  226367   586604 |   67910       0        0     nan |  0.000 % |
1.02/1.05	c |         0 |  163489   553284 |      --       0       --      -- |     --   | -62878/-33320
1.02/1.06	c ==============================================================================
1.02/1.06	c Result  :   #vars: 28527   #clauses: 163489   #literals: 553284
1.02/1.06	c CPU time:   1.01 s
1.02/1.06	c ==============================================================================
1.22/1.25	This is MiniSat 2.0 beta
1.22/1.25	WARNING: for repeatability, setting FPU to use double precision
1.22/1.25	============================[ Problem Statistics ]=============================
1.22/1.25	|                                                                             |
1.22/1.25	|  Number of variables:  28527                                                |
1.22/1.25	|  Number of clauses:    163489                                               |
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.38	|         0 |   28527   163489   553284 |    54496        0    nan |  0.000 % |
1.25/1.52	|       101 |   28518   163489   553284 |    59945       94     25 |  0.039 % |
2.81/2.87	|       252 |   28518   163489   553284 |    65940      244    122 |  0.042 % |
3.91/3.96	|       477 |   28515   163386   552977 |    72534      463    113 |  0.042 % |
5.71/5.80	|       814 |   28515   163386   552977 |    79788      800     76 |  0.042 % |
8.41/8.47	|      1321 |   28514   163381   552965 |    87766     1306     97 |  0.046 % |
10.91/10.92	|      2082 |   28510   163363   552916 |    96543     2065     83 |  0.060 % |
17.61/17.65	|      3221 |   28510   163355   552888 |   106197     3198    102 |  0.060 % |
28.51/28.53	|      4929 |   28509   163350   552876 |   116817     4905    119 |  0.063 % |
38.31/38.33	|      7492 |   28500   163298   552725 |   128499     7462     98 |  0.095 % |
53.61/53.65	|     11337 |   28487   163218   552507 |   141349    11290     98 |  0.140 % |
86.01/86.10	|     17104 |   28482   163189   552417 |   155484    17054    107 |  0.158 % |
133.32/133.34	|     25753 |   28478   163152   552310 |   171032    25686    109 |  0.172 % |
202.11/202.12	|     38727 |   28478   163152   552310 |   188136    38660     90 |  0.172 % |
299.42/299.43	|     58190 |   28478   163152   552310 |   206949    58123     70 |  0.172 % |
488.03/488.04	|     87383 |   28477   163144   552282 |   227644    87311     96 |  0.175 % |
787.45/787.45	|    131173 |   28477   163144   552282 |   250409   131101    116 |  0.175 % |
1200.07/1200.03	HOME/SatELiteGTI: line 36: 22453 Terminated              $MS $2 $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821075-1242505436/watcher-1821075-1242505436 -o /tmp/evaluation-result-1821075-1242505436/solver-1821075-1242505436 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821075-1242505436.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.02 1.00 3/96 22447
/proc/meminfo: memFree=955072/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2416 CPUtime=0
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 1015041896 2473984 277 4294967295 134512640 135169312 3215345056 3215343592 3085057774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/22447/statm: 604 277 235 161 0 43 0
[pid=22451] ppid=22447 vsize=956 CPUtime=0
/proc/22451/stat : 22451 (SatELite_releas) R 22447 22447 11066 0 -1 4202496 119 0 0 0 0 0 0 0 25 0 1 0 1015041896 978944 54 4294967295 134512640 135223648 3218688208 3218685624 134697236 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22451/statm: 239 56 45 174 0 64 0

[startup+0.029829 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 22447
/proc/meminfo: memFree=955072/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2416 CPUtime=0
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 1015041896 2473984 277 4294967295 134512640 135169312 3215345056 3215343592 3085057774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/22447/statm: 604 277 235 161 0 43 0
[pid=22451] ppid=22447 vsize=13332 CPUtime=0.03
/proc/22451/stat : 22451 (SatELite_releas) R 22447 22447 11066 0 -1 4202496 2016 0 0 0 1 2 0 0 25 0 1 0 1015041896 13651968 1805 4294967295 134512640 135223648 3218688208 3218686792 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22451/statm: 3333 1806 47 174 0 3158 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15748

[startup+0.119827 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 22447
/proc/meminfo: memFree=955072/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2416 CPUtime=0
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 1015041896 2473984 277 4294967295 134512640 135169312 3215345056 3215343592 3085057774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/22447/statm: 604 277 235 161 0 43 0
[pid=22451] ppid=22447 vsize=24384 CPUtime=0.12
/proc/22451/stat : 22451 (SatELite_releas) R 22447 22447 11066 0 -1 4202496 4775 0 0 0 10 2 0 0 25 0 1 0 1015041896 24969216 4564 4294967295 134512640 135223648 3218688208 3218687160 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22451/statm: 6096 4566 47 174 0 5921 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 26800

[startup+0.319819 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 22447
/proc/meminfo: memFree=955072/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2416 CPUtime=0
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 1015041896 2473984 277 4294967295 134512640 135169312 3215345056 3215343592 3085057774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/22447/statm: 604 277 235 161 0 43 0
[pid=22451] ppid=22447 vsize=36568 CPUtime=0.32
/proc/22451/stat : 22451 (SatELite_releas) R 22447 22447 11066 0 -1 4202496 7969 0 0 0 30 2 0 0 25 0 1 0 1015041896 37445632 7554 4294967295 134512640 135223648 3218688208 3218685976 134737406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22451/statm: 9142 7554 72 174 0 8967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38984

[startup+0.719791 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 22447
/proc/meminfo: memFree=955072/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2416 CPUtime=0
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 1015041896 2473984 277 4294967295 134512640 135169312 3215345056 3215343592 3085057774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/22447/statm: 604 277 235 161 0 43 0
[pid=22451] ppid=22447 vsize=42732 CPUtime=0.72
/proc/22451/stat : 22451 (SatELite_releas) R 22447 22447 11066 0 -1 4202496 9392 0 0 0 68 4 0 0 25 0 1 0 1015041896 43757568 8977 4294967295 134512640 135223648 3218688208 3218686224 134586647 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22451/statm: 10683 8977 73 174 0 10508 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45148

[startup+1.51976 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 22452
/proc/meminfo: memFree=914624/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 2420

[startup+3.11966 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 22453
/proc/meminfo: memFree=935952/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=12500 CPUtime=1.86
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 2951 0 0 0 185 1 0 0 21 0 1 0 1015042021 12800000 2886 4294967295 134512640 135213731 3220204192 3220202420 134719542 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 3125 2887 73 172 0 2951 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 14920

[startup+6.31949 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 22453
/proc/meminfo: memFree=935984/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=12896 CPUtime=5.06
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 3056 0 0 0 505 1 0 0 25 0 1 0 1015042021 13205504 2991 4294967295 134512640 135213731 3220204192 3220202448 134536953 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 3224 2991 74 172 0 3050 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 15316

[startup+12.7191 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 22453
/proc/meminfo: memFree=935180/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=13696 CPUtime=11.46
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 3229 0 0 0 1145 1 0 0 25 0 1 0 1015042021 14024704 3164 4294967295 134512640 135213731 3220204192 3220202384 134527158 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 3424 3164 74 172 0 3250 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 16116

[startup+25.5184 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 22456
/proc/meminfo: memFree=934160/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=14884 CPUtime=24.26
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 3536 0 0 0 2424 2 0 0 25 0 1 0 1015042021 15241216 3471 4294967295 134512640 135213731 3220204192 3220202672 134530110 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 3721 3471 74 172 0 3547 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 17304

[startup+51.117 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 22642
/proc/meminfo: memFree=931476/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=17392 CPUtime=49.86
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 4155 0 0 0 4984 2 0 0 25 0 1 0 1015042021 17809408 4090 4294967295 134512640 135213731 3220204192 3220202672 134529947 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 4348 4090 74 172 0 4174 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 19812

[startup+102.324 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 22828
/proc/meminfo: memFree=926840/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=21768 CPUtime=101.07
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 5238 0 0 0 10103 4 0 0 25 0 1 0 1015042021 22290432 5173 4294967295 134512640 135213731 3220204192 3220202672 134529987 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 5442 5173 74 172 0 5268 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 24188

[startup+162.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 23014
/proc/meminfo: memFree=923212/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=25364 CPUtime=161.07
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 6157 0 0 0 16103 4 0 0 25 0 1 0 1015042021 25972736 6092 4294967295 134512640 135213731 3220204192 3220202448 134536864 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 6341 6092 74 172 0 6167 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 27784

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 23203
/proc/meminfo: memFree=920260/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=28480 CPUtime=221.06
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 6929 0 0 0 22101 5 0 0 25 0 1 0 1015042021 29163520 6864 4294967295 134512640 135213731 3220204192 3220202672 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 7120 6864 74 172 0 6946 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 30900

[startup+282.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 23396
/proc/meminfo: memFree=918020/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=30496 CPUtime=281.07
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 7428 0 0 0 28102 5 0 0 25 0 1 0 1015042021 31227904 7363 4294967295 134512640 135213731 3220204192 3220202448 134536125 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 7624 7363 74 172 0 7450 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 32916

[startup+342.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 23587
/proc/meminfo: memFree=913068/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=35500 CPUtime=341.07
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 8665 0 0 0 34100 7 0 0 25 0 1 0 1015042021 36352000 8600 4294967295 134512640 135213731 3220204192 3220202448 134536798 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 8875 8600 74 172 0 8701 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 37920

[startup+402.318 s]

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

/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=46876 CPUtime=461.08
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 11515 0 0 0 46100 8 0 0 25 0 1 0 1015042021 48001024 11450 4294967295 134512640 135213731 3220204192 3220202384 134527026 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 11719 11450 74 172 0 11545 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 49296

[startup+522.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 24148
/proc/meminfo: memFree=896196/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=52600 CPUtime=521.09
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 12901 0 0 0 52096 13 0 0 25 0 1 0 1015042021 53862400 12836 4294967295 134512640 135213731 3220204192 3220202384 134527056 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 13150 12836 74 172 0 12976 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 55020

[startup+582.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 24337
/proc/meminfo: memFree=890244/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=58284 CPUtime=581.08
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 14346 0 0 0 58094 14 0 0 25 0 1 0 1015042021 59682816 14281 4294967295 134512640 135213731 3220204192 3220202384 134527087 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 14571 14281 74 172 0 14397 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 60704

[startup+642.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 24530
/proc/meminfo: memFree=884548/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=63896 CPUtime=641.09
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 15753 0 0 0 64094 15 0 0 25 0 1 0 1015042021 65429504 15688 4294967295 134512640 135213731 3220204192 3220202672 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 15974 15688 74 172 0 15800 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 66316

[startup+702.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 24716
/proc/meminfo: memFree=878720/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=69708 CPUtime=701.09
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 17208 0 0 0 70084 25 0 0 25 0 1 0 1015042021 71380992 17143 4294967295 134512640 135213731 3220204192 3220202448 134536994 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 17427 17143 74 172 0 17253 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 72128

[startup+762.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 24902
/proc/meminfo: memFree=873008/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=75132 CPUtime=761.1
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 18592 0 0 0 76071 39 0 0 25 0 1 0 1015042021 76935168 18527 4294967295 134512640 135213731 3220204192 3220202672 134530160 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 18783 18527 74 172 0 18609 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 77552

[startup+822.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 25091
/proc/meminfo: memFree=866800/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=81084 CPUtime=821.1
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 20093 0 0 0 82071 39 0 0 25 0 1 0 1015042021 83030016 20028 4294967295 134512640 135213731 3220204192 3220202672 134530160 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 20271 20028 74 172 0 20097 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 83504

[startup+882.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 25280
/proc/meminfo: memFree=860732/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=87584 CPUtime=881.11
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 21647 0 0 0 88071 40 0 0 25 0 1 0 1015042021 89686016 21582 4294967295 134512640 135213731 3220204192 3220202672 134529968 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 21896 21582 74 172 0 21722 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 90004

[startup+942.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 25469
/proc/meminfo: memFree=854400/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=93656 CPUtime=941.1
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 23165 0 0 0 94068 42 0 0 25 0 1 0 1015042021 95903744 23100 4294967295 134512640 135213731 3220204192 3220202672 134530403 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 23414 23100 74 172 0 23240 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 96076

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 25655
/proc/meminfo: memFree=848084/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=99880 CPUtime=1001.1
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 24724 0 0 0 100066 44 0 0 25 0 1 0 1015042021 102277120 24659 4294967295 134512640 135213731 3220204192 3220202672 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 24970 24659 74 172 0 24796 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 102300

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 25845
/proc/meminfo: memFree=843504/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=104636 CPUtime=1061.11
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 25908 0 0 0 106065 46 0 0 25 0 1 0 1015042021 107147264 25843 4294967295 134512640 135213731 3220204192 3220202672 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 26159 25843 74 172 0 25985 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 107056

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 26035
/proc/meminfo: memFree=842512/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=105824 CPUtime=1121.11
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 26207 0 0 0 112060 51 0 0 25 0 1 0 1015042021 108363776 26142 4294967295 134512640 135213731 3220204192 3220202672 134530157 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 26456 26142 74 172 0 26282 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 108244

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 26224
/proc/meminfo: memFree=841024/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=107152 CPUtime=1181.12
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 26553 0 0 0 118060 52 0 0 25 0 1 0 1015042021 109723648 26488 4294967295 134512640 135213731 3220204192 3220202448 134536125 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 26788 26488 74 172 0 26614 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 109572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 26224
/proc/meminfo: memFree=840920/2074464 swapFree=1950760/1959888
[pid=22447] ppid=22445 vsize=2420 CPUtime=1.25
/proc/22447/stat : 22447 (SatELiteGTI) S 22445 22447 11066 0 -1 4194304 385 10577 0 0 0 0 120 5 20 0 1 0 1015041896 2478080 278 4294967295 134512640 135169312 3215345056 3215341272 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22447/statm: 605 278 235 161 0 44 0
[pid=22453] ppid=22447 vsize=107588 CPUtime=1198.82
/proc/22453/stat : 22453 (minisat_static) R 22447 22447 11066 0 -1 4202496 26666 0 0 0 119830 52 0 0 25 0 1 0 1015042021 110170112 26601 4294967295 134512640 135213731 3220204192 3220202672 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22453/statm: 26897 26601 74 172 0 26723 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 110008

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.09
CPU user time (s): 1199.5
CPU system time (s): 0.59
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 110008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.5
system time used= 0.59
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37906
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= 20
involuntary context switches= 878

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-16 22:23:56
IDJOB=1821075
IDBENCH=70824
IDSOLVER=662
FILE ID=tipi23/1821075-1242505436
PBS_JOBID=
Free space on /tmp= 8810 MiB

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

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED= 620102712

Linux tipi23 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.377
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.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
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.377
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.377
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:        955452 kB
Buffers:         33144 kB
Cached:         985268 kB
SwapCached:       3660 kB
Active:         476348 kB
Inactive:       553900 kB
HighTotal:     1178688 kB
HighFree:       316920 kB
LowTotal:       895776 kB
LowFree:        638532 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            5920 kB
Writeback:           0 kB
AnonPages:       10972 kB
Mapped:           4232 kB
Slab:            80688 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96888 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8810 MiB
End job on tipi23 at 2009-05-16 22:43:56