Trace number 1821074

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
BinMiniSat 2009-03-21? (TO) 1200.04 1200.03

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.23/0.22	c ==============================================================================
0.23/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.23/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.23/0.22	c ==============================================================================
0.23/0.22	c |         0 |  226367   586604 |   67910       0        0     nan |  0.000 % |
1.03/1.11	c |         0 |  163489   553284 |      --       0       --      -- |     --   | -62878/-33320
1.03/1.12	c ==============================================================================
1.03/1.12	c Result  :   #vars: 28527   #clauses: 163489   #literals: 553284
1.03/1.12	c CPU time:   1.06 s
1.03/1.12	c ==============================================================================
1.33/1.32	This is MiniSat 2.0 beta
1.33/1.32	WARNING: for repeatability, setting FPU to use double precision
1.33/1.32	============================[ Problem Statistics ]=============================
1.33/1.32	|                                                                             |
1.33/1.32	|  Number of variables:  28527                                                |
1.33/1.32	|  Number of clauses:    163489                                               |
1.33/1.45	|  Parsing time:         0.11         s                                       |
1.33/1.46	============================[ Search Statistics ]==============================
1.33/1.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.46	===============================================================================
1.33/1.46	|         0 |   28527   163489   553284 |    54496        0    nan |  0.000 % |
1.33/1.60	|       101 |   28523   163489   553284 |    59945       97     11 |  0.021 % |
2.43/2.51	|       252 |   28523   163489   553284 |    65940      248     89 |  0.021 % |
4.43/4.42	|       477 |   28521   163423   553074 |    72534      467    116 |  0.021 % |
5.93/5.96	|       815 |   28519   163418   553062 |    79788      803    102 |  0.028 % |
8.89/8.94	|      1322 |   28511   163372   552934 |    87766     1300    107 |  0.056 % |
14.17/14.28	|      2082 |   28511   163365   552916 |    96543     2060    116 |  0.056 % |
20.85/20.97	|      3221 |   28510   163360   552904 |   106197     3197    111 |  0.060 % |
34.94/35.06	|      4929 |   28498   163283   552690 |   116817     4897    107 |  0.102 % |
52.64/52.74	|      7491 |   28492   163246   552581 |   128499     7454    115 |  0.123 % |
70.24/70.34	|     11336 |   28491   163238   552553 |   141349    11294    113 |  0.140 % |
105.65/105.77	|     17102 |   28485   163216   552494 |   155484    17056    117 |  0.147 % |
164.85/164.95	|     25751 |   28481   163189   552409 |   171032    25700     99 |  0.161 % |
250.75/250.88	|     38727 |   28480   163157   552314 |   188136    38668    114 |  0.165 % |
379.96/380.07	|     58189 |   28476   163140   552270 |   206949    58129    128 |  0.179 % |
541.58/541.71	|     87382 |   28475   163132   552242 |   227644    87318    118 |  0.182 % |
867.50/867.56	|    131172 |   28474   163124   552214 |   250409   131106    128 |  0.186 % |
1200.03/1200.02	HOME/SatELiteGTI: line 36: 21705 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-1821074-1242505293/watcher-1821074-1242505293 -o /tmp/evaluation-result-1821074-1242505293/solver-1821074-1242505293 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821074-1242505293.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.04 1.01 1.00 2/93 21699
/proc/meminfo: memFree=1308816/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2416 CPUtime=0.01
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1015029869 2473984 277 4294967295 134512640 135169312 3215125888 3215124424 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21699/statm: 604 277 235 161 0 43 0
[pid=21703] ppid=21699 vsize=956 CPUtime=0
/proc/21703/stat : 21703 (SatELite_releas) R 21699 21699 10436 0 -1 4202496 140 0 0 0 0 0 0 0 21 0 1 0 1015029870 978944 76 4294967295 134512640 135223648 3213372352 3213371072 134734703 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21703/statm: 239 81 45 174 0 64 0

[startup+0.112117 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 21699
/proc/meminfo: memFree=1308816/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2416 CPUtime=0.01
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1015029869 2473984 277 4294967295 134512640 135169312 3215125888 3215124424 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21699/statm: 604 277 235 161 0 43 0
[pid=21703] ppid=21699 vsize=23460 CPUtime=0.11
/proc/21703/stat : 21703 (SatELite_releas) R 21699 21699 10436 0 -1 4202496 4547 0 0 0 10 1 0 0 21 0 1 0 1015029870 24023040 4337 4294967295 134512640 135223648 3213372352 3213370936 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21703/statm: 5865 4338 47 174 0 5690 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25876

[startup+0.222108 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 21699
/proc/meminfo: memFree=1308816/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2416 CPUtime=0.01
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1015029869 2473984 277 4294967295 134512640 135169312 3215125888 3215124424 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21699/statm: 604 277 235 161 0 43 0
[pid=21703] ppid=21699 vsize=32288 CPUtime=0.22
/proc/21703/stat : 21703 (SatELite_releas) R 21699 21699 10436 0 -1 4202496 6715 0 0 0 20 2 0 0 21 0 1 0 1015029870 33062912 6505 4294967295 134512640 135223648 3213372352 3213371360 134547591 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21703/statm: 8072 6505 47 174 0 7897 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 34704

[startup+0.322098 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 21699
/proc/meminfo: memFree=1308816/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2416 CPUtime=0.01
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1015029869 2473984 277 4294967295 134512640 135169312 3215125888 3215124424 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21699/statm: 604 277 235 161 0 43 0
[pid=21703] ppid=21699 vsize=36304 CPUtime=0.32
/proc/21703/stat : 21703 (SatELite_releas) R 21699 21699 10436 0 -1 4202496 7877 0 0 0 29 3 0 0 21 0 1 0 1015029870 37175296 7463 4294967295 134512640 135223648 3213372352 3213370300 134575776 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21703/statm: 9076 7463 72 174 0 8901 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 38720

[startup+0.722065 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 21699
/proc/meminfo: memFree=1308816/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2416 CPUtime=0.01
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1015029869 2473984 277 4294967295 134512640 135169312 3215125888 3215124424 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21699/statm: 604 277 235 161 0 43 0
[pid=21703] ppid=21699 vsize=42732 CPUtime=0.72
/proc/21703/stat : 21703 (SatELite_releas) R 21699 21699 10436 0 -1 4202496 9391 0 0 0 67 5 0 0 22 0 1 0 1015029870 43757568 8977 4294967295 134512640 135223648 3213372352 3213370368 134586877 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21703/statm: 10683 8977 73 174 0 10508 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 45148

[startup+1.522 s]
/proc/loadavg: 1.04 1.01 1.00 2/95 21704
/proc/meminfo: memFree=1268724/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2420

[startup+3.12187 s]
/proc/loadavg: 1.04 1.01 1.00 2/95 21705
/proc/meminfo: memFree=1289680/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=12860 CPUtime=1.8
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 3048 0 0 0 179 1 0 0 25 0 1 0 1015030002 13168640 2981 4294967295 134512640 135216011 3212968896 3212967040 134535661 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21705/statm: 3215 2981 71 172 0 3042 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 15280

[startup+6.32161 s]
/proc/loadavg: 1.04 1.01 1.00 2/95 21705
/proc/meminfo: memFree=1288968/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=13256 CPUtime=5
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 3142 0 0 0 499 1 0 0 25 0 1 0 1015030002 13574144 3075 4294967295 134512640 135216011 3212968896 3212967248 134527548 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21705/statm: 3314 3075 71 172 0 3141 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 15676

[startup+12.7211 s]
/proc/loadavg: 1.03 1.01 1.00 2/95 21705
/proc/meminfo: memFree=1288256/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=13916 CPUtime=11.34
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 3287 0 0 0 1133 1 0 0 25 0 1 0 1015030002 14249984 3220 4294967295 134512640 135216011 3212968896 3212967248 134527548 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21705/statm: 3479 3220 71 172 0 3306 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16336

[startup+25.52 s]
/proc/loadavg: 1.03 1.01 1.00 2/95 21890
/proc/meminfo: memFree=1287168/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=14972 CPUtime=24.11
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 3559 0 0 0 2409 2 0 0 25 0 1 0 1015030002 15331328 3492 4294967295 134512640 135216011 3212968896 3212967040 134535661 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21705/statm: 3743 3492 71 172 0 3570 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 17392

[startup+51.1179 s]
/proc/loadavg: 1.07 1.02 1.00 2/95 21892
/proc/meminfo: memFree=1285864/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=16688 CPUtime=49.71
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 3990 0 0 0 4969 2 0 0 25 0 1 0 1015030002 17088512 3923 4294967295 134512640 135216011 3212968896 3212967248 134527379 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21705/statm: 4172 3923 71 172 0 3999 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 19108

[startup+102.314 s]
/proc/loadavg: 1.14 1.05 1.01 3/95 22079
/proc/meminfo: memFree=1280896/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=21356 CPUtime=100.91
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 5150 0 0 0 10087 4 0 0 25 0 1 0 1015030002 21868544 5083 4294967295 134512640 135216011 3212968896 3212967248 134527379 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21705/statm: 5339 5083 71 172 0 5166 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23776

[startup+162.319 s]
/proc/loadavg: 1.11 1.07 1.01 2/95 22266
/proc/meminfo: memFree=1278448/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=23900 CPUtime=160.92
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 5804 0 0 0 16087 5 0 0 25 0 1 0 1015030002 24473600 5737 4294967295 134512640 135216011 3212968896 3212967248 134527457 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21705/statm: 5975 5737 71 172 0 5802 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 26320

[startup+222.314 s]
/proc/loadavg: 1.04 1.05 1.01 2/95 22459
/proc/meminfo: memFree=1272696/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=29476 CPUtime=220.92
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 7182 0 0 0 22087 5 0 0 25 0 1 0 1015030002 30183424 7115 4294967295 134512640 135216011 3212968896 3212967248 134527350 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21705/statm: 7369 7115 71 172 0 7196 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 31896

[startup+282.309 s]
/proc/loadavg: 1.01 1.04 1.00 2/95 22647
/proc/meminfo: memFree=1266992/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=34968 CPUtime=280.92
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 8556 0 0 0 28087 5 0 0 25 0 1 0 1015030002 35807232 8489 4294967295 134512640 135216011 3212968896 3212967040 134535985 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 8742 8489 71 172 0 8569 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 37388

[startup+342.314 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 22834
/proc/meminfo: memFree=1261040/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=40908 CPUtime=340.93
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 10029 0 0 0 34088 5 0 0 25 0 1 0 1015030002 41889792 9962 4294967295 134512640 135216011 3212968896 3212967248 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 10227 9962 71 172 0 10054 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 43328

[startup+402.319 s]

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

[pid=21705] ppid=21699 vsize=55056 CPUtime=520.95
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 13573 0 0 0 52088 7 0 0 25 0 1 0 1015030002 56377344 13506 4294967295 134512640 135216011 3212968896 3212967248 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 13764 13506 71 172 0 13591 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 57476

[startup+582.314 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 23592
/proc/meminfo: memFree=1240688/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=61068 CPUtime=580.95
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 15035 0 0 0 58086 9 0 0 25 0 1 0 1015030002 62533632 14968 4294967295 134512640 135216011 3212968896 3212967360 134540569 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 15267 14968 71 172 0 15094 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 63488

[startup+642.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23779
/proc/meminfo: memFree=1234876/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=66924 CPUtime=640.95
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 16486 0 0 0 64084 11 0 0 25 0 1 0 1015030002 68530176 16419 4294967295 134512640 135216011 3212968896 3212967248 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 16731 16419 71 172 0 16558 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 69344

[startup+702.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 23967
/proc/meminfo: memFree=1229312/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=72360 CPUtime=700.96
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 17867 0 0 0 70081 15 0 0 25 0 1 0 1015030002 74096640 17800 4294967295 134512640 135216011 3212968896 3212967248 134527419 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 18090 17800 71 172 0 17917 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 74780

[startup+762.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24154
/proc/meminfo: memFree=1224112/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=77376 CPUtime=760.96
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 19116 0 0 0 76079 17 0 0 25 0 1 0 1015030002 79233024 19049 4294967295 134512640 135216011 3212968896 3212967192 134722150 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 19344 19049 71 172 0 19171 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 79796

[startup+822.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24343
/proc/meminfo: memFree=1219988/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=81480 CPUtime=820.97
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 20168 0 0 0 82080 17 0 0 25 0 1 0 1015030002 83435520 20101 4294967295 134512640 135216011 3212968896 3212967248 134527992 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 20370 20101 71 172 0 20197 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 83900

[startup+882.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24531
/proc/meminfo: memFree=1216012/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=85492 CPUtime=880.99
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 21156 0 0 0 88082 17 0 0 25 0 1 0 1015030002 87543808 21089 4294967295 134512640 135216011 3212968896 3212966976 134524327 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 21373 21089 71 172 0 21200 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 87912

[startup+942.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24722
/proc/meminfo: memFree=1210028/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=91964 CPUtime=940.98
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 22707 0 0 0 94078 20 0 0 25 0 1 0 1015030002 94171136 22640 4294967295 134512640 135216011 3212968896 3212967248 134527515 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 22991 22640 71 172 0 22818 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 94384

[startup+1002.32 s]
/proc/loadavg: 1.05 1.01 1.00 2/95 24910
/proc/meminfo: memFree=1204008/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=98328 CPUtime=1000.99
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 24292 0 0 0 100072 27 0 0 25 0 1 0 1015030002 100687872 24225 4294967295 134512640 135216011 3212968896 3212967248 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 24582 24225 71 172 0 24409 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 100748

[startup+1062.31 s]
/proc/loadavg: 1.02 1.01 1.00 3/95 25097
/proc/meminfo: memFree=1197816/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=104412 CPUtime=1060.99
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 25830 0 0 0 106069 30 0 0 25 0 1 0 1015030002 106917888 25763 4294967295 134512640 135216011 3212968896 3212966976 134524599 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 26103 25763 71 172 0 25930 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 106832

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25287
/proc/meminfo: memFree=1192576/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=109468 CPUtime=1121
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 27121 0 0 0 112069 31 0 0 25 0 1 0 1015030002 112095232 27054 4294967295 134512640 135216011 3212968896 3212967248 134527324 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 27367 27054 71 172 0 27194 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 111888

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 25475
/proc/meminfo: memFree=1187368/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=114484 CPUtime=1181
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 28380 0 0 0 118069 31 0 0 25 0 1 0 1015030002 117231616 28313 4294967295 134512640 135216011 3212968896 3212967040 134535661 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 28621 28313 71 172 0 28448 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 116904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 25476
/proc/meminfo: memFree=1185952/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=115936 CPUtime=1198.7
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 28739 0 0 0 119839 31 0 0 25 0 1 0 1015030002 118718464 28672 4294967295 134512640 135216011 3212968896 3212967248 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 28984 28672 71 172 0 28811 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 118356

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

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 25476
/proc/meminfo: memFree=1185952/2074464 swapFree=1948616/1959888
[pid=21699] ppid=21697 vsize=2420 CPUtime=1.33
/proc/21699/stat : 21699 (SatELiteGTI) S 21697 21699 10436 0 -1 4194304 387 10580 0 0 0 0 126 7 18 0 1 0 1015029869 2478080 278 4294967295 134512640 135169312 3215125888 3215122104 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21699/statm: 605 278 235 161 0 44 0
[pid=21705] ppid=21699 vsize=115936 CPUtime=1198.7
/proc/21705/stat : 21705 (minisat_static) R 21699 21699 10436 0 -1 4202496 28739 0 0 0 119839 31 0 0 25 0 1 0 1015030002 118718464 28672 4294967295 134512640 135216011 3212968896 3212967248 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21705/statm: 28984 28672 71 172 0 28811 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 118356

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.04
CPU user time (s): 1199.65
CPU system time (s): 0.39
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 118356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.39
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39982
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= 22
involuntary context switches= 1060

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 22:21:33
IDJOB=1821074
IDBENCH=70824
IDSOLVER=661
FILE ID=tipi16/1821074-1242505293
PBS_JOBID=
Free space on /tmp= 4938 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-14.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821074-1242505293/watcher-1821074-1242505293 -o /tmp/evaluation-result-1821074-1242505293/solver-1821074-1242505293 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821074-1242505293.cnf

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED= 579641778

Linux tipi16 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.457
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.457
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.457
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.78

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
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:       1308840 kB
Buffers:         37940 kB
Cached:         648448 kB
SwapCached:       5940 kB
Active:          90116 kB
Inactive:       606236 kB
HighTotal:     1178688 kB
HighFree:       567504 kB
LowTotal:       895776 kB
LowFree:        741336 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            5900 kB
Writeback:           0 kB
AnonPages:        9396 kB
Mapped:           3236 kB
Slab:            61268 kB
PageTables:        504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90756 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4938 MiB
End job on tipi16 at 2009-05-16 22:41:34