Trace number 1820936

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 75.53 75.6399

General information on the benchmark

NameAPPLICATIONS/
bitverif/minand/minand128.cnf
MD5SUM34e3afebec3eaf03cbcceb51b352993a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30
Satisfiable
(Un)Satisfiability was proved
Number of variables53999
Number of clauses159692
Sum of the clauses size372612
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106460
Number of clauses of size 353230
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.12/0.15	c ==============================================================================
0.12/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.15	c ==============================================================================
0.12/0.15	c |         0 |  159690   372610 |   47906       0        0     nan |  0.000 % |
5.02/5.04	c |         0 |   63910   305867 |      --       0       --      -- |     --   | -95738/-66642
5.02/5.04	c ==============================================================================
5.02/5.04	c Result  :   #vars: 5924   #clauses: 63910   #literals: 305867
5.02/5.04	c CPU time:   4.92 s
5.02/5.04	c ==============================================================================
5.12/5.15	This is MiniSat 2.0 beta
5.12/5.15	WARNING: for repeatability, setting FPU to use double precision
5.12/5.15	============================[ Problem Statistics ]=============================
5.12/5.15	|                                                                             |
5.12/5.15	|  Number of variables:  5924                                                 |
5.12/5.15	|  Number of clauses:    63910                                                |
5.12/5.20	|  Parsing time:         0.04         s                                       |
5.12/5.20	============================[ Search Statistics ]==============================
5.12/5.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.12/5.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.12/5.20	===============================================================================
5.12/5.20	|         0 |    5924    63910   305867 |    21303        0    nan |  0.000 % |
5.15/5.25	|       102 |    5923    63910   305867 |    23433      101     13 |  0.034 % |
5.15/5.26	|       252 |    5923    63910   305867 |    25777      251     16 |  0.034 % |
5.15/5.29	|       480 |    5923    63910   305867 |    28354      479     18 |  0.034 % |
5.15/5.32	|       820 |    5923    63910   305867 |    31190      819     22 |  0.036 % |
5.15/5.37	|      1326 |    5923    63910   305867 |    34309     1325     27 |  0.037 % |
5.42/5.43	|      2091 |    5921    63910   305867 |    37740     2088     31 |  0.068 % |
5.51/5.59	|      3230 |    5921    63910   305867 |    41514     3227     32 |  0.068 % |
5.74/5.83	|      4938 |    5919    63762   305516 |    45665     4921     36 |  0.084 % |
6.43/6.57	|      7500 |    5919    63762   305516 |    50232     7483     58 |  0.087 % |
7.33/7.51	|     11345 |    5917    63632   305256 |    55255    11325     66 |  0.169 % |
8.72/8.86	|     17116 |    5914    63363   304715 |    60780    17085     73 |  0.186 % |
11.80/11.96	|     25765 |    5912    63236   304356 |    66858    25725     84 |  0.203 % |
19.00/19.15	|     38739 |    5911    63109   304102 |    73544    38694    133 |  0.219 % |
32.60/32.77	|     58200 |    5911    62993   303585 |    80899    57273    173 |  0.236 % |
71.21/71.38	|     87394 |    5908    62993   303585 |    88989    21985    241 |  0.321 % |
75.51/75.62	===============================================================================
75.51/75.62	restarts              : 16
75.51/75.62	conflicts             : 94846          (1351 /sec)
75.51/75.62	decisions             : 260182         (1.68 % random) (3705 /sec)
75.51/75.62	propagations          : 24087440       (342979 /sec)
75.51/75.62	conflict literals     : 19547687       (19.80 % deleted)
75.51/75.62	Memory used           : 78.29 MB
75.51/75.62	CPU time              : 70.23 s
75.51/75.62	
75.51/75.62	UNSATISFIABLE
75.51/75.62	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-1820936-1242489114/watcher-1820936-1242489114 -o /tmp/evaluation-result-1820936-1242489114/solver-1820936-1242489114 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820936-1242489114.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.09 1.04 1.02 3/97 8241
/proc/meminfo: memFree=1785684/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2416 CPUtime=0.01
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 367 645 0 0 0 0 1 0 18 0 1 0 1013412432 2473984 277 4294967295 134512640 135169312 3212981104 3212979640 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8241/statm: 604 277 235 161 0 43 0
[pid=8245] ppid=8241 vsize=952 CPUtime=0
/proc/8245/stat : 8245 (SatELite_releas) R 8241 8241 16367 0 -1 4202496 134 0 0 0 0 0 0 0 20 0 1 0 1013412433 974848 70 4294967295 134512640 135223648 3218895104 3218893824 134734703 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8245/statm: 238 75 45 174 0 63 0

[startup+0.092701 s]
/proc/loadavg: 1.09 1.04 1.02 3/97 8241
/proc/meminfo: memFree=1785684/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2416 CPUtime=0.01
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 367 645 0 0 0 0 1 0 18 0 1 0 1013412432 2473984 277 4294967295 134512640 135169312 3212981104 3212979640 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8241/statm: 604 277 235 161 0 43 0
[pid=8245] ppid=8241 vsize=15488 CPUtime=0.09
/proc/8245/stat : 8245 (SatELite_releas) R 8241 8241 16367 0 -1 4202496 3152 0 0 0 5 4 0 0 21 0 1 0 1013412433 15859712 3088 4294967295 134512640 135223648 3218895104 3218893688 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8245/statm: 3872 3088 46 174 0 3697 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17904

[startup+0.112699 s]
/proc/loadavg: 1.09 1.04 1.02 3/97 8241
/proc/meminfo: memFree=1785684/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2416 CPUtime=0.01
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 367 645 0 0 0 0 1 0 18 0 1 0 1013412432 2473984 277 4294967295 134512640 135169312 3212981104 3212979640 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8241/statm: 604 277 235 161 0 43 0
[pid=8245] ppid=8241 vsize=17336 CPUtime=0.11
/proc/8245/stat : 8245 (SatELite_releas) R 8241 8241 16367 0 -1 4202496 3803 0 0 0 6 5 0 0 21 0 1 0 1013412433 17752064 3739 4294967295 134512640 135223648 3218895104 3218894056 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8245/statm: 4334 3741 46 174 0 4159 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 19752

[startup+0.312688 s]
/proc/loadavg: 1.09 1.04 1.02 3/97 8241
/proc/meminfo: memFree=1785684/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2416 CPUtime=0.01
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 367 645 0 0 0 0 1 0 18 0 1 0 1013412432 2473984 277 4294967295 134512640 135169312 3212981104 3212979640 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8241/statm: 604 277 235 161 0 43 0
[pid=8245] ppid=8241 vsize=24760 CPUtime=0.31
/proc/8245/stat : 8245 (SatELite_releas) R 8241 8241 16367 0 -1 4202496 6039 0 0 0 26 5 0 0 21 0 1 0 1013412433 25354240 5557 4294967295 134512640 135223648 3218895104 3218893120 134586872 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8245/statm: 6190 5557 73 174 0 6015 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 27176

[startup+0.712665 s]
/proc/loadavg: 1.09 1.04 1.02 3/97 8241
/proc/meminfo: memFree=1785684/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2416 CPUtime=0.01
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 367 645 0 0 0 0 1 0 18 0 1 0 1013412432 2473984 277 4294967295 134512640 135169312 3212981104 3212979640 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8241/statm: 604 277 235 161 0 43 0
[pid=8245] ppid=8241 vsize=25444 CPUtime=0.71
/proc/8245/stat : 8245 (SatELite_releas) R 8241 8241 16367 0 -1 4202496 6209 0 0 0 66 5 0 0 22 0 1 0 1013412433 26054656 5727 4294967295 134512640 135223648 3218895104 3218893120 134586640 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8245/statm: 6361 5727 73 174 0 6186 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 27860

[startup+1.51262 s]
/proc/loadavg: 1.09 1.04 1.02 2/99 8246
/proc/meminfo: memFree=1758652/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2416 CPUtime=0.01
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 367 645 0 0 0 0 1 0 18 0 1 0 1013412432 2473984 277 4294967295 134512640 135169312 3212981104 3212979640 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8241/statm: 604 277 235 161 0 43 0
[pid=8245] ppid=8241 vsize=26780 CPUtime=1.51
/proc/8245/stat : 8245 (SatELite_releas) R 8241 8241 16367 0 -1 4202496 6508 0 0 0 145 6 0 0 25 0 1 0 1013412433 27422720 6026 4294967295 134512640 135223648 3218895104 3218893104 134548139 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8245/statm: 6695 6026 73 174 0 6520 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 29196

[startup+3.11253 s]
/proc/loadavg: 1.09 1.04 1.02 2/99 8247
/proc/meminfo: memFree=1752700/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2416 CPUtime=0.01
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 367 645 0 0 0 0 1 0 18 0 1 0 1013412432 2473984 277 4294967295 134512640 135169312 3212981104 3212979640 3084951278 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8241/statm: 604 277 235 161 0 43 0
[pid=8245] ppid=8241 vsize=28856 CPUtime=3.11
/proc/8245/stat : 8245 (SatELite_releas) R 8241 8241 16367 0 -1 4202496 6969 0 0 0 302 9 0 0 25 0 1 0 1013412433 29548544 6487 4294967295 134512640 135223648 3218895104 3218893120 134586754 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8245/statm: 7214 6487 73 174 0 7039 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 31272

[startup+6.31235 s]
/proc/loadavg: 1.08 1.04 1.02 2/99 8248
/proc/meminfo: memFree=1761040/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=7880 CPUtime=1.08
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 1874 0 0 0 106 2 0 0 19 0 1 0 1013412947 8069120 1809 4294967295 134512640 135216011 3218878816 3218877168 134527548 0 0 0 3 0 0 0 17 1 0 0 0
/proc/8248/statm: 1970 1809 71 172 0 1797 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 10300

[startup+12.712 s]
/proc/loadavg: 1.07 1.04 1.02 2/99 8431
/proc/meminfo: memFree=1751788/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=16432 CPUtime=7.45
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 4000 0 0 0 743 2 0 0 25 0 1 0 1013412947 16826368 3935 4294967295 134512640 135216011 3218878816 3218877168 134527457 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 4108 3935 71 172 0 3935 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 18852

[startup+25.5113 s]
/proc/loadavg: 1.06 1.04 1.02 2/99 8431
/proc/meminfo: memFree=1733296/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=35124 CPUtime=20.25
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 8679 0 0 0 2022 3 0 0 25 0 1 0 1013412947 35966976 8614 4294967295 134512640 135216011 3218878816 3218876896 134524593 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 8781 8614 71 172 0 8608 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 37544

[startup+51.1098 s]
/proc/loadavg: 1.04 1.03 1.02 2/99 8433
/proc/meminfo: memFree=1702252/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=66136 CPUtime=45.85
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 16432 0 0 0 4576 9 0 0 25 0 1 0 1013412947 67723264 16367 4294967295 134512640 135216011 3218878816 3218877168 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 16534 16367 71 172 0 16361 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 68556

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

[startup+63.9191 s]
/proc/loadavg: 1.03 1.03 1.02 2/99 8435
/proc/meminfo: memFree=1691456/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=76452 CPUtime=58.66
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 19014 0 0 0 5854 12 0 0 25 0 1 0 1013412947 78286848 18949 4294967295 134512640 135216011 3218878816 3218877168 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 19113 18949 71 172 0 18940 0
Current children cumulated CPU time (s) 63.81
Current children cumulated vsize (KiB) 78872

[startup+70.3187 s]
/proc/loadavg: 1.03 1.03 1.02 3/99 8618
/proc/meminfo: memFree=1687356/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=80160 CPUtime=65.06
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 19939 0 0 0 6494 12 0 0 25 0 1 0 1013412947 82083840 19874 4294967295 134512640 135216011 3218878816 3218877168 134527961 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 20040 19874 71 172 0 19867 0
Current children cumulated CPU time (s) 70.21
Current children cumulated vsize (KiB) 82580

[startup+73.5186 s]
/proc/loadavg: 1.03 1.03 1.02 3/99 8618
/proc/meminfo: memFree=1687356/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=80160 CPUtime=68.26
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 19939 0 0 0 6813 13 0 0 25 0 1 0 1013412947 82083840 19874 4294967295 134512640 135216011 3218878816 3218876896 134524416 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 20040 19874 71 172 0 19867 0
Current children cumulated CPU time (s) 73.41
Current children cumulated vsize (KiB) 82580

[startup+74.3185 s]
/proc/loadavg: 1.02 1.03 1.02 3/99 8618
/proc/meminfo: memFree=1687412/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=80160 CPUtime=69.06
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 19939 0 0 0 6893 13 0 0 25 0 1 0 1013412947 82083840 19874 4294967295 134512640 135216011 3218878816 3218876896 134524288 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 20040 19874 71 172 0 19867 0
Current children cumulated CPU time (s) 74.21
Current children cumulated vsize (KiB) 82580

[startup+75.1185 s]
/proc/loadavg: 1.02 1.03 1.02 3/99 8619
/proc/meminfo: memFree=1687412/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=80160 CPUtime=69.86
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 19939 0 0 0 6973 13 0 0 25 0 1 0 1013412947 82083840 19874 4294967295 134512640 135216011 3218878816 3218877168 134527379 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 20040 19874 71 172 0 19867 0
Current children cumulated CPU time (s) 75.01
Current children cumulated vsize (KiB) 82580

[startup+75.5184 s]
/proc/loadavg: 1.02 1.03 1.02 3/99 8619
/proc/meminfo: memFree=1687412/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=80160 CPUtime=70.26
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 19939 0 0 0 7013 13 0 0 25 0 1 0 1013412947 82083840 19874 4294967295 134512640 135216011 3218878816 3218877168 134527395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 20040 19874 71 172 0 19867 0
Current children cumulated CPU time (s) 75.41
Current children cumulated vsize (KiB) 82580

[startup+75.6184 s]
/proc/loadavg: 1.02 1.03 1.02 3/99 8619
/proc/meminfo: memFree=1687412/2074464 swapFree=1949244/1959888
[pid=8241] ppid=8239 vsize=2420 CPUtime=5.15
/proc/8241/stat : 8241 (SatELiteGTI) S 8239 8241 16367 0 -1 4194304 386 8744 0 0 0 0 503 12 20 0 1 0 1013412432 2478080 278 4294967295 134512640 135169312 3212981104 3212977320 3084951278 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8241/statm: 605 278 235 161 0 44 0
[pid=8248] ppid=8241 vsize=80160 CPUtime=70.36
/proc/8248/stat : 8248 (minisat_static) R 8241 8241 16367 0 -1 4202496 19939 0 0 0 7023 13 0 0 25 0 1 0 1013412947 82083840 19874 4294967295 134512640 135216011 3218878816 3218877168 134527402 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8248/statm: 20040 19874 71 172 0 19867 0
Current children cumulated CPU time (s) 75.51
Current children cumulated vsize (KiB) 82580

Child status: 20
Real time (s): 75.6399
CPU time (s): 75.53
CPU user time (s): 75.26
CPU system time (s): 0.27
CPU usage (%): 99.8548
Max. virtual memory (cumulated for all children) (KiB): 82580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.26
system time used= 0.27
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 92

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 17:51:54
IDJOB=1820936
IDBENCH=70776
IDSOLVER=661
FILE ID=tipi11/1820936-1242489114
PBS_JOBID=
Free space on /tmp= 9916 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/bitverif/minand/minand128.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820936-1242489114/watcher-1820936-1242489114 -o /tmp/evaluation-result-1820936-1242489114/solver-1820936-1242489114 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820936-1242489114.cnf

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

MD5SUM BENCH= 34e3afebec3eaf03cbcceb51b352993a
RANDOM SEED= 1376763926

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:       1785708 kB
Buffers:         23344 kB
Cached:         194456 kB
SwapCached:       5224 kB
Active:          55092 kB
Inactive:       174608 kB
HighTotal:     1178688 kB
HighFree:      1003704 kB
LowTotal:       895776 kB
LowFree:        782004 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            4200 kB
Writeback:           0 kB
AnonPages:       11160 kB
Mapped:           5200 kB
Slab:            49892 kB
PageTables:        424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9916 MiB
End job on tipi11 at 2009-05-16 17:53:10