Trace number 1849514

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
minisat2 070721/core? (TO) 1200.02 1199.93

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.07 s
1.12/1.12	c ==============================================================================
1.32/1.32	This is MiniSat 2.0 beta
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.09         s                                       |
1.33/1.44	============================[ Search Statistics ]==============================
1.33/1.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.44	===============================================================================
1.33/1.44	|         0 |   28506   163265   552330 |    54421        0    nan |  0.000 % |
1.33/1.56	|       101 |   28492   163265   552330 |    59863       92     16 |  0.056 % |
1.33/2.11	|       253 |   28492   163265   552330 |    65850      244     20 |  0.056 % |
3.62/3.61	|       478 |   28490   163145   551979 |    72435      458     75 |  0.056 % |
5.63/5.69	|       815 |   28488   163120   551902 |    79678      793     77 |  0.063 % |
9.22/9.24	|      1321 |   28488   163120   551902 |    87646     1299     77 |  0.063 % |
13.52/13.56	|      2081 |   28482   163102   551853 |    96411     2057     78 |  0.084 % |
19.82/19.85	|      3220 |   28477   163050   551706 |   106052     3194     90 |  0.102 % |
34.52/34.60	|      4930 |   28476   163045   551694 |   116657     4903    115 |  0.105 % |
53.73/53.74	|      7494 |   28468   162998   551559 |   128323     7461    113 |  0.133 % |
82.63/82.63	|     11339 |   28466   162983   551519 |   141155    11303    122 |  0.140 % |
131.53/131.52	|     17105 |   28462   162966   551475 |   155271    17068    107 |  0.154 % |
214.74/214.76	|     25754 |   28461   162947   551411 |   170798    25711    107 |  0.158 % |
353.14/353.12	|     38729 |   28454   162898   551271 |   187878    38673    102 |  0.182 % |
559.96/559.96	|     58191 |   28451   162883   551235 |   206666    58129     90 |  0.193 % |
931.90/931.86	|     87384 |   28448   162850   551120 |   227332    87308     77 |  0.203 % |
1200.01/1199.92	HOME/SatELiteGTI: line 36: 30431 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-1849514-1244831473/watcher-1849514-1244831473 -o /tmp/evaluation-result-1849514-1244831473/solver-1849514-1244831473 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849514-1244831473.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 30425
/proc/meminfo: memFree=1825280/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2412 CPUtime=0.01
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 80572616 2469888 277 4294967295 134512640 135169312 3214744864 3214743400 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30425/statm: 603 277 235 161 0 42 0
[pid=30429] ppid=30425 vsize=952 CPUtime=0
/proc/30429/stat : 30429 (SatELite_releas) R 30425 30425 18459 0 -1 4202496 119 0 0 0 0 0 0 0 20 0 1 0 80572617 974848 55 4294967295 134512640 135223648 3216877328 3216876204 134576032 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30429/statm: 238 57 45 174 0 63 0

[startup+0.101971 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 30425
/proc/meminfo: memFree=1825280/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2412 CPUtime=0.01
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 80572616 2469888 277 4294967295 134512640 135169312 3214744864 3214743400 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30425/statm: 603 277 235 161 0 42 0
[pid=30429] ppid=30425 vsize=22644 CPUtime=0.1
/proc/30429/stat : 30429 (SatELite_releas) R 30425 30425 18459 0 -1 4202496 4311 0 0 0 7 3 0 0 20 0 1 0 80572617 23187456 4101 4294967295 134512640 135223648 3216877328 3216875912 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30429/statm: 5661 4103 47 174 0 5486 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 25056

[startup+0.211965 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 30425
/proc/meminfo: memFree=1825280/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2412 CPUtime=0.01
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 80572616 2469888 277 4294967295 134512640 135169312 3214744864 3214743400 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30425/statm: 603 277 235 161 0 42 0
[pid=30429] ppid=30425 vsize=32264 CPUtime=0.21
/proc/30429/stat : 30429 (SatELite_releas) R 30425 30425 18459 0 -1 4202496 6695 0 0 0 18 3 0 0 21 0 1 0 80572617 33038336 6485 4294967295 134512640 135223648 3216877328 3216876336 134547523 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30429/statm: 8066 6485 47 174 0 7891 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 34676

[startup+0.311956 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 30425
/proc/meminfo: memFree=1825280/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2412 CPUtime=0.01
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 80572616 2469888 277 4294967295 134512640 135169312 3214744864 3214743400 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30425/statm: 603 277 235 161 0 42 0
[pid=30429] ppid=30425 vsize=35736 CPUtime=0.31
/proc/30429/stat : 30429 (SatELite_releas) R 30425 30425 18459 0 -1 4202496 7701 0 0 0 27 4 0 0 21 0 1 0 80572617 36593664 7321 4294967295 134512640 135223648 3216877328 3216875096 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30429/statm: 8934 7322 72 174 0 8759 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38148

[startup+0.711928 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 30425
/proc/meminfo: memFree=1825280/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2412 CPUtime=0.01
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 80572616 2469888 277 4294967295 134512640 135169312 3214744864 3214743400 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30425/statm: 603 277 235 161 0 42 0
[pid=30429] ppid=30425 vsize=42560 CPUtime=0.71
/proc/30429/stat : 30429 (SatELite_releas) R 30425 30425 18459 0 -1 4202496 9313 0 0 0 66 5 0 0 22 0 1 0 80572617 43581440 8933 4294967295 134512640 135223648 3216877328 3216875232 134541056 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30429/statm: 10640 8933 73 174 0 10465 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 44972

[startup+1.51188 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30430
/proc/meminfo: memFree=1785196/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2416

[startup+3.11176 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30431
/proc/meminfo: memFree=1806648/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=12692 CPUtime=1.79
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 2975 0 0 0 177 2 0 0 25 0 1 0 80572749 12996608 2910 4294967295 134512640 135212939 3221052272 3221050512 134535725 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 3173 2910 75 171 0 3001 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 15108

[startup+6.31153 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30431
/proc/meminfo: memFree=1806524/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=12956 CPUtime=4.99
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 3040 0 0 0 497 2 0 0 25 0 1 0 80572749 13266944 2975 4294967295 134512640 135212939 3221052272 3221050512 134535725 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 3239 2975 75 171 0 3067 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15372

[startup+12.7111 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30431
/proc/meminfo: memFree=1806280/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=13352 CPUtime=11.39
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 3156 0 0 0 1137 2 0 0 25 0 1 0 80572749 13672448 3091 4294967295 134512640 135212939 3221052272 3221050736 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 3338 3091 75 171 0 3166 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 15768

[startup+25.5102 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30432
/proc/meminfo: memFree=1805228/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=14408 CPUtime=24.19
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 3432 0 0 0 2416 3 0 0 25 0 1 0 80572749 14753792 3367 4294967295 134512640 135212939 3221052272 3221050736 134526854 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 3602 3367 75 171 0 3430 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 16824

[startup+51.1083 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30619
/proc/meminfo: memFree=1803220/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=16124 CPUtime=49.79
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 3860 0 0 0 4975 4 0 0 25 0 1 0 80572749 16510976 3795 4294967295 134512640 135212939 3221052272 3221050512 134535725 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 4031 3795 75 171 0 3859 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 18540

[startup+102.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30624
/proc/meminfo: memFree=1799672/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=19624 CPUtime=101
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 4707 0 0 0 10095 5 0 0 25 0 1 0 80572749 20094976 4642 4294967295 134512640 135212939 3221052272 3221050736 134526627 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 4906 4642 75 171 0 4734 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 22040

[startup+162.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30813
/proc/meminfo: memFree=1796340/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=23240 CPUtime=161
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 5622 0 0 0 16092 8 0 0 25 0 1 0 80572749 23797760 5557 4294967295 134512640 135212939 3221052272 3221050512 134536014 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 5810 5557 75 171 0 5638 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 25656

[startup+222.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 31003
/proc/meminfo: memFree=1793860/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=25360 CPUtime=221.01
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 6166 0 0 0 22093 8 0 0 25 0 1 0 80572749 25968640 6101 4294967295 134512640 135212939 3221052272 3221050448 134529504 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 6340 6101 75 171 0 6168 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 27776

[startup+282.312 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 31192
/proc/meminfo: memFree=1792000/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=27504 CPUtime=281.01
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 6688 0 0 0 28093 8 0 0 25 0 1 0 80572749 28164096 6623 4294967295 134512640 135212939 3221052272 3221050736 134526587 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 6876 6623 75 171 0 6704 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 29920

[startup+342.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 31385
/proc/meminfo: memFree=1789644/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=29632 CPUtime=341.02
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 7226 0 0 0 34093 9 0 0 25 0 1 0 80572749 30343168 7161 4294967295 134512640 135212939 3221052272 3221050736 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 7408 7161 75 171 0 7236 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 32048

[startup+402.313 s]

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

/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=33952 CPUtime=461.03
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 8278 0 0 0 46093 10 0 0 25 0 1 0 80572749 34766848 8213 4294967295 134512640 135212939 3221052272 3221050736 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 8488 8213 75 171 0 8316 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 36368

[startup+522.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 31958
/proc/meminfo: memFree=1784552/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=35140 CPUtime=521.03
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 8579 0 0 0 52092 11 0 0 25 0 1 0 80572749 35983360 8514 4294967295 134512640 135212939 3221052272 3221050736 134526682 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 8785 8514 75 171 0 8613 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 37556

[startup+582.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 32147
/proc/meminfo: memFree=1782940/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=36528 CPUtime=581.04
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 8932 0 0 0 58093 11 0 0 25 0 1 0 80572749 37404672 8867 4294967295 134512640 135212939 3221052272 3221050736 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 9132 8867 75 171 0 8960 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 38944

[startup+642.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 32338
/proc/meminfo: memFree=1781080/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=38372 CPUtime=641.04
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 9363 0 0 0 64093 11 0 0 25 0 1 0 80572749 39292928 9298 4294967295 134512640 135212939 3221052272 3221050736 134526857 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 9593 9298 75 171 0 9421 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 40788

[startup+702.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 32527
/proc/meminfo: memFree=1779956/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=39320 CPUtime=701.04
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 9611 0 0 0 70092 12 0 0 25 0 1 0 80572749 40263680 9546 4294967295 134512640 135212939 3221052272 3221050536 134530338 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 9830 9546 75 171 0 9658 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 41736

[startup+762.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 32721
/proc/meminfo: memFree=1779352/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=40256 CPUtime=761.04
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 9842 0 0 0 76090 14 0 0 25 0 1 0 80572749 41222144 9777 4294967295 134512640 135212939 3221052272 3221050736 134526668 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 10064 9777 75 171 0 9892 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 42672

[startup+822.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 443
/proc/meminfo: memFree=1778360/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=41312 CPUtime=821.05
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 10121 0 0 0 82088 17 0 0 25 0 1 0 80572749 42303488 10056 4294967295 134512640 135212939 3221052272 3221050736 134526608 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 10328 10056 75 171 0 10156 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 43728

[startup+882.319 s]
/proc/loadavg: 1.22 1.06 1.02 3/93 632
/proc/meminfo: memFree=1777120/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=42396 CPUtime=881.06
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 10390 0 0 0 88089 17 0 0 25 0 1 0 80572749 43413504 10325 4294967295 134512640 135212939 3221052272 3221050736 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 10599 10325 75 171 0 10427 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 44812

[startup+942.315 s]
/proc/loadavg: 1.13 1.06 1.02 2/93 823
/proc/meminfo: memFree=1775632/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=44008 CPUtime=941.06
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 10792 0 0 0 94089 17 0 0 25 0 1 0 80572749 45064192 10727 4294967295 134512640 135212939 3221052272 3221050736 134526668 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 11002 10727 75 171 0 10830 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 46424

[startup+1002.32 s]
/proc/loadavg: 1.05 1.05 1.01 2/93 1027
/proc/meminfo: memFree=1774508/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=44980 CPUtime=1001.07
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 10997 0 0 0 100090 17 0 0 25 0 1 0 80572749 46059520 10932 4294967295 134512640 135212939 3221052272 3221050736 134526608 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 11245 10932 75 171 0 11073 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 47396

[startup+1062.31 s]
/proc/loadavg: 1.02 1.04 1.01 3/93 1217
/proc/meminfo: memFree=1773400/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=46160 CPUtime=1061.06
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 11279 0 0 0 106088 18 0 0 25 0 1 0 80572749 47267840 11214 4294967295 134512640 135212939 3221052272 3221050736 134526608 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 11540 11214 75 171 0 11368 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 48576

[startup+1122.31 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 1411
/proc/meminfo: memFree=1772492/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=47216 CPUtime=1121.07
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 11546 0 0 0 112087 20 0 0 25 0 1 0 80572749 48349184 11481 4294967295 134512640 135212939 3221052272 3221050736 134526557 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 11804 11481 75 171 0 11632 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 49632

[startup+1182.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 1600
/proc/meminfo: memFree=1771532/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=48276 CPUtime=1181.07
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 11820 0 0 0 118087 20 0 0 25 0 1 0 80572749 49434624 11755 4294967295 134512640 135212939 3221052272 3221050736 134526811 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 12069 11755 75 171 0 11897 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 50692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 1787
/proc/meminfo: memFree=1770908/2074464 swapFree=1959864/1959888
[pid=30425] ppid=30423 vsize=2416 CPUtime=1.33
/proc/30425/stat : 30425 (SatELiteGTI) S 30423 30425 18459 0 -1 4194304 387 10488 0 0 0 0 125 8 20 0 1 0 80572616 2473984 278 4294967295 134512640 135169312 3214744864 3214741080 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30425/statm: 604 278 235 161 0 43 0
[pid=30431] ppid=30425 vsize=48620 CPUtime=1198.68
/proc/30431/stat : 30431 (minisat_static) R 30425 30425 18459 0 -1 4202496 11889 0 0 0 119847 21 0 0 25 0 1 0 80572749 49786880 11824 4294967295 134512640 135212939 3221052272 3221050736 134526811 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30431/statm: 12155 11824 75 171 0 11983 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 51036

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

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.02
CPU user time (s): 1199.72
CPU system time (s): 0.3
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 51036

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi06 at 2009-06-12 20:31:13
IDJOB=1849514
IDBENCH=70821
IDSOLVER=690
FILE ID=tipi06/1849514-1244831473
PBS_JOBID=
Free space on /tmp= 15528 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849514-1244831473/watcher-1849514-1244831473 -o /tmp/evaluation-result-1849514-1244831473/solver-1849514-1244831473 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849514-1244831473.cnf

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED= 1996835364

Linux tipi06 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.461
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.461
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.76

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1825288 kB
Buffers:         15692 kB
Cached:         168356 kB
SwapCached:         24 kB
Active:          37036 kB
Inactive:       158156 kB
HighTotal:     1178688 kB
HighFree:      1050696 kB
LowTotal:       895776 kB
LowFree:        774592 kB
SwapTotal:     1959888 kB
SwapFree:      1959864 kB
Dirty:            5752 kB
Writeback:           0 kB
AnonPages:       11348 kB
Mapped:           5232 kB
Slab:            45208 kB
PageTables:        492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85608 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15528 MiB
End job on tipi06 at 2009-06-12 20:51:14