Trace number 1821063

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.03

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.01/0.22	c ==============================================================================
0.01/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.22	c ==============================================================================
0.01/0.22	c |         0 |  225975   585632 |   67792       0        0     nan |  0.000 % |
1.02/1.06	c |         0 |  163265   552330 |      --       0       --      -- |     --   | -62710/-33302
1.02/1.06	c ==============================================================================
1.02/1.06	c Result  :   #vars: 28506   #clauses: 163265   #literals: 552330
1.02/1.06	c CPU time:   0.98 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:  28506                                                |
1.22/1.25	|  Number of clauses:    163265                                               |
1.26/1.37	|  Parsing time:         0.12         s                                       |
1.26/1.38	============================[ Search Statistics ]==============================
1.26/1.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.26/1.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.26/1.38	===============================================================================
1.26/1.38	|         0 |   28506   163265   552330 |    54421        0    nan |  0.000 % |
1.26/1.53	|       100 |   28496   163265   552330 |    59863       91     11 |  0.053 % |
2.23/2.31	|       250 |   28492   163265   552330 |    65850      238     56 |  0.070 % |
2.62/2.61	|       475 |   28486   163119   551912 |    72435      456     41 |  0.070 % |
5.53/5.53	|       812 |   28485   163119   551912 |    79678      792     84 |  0.081 % |
8.83/8.85	|      1318 |   28483   163104   551874 |    87646     1298     82 |  0.081 % |
14.23/14.26	|      2077 |   28477   163062   551750 |    96411     2055    102 |  0.102 % |
22.93/22.95	|      3216 |   28470   163015   551616 |   106052     3187    107 |  0.130 % |
37.43/37.44	|      4924 |   28460   162953   551443 |   116657     4880    123 |  0.161 % |
56.53/56.59	|      7488 |   28456   162936   551399 |   128323     7443    118 |  0.175 % |
85.93/85.92	|     11333 |   28456   162936   551399 |   141155    11288    118 |  0.175 % |
127.63/127.62	|     17099 |   28449   162886   551249 |   155271    17041    120 |  0.200 % |
226.64/226.70	|     25749 |   28444   162861   551177 |   170798    25683    115 |  0.217 % |
327.94/328.01	|     38724 |   28440   162827   551075 |   187878    38648    112 |  0.232 % |
501.75/501.71	|     58185 |   28433   162738   550780 |   206666    58072    103 |  0.256 % |
770.86/770.87	|     87377 |   28433   162738   550780 |   227332    87264     86 |  0.256 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 16205 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-1821063-1242503973/watcher-1821063-1242503973 -o /tmp/evaluation-result-1821063-1242503973/solver-1821063-1242503973 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821063-1242503973.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.04 1.00 4/96 16202
/proc/meminfo: memFree=1194380/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2412 CPUtime=0.01
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 337 0 0 0 0 1 0 0 18 0 1 0 1014898116 2469888 271 4294967295 134512640 135169312 3213038448 3213036040 3085239214 0 0 4 65536 3222620697 0 0 17 2 0 0 0
/proc/16199/statm: 603 271 230 161 0 42 0
[pid=16200] ppid=16199 vsize=2412 CPUtime=0
/proc/16200/stat : 16200 (SatELiteGTI) R 16199 16199 10114 0 -1 4194368 102 0 0 0 0 0 0 0 20 0 1 0 1014898116 2469888 114 4294967295 134512640 135169312 3213038448 3213034668 3085047668 0 65538 0 65538 0 0 0 17 2 0 0 0
/proc/16200/statm: 603 114 72 161 0 42 0
[pid=16201] ppid=16200 vsize=0 CPUtime=0
/proc/16201/stat : 16201 (SatELiteGTI) Z 16200 16199 10114 0 -1 4194380 143 0 0 0 0 0 0 0 18 0 1 0 1014898116 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 2 0 0 0
/proc/16201/statm: 0 0 0 0 0 0 0
[pid=16202] ppid=16200 vsize=2412 CPUtime=0
/proc/16202/stat : 16202 (SatELiteGTI) R 16200 16199 10114 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1014898116 2469888 42 4294967295 134512640 135169312 3213038448 3213034668 3085047668 0 65538 0 65538 0 0 0 17 2 0 0 0
/proc/16202/statm: 603 42 0 161 0 42 0

[startup+0.091586 s]
/proc/loadavg: 1.00 1.04 1.00 4/96 16202
/proc/meminfo: memFree=1194380/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2412 CPUtime=0.01
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1014898116 2469888 276 4294967295 134512640 135169312 3213038448 3213036984 3085045486 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16199/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.111584 s]
/proc/loadavg: 1.00 1.04 1.00 4/96 16202
/proc/meminfo: memFree=1194380/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2412 CPUtime=0.01
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1014898116 2469888 276 4294967295 134512640 135169312 3213038448 3213036984 3085045486 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16199/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.311573 s]
/proc/loadavg: 1.00 1.04 1.00 4/96 16202
/proc/meminfo: memFree=1194380/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2412 CPUtime=0.01
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1014898116 2469888 276 4294967295 134512640 135169312 3213038448 3213036984 3085045486 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16199/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.711554 s]
/proc/loadavg: 1.00 1.04 1.00 4/96 16202
/proc/meminfo: memFree=1194380/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2412 CPUtime=0.01
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1014898116 2469888 276 4294967295 134512640 135169312 3213038448 3213036984 3085045486 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16199/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+1.51152 s]
/proc/loadavg: 1.00 1.04 1.00 2/95 16204
/proc/meminfo: memFree=1153940/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2416

[startup+3.11144 s]
/proc/loadavg: 1.00 1.04 1.00 2/95 16205
/proc/meminfo: memFree=1175640/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=12856 CPUtime=1.86
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 3027 0 0 0 185 1 0 0 25 0 1 0 1014898242 13164544 2962 4294967295 134512640 135213731 3214552384 3214550576 134527056 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 3214 2962 73 172 0 3040 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 15272

[startup+6.31128 s]
/proc/loadavg: 1.00 1.04 1.00 2/95 16205
/proc/meminfo: memFree=1175144/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=13120 CPUtime=5.06
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 3087 0 0 0 505 1 0 0 25 0 1 0 1014898242 13434880 3022 4294967295 134512640 135213731 3214552384 3214550864 134529947 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 3280 3022 73 172 0 3106 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15536

[startup+12.721 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 16207
/proc/meminfo: memFree=1174340/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=13648 CPUtime=11.47
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 3223 0 0 0 1146 1 0 0 25 0 1 0 1014898242 13975552 3158 4294967295 134512640 135213731 3214552384 3214550864 134529968 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 3412 3158 73 172 0 3238 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 16064

[startup+25.5203 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 16207
/proc/meminfo: memFree=1173568/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=14572 CPUtime=24.27
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 3450 0 0 0 2425 2 0 0 25 0 1 0 1014898242 14921728 3385 4294967295 134512640 135213731 3214552384 3214550864 134529987 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 3643 3385 73 172 0 3469 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 16988

[startup+51.1191 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 16397
/proc/meminfo: memFree=1171760/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=16288 CPUtime=49.87
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 3868 0 0 0 4985 2 0 0 25 0 1 0 1014898242 16678912 3803 4294967295 134512640 135213731 3214552384 3214550576 134527056 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 4072 3803 73 172 0 3898 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 18704

[startup+102.317 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 16583
/proc/meminfo: memFree=1167924/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=19852 CPUtime=101.07
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 4779 0 0 0 10104 3 0 0 25 0 1 0 1014898242 20328448 4714 4294967295 134512640 135213731 3214552384 3214550848 134523457 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 4963 4714 73 172 0 4789 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 22268

[startup+162.314 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 16772
/proc/meminfo: memFree=1163676/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=24376 CPUtime=161.07
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 5880 0 0 0 16102 5 0 0 25 0 1 0 1014898242 24961024 5815 4294967295 134512640 135213731 3214552384 3214550640 134536414 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 6094 5815 73 172 0 5920 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 26792

[startup+222.311 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 16959
/proc/meminfo: memFree=1162188/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=25564 CPUtime=221.07
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 6210 0 0 0 22101 6 0 0 25 0 1 0 1014898242 26177536 6145 4294967295 134512640 135213731 3214552384 3214550864 134530117 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 6391 6145 73 172 0 6217 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 27980

[startup+282.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17148
/proc/meminfo: memFree=1158576/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=29292 CPUtime=281.08
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 7115 0 0 0 28101 7 0 0 25 0 1 0 1014898242 29995008 7050 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 7323 7050 73 172 0 7149 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 31708

[startup+342.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17338
/proc/meminfo: memFree=1154964/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=32728 CPUtime=341.08
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 7992 0 0 0 34101 7 0 0 25 0 1 0 1014898242 33513472 7927 4294967295 134512640 135213731 3214552384 3214550576 134527026 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16205/statm: 8182 7927 73 172 0 8008 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 35144

[startup+402.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17524
/proc/meminfo: memFree=1152912/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=35448 CPUtime=401.09

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

/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=38228 CPUtime=461.08
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 9363 0 0 0 46084 24 0 0 25 0 1 0 1014898242 39145472 9298 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 9557 9298 73 172 0 9383 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 40644

[startup+522.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17904
/proc/meminfo: memFree=1148168/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=39964 CPUtime=521.09
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 9795 0 0 0 52084 25 0 0 25 0 1 0 1014898242 40923136 9730 4294967295 134512640 135213731 3214552384 3214550864 134529917 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 9991 9730 73 172 0 9817 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 42380

[startup+582.323 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18093
/proc/meminfo: memFree=1145920/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=42328 CPUtime=581.1
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 10350 0 0 0 58082 28 0 0 25 0 1 0 1014898242 43343872 10285 4294967295 134512640 135213731 3214552384 3214550864 134529917 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 10582 10285 73 172 0 10408 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 44744

[startup+642.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 18281
/proc/meminfo: memFree=1144804/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=43672 CPUtime=641.09
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 10689 0 0 0 64080 29 0 0 25 0 1 0 1014898242 44720128 10624 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 10918 10624 73 172 0 10744 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 46088

[startup+702.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18467
/proc/meminfo: memFree=1143100/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=45124 CPUtime=701.1
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 11046 0 0 0 70081 29 0 0 25 0 1 0 1014898242 46206976 10981 4294967295 134512640 135213731 3214552384 3214550864 134530171 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 11281 10981 73 172 0 11107 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 47540

[startup+762.324 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18656
/proc/meminfo: memFree=1141952/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=46192 CPUtime=761.11
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 11333 0 0 0 76082 29 0 0 25 0 1 0 1014898242 47300608 11268 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 11548 11268 73 172 0 11374 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 48608

[startup+822.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 18847
/proc/meminfo: memFree=1141116/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=47280 CPUtime=821.1
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 11600 0 0 0 82081 29 0 0 25 0 1 0 1014898242 48414720 11535 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 11820 11535 73 172 0 11646 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 49696

[startup+882.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19036
/proc/meminfo: memFree=1140224/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=48172 CPUtime=881.1
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 11757 0 0 0 88081 29 0 0 25 0 1 0 1014898242 49328128 11692 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 12043 11692 73 172 0 11869 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 50588

[startup+942.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19224
/proc/meminfo: memFree=1139712/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=48880 CPUtime=941.11
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 11957 0 0 0 94082 29 0 0 25 0 1 0 1014898242 50053120 11892 4294967295 134512640 135213731 3214552384 3214550640 134536422 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 12220 11892 73 172 0 12046 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 51296

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19410
/proc/meminfo: memFree=1138768/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=49580 CPUtime=1001.11
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 12138 0 0 0 100081 30 0 0 25 0 1 0 1014898242 50769920 12073 4294967295 134512640 135213731 3214552384 3214550864 134530028 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 12395 12073 73 172 0 12221 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 51996

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19602
/proc/meminfo: memFree=1137736/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=50396 CPUtime=1061.12
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 12332 0 0 0 106081 31 0 0 25 0 1 0 1014898242 51605504 12267 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 12599 12267 73 172 0 12425 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 52812

[startup+1122.32 s]
/proc/loadavg: 1.12 1.03 1.01 2/95 19789
/proc/meminfo: memFree=1137048/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=51468 CPUtime=1121.12
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 12592 0 0 0 112080 32 0 0 25 0 1 0 1014898242 52703232 12527 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 12867 12527 73 172 0 12693 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 53884

[startup+1182.31 s]
/proc/loadavg: 1.04 1.02 1.00 2/95 19982
/proc/meminfo: memFree=1135752/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=52564 CPUtime=1181.12
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 12888 0 0 0 118079 33 0 0 25 0 1 0 1014898242 53825536 12823 4294967295 134512640 135213731 3214552384 3214550864 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 13141 12823 73 172 0 12967 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 54980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.03 1.02 1.00 2/95 19982
/proc/meminfo: memFree=1135640/2074464 swapFree=1950884/1959888
[pid=16199] ppid=16197 vsize=2416 CPUtime=1.26
/proc/16199/stat : 16199 (SatELiteGTI) S 16197 16199 10114 0 -1 4194304 384 10487 0 0 0 1 117 8 20 0 1 0 1014898116 2473984 277 4294967295 134512640 135169312 3213038448 3213034664 3085045486 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16199/statm: 604 277 235 161 0 43 0
[pid=16205] ppid=16199 vsize=52960 CPUtime=1198.82
/proc/16205/stat : 16205 (minisat_static) R 16199 16199 10114 0 -1 4202496 12969 0 0 0 119849 33 0 0 25 0 1 0 1014898242 54231040 12904 4294967295 134512640 135213731 3214552384 3214550640 134536125 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16205/statm: 13240 12904 73 172 0 13066 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 55376

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.03
CPU time (s): 1200.09
CPU user time (s): 1199.66
CPU system time (s): 0.43
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 55376

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 21:59:33
IDJOB=1821063
IDBENCH=70821
IDSOLVER=662
FILE ID=tipi13/1821063-1242503973
PBS_JOBID=
Free space on /tmp= 7056 MiB

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED= 1739117681

Linux tipi13 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.475
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.475
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.475
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.475
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:       1194800 kB
Buffers:         43656 kB
Cached:         743324 kB
SwapCached:       3516 kB
Active:         349572 kB
Inactive:       446916 kB
HighTotal:     1178688 kB
HighFree:       459048 kB
LowTotal:       895776 kB
LowFree:        735752 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            5960 kB
Writeback:           0 kB
AnonPages:        8624 kB
Mapped:           2860 kB
Slab:            74392 kB
PageTables:        348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 7056 MiB
End job on tipi13 at 2009-05-16 22:19:33