Trace number 1821056

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.09 1200.03

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-16.cnf
MD5SUM3cb14750de2495357cf28b8ab826b9e3
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 variables70139
Number of clauses228634
Sum of the clauses size592458
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 293186
Number of clauses of size 3135319
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.13/0.21	c ==============================================================================
0.13/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.13/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.13/0.21	c ==============================================================================
0.13/0.21	c |         0 |  227991   590788 |   68397       0        0     nan |  0.000 % |
1.03/1.06	c |         0 |  164401   556548 |      --       0       --      -- |     --   | -63590/-34240
1.03/1.06	c ==============================================================================
1.03/1.06	c Result  :   #vars: 28657   #clauses: 164401   #literals: 556548
1.03/1.06	c CPU time:   0.99 s
1.03/1.06	c ==============================================================================
1.23/1.25	This is MiniSat 2.0 beta
1.23/1.25	WARNING: for repeatability, setting FPU to use double precision
1.23/1.25	============================[ Problem Statistics ]=============================
1.23/1.25	|                                                                             |
1.23/1.26	|  Number of variables:  28657                                                |
1.23/1.26	|  Number of clauses:    164401                                               |
1.26/1.38	|  Parsing time:         0.12         s                                       |
1.26/1.39	============================[ Search Statistics ]==============================
1.26/1.39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.26/1.39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.26/1.39	===============================================================================
1.26/1.39	|         0 |   28657   164401   556548 |    54800        0    nan |  0.000 % |
1.26/1.47	|       100 |   28649   164401   556548 |    60280       95      5 |  0.080 % |
2.43/2.48	|       250 |   28632   164214   555991 |    66308      240     52 |  0.087 % |
4.53/4.52	|       476 |   28629   164214   555991 |    72939      465    111 |  0.101 % |
6.63/6.70	|       814 |   28627   164179   555881 |    80233      801    119 |  0.108 % |
6.73/6.77	|      1320 |   28626   164154   555802 |    88256     1303     75 |  0.108 % |
9.13/9.19	|      2081 |   28590   164149   555790 |    97082     2060     63 |  0.262 % |
16.63/16.71	|      3220 |   28584   164149   555790 |   106790     3197     93 |  0.311 % |
22.83/22.86	|      4928 |   28554   163667   554285 |   117469     4875     83 |  0.380 % |
36.43/36.42	|      7490 |   28541   163562   553964 |   129216     7431     98 |  0.405 % |
60.83/60.86	|     11334 |   28539   163554   553936 |   142137    11270    113 |  0.412 % |
95.53/95.57	|     17100 |   28528   163481   553726 |   156351    17025    117 |  0.450 % |
156.13/156.19	|     25752 |   28527   163472   553693 |   171986    25675    129 |  0.454 % |
233.54/233.60	|     38726 |   28518   163455   553648 |   189185    38644    132 |  0.506 % |
384.35/384.40	|     58188 |   28512   163386   553419 |   208104    58100    143 |  0.506 % |
620.86/620.85	|     87381 |   28512   163386   553419 |   228914    87293    154 |  0.506 % |
927.47/927.45	|    131171 |   28511   163378   553391 |   251806   131079    157 |  0.509 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 14796 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-1821056-1242503032/watcher-1821056-1242503032 -o /tmp/evaluation-result-1821056-1242503032/solver-1821056-1242503032 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821056-1242503032.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 2/96 14790
/proc/meminfo: memFree=961116/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2416 CPUtime=0.01
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 368 645 0 0 1 0 0 0 18 0 1 0 1014801537 2473984 277 4294967295 134512640 135169312 3214144656 3214143192 3084951278 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14790/statm: 604 277 235 161 0 43 0
[pid=14794] ppid=14790 vsize=952 CPUtime=0
/proc/14794/stat : 14794 (SatELite_releas) R 14790 14790 11066 0 -1 4202496 126 0 0 0 0 0 0 0 20 0 1 0 1014801537 974848 61 4294967295 134512640 135223648 3214060640 3214059236 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14794/statm: 238 64 45 174 0 63 0

[startup+0.051671 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 14790
/proc/meminfo: memFree=961116/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2416 CPUtime=0.01
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 368 645 0 0 1 0 0 0 18 0 1 0 1014801537 2473984 277 4294967295 134512640 135169312 3214144656 3214143192 3084951278 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14790/statm: 604 277 235 161 0 43 0
[pid=14794] ppid=14790 vsize=16600 CPUtime=0.05
/proc/14794/stat : 14794 (SatELite_releas) R 14790 14790 11066 0 -1 4202496 2845 0 0 0 4 1 0 0 20 0 1 0 1014801537 16998400 2634 4294967295 134512640 135223648 3214060640 3214059224 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14794/statm: 4150 2636 47 174 0 3975 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19016

[startup+0.121648 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 14790
/proc/meminfo: memFree=961116/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2416 CPUtime=0.01
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 368 645 0 0 1 0 0 0 18 0 1 0 1014801537 2473984 277 4294967295 134512640 135169312 3214144656 3214143192 3084951278 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14790/statm: 604 277 235 161 0 43 0
[pid=14794] ppid=14790 vsize=24768 CPUtime=0.12
/proc/14794/stat : 14794 (SatELite_releas) R 14790 14790 11066 0 -1 4202496 4870 0 0 0 9 3 0 0 20 0 1 0 1014801537 25362432 4659 4294967295 134512640 135223648 3214060640 3214059224 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14794/statm: 6192 4660 47 174 0 6017 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 27184

[startup+0.321637 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 14790
/proc/meminfo: memFree=961116/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2416 CPUtime=0.01
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 368 645 0 0 1 0 0 0 18 0 1 0 1014801537 2473984 277 4294967295 134512640 135169312 3214144656 3214143192 3084951278 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14790/statm: 604 277 235 161 0 43 0
[pid=14794] ppid=14790 vsize=37080 CPUtime=0.32
/proc/14794/stat : 14794 (SatELite_releas) R 14790 14790 11066 0 -1 4202496 8053 0 0 0 28 4 0 0 21 0 1 0 1014801537 37969920 7638 4294967295 134512640 135223648 3214060640 3214058544 134541192 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14794/statm: 9270 7638 72 174 0 9095 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 39496

[startup+0.721614 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 14790
/proc/meminfo: memFree=961116/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2416 CPUtime=0.01
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 368 645 0 0 1 0 0 0 18 0 1 0 1014801537 2473984 277 4294967295 134512640 135169312 3214144656 3214143192 3084951278 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14790/statm: 604 277 235 161 0 43 0
[pid=14794] ppid=14790 vsize=42856 CPUtime=0.72
/proc/14794/stat : 14794 (SatELite_releas) R 14790 14790 11066 0 -1 4202496 9444 0 0 0 65 7 0 0 22 0 1 0 1014801537 43884544 9029 4294967295 134512640 135223648 3214060640 3214058656 134586742 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14794/statm: 10714 9029 73 174 0 10539 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 45272

[startup+1.52157 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 14795
/proc/meminfo: memFree=920660/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2420

[startup+3.12148 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 14796
/proc/meminfo: memFree=942484/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=13004 CPUtime=1.87
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 3049 0 0 0 186 1 0 0 25 0 1 0 1014801663 13316096 2984 4294967295 134512640 135216011 3220558592 3220556944 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 3251 2984 71 172 0 3078 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 15424

[startup+6.3213 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 14796
/proc/meminfo: memFree=941864/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=13268 CPUtime=5.07
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 3140 0 0 0 506 1 0 0 25 0 1 0 1014801663 13586432 3075 4294967295 134512640 135216011 3220558592 3220556944 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 3317 3075 71 172 0 3144 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 15688

[startup+12.721 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 14796
/proc/meminfo: memFree=941240/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=13928 CPUtime=11.47
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 3292 0 0 0 1146 1 0 0 25 0 1 0 1014801663 14262272 3227 4294967295 134512640 135216011 3220558592 3220556944 134527752 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 3482 3227 71 172 0 3309 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 16348

[startup+25.5202 s]
/proc/loadavg: 1.22 1.05 1.02 2/98 14799
/proc/meminfo: memFree=940188/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=14984 CPUtime=24.27
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 3569 0 0 0 2426 1 0 0 25 0 1 0 1014801663 15343616 3504 4294967295 134512640 135216011 3220558592 3220556944 134527818 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 3746 3504 71 172 0 3573 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 17404

[startup+51.1188 s]
/proc/loadavg: 1.13 1.04 1.01 2/98 14985
/proc/meminfo: memFree=937536/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=17624 CPUtime=49.87
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 4204 0 0 0 4986 1 0 0 25 0 1 0 1014801663 18046976 4139 4294967295 134512640 135216011 3220558592 3220556944 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 4406 4139 71 172 0 4233 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 20044

[startup+102.316 s]
/proc/loadavg: 1.10 1.05 1.01 2/98 15172
/proc/meminfo: memFree=932652/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=22112 CPUtime=101.07
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 5338 0 0 0 10106 1 0 0 25 0 1 0 1014801663 22642688 5273 4294967295 134512640 135216011 3220558592 3220556944 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 5528 5273 71 172 0 5355 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 24532

[startup+162.313 s]
/proc/loadavg: 1.04 1.04 1.01 2/98 15362
/proc/meminfo: memFree=927576/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=27260 CPUtime=161.07
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 6622 0 0 0 16106 1 0 0 25 0 1 0 1014801663 27914240 6557 4294967295 134512640 135216011 3220558592 3220556944 134527301 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 6815 6557 71 172 0 6642 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 29680

[startup+222.319 s]
/proc/loadavg: 1.01 1.03 1.00 2/98 15551
/proc/meminfo: memFree=921516/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=33372 CPUtime=221.08
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 8139 0 0 0 22105 3 0 0 25 0 1 0 1014801663 34172928 8074 4294967295 134512640 135216011 3220558592 3220556736 134536434 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 8343 8074 71 172 0 8170 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 35792

[startup+282.316 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 15740
/proc/meminfo: memFree=916036/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=38876 CPUtime=281.08
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 9498 0 0 0 28105 3 0 0 25 0 1 0 1014801663 39809024 9433 4294967295 134512640 135216011 3220558592 3220556672 134524319 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 9719 9433 71 172 0 9546 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 41296

[startup+342.313 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 15931
/proc/meminfo: memFree=910432/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=44288 CPUtime=341.08
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 10859 0 0 0 34103 5 0 0 25 0 1 0 1014801663 45350912 10794 4294967295 134512640 135216011 3220558592 3220556944 134527435 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 11072 10794 71 172 0 10899 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 46708

[startup+402.319 s]

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

[pid=14796] ppid=14790 vsize=54968 CPUtime=461.08
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 13509 0 0 0 46101 7 0 0 25 0 1 0 1014801663 56287232 13444 4294967295 134512640 135216011 3220558592 3220556944 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 13742 13444 71 172 0 13569 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 57388

[startup+522.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 16496
/proc/meminfo: memFree=894684/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=60116 CPUtime=521.09
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 14821 0 0 0 52101 8 0 0 25 0 1 0 1014801663 61558784 14756 4294967295 134512640 135216011 3220558592 3220556944 134527330 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 15029 14756 71 172 0 14856 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 62536

[startup+582.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 16685
/proc/meminfo: memFree=889252/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=65416 CPUtime=581.09
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 16147 0 0 0 58101 8 0 0 25 0 1 0 1014801663 66985984 16082 4294967295 134512640 135216011 3220558592 3220556736 134536303 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 16354 16082 71 172 0 16181 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 67836

[startup+642.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 16874
/proc/meminfo: memFree=883532/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=71232 CPUtime=641.1
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 17596 0 0 0 64101 9 0 0 25 0 1 0 1014801663 72941568 17531 4294967295 134512640 135216011 3220558592 3220556944 134527783 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 17808 17531 71 172 0 17635 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 73652

[startup+702.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 17060
/proc/meminfo: memFree=877208/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=77800 CPUtime=701.1
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 19196 0 0 0 70099 11 0 0 25 0 1 0 1014801663 79667200 19131 4294967295 134512640 135216011 3220558592 3220556736 134535661 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 19450 19131 71 172 0 19277 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 80220

[startup+762.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 17246
/proc/meminfo: memFree=871148/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=83740 CPUtime=761.11
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 20691 0 0 0 76100 11 0 0 25 0 1 0 1014801663 85749760 20626 4294967295 134512640 135216011 3220558592 3220556944 134527344 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 20935 20626 71 172 0 20762 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 86160

[startup+822.306 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 17435
/proc/meminfo: memFree=865436/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=89416 CPUtime=821.1
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 22114 0 0 0 82098 12 0 0 25 0 1 0 1014801663 91561984 22049 4294967295 134512640 135216011 3220558592 3220556944 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 22354 22049 71 172 0 22181 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 91836

[startup+882.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 17628
/proc/meminfo: memFree=859988/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=94828 CPUtime=881.11
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 23474 0 0 0 88098 13 0 0 25 0 1 0 1014801663 97103872 23409 4294967295 134512640 135216011 3220558592 3220556944 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 23707 23409 71 172 0 23534 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 97248

[startup+942.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 17817
/proc/meminfo: memFree=854664/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=100168 CPUtime=941.11
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 24814 0 0 0 94096 15 0 0 25 0 1 0 1014801663 102572032 24749 4294967295 134512640 135216011 3220558592 3220556944 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 25042 24749 71 172 0 24869 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 102588

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 18003
/proc/meminfo: memFree=849192/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=105772 CPUtime=1001.12
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 26165 0 0 0 100096 16 0 0 25 0 1 0 1014801663 108310528 26100 4294967295 134512640 135216011 3220558592 3220556944 134528279 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 26443 26100 71 172 0 26270 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 108192

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 18189
/proc/meminfo: memFree=843628/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=111448 CPUtime=1061.12
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 27576 0 0 0 106095 17 0 0 25 0 1 0 1014801663 114122752 27511 4294967295 134512640 135216011 3220558592 3220556944 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 27862 27511 71 172 0 27689 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 113868

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 18378
/proc/meminfo: memFree=837916/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=117032 CPUtime=1121.13
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 28997 0 0 0 112092 21 0 0 25 0 1 0 1014801663 119840768 28932 4294967295 134512640 135216011 3220558592 3220556672 134524336 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 29258 28932 71 172 0 29085 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 119452

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 18567
/proc/meminfo: memFree=831972/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=122616 CPUtime=1181.12
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 30389 0 0 0 118088 24 0 0 25 0 1 0 1014801663 125558784 30324 4294967295 134512640 135216011 3220558592 3220556672 134524319 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 30654 30324 71 172 0 30481 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 125036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 18567
/proc/meminfo: memFree=830488/2074464 swapFree=1950760/1959888
[pid=14790] ppid=14788 vsize=2420 CPUtime=1.26
/proc/14790/stat : 14790 (SatELiteGTI) S 14788 14790 11066 0 -1 4194304 386 10605 0 0 1 0 116 9 18 0 1 0 1014801537 2478080 278 4294967295 134512640 135169312 3214144656 3214140872 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14790/statm: 605 278 235 161 0 44 0
[pid=14796] ppid=14790 vsize=124200 CPUtime=1198.82
/proc/14796/stat : 14796 (minisat_static) R 14790 14790 11066 0 -1 4202496 30768 0 0 0 119857 25 0 0 25 0 1 0 1014801663 127180800 30703 4294967295 134512640 135216011 3220558592 3220556736 134536015 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14796/statm: 31050 30703 71 172 0 30877 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 126620

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

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.03
CPU time (s): 1200.09
CPU user time (s): 1199.74
CPU system time (s): 0.35
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 126620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.74
system time used= 0.35
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41850
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= 19
involuntary context switches= 608

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-16 21:43:52
IDJOB=1821056
IDBENCH=70820
IDSOLVER=661
FILE ID=tipi23/1821056-1242503032
PBS_JOBID=
Free space on /tmp= 8814 MiB

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

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED= 1596853164

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        961520 kB
Buffers:         32948 kB
Cached:         979244 kB
SwapCached:       3660 kB
Active:         476176 kB
Inactive:       547748 kB
HighTotal:     1178688 kB
HighFree:       322732 kB
LowTotal:       895776 kB
LowFree:        638788 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            5876 kB
Writeback:           0 kB
AnonPages:       11028 kB
Mapped:           4404 kB
Slab:            80344 kB
PageTables:        388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

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