Trace number 1821080

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-21UNSAT 51.07 51.0605

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.49
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
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 |  224225   581126 |   67267       0        0     nan |  0.000 % |
1.03/1.04	c |         0 |  162065   548412 |      --       0       --      -- |     --   | -62160/-32714
1.03/1.04	c ==============================================================================
1.03/1.04	c Result  :   #vars: 28271   #clauses: 162065   #literals: 548412
1.03/1.04	c CPU time:   1.02 s
1.03/1.04	c ==============================================================================
1.23/1.24	This is MiniSat 2.0 beta
1.23/1.24	WARNING: for repeatability, setting FPU to use double precision
1.23/1.24	============================[ Problem Statistics ]=============================
1.23/1.24	|                                                                             |
1.23/1.24	|  Number of variables:  28271                                                |
1.23/1.24	|  Number of clauses:    162065                                               |
1.25/1.36	|  Parsing time:         0.12         s                                       |
1.25/1.37	============================[ Search Statistics ]==============================
1.25/1.37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.25/1.37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.25/1.37	===============================================================================
1.25/1.38	|         0 |   28271   162065   548412 |    54021        0    nan |  0.000 % |
1.25/1.95	|       100 |   28257   162065   548412 |    59423       93     55 |  0.085 % |
2.93/2.99	|       251 |   28257   162065   548412 |    65366      244     81 |  0.085 % |
5.03/5.03	|       477 |   28247   161870   547819 |    71902      465     97 |  0.085 % |
6.93/6.97	|       814 |   28247   161870   547819 |    79093      802    102 |  0.085 % |
14.43/14.44	|      1320 |   28247   161870   547819 |    87002     1308     85 |  0.085 % |
24.23/24.22	|      2079 |   28169   161337   546223 |    95702     1847     80 |  0.361 % |
41.53/41.57	|      3218 |   28169   161337   546223 |   105272     2986     70 |  0.361 % |
51.03/51.05	===============================================================================
51.03/51.05	restarts              : 8
51.03/51.05	conflicts             : 3930           (79 /sec)
51.03/51.05	decisions             : 6142           (1.45 % random) (123 /sec)
51.03/51.05	propagations          : 41183711       (827481 /sec)
51.03/51.05	conflict literals     : 250523         (48.49 % deleted)
51.03/51.05	Memory used           : 13.92 MB
51.03/51.05	CPU time              : 49.77 s
51.03/51.05	
51.03/51.05	UNSATISFIABLE
51.03/51.05	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821080-1242505864/watcher-1821080-1242505864 -o /tmp/evaluation-result-1821080-1242505864/solver-1821080-1242505864 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821080-1242505864.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/97 29643
/proc/meminfo: memFree=1678856/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2412 CPUtime=0.01
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 365 647 0 0 0 1 0 0 18 0 1 0 1015087460 2469888 275 4294967295 134512640 135169312 3217702896 3217701432 3085274862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29643/statm: 603 275 235 161 0 42 0
[pid=29647] ppid=29643 vsize=952 CPUtime=0
/proc/29647/stat : 29647 (SatELite_releas) R 29643 29643 16367 0 -1 4202496 134 0 0 0 0 0 0 0 20 0 1 0 1015087460 974848 70 4294967295 134512640 135223648 3214513360 3214512080 134734703 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29647/statm: 238 75 45 174 0 63 0

[startup+0.071377 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 29643
/proc/meminfo: memFree=1678856/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2412 CPUtime=0.01
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 365 647 0 0 0 1 0 0 18 0 1 0 1015087460 2469888 275 4294967295 134512640 135169312 3217702896 3217701432 3085274862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29643/statm: 603 275 235 161 0 42 0
[pid=29647] ppid=29643 vsize=19996 CPUtime=0.07
/proc/29647/stat : 29647 (SatELite_releas) R 29643 29643 16367 0 -1 4202496 3673 0 0 0 7 0 0 0 20 0 1 0 1015087460 20475904 3463 4294967295 134512640 135223648 3214513360 3214511944 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29647/statm: 4999 3464 47 174 0 4824 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22408

[startup+0.121373 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 29643
/proc/meminfo: memFree=1678856/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2412 CPUtime=0.01
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 365 647 0 0 0 1 0 0 18 0 1 0 1015087460 2469888 275 4294967295 134512640 135169312 3217702896 3217701432 3085274862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29643/statm: 603 275 235 161 0 42 0
[pid=29647] ppid=29643 vsize=24608 CPUtime=0.12
/proc/29647/stat : 29647 (SatELite_releas) R 29643 29643 16367 0 -1 4202496 4836 0 0 0 12 0 0 0 20 0 1 0 1015087460 25198592 4626 4294967295 134512640 135223648 3214513360 3214511944 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29647/statm: 6152 4626 47 174 0 5977 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 27020

[startup+0.321362 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 29643
/proc/meminfo: memFree=1678856/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2412 CPUtime=0.01
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 365 647 0 0 0 1 0 0 18 0 1 0 1015087460 2469888 275 4294967295 134512640 135169312 3217702896 3217701432 3085274862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29643/statm: 603 275 235 161 0 42 0
[pid=29647] ppid=29643 vsize=36900 CPUtime=0.32
/proc/29647/stat : 29647 (SatELite_releas) R 29643 29643 16367 0 -1 4202496 7979 0 0 0 31 1 0 0 21 0 1 0 1015087460 37785600 7568 4294967295 134512640 135223648 3214513360 3214511028 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29647/statm: 9225 7568 72 174 0 9050 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 39312

[startup+0.721339 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 29643
/proc/meminfo: memFree=1678856/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2412 CPUtime=0.01
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 365 647 0 0 0 1 0 0 18 0 1 0 1015087460 2469888 275 4294967295 134512640 135169312 3217702896 3217701432 3085274862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29643/statm: 603 275 235 161 0 42 0
[pid=29647] ppid=29643 vsize=42272 CPUtime=0.72
/proc/29647/stat : 29647 (SatELite_releas) R 29643 29643 16367 0 -1 4202496 9323 0 0 0 71 1 0 0 22 0 1 0 1015087460 43286528 8844 4294967295 134512640 135223648 3214513360 3214511376 134586845 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29647/statm: 10568 8844 73 174 0 10393 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 44684

[startup+1.5213 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29648
/proc/meminfo: memFree=1639028/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 2416

[startup+3.12121 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29649
/proc/meminfo: memFree=1660380/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=12788 CPUtime=1.88
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3010 0 0 0 187 1 0 0 25 0 1 0 1015087584 13094912 2944 4294967295 134512640 135216011 3215193568 3215191920 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3197 2944 71 172 0 3024 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 15204

[startup+6.32102 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29649
/proc/meminfo: memFree=1659760/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=13184 CPUtime=5.08
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3118 0 0 0 507 1 0 0 25 0 1 0 1015087584 13500416 3052 4294967295 134512640 135216011 3215193568 3215191920 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3296 3052 71 172 0 3123 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 15600

[startup+12.7207 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29649
/proc/meminfo: memFree=1659376/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=13580 CPUtime=11.48
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3195 0 0 0 1147 1 0 0 25 0 1 0 1015087584 13905920 3129 4294967295 134512640 135216011 3215193568 3215191712 134536507 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3395 3129 71 172 0 3222 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 15996

[startup+25.5199 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29651
/proc/meminfo: memFree=1658928/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=13852 CPUtime=24.28
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3275 0 0 0 2424 4 0 0 25 0 1 0 1015087584 14184448 3209 4294967295 134512640 135216011 3215193568 3215191920 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3463 3209 71 172 0 3290 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 16268

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

[startup+38.3192 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29651
/proc/meminfo: memFree=1658724/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=14116 CPUtime=37.08
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3320 0 0 0 3704 4 0 0 25 0 1 0 1015087584 14454784 3254 4294967295 134512640 135216011 3215193568 3215191736 134525779 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3529 3254 71 172 0 3356 0
Current children cumulated CPU time (s) 38.33
Current children cumulated vsize (KiB) 16532

[startup+44.7189 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29836
/proc/meminfo: memFree=1658340/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=14116 CPUtime=43.48
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3342 0 0 0 4344 4 0 0 25 0 1 0 1015087584 14454784 3276 4294967295 134512640 135216011 3215193568 3215191712 134535661 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3529 3276 71 172 0 3356 0
Current children cumulated CPU time (s) 44.73
Current children cumulated vsize (KiB) 16532

[startup+47.9187 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29836
/proc/meminfo: memFree=1658396/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=14248 CPUtime=46.68
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3350 0 0 0 4664 4 0 0 25 0 1 0 1015087584 14589952 3284 4294967295 134512640 135216011 3215193568 3215191920 134527395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3562 3284 71 172 0 3389 0
Current children cumulated CPU time (s) 47.93
Current children cumulated vsize (KiB) 16664

[startup+49.5186 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29836
/proc/meminfo: memFree=1658396/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=14248 CPUtime=48.28
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3350 0 0 0 4824 4 0 0 25 0 1 0 1015087584 14589952 3284 4294967295 134512640 135216011 3215193568 3215191736 134526069 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3562 3284 71 172 0 3389 0
Current children cumulated CPU time (s) 49.53
Current children cumulated vsize (KiB) 16664

[startup+50.3186 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29836
/proc/meminfo: memFree=1658396/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=14248 CPUtime=49.08
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3350 0 0 0 4904 4 0 0 25 0 1 0 1015087584 14589952 3284 4294967295 134512640 135216011 3215193568 3215191920 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3562 3284 71 172 0 3389 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 16664

[startup+50.7185 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29836
/proc/meminfo: memFree=1658452/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=14248 CPUtime=49.48
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3350 0 0 0 4944 4 0 0 25 0 1 0 1015087584 14589952 3284 4294967295 134512640 135216011 3215193568 3215191712 134536575 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3562 3284 71 172 0 3389 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 16664

[startup+50.9185 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29836
/proc/meminfo: memFree=1658452/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=14248 CPUtime=49.68
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3350 0 0 0 4964 4 0 0 25 0 1 0 1015087584 14589952 3284 4294967295 134512640 135216011 3215193568 3215191920 134527559 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3562 3284 71 172 0 3389 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 16664

[startup+51.0185 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29836
/proc/meminfo: memFree=1658452/2074464 swapFree=1949244/1959888
[pid=29643] ppid=29641 vsize=2416 CPUtime=1.25
/proc/29643/stat : 29643 (SatELiteGTI) S 29641 29643 16367 0 -1 4194304 385 10452 0 0 0 1 120 4 18 0 1 0 1015087460 2473984 277 4294967295 134512640 135169312 3217702896 3217699112 3085274862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29643/statm: 604 277 235 161 0 43 0
[pid=29649] ppid=29643 vsize=14248 CPUtime=49.78
/proc/29649/stat : 29649 (minisat_static) R 29643 29643 16367 0 -1 4202496 3350 0 0 0 4974 4 0 0 25 0 1 0 1015087584 14589952 3284 4294967295 134512640 135216011 3215193568 3215191920 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29649/statm: 3562 3284 71 172 0 3389 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 16664

Child status: 20
Real time (s): 51.0605
CPU time (s): 51.07
CPU user time (s): 50.97
CPU system time (s): 0.1
CPU usage (%): 100.019
Max. virtual memory (cumulated for all children) (KiB): 46372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.97
system time used= 0.1
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14471
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= 23
involuntary context switches= 36

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 22:31:04
IDJOB=1821080
IDBENCH=70825
IDSOLVER=661
FILE ID=tipi11/1821080-1242505864
PBS_JOBID=
Free space on /tmp= 9839 MiB

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

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED= 1487713824

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1679376 kB
Buffers:         27136 kB
Cached:         297544 kB
SwapCached:       5224 kB
Active:          77968 kB
Inactive:       258496 kB
HighTotal:     1178688 kB
HighFree:       901296 kB
LowTotal:       895776 kB
LowFree:        778080 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            6040 kB
Writeback:           0 kB
AnonPages:       11000 kB
Mapped:           4920 kB
Slab:            50296 kB
PageTables:        620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97120 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9839 MiB
End job on tipi11 at 2009-05-16 22:31:56