Trace number 3303456

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 1349.9 1349.87

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-7-12-unsat.cnf
MD5SUM72a4d94c7603cb921acb8c9bb848aa10
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.9122
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of clauses301
Sum of the clauses size1092
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2252
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 549

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 |     301     1092 |      90       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 84   #clauses: 301   #literals: 1092
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
140.59/140.67	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
140.59/140.67	c WARNING: for repeatability, setting FPU to use double precision
140.59/140.67	c ============================[ Problem Statistics ]=============================
140.59/140.67	c |                                                                             |
140.59/140.67	c |  Number of variables:            84                                         |
140.59/140.67	c |  Number of clauses:             301                                         |
140.59/140.67	c |  Parse time:                   0.00 s                                       |
140.59/140.67	c |                                                                             |
140.59/140.67	c ============================[ Search Statistics ]==============================
140.59/140.67	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
140.59/140.67	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
140.59/140.67	c ===============================================================================
140.59/140.67	c |    590052 |      84      301     1092 |        1    96865     29 |  0.000 % |
140.59/140.67	c |    590154 |      84      301     1092 |        1    96967     29 |  0.000 % |
140.59/140.67	c |    590255 |      84      301     1092 |        1    97068     29 |  0.000 % |
140.59/140.67	c |    590358 |      84      301     1092 |        1    97171     29 |  0.000 % |
140.59/140.67	c |    590458 |      84      301     1092 |        1    97271     29 |  0.000 % |
140.59/140.67	c |    590560 |      84      301     1092 |        1    97373     29 |  0.000 % |
140.59/140.67	c |    590661 |      84      301     1092 |        1    97474     29 |  0.000 % |
140.59/140.67	c |    590761 |      84      301     1092 |        1    97574     29 |  0.000 % |
140.59/140.67	c |    590861 |      84      301     1092 |        1    97674     29 |  0.000 % |
140.59/140.67	c |    590961 |      84      301     1092 |        1    97774     29 |  0.000 % |
140.59/140.67	c |    591062 |      84      301     1092 |        1    97875     29 |  0.000 % |
140.59/140.67	c |    591166 |      84      301     1092 |        1    97979     29 |  0.000 % |
140.59/140.67	c |    650770 |      84      301     1092 |        1   105383     30 |  0.000 % |
140.59/140.67	c |    715633 |      84      301     1092 |        1    58044     26 |  0.000 % |
140.59/140.67	c |    715733 |      84      301     1092 |        1    58144     26 |  0.000 % |
140.59/140.67	c |    716125 |      84      301     1092 |        1    58536     26 |  0.000 % |
140.59/140.67	c |    723624 |      84      301     1092 |        1    66035     27 |  0.000 % |
140.59/140.67	c |    752797 |      84      301     1092 |        1    95208     30 |  0.000 % |
140.59/140.67	c |    752902 |      84      301     1092 |        1    95313     30 |  0.000 % |
140.59/140.67	c |    830752 |      84      301     1092 |        1   113160     28 |  0.000 % |
140.59/140.67	c |    830858 |      84      301     1092 |        1   113266     28 |  0.000 % |
140.59/140.67	c |    830959 |      84      301     1092 |        1   113367     28 |  0.000 % |
140.59/140.67	c |    880910 |      84      301     1092 |        1   100720     29 |  0.000 % |
140.59/140.67	c |    881011 |      84      301     1092 |        1   100821     29 |  0.000 % |
140.59/140.67	c |    881112 |      84      301     1092 |        1   100922     29 |  0.000 % |
140.59/140.67	c |    881213 |      84      301     1092 |        1   101023     29 |  0.000 % |
140.59/140.67	c |    881313 |      84      301     1092 |        1   101123     29 |  0.000 % |
140.59/140.67	c |    881414 |      84      301     1092 |        1   101224     29 |  0.000 % |
140.59/140.67	c |    881516 |      84      301     1092 |        1   101326     29 |  0.000 % |
140.59/140.67	c |    881916 |      84      301     1092 |        1   101726     29 |  0.000 % |
140.59/140.67	c |    882017 |      84      301     1092 |        1   101827     29 |  0.000 % |
140.59/140.67	c |    882117 |      84      301     1092 |        1   101927     29 |  0.000 % |
140.59/140.67	c |    894832 |      84      301     1092 |        1   114642     30 |  0.000 % |
140.59/140.67	c |    895092 |      84      301     1092 |        1   114902     30 |  0.000 % |
140.59/140.67	c |    895192 |      84      301     1092 |        1   115002     30 |  0.000 % |
140.59/140.67	c |    898320 |      84      301     1092 |        1   118130     30 |  0.000 % |
140.59/140.67	c |    932470 |      84      301     1092 |        1    87081     27 |  0.000 % |
140.59/140.67	c |    932570 |      84      301     1092 |        1    87181     27 |  0.000 % |
140.59/140.67	c |    932670 |      84      301     1092 |        1    87281     27 |  0.000 % |
488.19/488.26	c |    932771 |      84      301     1092 |        1    87382     27 |  0.000 % |
488.19/488.26	c |    932872 |      84      301     1092 |        1    87483     27 |  0.000 % |
488.19/488.26	c |    932973 |      84      301     1092 |        1    87584     27 |  0.000 % |
488.19/488.26	c |    933076 |      84      301     1092 |        1    87687     27 |  0.000 % |
488.19/488.26	c |    933389 |      84      301     1092 |        1    88000     27 |  0.000 % |
488.19/488.26	c |    951566 |      84      301     1092 |        1   106177     29 |  0.000 % |
488.19/488.26	c |    951667 |      84      301     1092 |        1   106278     29 |  0.000 % |
488.19/488.26	c |    951767 |      84      301     1092 |        1   106378     29 |  0.000 % |
488.19/488.26	c |   1036626 |      84      301     1092 |        1   123440     29 |  0.000 % |
488.19/488.26	c |   1036975 |      84      301     1092 |        1   123789     29 |  0.000 % |
488.19/488.26	c |   1037076 |      84      301     1092 |        1   123890     29 |  0.000 % |
488.19/488.26	c |   1065822 |      84      301     1092 |        1    82239     27 |  0.000 % |
488.19/488.26	c |   1081435 |      84      301     1092 |        1    97852     28 |  0.000 % |
488.19/488.26	c |   1327021 |      84      301     1092 |        1   116635     27 |  0.000 % |
488.19/488.26	c |   1327250 |      84      301     1092 |        1   116864     27 |  0.000 % |
488.19/488.26	c |   1327351 |      84      301     1092 |        1   116965     27 |  0.000 % |
488.19/488.26	c |   1473915 |      84      301     1092 |        1    99331     26 |  0.000 % |
488.19/488.26	c |   1474017 |      84      301     1092 |        1    99433     26 |  0.000 % |
488.19/488.26	c |   1474117 |      84      301     1092 |        1    99533     26 |  0.000 % |
488.19/488.26	c |   1474220 |      84      301     1092 |        1    99636     26 |  0.000 % |
488.19/488.26	c |   1474320 |      84      301     1092 |        1    99736     26 |  0.000 % |
488.19/488.26	c |   1474421 |      84      301     1092 |        1    99837     26 |  0.000 % |
488.19/488.26	c |   1474522 |      84      301     1092 |        1    99938     26 |  0.000 % |
488.19/488.26	c |   1474624 |      84      301     1092 |        1   100040     26 |  0.000 % |
488.19/488.26	c |   1474724 |      84      301     1092 |        1   100140     26 |  0.000 % |
488.19/488.26	c |   1474841 |      84      301     1092 |        1   100257     26 |  0.000 % |
488.19/488.26	c |   1474943 |      84      301     1092 |        1   100359     26 |  0.000 % |
488.19/488.26	c |   1482277 |      84      301     1092 |        1   107693     27 |  0.000 % |
488.19/488.26	c |   1482378 |      84      301     1092 |        1   107794     27 |  0.000 % |
488.19/488.26	c |   1482479 |      84      301     1092 |        1   107895     27 |  0.000 % |
488.19/488.26	c |   1482582 |      84      301     1092 |        1   107998     27 |  0.000 % |
488.19/488.26	c |   1482682 |      84      301     1092 |        1   108098     27 |  0.000 % |
488.19/488.26	c |   1482783 |      84      301     1092 |        1   108199     27 |  0.000 % |
488.19/488.26	c |   1517620 |      84      301     1092 |        1   143036     28 |  0.000 % |
488.19/488.26	c |   1520356 |      84      301     1092 |        1   145772     29 |  0.000 % |
488.19/488.26	c |   1520457 |      84      301     1092 |        1   145873     29 |  0.000 % |
488.19/488.26	c |   1527378 |      84      301     1092 |        1   152794     29 |  0.000 % |
488.19/488.26	c |   1536207 |      84      301     1092 |        1   161623     29 |  0.000 % |
488.19/488.26	c |   1536307 |      84      301     1092 |        1   161723     29 |  0.000 % |
488.19/488.26	c |   1536418 |      84      301     1092 |        1   161834     29 |  0.000 % |
488.19/488.26	c |   1536518 |      84      301     1092 |        1   161934     29 |  0.000 % |
488.19/488.26	c |   1537061 |      84      301     1092 |        1   162477     29 |  0.000 % |
488.19/488.26	c |   1539129 |      84      301     1092 |        1   164545     29 |  0.000 % |
488.19/488.26	c |   1539229 |      84      301     1092 |        1   164645     29 |  0.000 % |
488.19/488.26	c |   1539330 |      84      301     1092 |        1   164746     29 |  0.000 % |
488.19/488.26	c |   1550837 |      84      301     1092 |        1    90251     25 |  0.000 % |
488.19/488.26	c |   1615081 |      84      301     1092 |        1   154495     28 |  0.000 % |
488.19/488.26	c |   2127853 |      83      301     1092 |        1   130509     27 |  1.190 % |
488.19/488.26	c |   2127953 |      83      301     1092 |        1   130609     27 |  1.190 % |
488.19/488.26	c |   2128053 |      83      301     1092 |        1   130709     27 |  1.190 % |
739.11/739.18	c |   2128287 |      83      301     1092 |        1   130943     27 |  1.190 % |
739.11/739.18	c |   2128387 |      83      301     1092 |        1   131043     27 |  1.190 % |
739.11/739.18	c |   2128488 |      83      301     1092 |        1   131144     27 |  1.190 % |
739.11/739.18	c |   2130162 |      83      301     1092 |        1   132818     27 |  1.190 % |
739.11/739.18	c |   2130266 |      83      301     1092 |        1   132922     27 |  1.190 % |
739.11/739.18	c |   2130368 |      83      301     1092 |        1   133024     27 |  1.190 % |
739.11/739.18	c |   2169968 |      83      301     1092 |        1   104903     26 |  1.190 % |
739.11/739.18	c |   2170069 |      83      301     1092 |        1   105004     26 |  1.190 % |
739.11/739.18	c |   2187100 |      83      301     1092 |        1   122035     27 |  1.190 % |
739.11/739.18	c |   2187541 |      83      301     1092 |        1   122476     27 |  1.190 % |
739.11/739.18	c |   2200866 |      83      301     1092 |        1   135801     28 |  1.190 % |
739.11/739.18	c |   2200967 |      83      301     1092 |        1   135902     28 |  1.190 % |
739.11/739.18	c |   2201067 |      83      301     1092 |        1   136002     28 |  1.190 % |
739.11/739.18	c |   2202289 |      83      301     1092 |        1   137224     28 |  1.190 % |
739.11/739.18	c |   2206049 |      83      301     1092 |        1   140984     28 |  1.190 % |
739.11/739.18	c |   2506137 |      83      301     1092 |        1   150311     26 |  1.190 % |
739.11/739.18	c |   2507092 |      83      301     1092 |        1   151266     26 |  1.190 % |
739.11/739.18	c |   2507192 |      83      301     1092 |        1   151366     26 |  1.190 % |
739.11/739.18	c |   2590290 |      83      301     1092 |        1   124578     25 |  1.190 % |
739.11/739.18	c |   2590393 |      83      301     1092 |        1   124681     25 |  1.190 % |
739.11/739.18	c |   2594060 |      83      301     1092 |        1   128348     25 |  1.190 % |
739.11/739.18	c |   2594406 |      83      301     1092 |        1   128694     25 |  1.190 % |
739.11/739.18	c |   2595918 |      83      301     1092 |        1   130206     25 |  1.190 % |
739.11/739.18	c |   2596360 |      83      301     1092 |        1   130648     25 |  1.190 % |
739.11/739.18	c |   2596460 |      83      301     1092 |        1   130748     25 |  1.190 % |
739.11/739.18	c |   2596561 |      83      301     1092 |        1   130849     25 |  1.190 % |
739.11/739.18	c |   2596662 |      83      301     1092 |        1   130950     25 |  1.190 % |
739.11/739.18	c |   2738868 |      83      301     1092 |        1   159618     25 |  1.190 % |
739.11/739.18	c |   2739925 |      83      301     1092 |        1   160675     25 |  1.190 % |
739.11/739.18	c |   2740027 |      83      301     1092 |        1   160777     25 |  1.190 % |
739.11/739.18	c |   2740129 |      83      301     1092 |        1   160879     25 |  1.190 % |
739.11/739.18	c |   2767886 |      83      301     1092 |        1   188636     26 |  1.190 % |
739.11/739.18	c |   2767986 |      83      301     1092 |        1   188736     26 |  1.190 % |
739.11/739.18	c |   2768087 |      83      301     1092 |        1   188837     26 |  1.190 % |
739.11/739.18	c |   2768190 |      83      301     1092 |        1   188940     26 |  1.190 % |
739.11/739.18	c |   2768290 |      83      301     1092 |        1   189040     26 |  1.190 % |
739.11/739.18	c |   2768391 |      83      301     1092 |        1   189141     26 |  1.190 % |
739.11/739.18	c |   2814655 |      83      301     1092 |        1   118734     24 |  1.190 % |
739.11/739.18	c |   2814756 |      83      301     1092 |        1   118835     24 |  1.190 % |
739.11/739.18	c |   2816235 |      83      301     1092 |        1   120314     24 |  1.190 % |
739.11/739.18	c |   2819326 |      83      301     1092 |        1   123405     24 |  1.190 % |
739.11/739.18	c |   2819431 |      83      301     1092 |        1   123510     24 |  1.190 % |
739.11/739.18	c |   2820536 |      83      301     1092 |        1   124615     24 |  1.190 % |
739.11/739.18	c |   2820637 |      83      301     1092 |        1   124716     24 |  1.190 % |
739.11/739.18	c |   2821510 |      83      301     1092 |        1   125589     24 |  1.190 % |
739.11/739.18	c |   2821614 |      83      301     1092 |        1   125693     24 |  1.190 % |
739.11/739.18	c |   2821716 |      83      301     1092 |        1   125795     24 |  1.190 % |
739.11/739.18	c |   2822234 |      83      301     1092 |        1   126313     25 |  1.190 % |
739.11/739.18	c |   2822335 |      83      301     1092 |        1   126414     25 |  1.190 % |
739.11/739.18	c |   2823267 |      83      301     1092 |        1   127346     25 |  1.190 % |
994.71/994.71	c |   2823369 |      83      301     1092 |        1   127448     25 |  1.190 % |
994.71/994.71	c |   2823469 |      83      301     1092 |        1   127548     25 |  1.190 % |
994.71/994.71	c |   2823570 |      83      301     1092 |        1   127649     25 |  1.190 % |
994.71/994.71	c |   2823768 |      83      301     1092 |        1   127847     25 |  1.190 % |
994.71/994.71	c |   2823868 |      83      301     1092 |        1   127947     25 |  1.190 % |
994.71/994.71	c |   2823969 |      83      301     1092 |        1   128048     25 |  1.190 % |
994.71/994.71	c |   2853893 |      83      301     1092 |        1   157972     26 |  1.190 % |
994.71/994.71	c |   2853995 |      83      301     1092 |        1   158074     26 |  1.190 % |
994.71/994.71	c |   2875391 |      83      301     1092 |        1   179470     26 |  1.190 % |
994.71/994.71	c |   2875491 |      83      301     1092 |        1   179570     26 |  1.190 % |
994.71/994.71	c |   2878460 |      83      301     1092 |        1   182539     26 |  1.190 % |
994.71/994.71	c |   2924244 |      83      301     1092 |        1   228323     27 |  1.190 % |
994.71/994.72	c |   2924345 |      83      301     1092 |        1   228424     27 |  1.190 % |
994.71/994.72	c |   2924445 |      83      301     1092 |        1   228524     27 |  1.190 % |
994.71/994.72	c |   2924546 |      83      301     1092 |        1   228625     27 |  1.190 % |
994.71/994.72	c |   3161728 |      82      301     1092 |        1   177650     27 |  2.381 % |
994.71/994.72	c |   3161830 |      82      301     1092 |        1   177752     27 |  2.381 % |
994.71/994.72	c |   3162161 |      82      301     1092 |        1   178083     27 |  2.381 % |
994.71/994.72	c |   3162262 |      82      301     1092 |        1   178184     27 |  2.381 % |
994.71/994.72	c |   3162362 |      82      301     1092 |        1   178284     27 |  2.381 % |
994.71/994.72	c |   3164537 |      82      301     1092 |        1   180459     27 |  2.381 % |
994.71/994.72	c |   3164638 |      82      301     1092 |        1   180560     27 |  2.381 % |
994.71/994.72	c |   3164739 |      82      301     1092 |        1   180661     27 |  2.381 % |
994.71/994.72	c |   3166659 |      82      301     1092 |        1   182581     27 |  2.381 % |
994.71/994.72	c |   3166759 |      82      301     1092 |        1   182681     27 |  2.381 % |
994.71/994.72	c |   3166859 |      82      301     1092 |        1   182781     27 |  2.381 % |
994.71/994.72	c |   3168690 |      82      301     1092 |        1   184612     27 |  2.381 % |
994.71/994.72	c |   3190412 |      82      301     1092 |        1   104583     23 |  2.381 % |
994.71/994.72	c |   3190514 |      82      301     1092 |        1   104685     24 |  2.381 % |
994.71/994.72	c |   3190614 |      82      301     1092 |        1   104785     24 |  2.381 % |
994.71/994.72	c |   3190714 |      82      301     1092 |        1   104885     24 |  2.381 % |
994.71/994.72	c |   3194580 |      82      301     1092 |        1   108751     24 |  2.381 % |
994.71/994.72	c |   3194798 |      82      301     1092 |        1   108969     24 |  2.381 % |
994.71/994.72	c |   3195436 |      82      301     1092 |        1   109607     24 |  2.381 % |
994.71/994.72	c |   3195538 |      82      301     1092 |        1   109709     24 |  2.381 % |
994.71/994.72	c |   3195638 |      82      301     1092 |        1   109809     24 |  2.381 % |
994.71/994.72	c |   3211097 |      82      301     1092 |        1   125268     24 |  2.381 % |
994.71/994.72	c |   3211198 |      82      301     1092 |        1   125369     25 |  2.381 % |
994.71/994.72	c |   3211299 |      82      301     1092 |        1   125470     25 |  2.381 % |
994.71/994.72	c |   3211400 |      82      301     1092 |        1   125571     25 |  2.381 % |
994.71/994.72	c |   3211500 |      82      301     1092 |        1   125671     25 |  2.381 % |
994.71/994.72	c |   3211600 |      82      301     1092 |        1   125771     25 |  2.381 % |
994.71/994.72	c |   3211704 |      82      301     1092 |        1   125875     25 |  2.381 % |
994.71/994.72	c |   3212214 |      82      301     1092 |        1   126385     25 |  2.381 % |
994.71/994.72	c |   3222749 |      82      301     1092 |        1   136920     25 |  2.381 % |
994.71/994.72	c |   3222850 |      82      301     1092 |        1   137021     25 |  2.381 % |
994.71/994.72	c |   3224243 |      82      301     1092 |        1   138414     25 |  2.381 % |
994.71/994.72	c |   3224343 |      82      301     1092 |        1   138514     25 |  2.381 % |
994.71/994.72	c |   3224445 |      82      301     1092 |        1   138616     25 |  2.381 % |
994.71/994.72	c |   3471279 |      81      301     1092 |        1   145077     24 |  3.571 % |
1349.82/1349.85	c |   3530273 |      81      301     1092 |        1   204071     25 |  3.571 % |
1349.82/1349.85	c |   3830540 |      80      301     1092 |        1   240497     24 |  4.762 % |
1349.82/1349.85	c |   3986261 |      78      301     1092 |        1   255456     24 |  7.143 % |
1349.82/1349.85	c |   3986450 |      78      301     1092 |        1   255645     24 |  7.143 % |
1349.82/1349.85	c |   4029559 |      78      301     1092 |        1   160260     23 |  7.143 % |
1349.82/1349.85	c |   4225972 |       7      301     1092 |        1   214513     21 | 91.667 % |
1349.82/1349.85	c ===============================================================================
1349.82/1349.85	c restarts              : 195
1349.82/1349.85	c nb ReduceDB           : 59
1349.82/1349.85	c nb removed Clauses    : 3890365
1349.82/1349.85	c nb learnts DL2        : 116
1349.82/1349.85	c nb learnts size 2     : 95
1349.82/1349.85	c nb learnts size 1     : 17
1349.82/1349.85	c conflicts             : 4225972        (3131 /sec)
1349.82/1349.85	c decisions             : 4601570        (0.00 % random) (3409 /sec)
1349.82/1349.85	c propagations          : 36526519       (27061 /sec)
1349.82/1349.85	c conflict literals     : 129210542      (22.10 % deleted)
1349.82/1349.85	c nb reduced Clauses    : 2697
1349.82/1349.85	c CPU time              : 1349.78 s
1349.82/1349.85	
1349.82/1349.86	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-3303456-1303899566/watcher-3303456-1303899566 -o /tmp/evaluation-result-3303456-1303899566/solver-3303456-1303899566 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303456-1303899566.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.05 0.42 2/178 22468
/proc/meminfo: memFree=19476944/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0

[startup+0.00724192 s]
/proc/loadavg: 1.97 1.05 0.42 2/178 22468
/proc/meminfo: memFree=19476944/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100275 s]
/proc/loadavg: 1.97 1.05 0.42 2/178 22468
/proc/meminfo: memFree=19476944/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300253 s]
/proc/loadavg: 1.97 1.05 0.42 2/178 22468
/proc/meminfo: memFree=19476944/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701169 s]
/proc/loadavg: 1.97 1.05 0.42 2/178 22468
/proc/meminfo: memFree=19476944/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50103 s]
/proc/loadavg: 1.97 1.05 0.42 3/180 22471
/proc/meminfo: memFree=19513020/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=20300 CPUtime=1.49 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 1982 0 0 0 149 0 0 0 25 0 1 0 234147862 20787200 1470 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22470/statm: 5075 1470 240 17 0 1716 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29004

[startup+3.10074 s]
/proc/loadavg: 1.97 1.05 0.42 3/180 22471
/proc/meminfo: memFree=19512276/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=21288 CPUtime=3.09 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 2391 0 0 0 309 0 0 0 25 0 1 0 234147862 21798912 1864 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22470/statm: 5322 1864 240 17 0 1963 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29992

[startup+6.30117 s]
/proc/loadavg: 1.97 1.06 0.43 3/180 22471
/proc/meminfo: memFree=19471192/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=26624 CPUtime=6.29 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 4903 0 0 0 629 0 0 0 25 0 1 0 234147862 27262976 3013 33554432000 4194304 4260849 140734421105520 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22470/statm: 6656 3013 240 17 0 3297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35328

[startup+12.701 s]
/proc/loadavg: 1.97 1.08 0.43 3/180 22471
/proc/meminfo: memFree=19462072/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=33696 CPUtime=12.69 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 6913 0 0 0 1269 0 0 0 25 0 1 0 234147862 34504704 4969 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22470/statm: 8424 4969 240 17 0 5065 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42400

[startup+25.5008 s]
/proc/loadavg: 1.98 1.12 0.46 3/180 22471
/proc/meminfo: memFree=19460080/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=38116 CPUtime=25.49 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 8106 0 0 0 2548 1 0 0 25 0 1 0 234147862 39030784 6108 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22470/statm: 9529 6108 240 17 0 6170 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46820

[startup+51.1003 s]
/proc/loadavg: 1.98 1.19 0.50 4/180 22472
/proc/meminfo: memFree=19441832/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=48224 CPUtime=51.09 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 13131 0 0 0 5107 2 0 0 25 0 1 0 234147862 49381376 8637 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22470/statm: 12056 8637 240 17 0 8697 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56928

[startup+102.306 s]
/proc/loadavg: 1.99 1.31 0.57 3/180 22473
/proc/meminfo: memFree=19430516/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=67200 CPUtime=102.3 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 19994 0 0 0 10227 3 0 0 25 0 1 0 234147862 68812800 11640 33554432000 4194304 4260849 140734421105520 18446744073709551615 4225107 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22470/statm: 16800 11640 249 17 0 13441 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75904

[startup+162.301 s]
/proc/loadavg: 1.99 1.44 0.66 3/180 22475
/proc/meminfo: memFree=19411660/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=67200 CPUtime=162.29 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 21486 0 0 0 16226 3 0 0 25 0 1 0 234147862 68812800 13099 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22470/statm: 16800 13099 249 17 0 13441 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75904

[startup+222.301 s]
/proc/loadavg: 1.99 1.54 0.74 3/180 22477
/proc/meminfo: memFree=19424052/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=67200 CPUtime=222.29 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 26575 0 0 0 22225 4 0 0 25 0 1 0 234147862 68812800 13399 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224730 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 16800 13399 249 17 0 13441 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 75904

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 0.82 3/180 22478
/proc/meminfo: memFree=19384232/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=96444 CPUtime=282.29 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 31712 0 0 0 28224 5 0 0 25 0 1 0 234147862 98758656 18381 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 24111 18381 249 17 0 20752 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 105148

[startup+342.301 s]
/proc/loadavg: 2.03 1.70 0.89 3/180 22480
/proc/meminfo: memFree=19387456/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=96444 CPUtime=342.29 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 31984 0 0 0 34224 5 0 0 25 0 1 0 234147862 98758656 18648 33554432000 4194304 4260849 140734421105520 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 24111 18648 249 17 0 20752 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 105148

[startup+402.3 s]
/proc/loadavg: 2.01 1.75 0.96 3/180 22481
/proc/meminfo: memFree=19395236/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6

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


[startup+1062.3 s]
/proc/loadavg: 2.01 1.97 1.48 3/180 22530
/proc/meminfo: memFree=19274028/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1062.31 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42484 0 0 0 106222 9 0 0 25 0 1 0 234147862 133439488 28879 33554432000 4194304 4260849 140734421105520 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 28879 249 17 0 29219 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 139016

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.50 3/180 22532
/proc/meminfo: memFree=19274860/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1122.31 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42484 0 0 0 112222 9 0 0 25 0 1 0 234147862 133439488 28879 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 28879 249 17 0 29219 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 139016

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/180 22533
/proc/meminfo: memFree=19282164/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1182.31 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 118222 9 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 139016

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.56 3/180 22535
/proc/meminfo: memFree=19282644/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1242.32 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 124222 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 139016

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/180 22536
/proc/meminfo: memFree=19301476/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1302.32 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 130222 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 139016

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

[startup+1305.5 s]
/proc/loadavg: 2.00 1.97 1.59 3/180 22536
/proc/meminfo: memFree=19296392/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1305.52 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 130542 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1305.52
Current children cumulated vsize (KiB) 139016

[startup+1331.1 s]
/proc/loadavg: 2.00 1.97 1.60 3/180 22537
/proc/meminfo: memFree=19248528/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1331.12 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 133102 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1331.12
Current children cumulated vsize (KiB) 139016

[startup+1337.5 s]
/proc/loadavg: 2.00 1.97 1.60 3/180 22537
/proc/meminfo: memFree=19238236/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1337.52 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 133742 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1337.52
Current children cumulated vsize (KiB) 139016

[startup+1343.9 s]
/proc/loadavg: 2.00 1.97 1.60 3/180 22538
/proc/meminfo: memFree=19232028/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1343.92 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 134382 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1343.92
Current children cumulated vsize (KiB) 139016

[startup+1347.1 s]
/proc/loadavg: 2.00 1.97 1.60 3/180 22538
/proc/meminfo: memFree=19228556/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1347.12 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 134702 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1347.12
Current children cumulated vsize (KiB) 139016

[startup+1348.7 s]
/proc/loadavg: 2.00 1.97 1.60 3/180 22538
/proc/meminfo: memFree=19225704/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1348.72 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 134862 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1348.72
Current children cumulated vsize (KiB) 139016

[startup+1349.5 s]
/proc/loadavg: 2.00 1.97 1.60 3/180 22538
/proc/meminfo: memFree=19225704/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1349.52 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 134942 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1349.52
Current children cumulated vsize (KiB) 139016

[startup+1349.71 s]
/proc/loadavg: 2.00 1.97 1.60 3/180 22538
/proc/meminfo: memFree=19224464/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1349.72 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 134962 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1349.72
Current children cumulated vsize (KiB) 139016

[startup+1349.8 s]
/proc/loadavg: 2.00 1.97 1.60 3/180 22538
/proc/meminfo: memFree=19224464/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (glucose.sh) S 22466 22468 22238 0 -1 4202496 359 144 0 0 0 0 0 0 25 0 1 0 234147862 8912896 254 33554432000 4194304 4922060 140737463808144 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22468/statm: 2176 254 211 178 0 69 0
[pid=22470] ppid=22468 vsize=130312 CPUtime=1349.82 cores=0,2,4,6
/proc/22470/stat : 22470 (glucose_static) R 22468 22468 22238 0 -1 4202496 42623 0 0 0 134972 10 0 0 25 0 1 0 234147862 133439488 29012 33554432000 4194304 4260849 140734421105520 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22470/statm: 32578 29012 249 17 0 29219 0
Current children cumulated CPU time (s) 1349.82
Current children cumulated vsize (KiB) 139016

Child status: 20
Real time (s): 1349.87
CPU time (s): 1349.9
CPU user time (s): 1349.78
CPU system time (s): 0.111982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 139016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1349.78
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43343
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= 40
involuntary context switches= 2852

runsolver used 2.38864 second user time and 4.37533 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-27 12:19:26
IDJOB=3303456
IDBENCH=83222
IDSOLVER=1687
FILE ID=node107/3303456-1303899566
RUNJOBID= node107-1303899345-22256
PBS_JOBID= 13164541
Free space on /tmp= 71840 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-7-12-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303456-1303899566/watcher-3303456-1303899566 -o /tmp/evaluation-result-3303456-1303899566/solver-3303456-1303899566 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303456-1303899566.cnf 

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 72a4d94c7603cb921acb8c9bb848aa10
RANDOM SEED=1993742651

node107.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.829
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.65
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.829
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	: 5332.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.75
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.829
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:      19477116 kB
Buffers:       2043384 kB
Cached:       10735652 kB
SwapCached:          0 kB
Active:        8467016 kB
Inactive:      4527264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19477116 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1384 kB
Writeback:           0 kB
AnonPages:      215016 kB
Mapped:          15228 kB
Slab:           417092 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   364604 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= 71796 MiB
End job on node107 at 2011-04-27 12:41:56