Trace number 1820879

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
minisat_cumr r-2009-03-18UNSAT 335.36 335.338

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark276.08
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
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.11/0.11	c ==============================================================================
0.11/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.11	c ==============================================================================
0.11/0.11	c |         0 |  119355   278495 |   35806       0        0     nan |  0.000 % |
1.81/1.84	c |         0 |   48581   208867 |      --       0       --      -- |     --   | -70752/-69575
1.81/1.84	c ==============================================================================
1.81/1.84	c Result  :   #vars: 4857   #clauses: 48581   #literals: 208867
1.81/1.84	c CPU time:   1.78 s
1.81/1.84	c ==============================================================================
1.91/1.92	c This is MiniSat 2.0 beta
1.91/1.92	c WARNING: for repeatability, setting FPU to use double precision
1.91/1.92	c ============================[ Problem Statistics ]=============================
1.91/1.92	c |                                                                             |
1.91/1.92	c |  Number of variables:  4857                                                 |
1.91/1.92	c |  Number of clauses:    48581                                                |
1.91/1.95	c |  Parsing time:         0.02         s                                       |
1.91/1.96	c ============================[ Search Statistics ]==============================
1.91/1.96	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.91/1.96	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.91/1.96	c ===============================================================================
1.91/1.96	c |         0 |    4857    48581   208867 |    16193        0    nan |  0.000 % |
2.11/2.11	c |       512 |    4857    48581   208867 |    16193      512     30 |  0.000 % |
2.11/2.19	c |      1032 |    4857    48581   208867 |    16193     1032     45 |  0.000 % |
2.31/2.32	c |      1544 |    4857    48581   208867 |    16193     1544     47 |  0.000 % |
2.51/2.55	c |      2569 |    4857    48581   208867 |    16193     2569     53 |  0.000 % |
2.61/2.67	c |      3082 |    4857    48581   208867 |    16193     3082     59 |  0.000 % |
2.71/2.80	c |      3594 |    4857    48581   208867 |    16193     3594     65 |  0.000 % |
3.01/3.03	c |      4618 |    4857    48581   208867 |    16193     4618     85 |  0.000 % |
3.61/3.64	c |      6666 |    4857    48581   208867 |    16193     6666    120 |  0.000 % |
3.71/3.76	c |      7178 |    4857    48581   208867 |    16193     7178    123 |  0.000 % |
3.91/3.96	c |      7690 |    4857    48581   208867 |    16193     7690    133 |  0.000 % |
4.21/4.30	c |      8714 |    4857    48581   208867 |    16193     8714    141 |  0.000 % |
4.41/4.46	c |      9226 |    4856    48517   208739 |    16193     9224    143 |  0.021 % |
4.51/4.60	c |      9738 |    4855    48517   208739 |    16193     9735    144 |  0.041 % |
4.91/4.90	c |     10763 |    4855    48517   208739 | 2147483647    10760    145 |  0.041 % |
5.51/5.54	c |     12813 |    4855    48517   208739 | 2147483647    12810    146 |  0.041 % |
6.81/6.87	c |     16909 |    4853    48323   208152 | 2147483647    10376    128 |  0.085 % |
7.01/7.05	c |     17421 |    4853    48323   208152 | 2147483647    10888    130 |  0.082 % |
7.21/7.26	c |     17933 |    4853    48323   208152 | 2147483647    11400    134 |  0.082 % |
7.61/7.68	c |     18960 |    4853    48323   208152 | 2147483647    12427    140 |  0.082 % |
7.91/7.92	c |     19472 |    4853    48323   208152 | 2147483647    12939    143 |  0.082 % |
8.11/8.18	c |     19992 |    4853    48323   208152 | 2147483647    13459    146 |  0.082 % |
8.81/8.82	c |     21016 |    4853    48323   208152 | 2147483647    14483    156 |  0.082 % |
9.81/9.87	c |     23066 |    4853    48323   208152 | 2147483647    16533    169 |  0.082 % |
10.01/10.07	c |     23578 |    4853    48323   208152 | 2147483647    17045    169 |  0.082 % |
10.21/10.28	c |     24093 |    4853    48323   208152 | 2147483647    17560    170 |  0.082 % |
11.01/11.05	c |     25121 |    4853    48323   208152 | 2147483647    18588    179 |  0.082 % |
11.41/11.45	c |     25634 |    4853    48323   208152 | 2147483647    19101    184 |  0.082 % |
12.01/12.07	c |     26150 |    4853    48323   208152 | 2147483647    19617    191 |  0.082 % |
12.61/12.67	c |     27175 |    4853    48323   208152 | 2147483647    20642    194 |  0.082 % |
13.91/13.93	c |     29223 |    4853    48323   208152 | 2147483647    22690    202 |  0.082 % |
17.91/17.93	c |     33322 |    4853    48323   208152 | 2147483647    26789    229 |  0.082 % |
28.91/28.97	c |     41516 |    4853    48323   208152 | 2147483647    34983    249 |  0.082 % |
29.81/29.82	c |     42034 |    4853    48323   208152 | 2147483647    35501    250 |  0.082 % |
30.01/30.09	c |     42547 |    4853    48323   208152 | 2147483647    36014    249 |  0.082 % |
30.51/30.57	c |     43571 |    4853    48323   208152 | 2147483647    37038    245 |  0.082 % |
30.91/30.94	c |     44083 |    4853    48323   208152 | 2147483647    37550    246 |  0.082 % |
31.71/31.74	c |     44595 |    4853    48323   208152 | 2147483647    38062    247 |  0.082 % |
32.81/32.88	c |     45619 |    4853    48323   208152 | 2147483647    39086    247 |  0.082 % |
35.41/35.46	c |     47670 |    4853    48323   208152 | 2147483647    41137    249 |  0.082 % |
36.11/36.14	c |     48191 |    4853    48323   208152 | 2147483647    41658    250 |  0.082 % |
36.81/36.86	c |     48705 |    4853    48323   208152 | 2147483647    42172    252 |  0.082 % |
37.61/37.68	c |     49729 |    4853    48323   208152 | 2147483647    43196    253 |  0.082 % |
38.01/38.10	c |     50247 |    4853    48323   208152 | 2147483647    43714    253 |  0.082 % |
38.61/38.62	c |     50760 |    4853    48323   208152 | 2147483647    44227    253 |  0.082 % |
39.21/39.24	c |     51784 |    4853    48323   208152 | 2147483647    45251    252 |  0.082 % |
42.31/42.35	c |     53833 |    4853    48323   208152 | 2147483647    47300    255 |  0.082 % |
49.41/49.47	c |     57930 |    4853    48323   208152 | 2147483647    51397    259 |  0.082 % |
50.51/50.57	c |     58444 |    4853    48323   208152 | 2147483647    51911    260 |  0.082 % |
51.11/51.20	c |     58956 |    4853    48323   208152 | 2147483647    52423    261 |  0.082 % |
52.41/52.46	c |     59980 |    4853    48323   208152 | 2147483647    53447    261 |  0.082 % |
53.21/53.28	c |     60493 |    4853    48323   208152 | 2147483647    53960    262 |  0.082 % |
54.01/54.00	c |     61006 |    4853    48323   208152 | 2147483647    54473    263 |  0.082 % |
54.61/54.69	c |     62033 |    4853    48323   208152 | 2147483647    55500    261 |  0.082 % |
58.01/58.02	c |     64082 |    4853    48323   208152 | 2147483647    57549    264 |  0.082 % |
58.51/58.58	c |     64594 |    4853    48323   208152 | 2147483647    58061    265 |  0.082 % |
58.91/59.00	c |     65111 |    4853    48323   208152 | 2147483647    58578    263 |  0.082 % |
59.31/59.39	c |     66137 |    4853    48323   208152 | 2147483647    59604    260 |  0.084 % |
59.51/59.58	c |     66649 |    4853    48323   208152 | 2147483647    60116    259 |  0.082 % |
59.91/59.91	c |     67164 |    4853    48323   208152 | 2147483647    60631    258 |  0.082 % |
60.31/60.35	c |     68189 |    4853    48323   208152 | 2147483647    61656    254 |  0.082 % |
61.42/61.49	c |     70239 |    4851    48191   207720 | 2147483647    59948    260 |  0.124 % |
64.12/64.15	c |     74335 |    4851    48191   207720 | 2147483647    64044    252 |  0.124 % |
69.33/69.37	c |     82527 |    4848    48191   207720 | 2147483647    72235    240 |  0.206 % |
103.33/103.40	c |     98911 |    4848    48191   207720 |    79710    70469    244 |  0.206 % |
104.53/104.52	c |     99424 |    4848    48191   207720 |    79710    70982    244 |  0.206 % |
105.43/105.42	c |     99937 |    4848    48191   207720 |    79710    71495    244 |  0.206 % |
107.23/107.25	c |    100961 |    4848    48191   207720 |    71559    56534    232 |  0.206 % |
107.53/107.57	c |    101474 |    4848    48191   207720 |    71559    57047    231 |  0.206 % |
108.03/108.08	c |    101988 |    4848    48191   207720 |    71559    57561    232 |  0.206 % |
109.33/109.32	c |    103012 |    4848    48191   207720 |    71559    58585    232 |  0.206 % |
112.23/112.22	c |    105065 |    4848    48191   207720 |    71559    60638    234 |  0.206 % |
112.43/112.51	c |    105581 |    4847    48191   207720 |    71559    61153    233 |  0.226 % |
112.83/112.87	c |    106093 |    4847    48191   207720 |    71559    61665    232 |  0.226 % |
114.13/114.21	c |    107119 |    4847    48191   207720 |    71559    62691    231 |  0.226 % |
114.73/114.81	c |    107631 |    4847    48191   207720 |    71559    63203    232 |  0.226 % |
115.23/115.28	c |    108147 |    4847    48191   207720 |    71559    63719    232 |  0.226 % |
116.33/116.33	c |    109172 |    4847    48191   207720 |    71559    64744    232 |  0.226 % |
118.23/118.23	c |    111221 |    4847    48191   207720 |    65573    55805    219 |  0.226 % |
122.23/122.22	c |    115318 |    4847    48191   207720 |    65573    59902    221 |  0.226 % |
122.93/122.96	c |    115830 |    4847    48191   207720 |    65573    60414    221 |  0.226 % |
123.73/123.71	c |    116342 |    4847    48191   207720 |    65573    60926    222 |  0.226 % |
125.23/125.28	c |    117366 |    4847    48191   207720 |    65573    61950    223 |  0.226 % |
126.23/126.22	c |    117879 |    4847    48191   207720 |    65573    62463    224 |  0.226 % |
127.03/127.10	c |    118391 |    4847    48191   207720 |    65573    62975    225 |  0.226 % |
129.13/129.18	c |    119417 |    4847    48191   207720 |    65573    64001    226 |  0.226 % |
133.43/133.50	c |    121465 |    4847    48191   207720 |    64585    54616    243 |  0.226 % |
134.53/134.54	c |    121983 |    4847    48191   207720 |    64585    55134    244 |  0.226 % |
135.34/135.38	c |    122503 |    4846    47928   206972 |    64585    55632    244 |  0.226 % |
136.63/136.71	c |    123529 |    4846    47928   206972 |    64585    56658    243 |  0.226 % |
137.43/137.47	c |    124042 |    4846    47928   206972 |    64585    57171    243 |  0.226 % |
138.13/138.16	c |    124556 |    4846    47928   206972 |    64585    57685    243 |  0.226 % |
138.93/139.00	c |    125582 |    4846    47928   206972 |    64585    58711    243 |  0.226 % |
141.03/141.02	c |    127630 |    4846    47928   206972 |    64585    60759    240 |  0.226 % |
143.83/143.84	c |    131726 |    4846    47928   206972 |    63129    56599    234 |  0.226 % |
154.53/154.55	c |    139919 |    4846    47928   206972 |    63129    56589    221 |  0.227 % |
155.03/155.08	c |    140431 |    4846    47928   206972 |    56670    50778    212 |  0.226 % |
155.53/155.55	c |    140949 |    4846    47928   206972 |    56670    51296    211 |  0.226 % |
156.53/156.55	c |    141977 |    4846    47928   206972 |    56670    52324    213 |  0.226 % |
157.23/157.26	c |    142498 |    4846    47928   206972 |    56670    52845    213 |  0.226 % |
157.93/158.00	c |    143011 |    4846    47928   206972 |    56670    53358    213 |  0.226 % |
158.63/158.70	c |    144036 |    4846    47928   206972 |    56670    54383    212 |  0.226 % |
161.23/161.30	c |    146085 |    4846    47928   206972 |    56670    56432    212 |  0.226 % |
162.13/162.17	c |    146605 |    4846    47928   206972 |    56670    56952    212 |  0.226 % |
162.93/163.00	c |    147119 |    4846    47928   206972 |    56670    50318    208 |  0.226 % |
164.33/164.36	c |    148146 |    4846    47928   206972 |    56670    51345    208 |  0.227 % |
165.34/165.39	c |    148661 |    4846    47928   206972 |    56670    51860    209 |  0.226 % |
165.64/165.72	c |    149173 |    4846    47928   206972 |    56670    52372    209 |  0.226 % |
166.34/166.39	c |    150197 |    4846    47928   206972 |    53200    53396    210 |  0.226 % |
168.64/168.67	c |    152257 |    4846    47928   206972 |    53200    49383    204 |  0.226 % |
173.44/173.43	c |    156358 |    4846    47928   206972 |    53200    53484    206 |  0.226 % |
174.04/174.05	c |    156875 |    4846    47928   206972 |    53200    48344    194 |  0.226 % |
174.44/174.49	c |    157388 |    4846    47928   206972 |    53200    48857    194 |  0.226 % |
175.14/175.16	c |    158412 |    4846    47928   206972 |    53200    49881    193 |  0.226 % |
175.64/175.63	c |    158924 |    4846    47928   206972 |    53200    50393    193 |  0.226 % |
175.94/175.95	c |    159439 |    4846    47928   206972 |    53200    50908    193 |  0.226 % |
177.04/177.05	c |    160463 |    4846    47928   206972 |    51475    51932    193 |  0.226 % |
179.74/179.80	c |    162511 |    4846    47928   206972 |    51475    48177    190 |  0.226 % |
180.64/180.71	c |    163030 |    4846    47928   206972 |    51475    48696    190 |  0.226 % |
181.34/181.39	c |    163542 |    4846    47928   206972 |    51475    49208    190 |  0.226 % |
182.34/182.42	c |    164567 |    4846    47928   206972 |    51475    50233    191 |  0.227 % |
182.84/182.82	c |    165080 |    4846    47928   206972 |    51475    50746    192 |  0.226 % |
183.04/183.06	c |    165595 |    4846    47928   206972 |    51475    51261    192 |  0.226 % |
184.44/184.46	c |    166625 |    4846    47928   206972 |    51475    46560    197 |  0.226 % |
185.54/185.55	c |    168675 |    4846    47928   206972 |    51475    48610    197 |  0.226 % |
188.54/188.52	c |    172772 |    4846    47928   206972 | 2147483647    52707    203 |  0.226 % |
196.14/196.15	c |    180965 |    4846    47928   206972 |    59935    60900    213 |  0.226 % |
213.94/213.99	c |    197349 |    4846    47928   206972 |    54052    54162    203 |  0.226 % |
249.44/249.43	c |    230119 |    4846    47928   206972 |    70353    70468    201 |  0.226 % |
250.34/250.41	c |    230632 |    4846    47928   206972 |    70353    59037    184 |  0.226 % |
251.24/251.29	c |    231144 |    4846    47928   206972 |    70353    59549    184 |  0.226 % |
252.14/252.18	c |    232170 |    4846    47928   206972 |    70353    60575    185 |  0.227 % |
252.44/252.43	c |    232690 |    4846    47928   206972 |    70353    61095    184 |  0.227 % |
252.74/252.81	c |    233207 |    4845    47864   206791 |    70353    61609    184 |  0.248 % |
253.44/253.43	c |    234231 |    4845    47864   206791 |    70353    62633    183 |  0.247 % |
255.14/255.20	c |    236281 |    4845    47864   206791 |    70353    64683    183 |  0.247 % |
256.04/256.04	c |    236794 |    4845    47864   206791 |    70353    65196    183 |  0.247 % |
256.84/256.91	c |    237309 |    4845    47864   206791 |    70353    65711    183 |  0.247 % |
257.94/258.01	c |    238333 |    4845    47864   206791 |    70353    66735    183 |  0.247 % |
258.44/258.47	c |    238847 |    4845    47864   206791 |    70353    67249    183 |  0.247 % |
259.04/259.06	c |    239360 |    4845    47864   206791 |    70353    67762    183 |  0.247 % |
260.94/260.99	c |    240386 |    4845    47864   206791 |    68403    68788    183 |  0.247 % |
263.25/263.31	c |    242434 |    4845    47864   206791 |    68403    59677    178 |  0.247 % |
266.45/266.50	c |    246530 |    4845    47864   206791 |    68403    63773    183 |  0.247 % |
266.95/266.97	c |    247046 |    4845    47864   206791 |    68403    64289    184 |  0.247 % |
267.85/267.83	c |    247562 |    4845    47864   206791 |    68403    64805    184 |  0.247 % |
269.05/269.08	c |    248586 |    4845    47864   206791 |    68403    65829    184 |  0.247 % |
269.55/269.56	c |    249099 |    4845    47864   206791 |    68403    66342    184 |  0.247 % |
270.25/270.26	c |    249611 |    4845    47864   206791 |    68403    66854    184 |  0.247 % |
271.85/271.87	c |    250637 |    4845    47864   206791 |    67243    55957    176 |  0.247 % |
273.25/273.25	c |    252687 |    4845    47864   206791 |    67243    58007    180 |  0.247 % |
273.65/273.63	c |    253203 |    4845    47864   206791 |    67243    58523    181 |  0.247 % |
274.05/274.05	c |    253715 |    4845    47864   206791 |    67243    59035    182 |  0.247 % |
274.75/274.76	c |    254741 |    4845    47864   206791 |    67243    60061    184 |  0.247 % |
275.15/275.12	c |    255255 |    4845    47864   206791 |    67243    60575    184 |  0.247 % |
275.55/275.55	c |    255772 |    4845    47864   206791 |    67243    61092    185 |  0.247 % |
276.65/276.69	c |    256802 |    4844    47864   206791 |    67243    62121    187 |  0.268 % |
278.95/278.95	c |    258853 |    4844    47864   206791 |    67243    64172    189 |  0.268 % |
283.55/283.58	c |    262951 |    4844    47864   206791 |    65319    57841    186 |  0.268 % |
292.35/292.40	c |    271144 |    4844    47864   206791 |    64890    57415    195 |  0.268 % |
292.85/292.83	c |    271656 |    4844    47799   206661 |    64890    57927    195 |  0.268 % |
293.25/293.25	c |    272169 |    4844    47799   206661 |    64890    58440    195 |  0.268 % |
294.65/294.70	c |    273193 |    4844    47799   206661 |    64890    59464    195 |  0.268 % |
295.15/295.17	c |    273709 |    4844    47799   206661 |    64890    59980    195 |  0.268 % |
295.55/295.57	c |    274222 |    4844    47799   206661 |    64890    60493    195 |  0.268 % |
296.45/296.49	c |    275248 |    4844    47799   206661 |    64890    61519    194 |  0.268 % |
298.35/298.40	c |    277297 |    4844    47799   206661 |    64890    63568    192 |  0.268 % |
299.25/299.24	c |    277809 |    4844    47799   206661 |    64890    64080    192 |  0.268 % |
299.95/299.97	c |    278322 |    4844    47799   206661 |    64890    64593    192 |  0.268 % |
301.05/301.09	c |    279349 |    4844    47799   206661 |    64890    65620    191 |  0.268 % |
301.85/301.92	c |    279861 |    4844    47799   206661 |    64890    57489    192 |  0.268 % |
302.65/302.68	c |    280375 |    4844    47799   206661 |    57629    58003    192 |  0.268 % |
303.84/303.85	c |    281399 |    4844    47799   206661 |    57629    51190    191 |  0.268 % |
306.34/306.35	c |    283449 |    4844    47799   206661 |    57629    53240    189 |  0.268 % |
309.54/309.58	c |    287546 |    4844    47799   206661 |    57629    57337    188 |  0.268 % |
309.94/309.94	c |    288059 |    4844    47799   206661 |    57629    57850    187 |  0.268 % |
310.44/310.46	c |    288574 |    4844    47799   206661 |    57629    52580    180 |  0.268 % |
311.34/311.35	c |    289598 |    4844    47799   206661 |    57629    53604    180 |  0.268 % |
311.54/311.55	c |    290110 |    4844    47799   206661 |    54009    54116    180 |  0.268 % |
311.94/311.92	c |    290623 |    4844    47799   206661 |    54009    49214    170 |  0.268 % |
312.64/312.63	c |    291648 |    4844    47799   206661 |    54009    50239    170 |  0.268 % |
314.24/314.26	c |    293696 |    4844    47799   206661 |    54009    52287    169 |  0.268 % |
314.84/314.89	c |    294208 |    4844    47799   206661 |    54009    52799    169 |  0.268 % |
315.34/315.39	c |    294720 |    4844    47799   206661 |    54009    53311    168 |  0.268 % |
316.44/316.49	c |    295746 |    4844    47799   206661 |    54009    54337    168 |  0.268 % |
316.84/316.84	c |    296258 |    4844    47799   206661 |    54009    49416    157 |  0.268 % |
317.24/317.30	c |    296772 |    4844    47799   206661 |    54009    49930    158 |  0.268 % |
318.34/318.38	c |    297796 |    4844    47799   206661 |    54009    50954    158 |  0.268 % |
320.14/320.17	c |    299844 |    4844    47799   206661 |    54009    53002    156 |  0.268 % |
323.14/323.15	c |    303941 |    4844    47799   206661 | 2147483647    57099    153 |  0.268 % |
330.05/330.02	c |    312134 |    4843    47736   206442 |    63155    57722    140 |  0.288 % |
335.34/335.32	c ===============================================================================
335.34/335.32	c restarts              : 191
335.34/335.32	c conflicts             : 319898         (960 /sec)
335.34/335.32	c decisions             : 995857         (1.61 % random) (2988 /sec)
335.34/335.32	c propagations          : 98144749       (294526 /sec)
335.34/335.32	c conflict literals     : 69134986       (34.20 % deleted)
335.34/335.32	c Memory used           : 86.62 MB
335.34/335.32	c CPU time              : 333.23 s
335.34/335.32	c 
335.34/335.32	s UNSATISFIABLE
335.34/335.33	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-1820879-1242484324/watcher-1820879-1242484324 -o /tmp/evaluation-result-1820879-1242484324/solver-1820879-1242484324 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820879-1242484324.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.01 1.00 2/93 23258
/proc/meminfo: memFree=573204/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2416 CPUtime=0
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1012929524 2473984 276 4294967295 134512640 135169312 3220525728 3220524264 3084967662 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23258/statm: 604 276 235 161 0 43 0
[pid=23262] ppid=23258 vsize=952 CPUtime=0
/proc/23262/stat : 23262 (SatELite_releas) R 23258 23258 14060 0 -1 4202496 117 0 0 0 0 0 0 0 25 0 1 0 1012929524 974848 53 4294967295 134512640 135223648 3217293184 3217290432 134740979 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23262/statm: 238 55 45 174 0 63 0

[startup+0.019385 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 23258
/proc/meminfo: memFree=573204/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2416 CPUtime=0
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1012929524 2473984 276 4294967295 134512640 135169312 3220525728 3220524264 3084967662 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23258/statm: 604 276 235 161 0 43 0
[pid=23262] ppid=23258 vsize=3252 CPUtime=0.02
/proc/23262/stat : 23262 (SatELite_releas) R 23258 23258 14060 0 -1 4202496 684 0 0 0 2 0 0 0 25 0 1 0 1012929524 3330048 620 4294967295 134512640 135223648 3217293184 3217292064 134543596 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23262/statm: 813 621 46 174 0 638 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5668

[startup+0.109238 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 23258
/proc/meminfo: memFree=573204/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2416 CPUtime=0
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1012929524 2473984 276 4294967295 134512640 135169312 3220525728 3220524264 3084967662 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23258/statm: 604 276 235 161 0 43 0
[pid=23262] ppid=23258 vsize=17996 CPUtime=0.11
/proc/23262/stat : 23262 (SatELite_releas) R 23258 23258 14060 0 -1 4202496 3867 0 0 0 8 3 0 0 25 0 1 0 1012929524 18427904 3803 4294967295 134512640 135223648 3217293184 3217292192 134547645 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23262/statm: 4499 3803 47 174 0 4324 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 20412

[startup+0.30922 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 23258
/proc/meminfo: memFree=573204/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2416 CPUtime=0
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1012929524 2473984 276 4294967295 134512640 135169312 3220525728 3220524264 3084967662 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23258/statm: 604 276 235 161 0 43 0
[pid=23262] ppid=23258 vsize=20300 CPUtime=0.31
/proc/23262/stat : 23262 (SatELite_releas) R 23258 23258 14060 0 -1 4202496 4675 0 0 0 27 4 0 0 25 0 1 0 1012929524 20787200 4298 4294967295 134512640 135223648 3217293184 3217291200 134586754 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23262/statm: 5075 4298 73 174 0 4900 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 22716

[startup+0.709185 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 23258
/proc/meminfo: memFree=573204/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2416 CPUtime=0
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1012929524 2473984 276 4294967295 134512640 135169312 3220525728 3220524264 3084967662 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23258/statm: 604 276 235 161 0 43 0
[pid=23262] ppid=23258 vsize=21372 CPUtime=0.71
/proc/23262/stat : 23262 (SatELite_releas) R 23258 23258 14060 0 -1 4202496 4889 0 0 0 66 5 0 0 25 0 1 0 1012929524 21884928 4512 4294967295 134512640 135223648 3217293184 3217291200 134586748 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23262/statm: 5343 4512 73 174 0 5168 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 23788

[startup+1.50912 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 23263
/proc/meminfo: memFree=549760/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2416 CPUtime=0
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1012929524 2473984 276 4294967295 134512640 135169312 3220525728 3220524264 3084967662 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23258/statm: 604 276 235 161 0 43 0
[pid=23262] ppid=23258 vsize=23008 CPUtime=1.51
/proc/23262/stat : 23262 (SatELite_releas) R 23258 23258 14060 0 -1 4202496 5280 0 0 0 145 6 0 0 25 0 1 0 1012929524 23560192 4903 4294967295 134512640 135223648 3217293184 3217290952 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23262/statm: 5752 4903 73 174 0 5577 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 25424

[startup+3.10898 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 23264
/proc/meminfo: memFree=559432/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=6676 CPUtime=1.19
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 1607 0 0 0 117 2 0 0 25 0 1 0 1012929716 6836224 1542 4294967295 134512640 135216591 3218452736 3218450736 134527230 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23264/statm: 1669 1542 75 172 0 1496 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 9096

[startup+6.3087 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 23265
/proc/meminfo: memFree=551652/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=13804 CPUtime=4.39
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 3370 0 0 0 436 3 0 0 25 0 1 0 1012929716 14135296 3305 4294967295 134512640 135216591 3218452736 3218450928 134528948 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23264/statm: 3451 3305 75 172 0 3278 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 16224

[startup+12.7081 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 23265
/proc/meminfo: memFree=543500/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=22124 CPUtime=10.79
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 5439 0 0 0 1075 4 0 0 25 0 1 0 1012929716 22654976 5374 4294967295 134512640 135216591 3218452736 3218450640 134533124 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23264/statm: 5531 5374 75 172 0 5358 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 24544

[startup+25.507 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 23449
/proc/meminfo: memFree=525772/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=38264 CPUtime=23.59
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 9477 0 0 0 2352 7 0 0 25 0 1 0 1012929716 39182336 9412 4294967295 134512640 135216591 3218452736 3218450928 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23264/statm: 9566 9412 75 172 0 9393 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 40684

[startup+51.1048 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 23453
/proc/meminfo: memFree=502768/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=61732 CPUtime=49.19
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 15343 0 0 0 4911 8 0 0 25 0 1 0 1012929716 63213568 15278 4294967295 134512640 135216591 3218452736 3218450928 134528826 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23264/statm: 15433 15278 75 172 0 15260 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 64152

[startup+102.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 23639
/proc/meminfo: memFree=474704/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88872 CPUtime=100.41
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22128 0 0 0 10029 12 0 0 25 0 1 0 1012929716 91004928 22063 4294967295 134512640 135216591 3218452736 3218450928 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23264/statm: 22218 22063 75 172 0 22045 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 91292

[startup+162.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23826
/proc/meminfo: memFree=474308/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88872 CPUtime=160.41
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22128 0 0 0 16029 12 0 0 25 0 1 0 1012929716 91004928 22063 4294967295 134512640 135216591 3218452736 3218450928 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22218 22063 75 172 0 22045 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 91292

[startup+222.32 s]
/proc/loadavg: 1.13 1.03 1.01 3/95 24018
/proc/meminfo: memFree=474340/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=220.42
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22128 0 0 0 22030 12 0 0 25 0 1 0 1012929716 90828800 22029 4294967295 134512640 135216591 3218452736 3218450928 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22029 75 172 0 22002 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 91120

[startup+282.325 s]
/proc/loadavg: 1.17 1.06 1.01 2/95 24207
/proc/meminfo: memFree=474720/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=280.43
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22130 0 0 0 28026 17 0 0 25 0 1 0 1012929716 90828800 22031 4294967295 134512640 135216591 3218452736 3218450928 134528962 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22031 75 172 0 22002 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 91120

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

[startup+307.113 s]
/proc/loadavg: 1.11 1.05 1.01 2/95 24208
/proc/meminfo: memFree=474752/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=305.22
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22132 0 0 0 30503 19 0 0 25 0 1 0 1012929716 90828800 22033 4294967295 134512640 135216591 3218452736 3218450928 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22033 75 172 0 22002 0
Current children cumulated CPU time (s) 307.14
Current children cumulated vsize (KiB) 91120

[startup+319.912 s]
/proc/loadavg: 1.25 1.08 1.02 2/95 24209
/proc/meminfo: memFree=474628/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=318.02
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22132 0 0 0 31782 20 0 0 25 0 1 0 1012929716 90828800 22033 4294967295 134512640 135216591 3218452736 3218450928 134528962 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22033 75 172 0 22002 0
Current children cumulated CPU time (s) 319.94
Current children cumulated vsize (KiB) 91120

[startup+326.311 s]
/proc/loadavg: 1.23 1.08 1.02 3/95 24392
/proc/meminfo: memFree=474388/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=324.42
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22132 0 0 0 32422 20 0 0 25 0 1 0 1012929716 90828800 22033 4294967295 134512640 135216591 3218452736 3218450928 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22033 75 172 0 22002 0
Current children cumulated CPU time (s) 326.34
Current children cumulated vsize (KiB) 91120

[startup+329.511 s]
/proc/loadavg: 1.21 1.08 1.02 4/95 24395
/proc/meminfo: memFree=474404/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=327.62
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22132 0 0 0 32742 20 0 0 25 0 1 0 1012929716 90828800 22033 4294967295 134512640 135216591 3218452736 3218450928 134528902 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22033 75 172 0 22002 0
Current children cumulated CPU time (s) 329.54
Current children cumulated vsize (KiB) 91120

[startup+332.71 s]
/proc/loadavg: 1.21 1.08 1.02 3/95 24395
/proc/meminfo: memFree=474452/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=330.82
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22132 0 0 0 33062 20 0 0 25 0 1 0 1012929716 90828800 22033 4294967295 134512640 135216591 3218452736 3218450928 134529041 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22033 75 172 0 22002 0
Current children cumulated CPU time (s) 332.74
Current children cumulated vsize (KiB) 91120

[startup+334.31 s]
/proc/loadavg: 1.19 1.08 1.02 3/95 24398
/proc/meminfo: memFree=474500/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=332.42
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22132 0 0 0 33222 20 0 0 25 0 1 0 1012929716 90828800 22033 4294967295 134512640 135216591 3218452736 3218450928 134528860 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22033 75 172 0 22002 0
Current children cumulated CPU time (s) 334.34
Current children cumulated vsize (KiB) 91120

[startup+335.11 s]
/proc/loadavg: 1.19 1.08 1.02 3/95 24398
/proc/meminfo: memFree=474500/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=333.22
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22132 0 0 0 33302 20 0 0 25 0 1 0 1012929716 90828800 22033 4294967295 134512640 135216591 3218452736 3218450928 134528881 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22033 75 172 0 22002 0
Current children cumulated CPU time (s) 335.14
Current children cumulated vsize (KiB) 91120

[startup+335.31 s]
/proc/loadavg: 1.19 1.08 1.02 3/95 24398
/proc/meminfo: memFree=474500/2074464 swapFree=1949056/1959888
[pid=23258] ppid=23256 vsize=2420 CPUtime=1.92
/proc/23258/stat : 23258 (SatELiteGTI) S 23256 23258 14060 0 -1 4194304 385 6622 0 0 0 0 184 8 18 0 1 0 1012929524 2478080 277 4294967295 134512640 135169312 3220525728 3220521944 3084967662 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23258/statm: 605 277 235 161 0 44 0
[pid=23264] ppid=23258 vsize=88700 CPUtime=333.42
/proc/23264/stat : 23264 (minisat_static) R 23258 23258 14060 0 -1 4202496 22132 0 0 0 33322 20 0 0 25 0 1 0 1012929716 90828800 22033 4294967295 134512640 135216591 3218452736 3218450928 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23264/statm: 22175 22033 75 172 0 22002 0
Current children cumulated CPU time (s) 335.34
Current children cumulated vsize (KiB) 91120

Child status: 20
Real time (s): 335.338
CPU time (s): 335.36
CPU user time (s): 335.07
CPU system time (s): 0.29
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 91292

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

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-16 16:32:04
IDJOB=1820879
IDBENCH=70758
IDSOLVER=658
FILE ID=tipi27/1820879-1242484324
PBS_JOBID=
Free space on /tmp= 9286 MiB

SOLVER NAME= minisat_cumr r-2009-03-18
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand064.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820879-1242484324/watcher-1820879-1242484324 -o /tmp/evaluation-result-1820879-1242484324/solver-1820879-1242484324 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820879-1242484324.cnf

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED= 896339043

Linux tipi27 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.389
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.389
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.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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:        573468 kB
Buffers:         61428 kB
Cached:        1313928 kB
SwapCached:       5508 kB
Active:         842936 kB
Inactive:       542096 kB
HighTotal:     1178688 kB
HighFree:       338044 kB
LowTotal:       895776 kB
LowFree:        235424 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            3692 kB
Writeback:           0 kB
AnonPages:        8980 kB
Mapped:           3428 kB
Slab:           107548 kB
PageTables:        520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90628 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9286 MiB
End job on tipi27 at 2009-05-16 16:37:39