Trace number 1820937

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
APTUSAT 2009-03-22UNSAT 30 29.9955

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.14	c ==============================================================================
0.12/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.14	c ==============================================================================
0.12/0.14	c |         0 |  159690   372610 |   47906       0        0     nan |  0.000 % |
5.02/5.01	c |         0 |   63910   305867 |      --       0       --      -- |     --   | -95738/-66642
5.02/5.01	c ==============================================================================
5.02/5.01	c Result  :   #vars: 5924   #clauses: 63910   #literals: 305867
5.02/5.01	c CPU time:   4.95 s
5.02/5.01	c ==============================================================================
5.12/5.11	This is MiniSat 2.0 beta
5.12/5.11	WARNING: for repeatability, setting FPU to use double precision
5.12/5.11	============================[ Problem Statistics ]=============================
5.12/5.11	|                                                                             |
5.12/5.11	|  Number of variables:  5924                                                 |
5.12/5.11	|  Number of clauses:    63910                                                |
5.12/5.16	|  Parsing time:         0.05         s                                       |
5.12/5.17	============================[ Search Statistics ]==============================
5.12/5.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.12/5.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.12/5.17	===============================================================================
5.12/5.17	|         0 |    5924    63910   305867 |    21303        0    nan |  0.000 % |
5.12/5.21	|       100 |    5915    63910   305867 |    23433       99     13 |  0.152 % |
5.12/5.22	|       250 |    5915    63910   305867 |    25777      249     18 |  0.152 % |
5.12/5.25	|       478 |    5913    63910   305867 |    28354      475     16 |  0.186 % |
5.12/5.28	|       815 |    5913    63910   305867 |    31190      812     17 |  0.186 % |
5.12/5.34	|      1321 |    5912    63910   305867 |    34309     1317     20 |  0.203 % |
5.12/5.40	|      2081 |    5911    63910   305867 |    37740     2076     18 |  0.219 % |
5.62/5.63	|      3220 |    5911    62984   303956 |    41514     3182     22 |  0.219 % |
5.82/5.88	|      4929 |    5911    62984   303956 |    45665     4891     27 |  0.219 % |
6.22/6.24	|      7493 |    5855    60111   296989 |    50232     5984     28 |  1.182 % |
6.82/6.85	|     11340 |    5839    60111   296989 |    55255     9824     40 |  1.705 % |
9.82/9.85	|     17106 |    5822    59596   295838 |    60780    15315     95 |  1.722 % |
13.12/13.19	|     25755 |    5765    59473   295349 |    66858    23825    110 |  3.545 % |
18.92/18.99	|     38729 |    5713    55858   283841 |    73544    32815    155 |  3.562 % |
29.93/29.97	===============================================================================
29.93/29.97	restarts              : 14
29.93/29.97	conflicts             : 54897          (2214 /sec)
29.93/29.97	decisions             : 128588         (1.64 % random) (5187 /sec)
29.93/29.97	propagations          : 14902350       (601144 /sec)
29.93/29.97	conflict literals     : 8865451        (17.92 % deleted)
29.93/29.97	Memory used           : 40.56 MB
29.93/29.97	CPU time              : 24.79 s
29.93/29.97	
29.93/29.97	UNSATISFIABLE
29.93/29.98	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-1820937-1242489191/watcher-1820937-1242489191 -o /tmp/evaluation-result-1820937-1242489191/solver-1820937-1242489191 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820937-1242489191.cnf -restarts=1 

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.02 1.03 1.02 2/97 8663
/proc/meminfo: memFree=1785776/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2416 CPUtime=0.01
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 1013420147 2473984 277 4294967295 134512640 135169312 3215089008 3215087544 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8663/statm: 604 277 235 161 0 43 0
[pid=8667] ppid=8663 vsize=952 CPUtime=0
/proc/8667/stat : 8667 (SatELite_releas) R 8663 8663 16367 0 -1 4202496 147 0 0 0 0 0 0 0 20 0 1 0 1013420147 974848 83 4294967295 134512640 135223648 3216406176 3216405056 134543108 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8667/statm: 238 85 46 174 0 63 0

[startup+0.041727 s]
/proc/loadavg: 1.02 1.03 1.02 2/97 8663
/proc/meminfo: memFree=1785776/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2416 CPUtime=0.01
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 1013420147 2473984 277 4294967295 134512640 135169312 3215089008 3215087544 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8663/statm: 604 277 235 161 0 43 0
[pid=8667] ppid=8663 vsize=7952 CPUtime=0.04
/proc/8667/stat : 8667 (SatELite_releas) R 8663 8663 16367 0 -1 4202496 1557 0 0 0 3 1 0 0 20 0 1 0 1013420147 8142848 1493 4294967295 134512640 135223648 3216406176 3216405128 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8667/statm: 1988 1493 46 174 0 1813 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10368

[startup+0.111705 s]
/proc/loadavg: 1.02 1.03 1.02 2/97 8663
/proc/meminfo: memFree=1785776/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2416 CPUtime=0.01
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 1013420147 2473984 277 4294967295 134512640 135169312 3215089008 3215087544 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8663/statm: 604 277 235 161 0 43 0
[pid=8667] ppid=8663 vsize=18376 CPUtime=0.11
/proc/8667/stat : 8667 (SatELite_releas) R 8663 8663 16367 0 -1 4202496 4004 0 0 0 8 3 0 0 20 0 1 0 1013420147 18817024 3940 4294967295 134512640 135223648 3216406176 3216405056 134543108 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8667/statm: 4594 3941 46 174 0 4419 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20792

[startup+0.311694 s]
/proc/loadavg: 1.02 1.03 1.02 2/97 8663
/proc/meminfo: memFree=1785776/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2416 CPUtime=0.01
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 1013420147 2473984 277 4294967295 134512640 135169312 3215089008 3215087544 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8663/statm: 604 277 235 161 0 43 0
[pid=8667] ppid=8663 vsize=24760 CPUtime=0.31
/proc/8667/stat : 8667 (SatELite_releas) R 8663 8663 16367 0 -1 4202496 6050 0 0 0 27 4 0 0 21 0 1 0 1013420147 25354240 5568 4294967295 134512640 135223648 3216406176 3216404192 134586754 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8667/statm: 6190 5568 73 174 0 6015 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 27176

[startup+0.711671 s]
/proc/loadavg: 1.02 1.03 1.02 2/97 8663
/proc/meminfo: memFree=1785776/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2416 CPUtime=0.01
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 1013420147 2473984 277 4294967295 134512640 135169312 3215089008 3215087544 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8663/statm: 604 277 235 161 0 43 0
[pid=8667] ppid=8663 vsize=25444 CPUtime=0.71
/proc/8667/stat : 8667 (SatELite_releas) R 8663 8663 16367 0 -1 4202496 6214 0 0 0 67 4 0 0 22 0 1 0 1013420147 26054656 5732 4294967295 134512640 135223648 3216406176 3216404176 134547927 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8667/statm: 6361 5732 73 174 0 6186 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 27860

[startup+1.51163 s]
/proc/loadavg: 1.02 1.03 1.02 2/99 8668
/proc/meminfo: memFree=1758620/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2416 CPUtime=0.01
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 1013420147 2473984 277 4294967295 134512640 135169312 3215089008 3215087544 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8663/statm: 604 277 235 161 0 43 0
[pid=8667] ppid=8663 vsize=26780 CPUtime=1.51
/proc/8667/stat : 8667 (SatELite_releas) R 8663 8663 16367 0 -1 4202496 6513 0 0 0 147 4 0 0 25 0 1 0 1013420147 27422720 6031 4294967295 134512640 135223648 3216406176 3216404272 134596391 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8667/statm: 6695 6031 73 174 0 6520 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 29196

[startup+3.11154 s]
/proc/loadavg: 1.02 1.03 1.02 2/99 8668
/proc/meminfo: memFree=1752668/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2416 CPUtime=0.01
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 1013420147 2473984 277 4294967295 134512640 135169312 3215089008 3215087544 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8663/statm: 604 277 235 161 0 43 0
[pid=8667] ppid=8663 vsize=28856 CPUtime=3.11
/proc/8667/stat : 8667 (SatELite_releas) R 8663 8663 16367 0 -1 4202496 6974 0 0 0 305 6 0 0 25 0 1 0 1013420147 29548544 6492 4294967295 134512640 135223648 3216406176 3216404064 134734699 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8667/statm: 7214 6492 73 174 0 7039 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 31272

[startup+6.31136 s]
/proc/loadavg: 1.02 1.03 1.02 2/99 8669
/proc/meminfo: memFree=1760852/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2420 CPUtime=5.12
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 386 8746 0 0 0 0 504 8 18 0 1 0 1013420147 2478080 278 4294967295 134512640 135169312 3215089008 3215085224 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8663/statm: 605 278 235 161 0 44 0
[pid=8669] ppid=8663 vsize=7168 CPUtime=1.2
/proc/8669/stat : 8669 (minisat_static) R 8663 8663 16367 0 -1 4202496 1695 0 0 0 119 1 0 0 25 0 1 0 1013420659 7340032 1630 4294967295 134512640 135213731 3217035168 3217033648 134529947 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8669/statm: 1792 1630 74 172 0 1618 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 9588

[startup+12.711 s]
/proc/loadavg: 1.02 1.03 1.02 3/99 8669
/proc/meminfo: memFree=1751392/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2420 CPUtime=5.12
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 386 8746 0 0 0 0 504 8 18 0 1 0 1013420147 2478080 278 4294967295 134512640 135169312 3215089008 3215085224 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8663/statm: 605 278 235 161 0 44 0
[pid=8669] ppid=8663 vsize=16592 CPUtime=7.6
/proc/8669/stat : 8669 (minisat_static) R 8663 8663 16367 0 -1 4202496 4056 0 0 0 759 1 0 0 25 0 1 0 1013420659 16990208 3991 4294967295 134512640 135213731 3217035168 3217033360 134527104 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8669/statm: 4148 3991 74 172 0 3974 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 19012

[startup+25.5103 s]
/proc/loadavg: 1.01 1.03 1.02 3/99 8669
/proc/meminfo: memFree=1732268/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2420 CPUtime=5.12
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 386 8746 0 0 0 0 504 8 18 0 1 0 1013420147 2478080 278 4294967295 134512640 135169312 3215089008 3215085224 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8663/statm: 605 278 235 161 0 44 0
[pid=8669] ppid=8663 vsize=35456 CPUtime=20.4
/proc/8669/stat : 8669 (minisat_static) R 8663 8663 16367 0 -1 4202496 8742 0 0 0 2034 6 0 0 25 0 1 0 1013420659 36306944 8677 4294967295 134512640 135213731 3217035168 3217033360 134527072 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8669/statm: 8864 8677 74 172 0 8690 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 37876

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

[startup+27.1102 s]
/proc/loadavg: 1.01 1.03 1.01 3/99 8669
/proc/meminfo: memFree=1730656/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2420 CPUtime=5.12
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 386 8746 0 0 0 0 504 8 18 0 1 0 1013420147 2478080 278 4294967295 134512640 135169312 3215089008 3215085224 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8663/statm: 605 278 235 161 0 44 0
[pid=8669] ppid=8663 vsize=37832 CPUtime=22
/proc/8669/stat : 8669 (minisat_static) R 8663 8663 16367 0 -1 4202496 9346 0 0 0 2193 7 0 0 25 0 1 0 1013420659 38739968 9281 4294967295 134512640 135213731 3217035168 3217033648 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8669/statm: 9458 9281 74 172 0 9284 0
Current children cumulated CPU time (s) 27.12
Current children cumulated vsize (KiB) 40252

[startup+28.7201 s]
/proc/loadavg: 1.01 1.03 1.01 3/99 8669
/proc/meminfo: memFree=1727688/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2420 CPUtime=5.12
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 386 8746 0 0 0 0 504 8 18 0 1 0 1013420147 2478080 278 4294967295 134512640 135169312 3215089008 3215085224 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8663/statm: 605 278 235 161 0 44 0
[pid=8669] ppid=8663 vsize=39812 CPUtime=23.61
/proc/8669/stat : 8669 (minisat_static) R 8663 8663 16367 0 -1 4202496 9856 0 0 0 2354 7 0 0 25 0 1 0 1013420659 40767488 9791 4294967295 134512640 135213731 3217035168 3217033360 134527349 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8669/statm: 9953 9791 74 172 0 9779 0
Current children cumulated CPU time (s) 28.73
Current children cumulated vsize (KiB) 42232

[startup+29.52 s]
/proc/loadavg: 1.01 1.03 1.01 3/99 8669
/proc/meminfo: memFree=1727688/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2420 CPUtime=5.12
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 386 8746 0 0 0 0 504 8 18 0 1 0 1013420147 2478080 278 4294967295 134512640 135169312 3215089008 3215085224 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8663/statm: 605 278 235 161 0 44 0
[pid=8669] ppid=8663 vsize=41132 CPUtime=24.41
/proc/8669/stat : 8669 (minisat_static) R 8663 8663 16367 0 -1 4202496 10174 0 0 0 2434 7 0 0 25 0 1 0 1013420659 42119168 10109 4294967295 134512640 135213731 3217035168 3217033648 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8669/statm: 10283 10109 74 172 0 10109 0
Current children cumulated CPU time (s) 29.53
Current children cumulated vsize (KiB) 43552

[startup+29.92 s]
/proc/loadavg: 1.01 1.03 1.01 3/99 8669
/proc/meminfo: memFree=1725952/2074464 swapFree=1949244/1959888
[pid=8663] ppid=8661 vsize=2420 CPUtime=5.12
/proc/8663/stat : 8663 (SatELiteGTI) S 8661 8663 16367 0 -1 4194304 386 8746 0 0 0 0 504 8 18 0 1 0 1013420147 2478080 278 4294967295 134512640 135169312 3215089008 3215085224 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8663/statm: 605 278 235 161 0 44 0
[pid=8669] ppid=8663 vsize=41396 CPUtime=24.81
/proc/8669/stat : 8669 (minisat_static) R 8663 8663 16367 0 -1 4202496 10259 0 0 0 2474 7 0 0 25 0 1 0 1013420659 42389504 10194 4294967295 134512640 135213731 3217035168 3217033648 134530122 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8669/statm: 10349 10194 74 172 0 10175 0
Current children cumulated CPU time (s) 29.93
Current children cumulated vsize (KiB) 43816

Child status: 20
Real time (s): 29.9955
CPU time (s): 30
CPU user time (s): 29.83
CPU system time (s): 0.17
CPU usage (%): 100.015
Max. virtual memory (cumulated for all children) (KiB): 43816

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

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:53:11
IDJOB=1820937
IDBENCH=70776
IDSOLVER=662
FILE ID=tipi11/1820937-1242489191
PBS_JOBID=
Free space on /tmp= 9916 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/minand/minand128.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820937-1242489191/watcher-1820937-1242489191 -o /tmp/evaluation-result-1820937-1242489191/solver-1820937-1242489191 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820937-1242489191.cnf -restarts=1

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

MD5SUM BENCH= 34e3afebec3eaf03cbcceb51b352993a
RANDOM SEED= 807883178

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:       1785900 kB
Buffers:         23372 kB
Cached:         194640 kB
SwapCached:       5224 kB
Active:          56692 kB
Inactive:       173060 kB
HighTotal:     1178688 kB
HighFree:      1003828 kB
LowTotal:       895776 kB
LowFree:        782072 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:       11056 kB
Mapped:           5088 kB
Slab:            49984 kB
PageTables:        700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97132 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:42