Trace number 1820891

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-18? (TO) 1200.02 1199.95

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
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.01/0.47	c ==============================================================================
0.01/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.47	c ==============================================================================
0.01/0.47	c |         0 |  459963  1073247 |  137988       0        0     nan |  0.000 % |
15.22/15.21	c |         0 |  179278   803454 |      --       0       --      -- |     --   | -280663/-269740
15.22/15.21	c ==============================================================================
15.22/15.21	c Result  :   #vars: 13881   #clauses: 179278   #literals: 803454
15.22/15.21	c CPU time:   14.98 s
15.22/15.21	c ==============================================================================
15.42/15.48	c This is MiniSat 2.0 beta
15.42/15.48	c WARNING: for repeatability, setting FPU to use double precision
15.42/15.48	c ============================[ Problem Statistics ]=============================
15.42/15.48	c |                                                                             |
15.42/15.48	c |  Number of variables:  13881                                                |
15.42/15.48	c |  Number of clauses:    179278                                               |
15.49/15.62	c |  Parsing time:         0.12         s                                       |
15.49/15.63	c ============================[ Search Statistics ]==============================
15.49/15.63	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.49/15.63	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.49/15.63	c ===============================================================================
15.49/15.63	c |         0 |   13881   179278   803454 |    59759        0    nan |  0.000 % |
15.49/16.05	c |       513 |   13881   179278   803454 |    59759      513     21 |  0.000 % |
15.49/16.28	c |      1027 |   13881   179278   803454 |    59759     1027     48 |  0.000 % |
16.52/16.55	c |      1539 |   13881   179278   803454 |    59759     1539     69 |  0.000 % |
17.42/17.41	c |      2563 |   13881   179278   803454 |    59759     2563     78 |  0.000 % |
17.62/17.66	c |      3075 |   13881   179278   803454 |    59759     3075     76 |  0.000 % |
17.82/17.88	c |      3587 |   13881   179278   803454 |    59759     3587     72 |  0.000 % |
19.12/19.16	c |      4611 |   13881   179278   803454 |    59759     4611     69 |  0.000 % |
20.52/20.52	c |      6659 |   13881   179278   803454 |    59759     6659    123 |  0.000 % |
20.92/20.90	c |      7172 |   13881   179278   803454 |    59759     7172    131 |  0.000 % |
21.42/21.46	c |      7684 |   13881   179278   803454 |    59759     7684    131 |  0.000 % |
22.03/22.02	c |      8708 |   13881   179278   803454 |    59759     8708    147 |  0.000 % |
22.22/22.24	c |      9224 |   13881   179278   803454 |    59759     9224    157 |  0.000 % |
22.62/22.68	c |      9742 |   13881   179278   803454 |    59759     9742    168 |  0.000 % |
23.72/23.80	c |     10777 |   13881   179278   803454 | 2147483647    10777    179 |  0.000 % |
25.12/25.15	c |     12825 |   13881   179278   803454 | 2147483647    12825    191 |  0.000 % |
29.73/29.75	c |     16921 |   13880   179150   803198 | 2147483647    16919    220 |  0.007 % |
30.32/30.36	c |     17436 |   13880   179150   803198 | 2147483647    17434    228 |  0.007 % |
30.62/30.63	c |     17948 |   13880   179150   803198 | 2147483647    17946    228 |  0.007 % |
31.72/31.73	c |     18972 |   13880   179150   803198 | 2147483647    18970    230 |  0.007 % |
32.12/32.18	c |     19485 |   13880   179150   803198 | 2147483647    19483    232 |  0.007 % |
32.72/32.73	c |     19997 |   13880   179150   803198 | 2147483647    19995    233 |  0.007 % |
34.32/34.37	c |     21024 |   13880   179150   803198 | 2147483647    21022    243 |  0.007 % |
36.52/36.56	c |     23083 |   13880   179150   803198 | 2147483647    23081    256 |  0.007 % |
37.02/37.01	c |     23599 |   13880   179150   803198 | 2147483647    23597    261 |  0.007 % |
37.62/37.61	c |     24112 |   13880   179150   803198 | 2147483647    24110    260 |  0.007 % |
38.62/38.63	c |     25138 |   13880   179150   803198 | 2147483647    25136    267 |  0.007 % |
39.12/39.14	c |     25652 |   13880   179150   803198 | 2147483647    25650    270 |  0.007 % |
39.63/39.68	c |     26165 |   13880   179150   803198 | 2147483647    26163    274 |  0.007 % |
40.12/40.11	c |     27189 |   13880   179150   803198 | 2147483647    27187    278 |  0.007 % |
42.62/42.66	c |     29237 |   13880   179150   803198 | 2147483647    29235    285 |  0.007 % |
46.42/46.47	c |     33335 |   13880   179150   803198 | 2147483647    33333    294 |  0.007 % |
60.72/60.71	c |     41530 |   13880   179150   803198 | 2147483647    41528    320 |  0.007 % |
61.72/61.76	c |     42048 |   13880   179150   803198 | 2147483647    42046    322 |  0.007 % |
62.42/62.46	c |     42560 |   13880   179150   803198 | 2147483647    42558    323 |  0.007 % |
63.92/63.92	c |     43584 |   13880   179150   803198 | 2147483647    43582    327 |  0.007 % |
64.72/64.74	c |     44102 |   13880   179150   803198 | 2147483647    44100    329 |  0.007 % |
65.42/65.43	c |     44617 |   13880   179150   803198 | 2147483647    44615    330 |  0.007 % |
67.22/67.30	c |     45648 |   13880   179150   803198 | 2147483647    45646    336 |  0.007 % |
68.82/68.83	c |     47698 |   13880   179150   803198 | 2147483647    47696    329 |  0.007 % |
69.42/69.45	c |     48211 |   13880   179150   803198 | 2147483647    48209    331 |  0.007 % |
69.82/69.86	c |     48723 |   13880   179150   803198 | 2147483647    48721    330 |  0.007 % |
71.12/71.16	c |     49750 |   13880   179150   803198 | 2147483647    49748    332 |  0.007 % |
71.82/71.84	c |     50264 |   13880   179150   803198 | 2147483647    50262    333 |  0.007 % |
72.72/72.76	c |     50776 |   13880   179150   803198 | 2147483647    50774    334 |  0.007 % |
74.02/74.07	c |     51800 |   13880   179150   803198 | 2147483647    51798    339 |  0.007 % |
79.83/79.88	c |     53848 |   13880   179150   803198 | 2147483647    53846    353 |  0.007 % |
87.93/87.93	c |     57946 |   13880   179150   803198 | 2147483647    57944    385 |  0.007 % |
88.83/88.84	c |     58464 |   13880   179150   803198 | 2147483647    58462    388 |  0.007 % |
89.83/89.87	c |     58980 |   13880   179150   803198 | 2147483647    58978    392 |  0.007 % |
92.53/92.56	c |     60007 |   13880   179150   803198 | 2147483647    60005    399 |  0.007 % |
93.53/93.61	c |     60519 |   13879   179021   802939 | 2147483647    60515    400 |  0.014 % |
94.43/94.46	c |     61031 |   13879   179021   802939 | 2147483647    61027    401 |  0.014 % |
97.23/97.25	c |     62056 |   13879   179021   802939 | 2147483647    62052    408 |  0.014 % |
100.93/100.96	c |     64104 |   13879   179021   802939 | 2147483647    64100    412 |  0.014 % |
101.43/101.41	c |     64616 |   13879   179021   802939 | 2147483647    64612    412 |  0.014 % |
101.93/101.96	c |     65129 |   13879   179021   802939 | 2147483647    65125    411 |  0.014 % |
103.53/103.56	c |     66154 |   13879   179021   802939 | 2147483647    66150    411 |  0.014 % |
103.93/103.99	c |     66666 |   13878   179021   802939 | 2147483647    66661    410 |  0.022 % |
104.83/104.81	c |     67183 |   13878   179021   802939 | 2147483647    67178    409 |  0.022 % |
106.33/106.32	c |     68207 |   13878   179021   802939 | 2147483647    68202    407 |  0.022 % |
109.13/109.16	c |     70256 |   13878   179021   802939 | 2147483647    70251    403 |  0.022 % |
115.63/115.63	c |     74352 |   13878   179021   802939 | 2147483647    74347    405 |  0.022 % |
130.03/130.08	c |     82547 |   13878   179021   802939 | 2147483647    82542    428 |  0.022 % |
145.74/145.78	c |     98931 |   13878   179021   802939 | 2147483647    98926    388 |  0.022 % |
146.64/146.64	c |     99444 |   13878   179021   802939 | 2147483647    99439    387 |  0.022 % |
147.24/147.31	c |     99956 |   13878   179021   802939 | 2147483647    99951    386 |  0.022 % |
149.24/149.29	c |    100980 |   13878   179021   802939 | 2147483647   100975    386 |  0.022 % |
149.74/149.79	c |    101492 |   13878   179021   802939 | 2147483647   101487    385 |  0.022 % |
150.64/150.68	c |    102005 |   13878   179021   802939 | 2147483647   102000    385 |  0.022 % |
154.64/154.66	c |    103031 |   13878   178892   802680 | 2147483647   103025    387 |  0.022 % |
160.24/160.24	c |    105079 |   13878   178892   802680 | 2147483647   105073    394 |  0.022 % |
162.24/162.27	c |    105592 |   13878   178892   802680 | 2147483647   105586    396 |  0.022 % |
163.74/163.80	c |    106105 |   13878   178892   802680 | 2147483647   106099    397 |  0.022 % |
167.04/167.03	c |    107129 |   13878   178892   802680 | 2147483647   107123    401 |  0.022 % |
168.64/168.64	c |    107641 |   13878   178892   802680 | 2147483647   107635    403 |  0.022 % |
170.34/170.41	c |    108153 |   13878   178892   802680 | 2147483647   108147    404 |  0.022 % |
174.44/174.45	c |    109180 |   13878   178892   802680 | 2147483647   109174    408 |  0.022 % |
177.84/177.88	c |    111241 |   13878   178892   802680 | 2147483647   111235    410 |  0.022 % |
191.64/191.64	c |    115337 |   13878   178892   802680 | 2147483647   115331    428 |  0.022 % |
193.34/193.40	c |    115853 |   13878   178892   802680 | 2147483647   115847    429 |  0.022 % |
194.34/194.32	c |    116365 |   13878   178892   802680 | 2147483647   116359    430 |  0.022 % |
195.94/195.97	c |    117389 |   13878   178892   802680 | 2147483647   117383    432 |  0.022 % |
197.44/197.45	c |    117902 |   13878   178892   802680 | 2147483647   117896    433 |  0.022 % |
199.04/199.08	c |    118414 |   13878   178892   802680 | 2147483647   118408    434 |  0.022 % |
201.54/201.56	c |    119444 |   13878   178892   802680 | 2147483647   119438    435 |  0.022 % |
205.94/205.97	c |    121497 |   13878   178892   802680 | 2147483647   121491    436 |  0.022 % |
207.35/207.36	c |    122010 |   13878   178892   802680 | 2147483647   122004    437 |  0.022 % |
208.55/208.56	c |    122523 |   13878   178892   802680 | 2147483647   122517    437 |  0.022 % |
210.85/210.85	c |    123547 |   13878   178892   802680 | 2147483647   123541    438 |  0.022 % |
212.35/212.38	c |    124063 |   13878   178892   802680 | 2147483647   124057    439 |  0.022 % |
213.95/213.95	c |    124592 |   13878   178892   802680 | 2147483647   124586    440 |  0.022 % |
218.05/218.10	c |    125617 |   13878   178892   802680 | 2147483647   125611    442 |  0.022 % |
223.55/223.55	c |    127665 |   13878   178892   802680 | 2147483647   127659    445 |  0.022 % |
236.05/236.10	c |    131761 |   13878   178892   802680 | 2147483647   131755    451 |  0.022 % |
256.35/256.38	c |    139953 |   13878   178892   802680 | 2147483647   139947    463 |  0.022 % |
258.65/258.65	c |    140465 |   13878   178892   802680 | 2147483647   140459    465 |  0.022 % |
260.15/260.17	c |    140991 |   13878   178892   802680 | 2147483647   140985    466 |  0.022 % |
264.45/264.51	c |    142015 |   13878   178892   802680 | 2147483647   142009    468 |  0.022 % |
265.65/265.68	c |    142529 |   13878   178892   802680 | 2147483647   142523    467 |  0.022 % |
266.75/266.74	c |    143042 |   13878   178892   802680 | 2147483647   143036    467 |  0.022 % |
268.65/268.62	c |    144066 |   13878   178892   802680 | 2147483647   144060    466 |  0.022 % |
274.35/274.35	c |    146115 |   13878   178892   802680 | 2147483647   146109    466 |  0.022 % |
274.75/274.79	c |    146627 |   13878   178892   802680 | 2147483647   146621    466 |  0.022 % |
275.85/275.85	c |    147140 |   13878   178892   802680 | 2147483647   147134    466 |  0.022 % |
278.15/278.18	c |    148164 |   13878   178892   802680 | 2147483647   148158    467 |  0.022 % |
279.45/279.47	c |    148697 |   13878   178892   802680 | 2147483647   148691    467 |  0.022 % |
280.45/280.51	c |    149209 |   13878   178892   802680 | 2147483647   149203    467 |  0.022 % |
282.35/282.32	c |    150239 |   13878   178892   802680 | 2147483647   150233    466 |  0.022 % |
286.06/286.04	c |    152292 |   13878   178892   802680 | 2147483647   152286    464 |  0.022 % |
296.85/296.88	c |    156388 |   13878   178892   802680 | 2147483647   156382    468 |  0.022 % |
298.85/298.84	c |    156900 |   13878   178892   802680 | 2147483647   156894    469 |  0.022 % |
300.85/300.85	c |    157420 |   13878   178892   802680 | 2147483647   157414    470 |  0.022 % |
307.95/307.94	c |    158447 |   13878   178892   802680 | 2147483647   158441    473 |  0.022 % |
309.75/309.74	c |    158968 |   13878   178892   802680 | 2147483647   158962    474 |  0.022 % |
313.15/313.14	c |    159481 |   13878   178892   802680 | 2147483647   159475    475 |  0.022 % |
319.25/319.29	c |    160506 |   13878   178892   802680 | 2147483647   160500    479 |  0.022 % |
324.85/324.89	c |    162559 |   13878   178892   802680 | 2147483647   162553    482 |  0.022 % |
326.55/326.57	c |    163074 |   13878   178892   802680 | 2147483647   163068    482 |  0.022 % |
328.96/328.99	c |    163588 |   13878   178892   802680 | 2147483647   163582    483 |  0.022 % |
333.75/333.75	c |    164612 |   13878   178892   802680 | 2147483647   164606    485 |  0.022 % |
336.66/336.67	c |    165124 |   13878   178892   802680 | 2147483647   165118    486 |  0.022 % |
338.86/338.92	c |    165636 |   13878   178892   802680 | 2147483647   165630    488 |  0.022 % |
345.25/345.28	c |    166662 |   13878   178892   802680 | 2147483647   166656    491 |  0.022 % |
364.75/364.75	c |    168712 |   13878   178892   802680 | 2147483647   168706    497 |  0.022 % |
386.95/386.93	c |    172808 |   13878   178892   802680 | 2147483647   172802    503 |  0.022 % |
420.75/420.75	c |    181000 |   13878   178892   802680 | 2147483647   180994    517 |  0.022 % |
494.97/494.96	c |    197390 |   13878   178892   802680 | 2147483647   197384    539 |  0.022 % |
646.08/646.03	c |    230159 |   13878   178892   802680 | 2147483647   230153    567 |  0.022 % |
648.98/648.93	c |    230673 |   13878   178892   802680 | 2147483647   230667    568 |  0.022 % |
652.98/652.98	c |    231189 |   13878   178892   802680 | 2147483647   231183    569 |  0.022 % |
660.68/660.62	c |    232214 |   13878   178892   802680 | 2147483647   232208    571 |  0.022 % |
664.38/664.38	c |    232726 |   13878   178892   802680 | 2147483647   232720    573 |  0.022 % |
668.48/668.44	c |    233240 |   13878   178892   802680 | 2147483647   233234    574 |  0.022 % |
673.98/673.95	c |    234264 |   13878   178892   802680 | 2147483647   234258    574 |  0.022 % |
687.08/687.06	c |    236312 |   13878   178892   802680 | 2147483647   236306    577 |  0.022 % |
690.98/690.97	c |    236826 |   13878   178892   802680 | 2147483647   236820    577 |  0.022 % |
694.08/694.11	c |    237338 |   13878   178892   802680 | 2147483647   237332    578 |  0.022 % |
700.58/700.60	c |    238369 |   13878   178892   802680 | 2147483647   238363    580 |  0.022 % |
702.28/702.29	c |    238881 |   13878   178892   802680 | 2147483647   238875    580 |  0.022 % |
703.67/703.62	c |    239393 |   13878   178892   802680 | 2147483647   239387    580 |  0.022 % |
708.27/708.21	c |    240420 |   13878   178892   802680 |   239994   240414    582 |  0.022 % |
718.47/718.47	c |    242481 |   13878   178892   802680 |   239994   203897    590 |  0.022 % |
735.48/735.49	c |    246579 |   13878   178892   802680 |   239994   207995    589 |  0.022 % |
739.18/739.19	c |    247093 |   13878   178892   802680 |   239994   208509    590 |  0.022 % |
741.28/741.24	c |    247606 |   13878   178892   802680 |   239994   209022    590 |  0.022 % |
746.68/746.70	c |    248630 |   13878   178892   802680 |   239994   210046    589 |  0.022 % |
748.98/749.00	c |    249142 |   13878   178892   802680 |   239994   210558    590 |  0.022 % |
753.18/753.19	c |    249655 |   13878   178892   802680 |   239994   211071    590 |  0.022 % |
757.58/757.52	c |    250679 |   13878   178892   802680 |   211421   212095    592 |  0.022 % |
771.28/771.21	c |    252729 |   13878   178892   802680 |   211421   192936    617 |  0.022 % |
773.08/773.05	c |    253242 |   13878   178892   802680 |   211421   193449    617 |  0.022 % |
774.68/774.65	c |    253754 |   13878   178892   802680 |   211421   193961    618 |  0.022 % |
780.58/780.56	c |    254786 |   13878   178892   802680 |   211421   194993    618 |  0.022 % |
783.58/783.60	c |    255300 |   13878   178892   802680 |   211421   195507    618 |  0.022 % |
786.88/786.90	c |    255814 |   13878   178892   802680 |   211421   196021    619 |  0.022 % |
793.48/793.47	c |    256844 |   13878   178892   802680 |   211421   197051    621 |  0.022 % |
805.18/805.12	c |    258897 |   13878   178892   802680 |   211421   199104    624 |  0.022 % |
814.09/814.06	c |    262993 |   13877   178764   802424 |   200207   181634    642 |  0.029 % |
827.38/827.32	c |    271185 |   13877   178764   802424 | 2147483647   189826    621 |  0.029 % |
828.18/828.14	c |    271697 |   13877   178764   802424 | 2147483647   190338    619 |  0.029 % |
829.28/829.20	c |    272215 |   13877   178764   802424 | 2147483647   190856    618 |  0.029 % |
832.08/832.05	c |    273239 |   13877   178764   802424 | 2147483647   191880    617 |  0.029 % |
833.08/833.05	c |    273751 |   13877   178764   802424 | 2147483647   192392    616 |  0.029 % |
834.48/834.47	c |    274266 |   13877   178764   802424 | 2147483647   192907    615 |  0.029 % |
836.68/836.69	c |    275294 |   13877   178764   802424 | 2147483647   193935    615 |  0.029 % |
842.48/842.44	c |    277342 |   13877   178764   802424 | 2147483647   195983    613 |  0.029 % |
843.99/843.95	c |    277854 |   13877   178764   802424 | 2147483647   196495    612 |  0.029 % |
845.49/845.44	c |    278366 |   13877   178764   802424 | 2147483647   197007    612 |  0.029 % |
851.89/851.90	c |    279390 |   13877   178764   802424 | 2147483647   198031    614 |  0.029 % |
854.99/854.93	c |    279903 |   13877   178764   802424 | 2147483647   198544    614 |  0.029 % |
856.49/856.44	c |    280417 |   13877   178764   802424 | 2147483647   199058    614 |  0.029 % |
858.19/858.12	c |    281442 |   13877   178764   802424 | 2147483647   200083    614 |  0.029 % |
862.70/862.63	c |    283490 |   13877   178764   802424 | 2147483647   202131    614 |  0.029 % |
885.40/885.35	c |    287596 |   13877   178764   802424 | 2147483647   206237    613 |  0.029 % |
889.30/889.22	c |    288112 |   13877   178764   802424 | 2147483647   206753    613 |  0.029 % |
892.20/892.12	c |    288626 |   13877   178764   802424 | 2147483647   207267    614 |  0.029 % |
900.10/900.03	c |    289654 |   13877   178764   802424 | 2147483647   208295    615 |  0.029 % |
903.70/903.67	c |    290166 |   13877   178764   802424 | 2147483647   208807    615 |  0.029 % |
906.70/906.70	c |    290678 |   13877   178764   802424 | 2147483647   209319    616 |  0.029 % |
913.10/913.03	c |    291707 |   13877   178764   802424 | 2147483647   210348    616 |  0.029 % |
918.50/918.47	c |    293755 |   13877   178764   802424 | 2147483647   212396    614 |  0.029 % |
920.10/920.07	c |    294267 |   13877   178764   802424 | 2147483647   212908    614 |  0.029 % |
922.50/922.48	c |    294779 |   13877   178764   802424 | 2147483647   213420    614 |  0.029 % |
924.40/924.40	c |    295806 |   13877   178764   802424 | 2147483647   214447    614 |  0.029 % |
925.10/925.08	c |    296319 |   13877   178764   802424 | 2147483647   214960    614 |  0.029 % |
926.70/926.63	c |    296831 |   13877   178764   802424 | 2147483647   215472    614 |  0.029 % |
929.10/929.04	c |    297855 |   13877   178764   802424 | 2147483647   216496    615 |  0.029 % |
936.80/936.78	c |    299907 |   13877   178764   802424 | 2147483647   218548    616 |  0.029 % |
960.50/960.42	c |    304003 |   13877   178764   802424 | 2147483647   222644    618 |  0.029 % |
1004.31/1004.31	c |    312207 |   13877   178764   802424 | 2147483647   230848    619 |  0.029 % |
1075.91/1075.86	c |    328593 |   13877   178764   802424 | 2147483647   247234    623 |  0.029 % |
1079.30/1079.24	c |    329107 |   13877   178764   802424 | 2147483647   247748    623 |  0.029 % |
1081.90/1081.84	c |    329619 |   13877   178764   802424 | 2147483647   248260    624 |  0.029 % |
1087.30/1087.24	c |    330645 |   13877   178764   802424 |   248642   249286    624 |  0.029 % |
1091.80/1091.79	c |    331160 |   13877   178764   802424 |   248642   224873    605 |  0.029 % |
1094.80/1094.72	c |    331677 |   13877   178764   802424 |   248642   225390    606 |  0.029 % |
1101.60/1101.57	c |    332702 |   13877   178764   802424 |   248642   226415    608 |  0.029 % |
1115.60/1115.50	c |    334750 |   13877   178764   802424 |   248642   228463    611 |  0.029 % |
1119.70/1119.63	c |    335262 |   13877   178764   802424 |   248642   228975    611 |  0.029 % |
1124.10/1124.08	c |    335774 |   13877   178764   802424 |   248642   229487    612 |  0.029 % |
1131.81/1131.80	c |    336798 |   13877   178764   802424 |   248642   230511    614 |  0.029 % |
1134.11/1134.04	c |    337313 |   13877   178764   802424 |   248642   231026    614 |  0.029 % |
1136.81/1136.74	c |    337827 |   13877   178764   802424 |   248642   231540    615 |  0.029 % |
1141.21/1141.15	c |    338854 |   13877   178764   802424 |   248642   232567    615 |  0.029 % |
1149.51/1149.43	c |    340903 |   13877   178764   802424 |   233718   234616    616 |  0.029 % |
1177.01/1176.93	c |    345001 |   13877   178764   802424 |   233718   204083    623 |  0.029 % |
1180.51/1180.44	c |    345514 |   13877   178764   802424 |   233718   204596    623 |  0.029 % |
1185.21/1185.20	c |    346029 |   13877   178764   802424 |   233718   205111    623 |  0.029 % |
1192.81/1192.77	c |    347055 |   13877   178764   802424 |   233718   206137    623 |  0.029 % |
1195.31/1195.21	c |    347567 |   13877   178764   802424 |   233718   206649    624 |  0.029 % |
1199.32/1199.29	c |    348082 |   13877   178764   802424 |   233718   207164    624 |  0.029 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1820891-1242484899/watcher-1820891-1242484899 -o /tmp/evaluation-result-1820891-1242484899/solver-1820891-1242484899 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820891-1242484899.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

[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26328
/proc/meminfo: memFree=1600304/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=9596 CPUtime=0.01
/proc/26328/stat : 26328 (runsolver) R 26326 15108 15108 0 -1 4202560 6 0 0 0 0 1 0 0 25 0 1 0 1012988139 9826304 15 4294967295 134512640 135670194 3215932784 3215930536 135164859 0 0 0 24578 0 0 0 17 0 0 0 0
/proc/26328/statm: 2399 15 2 283 0 2114 0
Current StackSize limit: 8192 KiB


[startup+0.040069 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26328
/proc/meminfo: memFree=1600304/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2416 CPUtime=0.01
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1012988139 2473984 276 4294967295 134512640 135169312 3220099648 3220098184 3085590254 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26328/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.110063 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26328
/proc/meminfo: memFree=1600304/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2416 CPUtime=0.01
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1012988139 2473984 276 4294967295 134512640 135169312 3220099648 3220098184 3085590254 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26328/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.310047 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26328
/proc/meminfo: memFree=1600304/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2416 CPUtime=0.01
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1012988139 2473984 276 4294967295 134512640 135169312 3220099648 3220098184 3085590254 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26328/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.710016 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26328
/proc/meminfo: memFree=1600304/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2416 CPUtime=0.01
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1012988139 2473984 276 4294967295 134512640 135169312 3220099648 3220098184 3085590254 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26328/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+1.50996 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26333
/proc/meminfo: memFree=1535080/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2416 CPUtime=0.01
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1012988139 2473984 276 4294967295 134512640 135169312 3220099648 3220098184 3085590254 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26328/statm: 604 276 235 161 0 43 0
[pid=26333] ppid=26328 vsize=76776 CPUtime=1.51
/proc/26333/stat : 26333 (SatELite_releas) R 26328 26328 15108 0 -1 4202496 17277 0 0 0 146 5 0 0 25 0 1 0 1012988140 78618624 15936 4294967295 134512640 135223648 3213173648 3213171648 134548993 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26333/statm: 19194 15936 73 174 0 19019 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 79192

[startup+3.10983 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26334
/proc/meminfo: memFree=1527516/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2416 CPUtime=0.01
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1012988139 2473984 276 4294967295 134512640 135169312 3220099648 3220098184 3085590254 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26328/statm: 604 276 235 161 0 43 0
[pid=26333] ppid=26328 vsize=79432 CPUtime=3.11
/proc/26333/stat : 26333 (SatELite_releas) R 26328 26328 15108 0 -1 4202496 17932 0 0 0 306 5 0 0 25 0 1 0 1012988140 81338368 16591 4294967295 134512640 135223648 3213173648 3213171664 134587334 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26333/statm: 19858 16591 73 174 0 19683 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 81848

[startup+6.30959 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26334
/proc/meminfo: memFree=1509196/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2416 CPUtime=0.01
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1012988139 2473984 276 4294967295 134512640 135169312 3220099648 3220098184 3085590254 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26328/statm: 604 276 235 161 0 43 0
[pid=26333] ppid=26328 vsize=84020 CPUtime=6.31
/proc/26333/stat : 26333 (SatELite_releas) R 26328 26328 15108 0 -1 4202496 18975 0 0 0 622 9 0 0 25 0 1 0 1012988140 86036480 17634 4294967295 134512640 135223648 3213173648 3213171648 134547978 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26333/statm: 21005 17634 73 174 0 20830 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 86436

[startup+12.7091 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26334
/proc/meminfo: memFree=1479004/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2416 CPUtime=0.01
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1012988139 2473984 276 4294967295 134512640 135169312 3220099648 3220098184 3085590254 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26328/statm: 604 276 235 161 0 43 0
[pid=26333] ppid=26328 vsize=90472 CPUtime=12.71
/proc/26333/stat : 26333 (SatELite_releas) R 26328 26328 15108 0 -1 4202496 20627 0 0 0 1257 14 0 0 25 0 1 0 1012988140 92643328 19286 4294967295 134512640 135223648 3213173648 3213171664 134586697 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26333/statm: 22618 19286 73 174 0 22443 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 92888

[startup+25.5081 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26336
/proc/meminfo: memFree=1520328/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=24036 CPUtime=10.03
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 5860 0 0 0 997 6 0 0 25 0 1 0 1012989687 24612864 5795 4294967295 134512640 135216591 3215560256 3215558448 134528848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 6009 5795 75 172 0 5836 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 26456

[startup+51.1062 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26340
/proc/meminfo: memFree=1485964/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=58796 CPUtime=35.63
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 14567 0 0 0 3556 7 0 0 25 0 1 0 1012989687 60207104 14502 4294967295 134512640 135216591 3215560256 3215558160 134533124 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 14699 14502 75 172 0 14526 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 61216

[startup+102.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26530
/proc/meminfo: memFree=1421440/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=122528 CPUtime=86.84
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 30456 0 0 0 8670 14 0 0 25 0 1 0 1012989687 125468672 30391 4294967295 134512640 135216591 3215560256 3215558448 134528826 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 30632 30391 75 172 0 30459 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 124948

[startup+162.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26718
/proc/meminfo: memFree=1361284/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=183216 CPUtime=146.85
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 45635 0 0 0 14664 21 0 0 25 0 1 0 1012989687 187613184 45570 4294967295 134512640 135216591 3215560256 3215558160 134532935 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 45804 45570 75 172 0 45631 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 185636

[startup+222.323 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26906
/proc/meminfo: memFree=1302128/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=241652 CPUtime=206.86
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 60249 0 0 0 20656 30 0 0 25 0 1 0 1012989687 247451648 60184 4294967295 134512640 135216591 3215560256 3215558448 134528953 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 60413 60184 75 172 0 60240 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 244072

[startup+282.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 27094
/proc/meminfo: memFree=1248468/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=295804 CPUtime=266.86
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 73759 0 0 0 26641 45 0 0 25 0 1 0 1012989687 302903296 73694 4294967295 134512640 135216591 3215560256 3215558160 134532786 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 73951 73694 75 172 0 73778 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 298224

[startup+342.324 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 27285
/proc/meminfo: memFree=1202960/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=341012 CPUtime=326.87
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 85051 0 0 0 32637 50 0 0 25 0 1 0 1012989687 349196288 84986 4294967295 134512640 135216591 3215560256 3215558160 134532832 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 85253 84986 75 172 0 85080 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 343432

[startup+402.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 27471
/proc/meminfo: memFree=1167728/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=376968 CPUtime=386.86
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 94052 0 0 0 38629 57 0 0 25 0 1 0 1012989687 386015232 93987 4294967295 134512640 135216591 3215560256 3215558448 134528962 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 94242 93987 75 172 0 94069 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 379388

[startup+462.305 s]

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

/proc/26336/statm: 124020 123704 75 172 0 123847 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 498500

[startup+642.321 s]
/proc/loadavg: 1.10 1.03 1.01 2/93 28229
/proc/meminfo: memFree=1010004/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=534204 CPUtime=626.89
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 133305 0 0 0 62611 78 0 0 25 0 1 0 1012989687 547024896 133240 4294967295 134512640 135216591 3215560256 3215558160 134532847 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 133551 133240 75 172 0 133378 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 536624

[startup+702.316 s]
/proc/loadavg: 1.04 1.02 1.00 2/93 28415
/proc/meminfo: memFree=976160/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=568512 CPUtime=686.89
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 141874 0 0 0 68601 88 0 0 25 0 1 0 1012989687 582156288 141809 4294967295 134512640 135216591 3215560256 3215558448 134528981 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 142128 141809 75 172 0 141955 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 570932

[startup+762.312 s]
/proc/loadavg: 1.01 1.02 1.00 2/93 28603
/proc/meminfo: memFree=970332/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=573576 CPUtime=746.89
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 143151 0 0 0 74596 93 0 0 25 0 1 0 1012989687 587341824 143086 4294967295 134512640 135216591 3215560256 3215558160 134532832 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 143394 143086 75 172 0 143221 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 575996

[startup+822.307 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 28791
/proc/meminfo: memFree=970572/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=573576 CPUtime=806.89
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 143152 0 0 0 80595 94 0 0 25 0 1 0 1012989687 587341824 143087 4294967295 134512640 135216591 3215560256 3215558448 134528784 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 143394 143087 75 172 0 143221 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 575996

[startup+882.323 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 28983
/proc/meminfo: memFree=970556/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=573576 CPUtime=866.91
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 143153 0 0 0 86597 94 0 0 25 0 1 0 1012989687 587341824 143088 4294967295 134512640 135216591 3215560256 3215558224 134538043 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 143394 143088 75 172 0 143221 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 575996

[startup+942.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29172
/proc/meminfo: memFree=970292/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=573576 CPUtime=926.91
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 143154 0 0 0 92597 94 0 0 25 0 1 0 1012989687 587341824 143089 4294967295 134512640 135216591 3215560256 3215558448 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 143394 143089 75 172 0 143221 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 575996

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 29358
/proc/meminfo: memFree=955784/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=588244 CPUtime=986.92
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 146824 0 0 0 98594 98 0 0 25 0 1 0 1012989687 602361856 146759 4294967295 134512640 135216591 3215560256 3215558160 134532832 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 147061 146759 75 172 0 146888 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 590664

[startup+1062.31 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 29546
/proc/meminfo: memFree=918436/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=625988 CPUtime=1046.91
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 156232 0 0 0 104588 103 0 0 25 0 1 0 1012989687 641011712 156167 4294967295 134512640 135216591 3215560256 3215558448 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 156497 156167 75 172 0 156324 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 628408

[startup+1122.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/93 29745
/proc/meminfo: memFree=903696/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=640136 CPUtime=1106.91
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 159792 0 0 0 110586 105 0 0 25 0 1 0 1012989687 655499264 159727 4294967295 134512640 135216591 3215560256 3215558160 134533124 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 160034 159727 75 172 0 159861 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 642556

[startup+1182.31 s]
/proc/loadavg: 1.06 1.03 1.00 3/93 29933
/proc/meminfo: memFree=903580/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=640136 CPUtime=1166.92
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 159792 0 0 0 116587 105 0 0 25 0 1 0 1012989687 655499264 159727 4294967295 134512640 135216591 3215560256 3215558160 134532813 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 160034 159727 75 172 0 159861 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 642556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.05 1.03 1.00 2/93 29934
/proc/meminfo: memFree=903580/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=640136 CPUtime=1184.53
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 159792 0 0 0 118348 105 0 0 25 0 1 0 1012989687 655499264 159727 4294967295 134512640 135216591 3215560256 3215558448 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 160034 159727 75 172 0 159861 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 642556

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

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

[startup+1199.92 s]
/proc/loadavg: 1.05 1.03 1.00 2/93 29934
/proc/meminfo: memFree=903580/2074464 swapFree=1952056/1959888
[pid=26328] ppid=26326 vsize=2420 CPUtime=15.49
/proc/26328/stat : 26328 (SatELiteGTI) S 26326 26328 15108 0 -1 4194304 385 24347 0 0 0 1 1522 26 18 0 1 0 1012988139 2478080 277 4294967295 134512640 135169312 3220099648 3220095864 3085590254 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26328/statm: 605 277 235 161 0 44 0
[pid=26336] ppid=26328 vsize=640136 CPUtime=1184.53
/proc/26336/stat : 26336 (minisat_static) R 26328 26328 15108 0 -1 4202496 159792 0 0 0 118348 105 0 0 25 0 1 0 1012989687 655499264 159727 4294967295 134512640 135216591 3215560256 3215558448 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26336/statm: 160034 159727 75 172 0 159861 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 642556

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26328 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=220000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=270000
# CPU time returned by wait4() is 15.49
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.95
CPU time (s): 1200.02
CPU user time (s): 1198.7
CPU system time (s): 1.32
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 642556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.22
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= 24732
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= 14
involuntary context switches= 38

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 16:41:39
IDJOB=1820891
IDBENCH=70760
IDSOLVER=658
FILE ID=tipi24/1820891-1242484899
PBS_JOBID=
Free space on /tmp= 10098 MiB

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

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED= 2052329392

Linux tipi24 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.461
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.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:       1600304 kB
Buffers:         23948 kB
Cached:         369288 kB
SwapCached:       3828 kB
Active:          54716 kB
Inactive:       348180 kB
HighTotal:     1178688 kB
HighFree:       890400 kB
LowTotal:       895776 kB
LowFree:        709904 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            9404 kB
Writeback:           0 kB
AnonPages:        8696 kB
Mapped:           3320 kB
Slab:            63440 kB
PageTables:        456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10043 MiB
End job on tipi24 at 2009-05-16 17:01:42