Trace number 1821061

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
MiniSat2hack 2009-03-23? (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.00	c Parsing...
0.22/0.23	c ==============================================================================
0.22/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.23	c ==============================================================================
0.22/0.23	c |         0 |  225975   585632 |   67792       0        0     nan |  0.000 % |
1.12/1.12	c |         0 |  163265   552330 |      --       0       --      -- |     --   | -62710/-33302
1.12/1.12	c ==============================================================================
1.12/1.12	c Result  :   #vars: 28506   #clauses: 163265   #literals: 552330
1.12/1.12	c CPU time:   1.04 s
1.12/1.12	c ==============================================================================
1.32/1.32	This is MiniSat 2.0 beta with hacks by AVG
1.32/1.32	WARNING: for repeatability, setting FPU to use double precision
1.32/1.32	============================[ Problem Statistics ]=============================
1.32/1.32	|                                                                             |
1.32/1.32	|  Number of variables:  28506                                                |
1.32/1.32	|  Number of clauses:    163265                                               |
1.33/1.44	|  Parsing time:         0.11         s                                       |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 23271 Terminated              $MS $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-1821061-1242503867/watcher-1821061-1242503867 -o /tmp/evaluation-result-1821061-1242503867/solver-1821061-1242503867 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821061-1242503867.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 23265
/proc/meminfo: memFree=1681708/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2416 CPUtime=0.01
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1014887739 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23265/statm: 604 277 235 161 0 43 0
[pid=23269] ppid=23265 vsize=952 CPUtime=0
/proc/23269/stat : 23269 (SatELite_releas) R 23265 23265 16367 0 -1 4202496 142 0 0 0 0 0 0 0 25 0 1 0 1014887740 974848 79 4294967295 134512640 135223648 3217121104 3217119824 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23269/statm: 238 81 45 174 0 63 0

[startup+0.052822 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 23265
/proc/meminfo: memFree=1681708/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2416 CPUtime=0.01
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1014887739 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23265/statm: 604 277 235 161 0 43 0
[pid=23269] ppid=23265 vsize=16456 CPUtime=0.05
/proc/23269/stat : 23269 (SatELite_releas) R 23265 23265 16367 0 -1 4202496 2775 0 0 0 4 1 0 0 25 0 1 0 1014887740 16850944 2565 4294967295 134512640 135223648 3217121104 3217119688 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23269/statm: 4114 2566 47 174 0 3939 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18872

[startup+0.112813 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 23265
/proc/meminfo: memFree=1681708/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2416 CPUtime=0.01
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1014887739 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23265/statm: 604 277 235 161 0 43 0
[pid=23269] ppid=23265 vsize=23436 CPUtime=0.11
/proc/23269/stat : 23269 (SatELite_releas) R 23265 23265 16367 0 -1 4202496 4519 0 0 0 7 4 0 0 25 0 1 0 1014887740 23998464 4309 4294967295 134512640 135223648 3217121104 3217120056 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23269/statm: 5859 4310 47 174 0 5684 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25852

[startup+0.312801 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 23265
/proc/meminfo: memFree=1681708/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2416 CPUtime=0.01
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1014887739 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23265/statm: 604 277 235 161 0 43 0
[pid=23269] ppid=23265 vsize=35736 CPUtime=0.31
/proc/23269/stat : 23269 (SatELite_releas) R 23265 23265 16367 0 -1 4202496 7709 0 0 0 25 6 0 0 25 0 1 0 1014887740 36593664 7329 4294967295 134512640 135223648 3217121104 3217118872 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23269/statm: 8934 7330 72 174 0 8759 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38152

[startup+0.712778 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 23265
/proc/meminfo: memFree=1681708/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2416 CPUtime=0.01
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1014887739 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23265/statm: 604 277 235 161 0 43 0
[pid=23269] ppid=23265 vsize=42692 CPUtime=0.71
/proc/23269/stat : 23269 (SatELite_releas) R 23265 23265 16367 0 -1 4202496 9327 0 0 0 64 7 0 0 25 0 1 0 1014887740 43716608 8947 4294967295 134512640 135223648 3217121104 3217118880 134585497 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23269/statm: 10673 8947 73 174 0 10498 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45108

[startup+1.51273 s]
/proc/loadavg: 0.92 0.98 0.99 2/99 23270
/proc/meminfo: memFree=1642648/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2420

[startup+3.11264 s]
/proc/loadavg: 0.92 0.98 0.99 2/99 23271
/proc/meminfo: memFree=1663108/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=12708 CPUtime=1.79
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 2987 0 0 0 178 1 0 0 25 0 1 0 1014887872 13012992 2922 4294967295 134512640 135214715 3216719696 3216718160 134528981 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23271/statm: 3177 2922 73 172 0 3004 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 15128

[startup+6.31246 s]
/proc/loadavg: 0.93 0.98 0.99 2/99 23271
/proc/meminfo: memFree=1662364/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=12972 CPUtime=4.99
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 3059 0 0 0 498 1 0 0 25 0 1 0 1014887872 13283328 2994 4294967295 134512640 135214715 3216719696 3216718256 134540429 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23271/statm: 3243 2994 73 172 0 3070 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15392

[startup+12.7121 s]
/proc/loadavg: 0.93 0.98 0.99 2/99 23273
/proc/meminfo: memFree=1661692/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=13632 CPUtime=11.39
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 3236 0 0 0 1138 1 0 0 25 0 1 0 1014887872 13959168 3171 4294967295 134512640 135214715 3216719696 3216718160 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23271/statm: 3408 3171 73 172 0 3235 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 16052

[startup+25.5114 s]
/proc/loadavg: 0.95 0.98 0.99 2/99 23274
/proc/meminfo: memFree=1660284/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=15216 CPUtime=24.19
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 3603 0 0 0 2418 1 0 0 25 0 1 0 1014887872 15581184 3538 4294967295 134512640 135214715 3216719696 3216718160 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23271/statm: 3804 3538 73 172 0 3631 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 17636

[startup+51.1099 s]
/proc/loadavg: 0.96 0.98 0.99 2/99 23458
/proc/meminfo: memFree=1657136/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=17628 CPUtime=49.78
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 4219 0 0 0 4977 1 0 0 25 0 1 0 1014887872 18051072 4154 4294967295 134512640 135214715 3216719696 3216717904 134537101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 4407 4154 73 172 0 4234 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 20048

[startup+102.317 s]
/proc/loadavg: 0.98 0.98 0.99 2/99 23464
/proc/meminfo: memFree=1654564/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=20304 CPUtime=100.99
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 4884 0 0 0 10097 2 0 0 25 0 1 0 1014887872 20791296 4819 4294967295 134512640 135214715 3216719696 3216718160 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 5076 4819 73 172 0 4903 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 22724

[startup+162.314 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 23651
/proc/meminfo: memFree=1651068/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=23796 CPUtime=160.99
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 5747 0 0 0 16096 3 0 0 25 0 1 0 1014887872 24367104 5682 4294967295 134512640 135214715 3216719696 3216718160 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 5949 5682 73 172 0 5776 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 26216

[startup+222.31 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 23842
/proc/meminfo: memFree=1647496/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=27128 CPUtime=220.99
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 6582 0 0 0 22096 3 0 0 25 0 1 0 1014887872 27779072 6517 4294967295 134512640 135214715 3216719696 3216717904 134538712 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 6782 6517 73 172 0 6609 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 29548

[startup+282.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 24029
/proc/meminfo: memFree=1645380/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=29244 CPUtime=280.99
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 7106 0 0 0 28096 3 0 0 25 0 1 0 1014887872 29945856 7041 4294967295 134512640 135214715 3216719696 3216718160 134528509 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 7311 7041 73 172 0 7138 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 31664

[startup+342.304 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 24220
/proc/meminfo: memFree=1643164/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=31460 CPUtime=340.99
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 7644 0 0 0 34092 7 0 0 25 0 1 0 1014887872 32215040 7579 4294967295 134512640 135214715 3216719696 3216718160 134528515 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 7865 7579 73 172 0 7692 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 33880

[startup+402.31 s]

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

[pid=23271] ppid=23265 vsize=34892 CPUtime=461
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 8520 0 0 0 46092 8 0 0 25 0 1 0 1014887872 35729408 8455 4294967295 134512640 135214715 3216719696 3216718160 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 8723 8455 73 172 0 8550 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 37312

[startup+522.323 s]
/proc/loadavg: 0.99 0.98 0.99 2/99 24783
/proc/meminfo: memFree=1638336/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=36376 CPUtime=521.02
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 8906 0 0 0 52093 9 0 0 25 0 1 0 1014887872 37249024 8841 4294967295 134512640 135214715 3216719696 3216718160 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 9094 8841 73 172 0 8921 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 38796

[startup+582.32 s]
/proc/loadavg: 0.99 0.98 0.99 3/99 24970
/proc/meminfo: memFree=1636716/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=38248 CPUtime=581.02
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 9328 0 0 0 58093 9 0 0 25 0 1 0 1014887872 39165952 9263 4294967295 134512640 135214715 3216719696 3216717904 134537101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 9562 9263 73 172 0 9389 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 40668

[startup+642.317 s]
/proc/loadavg: 1.04 1.00 1.00 3/99 25163
/proc/meminfo: memFree=1635360/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=39336 CPUtime=641.02
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 9589 0 0 0 64093 9 0 0 25 0 1 0 1014887872 40280064 9524 4294967295 134512640 135214715 3216719696 3216718160 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 9834 9524 73 172 0 9661 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 41756

[startup+702.313 s]
/proc/loadavg: 1.01 1.00 1.00 2/99 25352
/proc/meminfo: memFree=1634228/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=40272 CPUtime=701.02
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 9831 0 0 0 70093 9 0 0 25 0 1 0 1014887872 41238528 9766 4294967295 134512640 135214715 3216719696 3216718160 134528626 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 10068 9766 73 172 0 9895 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 42692

[startup+762.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 25539
/proc/meminfo: memFree=1633252/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=41328 CPUtime=761.03
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 10121 0 0 0 76094 9 0 0 25 0 1 0 1014887872 42319872 10056 4294967295 134512640 135214715 3216719696 3216717904 134537355 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 10332 10056 73 172 0 10159 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 43748

[startup+822.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 25726
/proc/meminfo: memFree=1632120/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=42412 CPUtime=821.03
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 10394 0 0 0 82094 9 0 0 25 0 1 0 1014887872 43429888 10329 4294967295 134512640 135214715 3216719696 3216718160 134528841 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 10603 10329 73 172 0 10430 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 44832

[startup+882.323 s]
/proc/loadavg: 1.04 1.01 1.00 3/99 25913
/proc/meminfo: memFree=1630384/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=44284 CPUtime=881.04
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 10838 0 0 0 88093 11 0 0 25 0 1 0 1014887872 45346816 10773 4294967295 134512640 135214715 3216719696 3216718160 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 11071 10773 73 172 0 10898 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 46704

[startup+942.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/99 26102
/proc/meminfo: memFree=1629664/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=45124 CPUtime=941.04
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 11015 0 0 0 94093 11 0 0 25 0 1 0 1014887872 46206976 10950 4294967295 134512640 135214715 3216719696 3216717904 134537101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 11281 10950 73 172 0 11108 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 47544

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26295
/proc/meminfo: memFree=1628672/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=46304 CPUtime=1001.04
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 11311 0 0 0 100093 11 0 0 25 0 1 0 1014887872 47415296 11246 4294967295 134512640 135214715 3216719696 3216718160 134528827 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 11576 11246 73 172 0 11403 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 48724

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 26482
/proc/meminfo: memFree=1627648/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=47360 CPUtime=1061.04
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 11596 0 0 0 106093 11 0 0 25 0 1 0 1014887872 48496640 11531 4294967295 134512640 135214715 3216719696 3216717904 134537101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 11840 11531 73 172 0 11667 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 49780

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 26669
/proc/meminfo: memFree=1626532/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=48632 CPUtime=1121.05
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 11883 0 0 0 112092 13 0 0 25 0 1 0 1014887872 49799168 11818 4294967295 134512640 135214715 3216719696 3216717904 134537101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 12158 11818 73 172 0 11985 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 51052

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26859
/proc/meminfo: memFree=1625556/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=49436 CPUtime=1181.05
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 12110 0 0 0 118091 14 0 0 25 0 1 0 1014887872 50622464 12045 4294967295 134512640 135214715 3216719696 3216718160 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 12359 12045 73 172 0 12186 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 51856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 27044
/proc/meminfo: memFree=1625172/2074464 swapFree=1949244/1959888
[pid=23265] ppid=23263 vsize=2420 CPUtime=1.33
/proc/23265/stat : 23265 (SatELiteGTI) S 23263 23265 16367 0 -1 4194304 387 10484 0 0 0 0 123 10 20 0 1 0 1014887739 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085262574 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23265/statm: 605 278 235 161 0 44 0
[pid=23271] ppid=23265 vsize=49700 CPUtime=1198.75
/proc/23271/stat : 23271 (minisat_static) R 23265 23265 16367 0 -1 4202496 12161 0 0 0 119861 14 0 0 25 0 1 0 1014887872 50892800 12096 4294967295 134512640 135214715 3216719696 3216718160 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23271/statm: 12425 12096 73 172 0 12252 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 52120

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver 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.84
CPU system time (s): 0.25
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 52120

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 21:57:47
IDJOB=1821061
IDBENCH=70821
IDSOLVER=660
FILE ID=tipi11/1821061-1242503867
PBS_JOBID=
Free space on /tmp= 9839 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821061-1242503867/watcher-1821061-1242503867 -o /tmp/evaluation-result-1821061-1242503867/solver-1821061-1242503867 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821061-1242503867.cnf

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED= 224116947

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:       1681832 kB
Buffers:         26824 kB
Cached:         295224 kB
SwapCached:       5224 kB
Active:          76528 kB
Inactive:       257264 kB
HighTotal:     1178688 kB
HighFree:       903636 kB
LowTotal:       895776 kB
LowFree:        778196 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            5836 kB
Writeback:           0 kB
AnonPages:       11116 kB
Mapped:           5140 kB
Slab:            50376 kB
PageTables:        552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 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:17:48