Trace number 3262308

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
glucose 2UNSAT 209.065 209.058

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark193.51
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   20607    92222 |    6182       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 195   #clauses: 20607   #literals: 92222
0.00/0.00	c CPU time:   0.007998 s
0.00/0.00	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
17.98/18.09	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
17.98/18.09	c WARNING: for repeatability, setting FPU to use double precision
17.98/18.09	c ============================[ Problem Statistics ]=============================
17.98/18.09	c |                                                                             |
17.98/18.09	c |  Number of variables:           195                                         |
17.98/18.09	c |  Number of clauses:           20607                                         |
17.98/18.09	c |  Parse time:                   0.00 s                                       |
17.98/18.09	c |                                                                             |
17.98/18.09	c ============================[ Search Statistics ]==============================
17.98/18.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.98/18.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.98/18.09	c ===============================================================================
17.98/18.09	c |       872 |     195    20607    92222 |        1      872     21 |  0.000 % |
17.98/18.09	c |      2329 |     195    20607    92222 |        1     2329     23 |  0.000 % |
17.98/18.09	c |      2852 |     195    20607    92222 |        1     2852     24 |  0.000 % |
17.98/18.09	c |      7355 |     195    20607    92222 |        1     5357     22 |  0.000 % |
17.98/18.09	c |      7561 |     195    20607    92222 |        1     5563     22 |  0.000 % |
17.98/18.09	c |      7841 |     195    20607    92222 |        1     5843     22 |  0.000 % |
17.98/18.09	c |     11450 |     195    20607    92222 |        1     5159     22 |  0.000 % |
17.98/18.09	c |     20948 |     195    20607    92222 |        1     7905     23 |  0.000 % |
17.98/18.09	c |     83537 |     195    20607    92222 |        1    17952     21 |  0.000 % |
17.98/18.09	c |     89624 |     195    20607    92222 |        1    24039     22 |  0.000 % |
17.98/18.09	c |     89724 |     195    20607    92222 |        1    24139     22 |  0.000 % |
17.98/18.09	c |     89840 |     195    20607    92222 |        1    24255     22 |  0.000 % |
17.98/18.09	c |     90876 |     195    20607    92222 |        1    25291     22 |  0.000 % |
17.98/18.09	c |     99357 |     195    20607    92222 |        1    33772     23 |  0.000 % |
17.98/18.09	c |    104885 |     195    20607    92222 |        1    19697     21 |  0.000 % |
17.98/18.09	c |    108004 |     195    20607    92222 |        1    22816     21 |  0.000 % |
17.98/18.09	c |    108107 |     195    20607    92222 |        1    22919     21 |  0.000 % |
17.98/18.09	c |    108208 |     195    20607    92222 |        1    23020     21 |  0.000 % |
17.98/18.09	c |    175509 |     195    20607    92222 |        1    43318     21 |  0.000 % |
17.98/18.09	c |    189433 |     195    20607    92222 |        1    29841     20 |  0.000 % |
17.98/18.09	c |    194061 |     195    20607    92222 |        1    34469     21 |  0.000 % |
17.98/18.09	c |    194303 |     195    20607    92222 |        1    34711     21 |  0.000 % |
17.98/18.09	c |    206620 |     195    20607    92222 |        1    47028     21 |  0.000 % |
17.98/18.09	c |    212857 |     195    20607    92222 |        1    53265     22 |  0.000 % |
17.98/18.09	c |    263183 |     195    20607    92222 |        1    40999     20 |  0.000 % |
17.98/18.09	c |    276487 |     195    20607    92222 |        1    54303     21 |  0.000 % |
17.98/18.09	c |    289642 |     195    20607    92222 |        1    67458     21 |  0.000 % |
17.98/18.09	c |    311763 |     195    20607    92222 |        1    54377     21 |  0.000 % |
17.98/18.09	c |    311916 |     195    20607    92222 |        1    54530     21 |  0.000 % |
17.98/18.09	c |    312598 |     195    20607    92222 |        1    55212     21 |  0.000 % |
17.98/18.09	c |    330512 |     195    20607    92222 |        1    73126     22 |  0.000 % |
17.98/18.09	c |    335464 |     195    20607    92222 |        1    40283     20 |  0.000 % |
17.98/18.09	c |    340328 |     195    20607    92222 |        1    45147     20 |  0.000 % |
17.98/18.09	c |    342420 |     195    20607    92222 |        1    47239     21 |  0.000 % |
17.98/18.09	c |    345778 |     195    20607    92222 |        1    50597     21 |  0.000 % |
17.98/18.09	c |    345880 |     195    20607    92222 |        1    50699     21 |  0.000 % |
17.98/18.09	c |    346230 |     195    20607    92222 |        1    51049     21 |  0.000 % |
17.98/18.09	c |    357501 |     195    20607    92222 |        1    62320     21 |  0.000 % |
17.98/18.09	c |    357871 |     195    20607    92222 |        1    62690     22 |  0.000 % |
55.18/55.24	c |    359012 |     195    20607    92222 |        1    63831     22 |  0.000 % |
55.18/55.24	c |    361544 |     195    20607    92222 |        1    66363     22 |  0.000 % |
55.18/55.24	c |    361747 |     195    20607    92222 |        1    66566     22 |  0.000 % |
55.18/55.24	c |    372846 |     195    20607    92222 |        1    77665     22 |  0.000 % |
55.18/55.24	c |    372946 |     195    20607    92222 |        1    77765     22 |  0.000 % |
55.18/55.24	c |    373047 |     195    20607    92222 |        1    77866     22 |  0.000 % |
55.18/55.24	c |    375363 |     195    20607    92222 |        1    80182     22 |  0.000 % |
55.18/55.24	c |    383621 |     195    20607    92222 |        1    48036     20 |  0.000 % |
55.18/55.24	c |    391297 |     195    20607    92222 |        1    55712     21 |  0.000 % |
55.18/55.24	c |    408044 |     195    20607    92222 |        1    72459     22 |  0.000 % |
55.18/55.24	c |    408146 |     195    20607    92222 |        1    72561     22 |  0.000 % |
55.18/55.24	c |    408948 |     195    20607    92222 |        1    73363     22 |  0.000 % |
55.18/55.24	c |    409246 |     195    20607    92222 |        1    73661     22 |  0.000 % |
55.18/55.24	c |    418699 |     195    20607    92222 |        1    83114     22 |  0.000 % |
55.18/55.24	c |    543956 |     195    20607    92222 |        1    71569     21 |  0.000 % |
55.18/55.24	c |    556382 |     195    20607    92222 |        1    83995     21 |  0.000 % |
55.18/55.24	c |    556922 |     195    20607    92222 |        1    84535     21 |  0.000 % |
55.18/55.24	c |    557024 |     195    20607    92222 |        1    84637     21 |  0.000 % |
55.18/55.24	c |    566090 |     195    20607    92222 |        1    93703     21 |  0.000 % |
55.18/55.24	c |    568523 |     195    20607    92222 |        1    96136     21 |  0.000 % |
55.18/55.24	c |    631293 |     195    20607    92222 |        1    54710     19 |  0.000 % |
55.18/55.24	c |    652609 |     195    20607    92222 |        1    76026     20 |  0.000 % |
55.18/55.24	c |    653379 |     195    20607    92222 |        1    76796     20 |  0.000 % |
55.18/55.24	c |    675292 |     195    20607    92222 |        1    98709     21 |  0.000 % |
55.18/55.24	c |    675935 |     195    20607    92222 |        1    99352     21 |  0.000 % |
55.18/55.24	c |    690193 |     195    20607    92222 |        1    57614     19 |  0.000 % |
55.18/55.24	c |    694639 |     195    20607    92222 |        1    62060     19 |  0.000 % |
55.18/55.24	c |    694814 |     195    20607    92222 |        1    62235     19 |  0.000 % |
55.18/55.24	c |    699226 |     195    20607    92222 |        1    66647     20 |  0.000 % |
55.18/55.24	c |    720920 |     195    20607    92222 |        1    88341     20 |  0.000 % |
55.18/55.24	c |    731984 |     195    20607    92222 |        1    99405     20 |  0.000 % |
55.18/55.24	c |    736060 |     195    20607    92222 |        1   103481     20 |  0.000 % |
55.18/55.24	c |    736241 |     195    20607    92222 |        1   103662     20 |  0.000 % |
55.18/55.24	c |    739064 |     195    20607    92222 |        1   106485     20 |  0.000 % |
55.18/55.24	c |    742452 |     195    20607    92222 |        1   109873     21 |  0.000 % |
55.18/55.24	c |    746133 |     195    20607    92222 |        1   113554     21 |  0.000 % |
55.18/55.24	c |    749674 |     195    20607    92222 |        1   117095     21 |  0.000 % |
55.18/55.24	c |    775279 |     195    20607    92222 |        1    84094     19 |  0.000 % |
55.18/55.24	c |    775381 |     195    20607    92222 |        1    84196     19 |  0.000 % |
55.18/55.24	c |    777630 |     195    20607    92222 |        1    86445     20 |  0.000 % |
55.18/55.24	c |    777864 |     195    20607    92222 |        1    86679     20 |  0.000 % |
55.18/55.24	c |    777965 |     195    20607    92222 |        1    86780     20 |  0.000 % |
55.18/55.24	c |    780687 |     195    20607    92222 |        1    89502     20 |  0.000 % |
55.18/55.24	c |    781724 |     195    20607    92222 |        1    90539     20 |  0.000 % |
55.18/55.24	c |    783149 |     195    20607    92222 |        1    91964     20 |  0.000 % |
55.18/55.24	c |    800324 |     195    20607    92222 |        1   109139     21 |  0.000 % |
55.18/55.24	c |    806786 |     195    20607    92222 |        1   115601     21 |  0.000 % |
55.18/55.24	c |    890288 |     195    20607    92222 |        1    74102     19 |  0.000 % |
55.18/55.24	c |    894010 |     195    20607    92222 |        1    77824     19 |  0.000 % |
55.18/55.24	c |    900701 |     195    20607    92222 |        1    84515     20 |  0.000 % |
115.49/115.53	c |    902109 |     195    20607    92222 |        1    85923     20 |  0.000 % |
115.49/115.53	c |    906491 |     195    20607    92222 |        1    90305     20 |  0.000 % |
115.49/115.53	c |    923064 |     195    20607    92222 |        1   106878     20 |  0.000 % |
115.49/115.53	c |    953882 |     195    20607    92222 |        1    71291     18 |  0.000 % |
115.49/115.53	c |    996649 |     195    20607    92222 |        1   114058     19 |  0.000 % |
115.49/115.53	c |   1110907 |     195    20607    92222 |        1    87715     18 |  0.000 % |
115.49/115.53	c |   1155412 |     195    20607    92222 |        1   132220     19 |  0.000 % |
115.49/115.53	c |   1155814 |     195    20607    92222 |        1   132622     19 |  0.000 % |
115.49/115.53	c |   1156480 |     195    20607    92222 |        1   133288     19 |  0.000 % |
115.49/115.53	c |   1166366 |     195    20607    92222 |        1   143174     20 |  0.000 % |
115.49/115.53	c |   1173926 |     195    20607    92222 |        1    76541     18 |  0.000 % |
115.49/115.53	c |   1174768 |     195    20607    92222 |        1    77383     18 |  0.000 % |
115.49/115.53	c |   1174869 |     195    20607    92222 |        1    77484     18 |  0.000 % |
115.49/115.53	c |   1178241 |     195    20607    92222 |        1    80856     18 |  0.000 % |
115.49/115.53	c |   1179440 |     195    20607    92222 |        1    82055     18 |  0.000 % |
115.49/115.53	c |   1179540 |     195    20607    92222 |        1    82155     18 |  0.000 % |
115.49/115.53	c |   1180909 |     195    20607    92222 |        1    83524     18 |  0.000 % |
115.49/115.53	c |   1187786 |     195    20607    92222 |        1    90401     19 |  0.000 % |
115.49/115.53	c |   1187886 |     195    20607    92222 |        1    90501     19 |  0.000 % |
115.49/115.53	c |   1191379 |     195    20607    92222 |        1    93994     19 |  0.000 % |
115.49/115.53	c |   1191490 |     195    20607    92222 |        1    94105     19 |  0.000 % |
115.49/115.53	c |   1191590 |     195    20607    92222 |        1    94205     19 |  0.000 % |
115.49/115.53	c |   1192364 |     195    20607    92222 |        1    94979     19 |  0.000 % |
115.49/115.53	c |   1193016 |     195    20607    92222 |        1    95631     19 |  0.000 % |
115.49/115.53	c |   1194912 |     195    20607    92222 |        1    97527     19 |  0.000 % |
115.49/115.53	c |   1201361 |     195    20607    92222 |        1   103976     19 |  0.000 % |
115.49/115.53	c |   1204854 |     195    20607    92222 |        1   107469     19 |  0.000 % |
115.49/115.53	c |   1212726 |     195    20607    92222 |        1   115341     19 |  0.000 % |
115.49/115.53	c |   1226837 |     195    20607    92222 |        1   129452     20 |  0.000 % |
115.49/115.53	c |   1289916 |     195    20607    92222 |        1   115725     19 |  0.000 % |
115.49/115.53	c |   1315863 |     195    20607    92222 |        1   141672     19 |  0.000 % |
115.49/115.53	c |   1340917 |     195    20607    92222 |        1    87329     18 |  0.000 % |
115.49/115.53	c |   1377516 |     195    20607    92222 |        1   123928     19 |  0.000 % |
115.49/115.53	c |   1378157 |     195    20607    92222 |        1   124569     19 |  0.000 % |
115.49/115.53	c |   1384371 |     195    20607    92222 |        1   130783     19 |  0.000 % |
115.49/115.53	c |   1389599 |     195    20607    92222 |        1   136011     20 |  0.000 % |
115.49/115.53	c |   1418332 |     195    20607    92222 |        1    82741     18 |  0.000 % |
115.49/115.53	c |   1441149 |     195    20607    92222 |        1   105558     18 |  0.000 % |
115.49/115.53	c |   1541476 |     195    20607    92222 |        1   121291     19 |  0.000 % |
115.49/115.53	c |   1552818 |     195    20607    92222 |        1   132633     19 |  0.000 % |
115.49/115.53	c |   1553101 |     195    20607    92222 |        1   132916     19 |  0.000 % |
115.49/115.53	c |   1554523 |     195    20607    92222 |        1   134338     19 |  0.000 % |
115.49/115.53	c |   1554623 |     195    20607    92222 |        1   134438     19 |  0.000 % |
115.49/115.53	c |   1614141 |     195    20607    92222 |        1   106748     18 |  0.000 % |
115.49/115.53	c |   1614450 |     195    20607    92222 |        1   107057     18 |  0.000 % |
115.49/115.53	c |   1617479 |     195    20607    92222 |        1   110086     18 |  0.000 % |
115.49/115.53	c |   1623448 |     195    20607    92222 |        1   116055     18 |  0.000 % |
115.49/115.53	c |   1628223 |     195    20607    92222 |        1   120830     18 |  0.000 % |
115.49/115.53	c |   1628323 |     195    20607    92222 |        1   120930     19 |  0.000 % |
115.49/115.53	c |   1631198 |     195    20607    92222 |        1   123805     19 |  0.000 % |
178.39/178.41	c |   1696797 |     195    20607    92222 |        1    99607     17 |  0.000 % |
178.39/178.41	c |   1696897 |     195    20607    92222 |        1    99707     17 |  0.000 % |
178.39/178.41	c |   1699045 |     195    20607    92222 |        1   101855     17 |  0.000 % |
178.39/178.41	c |   1705858 |     195    20607    92222 |        1   108668     18 |  0.000 % |
178.39/178.41	c |   1706184 |     195    20607    92222 |        1   108994     18 |  0.000 % |
178.39/178.41	c |   1706661 |     195    20607    92222 |        1   109471     18 |  0.000 % |
178.39/178.41	c |   1710347 |     195    20607    92222 |        1   113157     18 |  0.000 % |
178.39/178.41	c |   1720995 |     195    20607    92222 |        1   123805     18 |  0.000 % |
178.39/178.41	c |   1740748 |     195    20607    92222 |        1   143558     19 |  0.000 % |
178.39/178.41	c |   1741822 |     195    20607    92222 |        1   144632     19 |  0.000 % |
178.39/178.41	c |   1743063 |     195    20607    92222 |        1   145873     19 |  0.000 % |
178.39/178.41	c |   1743166 |     195    20607    92222 |        1   145976     19 |  0.000 % |
178.39/178.41	c |   1743920 |     195    20607    92222 |        1   146730     19 |  0.000 % |
178.39/178.41	c |   1744020 |     195    20607    92222 |        1   146830     19 |  0.000 % |
178.39/178.41	c |   1746775 |     195    20607    92222 |        1   149585     19 |  0.000 % |
178.39/178.41	c |   1763134 |     195    20607    92222 |        1   165944     19 |  0.000 % |
178.39/178.41	c |   1763952 |     195    20607    92222 |        1   166762     19 |  0.000 % |
178.39/178.41	c |   1766939 |     195    20607    92222 |        1   169749     19 |  0.000 % |
178.39/178.41	c |   1767039 |     195    20607    92222 |        1   169849     20 |  0.000 % |
178.39/178.41	c |   1768511 |     195    20607    92222 |        1   171321     20 |  0.000 % |
178.39/178.41	c |   1779672 |     195    20607    92222 |        1   182482     20 |  0.000 % |
178.39/178.41	c |   1879116 |     194    20277    91232 |        1   113484     19 |  0.513 % |
178.39/178.41	c |   1879377 |     194    20277    91232 |        1   113745     19 |  0.513 % |
178.39/178.41	c |   1884141 |     194    20277    91232 |        1    61530     17 |  0.513 % |
178.39/178.41	c |   1884490 |     194    20277    91232 |        1    61879     17 |  0.513 % |
178.39/178.41	c |   1886546 |     194    20277    91232 |        1    63935     17 |  0.513 % |
178.39/178.41	c |   1889668 |     194    20277    91232 |        1    67057     17 |  0.513 % |
178.39/178.41	c |   1890098 |     194    20277    91232 |        1    67487     17 |  0.513 % |
178.39/178.41	c |   1892009 |     194    20277    91232 |        1    69398     17 |  0.513 % |
178.39/178.41	c |   1892110 |     194    20277    91232 |        1    69499     17 |  0.513 % |
178.39/178.41	c |   1892467 |     194    20277    91232 |        1    69856     17 |  0.513 % |
178.39/178.41	c |   1929869 |     194    20277    91232 |        1   107258     19 |  0.513 % |
178.39/178.41	c |   1929969 |     194    20277    91232 |        1   107358     19 |  0.513 % |
178.39/178.41	c |   1931238 |     194    20277    91232 |        1   108627     19 |  0.513 % |
178.39/178.41	c |   1932806 |     194    20277    91232 |        1   110195     19 |  0.513 % |
178.39/178.41	c |   1942088 |     194    20277    91232 |        1   119477     19 |  0.513 % |
178.39/178.41	c |   1956374 |     194    20277    91232 |        1   133763     19 |  0.513 % |
178.39/178.41	c |   1956490 |     194    20277    91232 |        1   133879     19 |  0.513 % |
178.39/178.41	c |   1957763 |     194    20277    91232 |        1   135152     20 |  0.513 % |
178.39/178.41	c |   1958636 |     194    20277    91232 |        1   136025     20 |  0.513 % |
178.39/178.41	c |   2057745 |     193    19913    90140 |        1   102787     19 |  1.026 % |
178.39/178.41	c |   2116117 |     193    19913    90140 |        1    97347     18 |  1.026 % |
178.39/178.41	c |   2215450 |     192    19581    89144 |        1    92846     18 |  1.538 % |
178.39/178.41	c |   2227648 |     192    19581    89144 |        1   105044     18 |  1.538 % |
178.39/178.41	c |   2241416 |     192    19581    89144 |        1   118812     18 |  1.538 % |
178.39/178.41	c |   2288435 |     192    19581    89144 |        1   165831     19 |  1.538 % |
178.39/178.41	c |   2304823 |     192    19581    89144 |        1    95521     17 |  1.538 % |
178.39/178.41	c |   2305624 |     192    19581    89144 |        1    96322     17 |  1.538 % |
178.39/178.41	c |   2309139 |     192    19581    89144 |        1    99837     17 |  1.538 % |
178.39/178.41	c |   2318630 |     192    19581    89144 |        1   109328     18 |  1.538 % |
208.99/209.05	c |   2328323 |     192    19581    89144 |        1   119021     18 |  1.538 % |
208.99/209.05	c |   2331142 |     192    19581    89144 |        1   121840     18 |  1.538 % |
208.99/209.05	c |   2458113 |     190    19217    88052 |        1   125051     18 |  2.564 % |
208.99/209.05	c |   2485761 |     190    18862    86987 |        1   134462     19 |  2.564 % |
208.99/209.05	c |   2490045 |     190    18862    86987 |        1   138746     19 |  2.564 % |
208.99/209.05	c |   2525427 |     189    18862    86987 |        1    89879     17 |  3.077 % |
208.99/209.05	c |   2528005 |     189    18862    86987 |        1    92457     17 |  3.077 % |
208.99/209.05	c |   2537932 |     189    18862    86987 |        1   102384     18 |  3.077 % |
208.99/209.05	c |   2540502 |     189    18509    85928 |        1    93876     18 |  3.077 % |
208.99/209.05	c |   2573123 |     189    18509    85928 |        1   126497     18 |  3.077 % |
208.99/209.05	c |   2611421 |     104    17312    78515 |        1    84841     17 | 46.667 % |
208.99/209.05	c ===============================================================================
208.99/209.05	c restarts              : 200
208.99/209.05	c nb ReduceDB           : 43
208.99/209.05	c nb removed Clauses    : 2218065
208.99/209.05	c nb learnts DL2        : 198
208.99/209.05	c nb learnts size 2     : 122
208.99/209.05	c nb learnts size 1     : 14
208.99/209.05	c conflicts             : 2611421        (12495 /sec)
208.99/209.05	c decisions             : 3058922        (0.00 % random) (14636 /sec)
208.99/209.05	c propagations          : 72548725       (347131 /sec)
208.99/209.05	c conflict literals     : 56474634       (46.49 % deleted)
208.99/209.05	c nb reduced Clauses    : 3513
208.99/209.05	c CPU time              : 208.995 s
208.99/209.05	
208.99/209.05	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262308-1303542293/watcher-3262308-1303542293 -o /tmp/evaluation-result-3262308-1303542293/solver-3262308-1303542293 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3262308-1303542293.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.82 3.03 3.14 4/192 24024
/proc/meminfo: memFree=12709144/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 446644966 8912896 253 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 253 211 178 0 69 0

[startup+0.0326509 s]
/proc/loadavg: 2.82 3.03 3.14 4/192 24024
/proc/meminfo: memFree=12709144/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.10067 s]
/proc/loadavg: 2.82 3.03 3.14 4/192 24024
/proc/meminfo: memFree=12709144/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300627 s]
/proc/loadavg: 2.82 3.03 3.14 4/192 24024
/proc/meminfo: memFree=12709144/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700554 s]
/proc/loadavg: 2.82 3.03 3.14 4/192 24024
/proc/meminfo: memFree=12709144/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50042 s]
/proc/loadavg: 2.82 3.03 3.14 5/194 24028
/proc/meminfo: memFree=12684600/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=22224 CPUtime=1.47 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 2970 0 0 0 147 0 0 0 20 0 1 0 446644968 22757376 2203 33554432000 4194304 4260849 140735891704576 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 5556 2203 248 17 0 2197 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30928

[startup+3.1011 s]
/proc/loadavg: 2.82 3.03 3.14 5/194 24028
/proc/meminfo: memFree=12672696/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=24940 CPUtime=3.07 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 4069 0 0 0 307 0 0 0 25 0 1 0 446644968 25538560 2033 33554432000 4194304 4260849 140735891704576 18446744073709551615 4209929 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 6235 2033 249 17 0 2876 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33644

[startup+6.30046 s]
/proc/loadavg: 2.91 3.04 3.14 5/194 24028
/proc/meminfo: memFree=12658136/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=30300 CPUtime=6.27 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 6915 0 0 0 626 1 0 0 25 0 1 0 446644968 31027200 3701 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 7575 3701 250 17 0 4216 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39004

[startup+12.7012 s]
/proc/loadavg: 3.00 3.06 3.14 5/194 24028
/proc/meminfo: memFree=12623092/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=34656 CPUtime=12.67 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 8551 0 0 0 1266 1 0 0 25 0 1 0 446644968 35487744 5268 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 8664 5268 250 17 0 5305 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43360

[startup+25.5007 s]
/proc/loadavg: 3.22 3.10 3.16 5/194 24028
/proc/meminfo: memFree=12595228/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=42464 CPUtime=25.47 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 10185 0 0 0 2546 1 0 0 25 0 1 0 446644968 43483136 6817 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 10616 6817 250 17 0 7257 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51168

[startup+51.1006 s]
/proc/loadavg: 3.48 3.17 3.18 5/194 24029
/proc/meminfo: memFree=12572164/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=46884 CPUtime=51.07 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 17168 0 0 0 5105 2 0 0 25 0 1 0 446644968 48009216 8400 33554432000 4194304 4260849 140735891704576 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 11721 8400 250 17 0 8362 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55588

[startup+102.307 s]
/proc/loadavg: 3.77 3.30 3.22 5/194 24060
/proc/meminfo: memFree=12520200/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=65560 CPUtime=102.28 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 21152 0 0 0 10225 3 0 0 25 0 1 0 446644968 67133440 12215 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 16390 12215 250 17 0 13031 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 74264

[startup+162.3 s]
/proc/loadavg: 3.91 3.42 3.27 5/194 24062
/proc/meminfo: memFree=12479868/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=162.27 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 21912 0 0 0 16224 3 0 0 25 0 1 0 446644968 87154688 12944 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 12944 250 17 0 17919 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 93816

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

[startup+179.101 s]
/proc/loadavg: 3.93 3.45 3.28 5/194 24062
/proc/meminfo: memFree=12473028/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=179.08 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 22786 0 0 0 17904 4 0 0 25 0 1 0 446644968 87154688 13792 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 13792 250 17 0 17919 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 93816

[startup+191.901 s]
/proc/loadavg: 3.95 3.48 3.29 5/194 24063
/proc/meminfo: memFree=12473028/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=191.88 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 22786 0 0 0 19184 4 0 0 25 0 1 0 446644968 87154688 13792 33554432000 4194304 4260849 140735891704576 18446744073709551615 4227272 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 13792 250 17 0 17919 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 93816

[startup+198.3 s]
/proc/loadavg: 3.95 3.49 3.29 5/194 24063
/proc/meminfo: memFree=12471912/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=198.28 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 22923 0 0 0 19824 4 0 0 25 0 1 0 446644968 87154688 13920 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 13920 250 17 0 17919 0
Current children cumulated CPU time (s) 198.29
Current children cumulated vsize (KiB) 93816

[startup+204.701 s]
/proc/loadavg: 3.96 3.50 3.30 5/194 24093
/proc/meminfo: memFree=12519888/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=204.68 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 23044 0 0 0 20464 4 0 0 25 0 1 0 446644968 87154688 14035 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 14035 250 17 0 17919 0
Current children cumulated CPU time (s) 204.69
Current children cumulated vsize (KiB) 93816

[startup+206.301 s]
/proc/loadavg: 3.96 3.50 3.30 5/194 24093
/proc/meminfo: memFree=12512696/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=206.28 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 23044 0 0 0 20624 4 0 0 25 0 1 0 446644968 87154688 14035 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 14035 250 17 0 17919 0
Current children cumulated CPU time (s) 206.29
Current children cumulated vsize (KiB) 93816

[startup+207.907 s]
/proc/loadavg: 3.96 3.50 3.30 5/194 24093
/proc/meminfo: memFree=12476364/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=207.88 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 23044 0 0 0 20784 4 0 0 25 0 1 0 446644968 87154688 14035 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 14035 250 17 0 17919 0
Current children cumulated CPU time (s) 207.89
Current children cumulated vsize (KiB) 93816

[startup+208.7 s]
/proc/loadavg: 3.96 3.50 3.30 5/194 24093
/proc/meminfo: memFree=12476364/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=208.68 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 23044 0 0 0 20864 4 0 0 25 0 1 0 446644968 87154688 14035 33554432000 4194304 4260849 140735891704576 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 14035 250 17 0 17919 0
Current children cumulated CPU time (s) 208.69
Current children cumulated vsize (KiB) 93816

[startup+208.901 s]
/proc/loadavg: 3.96 3.51 3.30 5/194 24093
/proc/meminfo: memFree=12473016/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=208.88 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 23044 0 0 0 20884 4 0 0 25 0 1 0 446644968 87154688 14035 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 14035 250 17 0 17919 0
Current children cumulated CPU time (s) 208.89
Current children cumulated vsize (KiB) 93816

[startup+209.007 s]
/proc/loadavg: 3.96 3.51 3.30 5/194 24093
/proc/meminfo: memFree=12473016/32951124 swapFree=67111528/67111528
[pid=24024] ppid=24022 vsize=8704 CPUtime=0.01 cores=4,6
/proc/24024/stat : 24024 (glucose.sh) S 24022 24024 23623 0 -1 4202496 361 488 0 0 0 0 1 0 23 0 1 0 446644966 8912896 255 33554432000 4194304 4922060 140735716674912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24024/statm: 2176 255 211 178 0 69 0
[pid=24027] ppid=24024 vsize=85112 CPUtime=208.98 cores=4,6
/proc/24027/stat : 24027 (glucose_static) R 24024 24024 23623 0 -1 4202496 23044 0 0 0 20894 4 0 0 25 0 1 0 446644968 87154688 14035 33554432000 4194304 4260849 140735891704576 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24027/statm: 21278 14035 250 17 0 17919 0
Current children cumulated CPU time (s) 208.99
Current children cumulated vsize (KiB) 93816

Child status: 20
Real time (s): 209.058
CPU time (s): 209.065
CPU user time (s): 209.015
CPU system time (s): 0.049992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 93816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.015
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24107
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= 11
involuntary context switches= 2392

runsolver used 0.362944 second user time and 0.78588 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-23 09:04:54
IDJOB=3262308
IDBENCH=83292
IDSOLVER=1651
FILE ID=node143/3262308-1303542293
RUNJOBID= node143-1303542293-23978
PBS_JOBID= 13143095
Free space on /tmp= 72404 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_390.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262308-1303542293/watcher-3262308-1303542293 -o /tmp/evaluation-result-3262308-1303542293/solver-3262308-1303542293 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3262308-1303542293.cnf 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
RANDOM SEED=2044933641

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12709424 kB
Buffers:       2294584 kB
Cached:       17313204 kB
SwapCached:          0 kB
Active:        9540508 kB
Inactive:     10145856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12709424 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7776 kB
Writeback:           4 kB
AnonPages:       77128 kB
Mapped:          15880 kB
Slab:           490616 kB
PageTables:       5812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   267132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72400 MiB
End job on node143 at 2011-04-23 09:08:23