Trace number 3289264

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 607.258 607.257

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   53865   137056 |   16159       0        0     nan |  0.000 % |
0.00/0.18	c |         0 |   36664   133730 |      --       0       --      -- |     --   | -17201/-3326
0.00/0.18	c ==============================================================================
0.00/0.18	c Result  :   #vars: 6724   #clauses: 36664   #literals: 133730
0.00/0.18	c CPU time:   0.177972 s
0.00/0.18	c ==============================================================================
0.00/0.21	c
0.00/0.21	c Starting glucose
0.00/0.21	c
3.37/3.49	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.37/3.49	c WARNING: for repeatability, setting FPU to use double precision
3.37/3.49	c ============================[ Problem Statistics ]=============================
3.37/3.49	c |                                                                             |
3.37/3.49	c |  Number of variables:          6724                                         |
3.37/3.49	c |  Number of clauses:           36664                                         |
3.37/3.49	c |  Parse time:                   0.01 s                                       |
3.37/3.49	c |                                                                             |
3.37/3.49	c ============================[ Search Statistics ]==============================
3.37/3.49	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.37/3.49	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.37/3.49	c ===============================================================================
3.37/3.49	c |      3656 |    6723    36664   133730 |        1     3655     30 |  0.015 % |
3.37/3.49	c |      9424 |    6721    36661   133717 |        1     7424     29 |  0.045 % |
3.37/3.49	c |      9568 |    6721    36645   133637 |        1     7568     29 |  0.045 % |
3.37/3.49	c |      9692 |    6721    36645   133637 |        1     7692     30 |  0.045 % |
3.37/3.49	c |     15333 |    6721    36645   133637 |        1     9030     30 |  0.045 % |
3.37/3.49	c |     15587 |    6721    36645   133637 |        1     9284     30 |  0.045 % |
3.37/3.49	c |     15915 |    6721    36645   133637 |        1     9612     30 |  0.045 % |
3.37/3.49	c |     16015 |    6721    36645   133637 |        1     9712     30 |  0.045 % |
3.37/3.49	c |     16210 |    6721    36645   133637 |        1     9907     30 |  0.045 % |
3.37/3.49	c |     18177 |    6721    36645   133637 |        1    11874     33 |  0.045 % |
3.37/3.49	c |     18445 |    6721    36645   133637 |        1    12142     33 |  0.045 % |
3.37/3.49	c |     18577 |    6721    36645   133637 |        1    12274     33 |  0.045 % |
3.37/3.49	c |     18780 |    6721    36645   133637 |        1    12477     33 |  0.045 % |
3.37/3.49	c |     18978 |    6721    36645   133637 |        1    12675     33 |  0.045 % |
3.37/3.49	c |     19127 |    6721    36645   133637 |        1    12824     33 |  0.045 % |
3.37/3.49	c |     19561 |    6721    36645   133637 |        1    13258     34 |  0.045 % |
3.37/3.49	c |     19662 |    6721    36645   133637 |        1    13359     34 |  0.045 % |
3.37/3.49	c |     19899 |    6721    36645   133637 |        1     6853     21 |  0.045 % |
3.37/3.49	c |     20024 |    6721    36645   133637 |        1     6978     21 |  0.045 % |
3.37/3.49	c |     20690 |    6721    36645   133637 |        1     7644     23 |  0.045 % |
3.37/3.49	c |     21446 |    6721    36645   133637 |        1     8400     24 |  0.045 % |
3.37/3.49	c |     21546 |    6721    36645   133637 |        1     8500     25 |  0.045 % |
3.37/3.49	c |     21732 |    6721    36645   133637 |        1     8686     25 |  0.045 % |
3.37/3.49	c |     21859 |    6721    36645   133637 |        1     8813     25 |  0.045 % |
3.37/3.49	c |     22468 |    6721    36645   133637 |        1     9422     27 |  0.045 % |
3.37/3.49	c |     22571 |    6721    36645   133637 |        1     9525     27 |  0.045 % |
3.37/3.49	c |     23354 |    6721    36645   133637 |        1    10308     28 |  0.045 % |
3.37/3.49	c |     23455 |    6721    36645   133637 |        1    10409     28 |  0.045 % |
3.37/3.49	c |     23555 |    6721    36645   133637 |        1    10509     28 |  0.045 % |
3.37/3.49	c |     23655 |    6721    36645   133637 |        1    10609     29 |  0.045 % |
3.37/3.49	c |     23840 |    6721    36645   133637 |        1    10794     29 |  0.045 % |
3.37/3.49	c |     24687 |    6721    36645   133637 |        1    11641     29 |  0.045 % |
3.37/3.49	c |     26382 |    6721    36645   133637 |        1    13336     29 |  0.045 % |
3.37/3.49	c |     26743 |    6721    36645   133637 |        1    13697     29 |  0.045 % |
3.37/3.49	c |     26930 |    6721    36645   133637 |        1    13884     29 |  0.045 % |
3.37/3.49	c |     36217 |    6721    36645   133637 |        1    13907     25 |  0.045 % |
3.37/3.49	c |     37196 |    6721    36645   133637 |        1    14886     26 |  0.045 % |
3.37/3.49	c |     43162 |    6721    36645   133637 |        1    20852     30 |  0.045 % |
3.37/3.49	c |     43930 |    6721    36645   133637 |        1    21620     30 |  0.045 % |
29.47/29.59	c |     44032 |    6721    36645   133637 |        1    21722     30 |  0.045 % |
29.47/29.59	c |     46600 |    6721    36645   133637 |        1    12454     21 |  0.045 % |
29.47/29.59	c |     46700 |    6721    36645   133637 |        1    12554     21 |  0.045 % |
29.47/29.59	c |     46801 |    6721    36645   133637 |        1    12655     21 |  0.045 % |
29.47/29.59	c |     46997 |    6721    36645   133637 |        1    12851     22 |  0.045 % |
29.47/29.59	c |     47983 |    6721    36645   133637 |        1    13837     23 |  0.045 % |
29.47/29.59	c |     57075 |    6721    36645   133637 |        1    22929     29 |  0.045 % |
29.47/29.59	c |     58939 |    6721    36645   133637 |        1    24793     29 |  0.045 % |
29.47/29.59	c |     68376 |    6721    36645   133637 |        1    19812     24 |  0.045 % |
29.47/29.59	c |     68476 |    6721    36645   133637 |        1    19912     24 |  0.045 % |
29.47/29.59	c |     68577 |    6721    36645   133637 |        1    20013     24 |  0.045 % |
29.47/29.59	c |     75718 |    6721    36645   133637 |        1    27154     29 |  0.045 % |
29.47/29.59	c |    118796 |    6721    36645   133637 |        1    33615     27 |  0.045 % |
29.47/29.59	c |    125483 |    6720    36637   133597 |        1    40296     29 |  0.059 % |
29.47/29.59	c |    125808 |    6720    36637   133597 |        1    40621     29 |  0.059 % |
29.47/29.59	c |    140278 |    6720    36637   133597 |        1    32891     26 |  0.059 % |
29.47/29.59	c |    140541 |    6720    36637   133597 |        1    33154     26 |  0.059 % |
29.47/29.59	c |    142409 |    6720    36637   133597 |        1    35022     27 |  0.059 % |
29.47/29.59	c |    142543 |    6720    36637   133597 |        1    35156     27 |  0.059 % |
29.47/29.59	c |    142647 |    6720    36637   133597 |        1    35260     27 |  0.059 % |
29.47/29.59	c |    162161 |    6720    36637   133597 |        1    29972     23 |  0.059 % |
29.47/29.59	c |    162261 |    6720    36637   133597 |        1    30072     24 |  0.059 % |
29.47/29.59	c |    170480 |    6720    36637   133597 |        1    38291     27 |  0.059 % |
29.47/29.59	c |    232210 |    6720    36637   133597 |        1    42628     27 |  0.059 % |
29.47/29.59	c |    232310 |    6720    36637   133597 |        1    42728     27 |  0.059 % |
29.47/29.59	c |    240656 |    6720    36637   133597 |        1    51074     30 |  0.059 % |
29.47/29.59	c |    240756 |    6720    36637   133597 |        1    51174     30 |  0.059 % |
29.47/29.59	c |    240856 |    6720    36637   133597 |        1    51274     30 |  0.059 % |
29.47/29.59	c |    240957 |    6720    36637   133597 |        1    51375     30 |  0.059 % |
29.47/29.59	c |    241057 |    6720    36637   133597 |        1    51475     30 |  0.059 % |
29.47/29.59	c |    241158 |    6720    36637   133597 |        1    51576     30 |  0.059 % |
29.47/29.59	c |    241263 |    6720    36637   133597 |        1    51681     30 |  0.059 % |
29.47/29.59	c |    248429 |    6720    36637   133597 |        1    58847     31 |  0.059 % |
29.47/29.59	c |    248533 |    6720    36637   133597 |        1    58951     31 |  0.059 % |
29.47/29.59	c |    248858 |    6720    36637   133597 |        1    59276     31 |  0.059 % |
29.47/29.59	c |    248959 |    6720    36637   133597 |        1    59377     31 |  0.059 % |
29.47/29.59	c |    249060 |    6720    36637   133597 |        1    59478     31 |  0.059 % |
29.47/29.59	c |    275415 |    6717    36606   133471 |        1    53228     33 |  0.104 % |
29.47/29.59	c |    275516 |    6717    36606   133471 |        1    53329     33 |  0.104 % |
29.47/29.59	c |    275616 |    6717    36606   133471 |        1    53429     33 |  0.104 % |
29.47/29.59	c |    275718 |    6717    36606   133471 |        1    53531     33 |  0.104 % |
29.47/29.59	c |    275819 |    6717    36606   133471 |        1    53632     33 |  0.104 % |
29.47/29.59	c |    280412 |    6717    36606   133471 |        1    58225     34 |  0.104 % |
29.47/29.59	c |    280512 |    6717    36606   133471 |        1    58325     35 |  0.104 % |
29.47/29.59	c |    280615 |    6717    36606   133471 |        1    58428     35 |  0.104 % |
29.47/29.59	c |    280715 |    6717    36606   133471 |        1    58528     35 |  0.104 % |
29.47/29.59	c |    280816 |    6717    36606   133471 |        1    58629     35 |  0.104 % |
29.47/29.59	c |    280974 |    6717    36606   133471 |        1    58787     35 |  0.104 % |
29.47/29.59	c |    281284 |    6717    36606   133471 |        1    59097     35 |  0.104 % |
29.47/29.59	c |    281413 |    6717    36606   133471 |        1    59226     35 |  0.104 % |
66.67/66.75	c |    305118 |    6717    36606   133471 |        1    47730     25 |  0.104 % |
66.67/66.75	c |    317974 |    6717    36606   133471 |        1    60586     31 |  0.104 % |
66.67/66.75	c |    318075 |    6717    36606   133471 |        1    60687     31 |  0.104 % |
66.67/66.75	c |    318246 |    6717    36606   133471 |        1    60858     31 |  0.104 % |
66.67/66.75	c |    318346 |    6717    36606   133471 |        1    60958     31 |  0.104 % |
66.67/66.75	c |    318450 |    6717    36606   133471 |        1    61062     31 |  0.104 % |
66.67/66.75	c |    318597 |    6717    36606   133471 |        1    61209     31 |  0.104 % |
66.67/66.75	c |    318698 |    6717    36606   133471 |        1    61310     31 |  0.104 % |
66.67/66.75	c |    319353 |    6717    36606   133471 |        1    61965     31 |  0.104 % |
66.67/66.75	c |    322224 |    6717    36606   133471 |        1    64836     32 |  0.104 % |
66.67/66.75	c |    327377 |    6717    36606   133471 |        1    69989     32 |  0.104 % |
66.67/66.75	c |    327478 |    6717    36606   133471 |        1    70090     32 |  0.104 % |
66.67/66.75	c |    327579 |    6717    36606   133471 |        1    70191     32 |  0.104 % |
66.67/66.75	c |    328040 |    6717    36606   133471 |        1    70652     32 |  0.104 % |
66.67/66.75	c |    328140 |    6717    36606   133471 |        1    70752     32 |  0.104 % |
66.67/66.75	c |    328241 |    6717    36606   133471 |        1    70853     33 |  0.104 % |
66.67/66.75	c |    330110 |    6717    36606   133471 |        1    72722     33 |  0.104 % |
66.67/66.75	c |    330212 |    6717    36606   133471 |        1    72824     33 |  0.104 % |
66.67/66.75	c |    330313 |    6717    36606   133471 |        1    72925     33 |  0.104 % |
66.67/66.75	c |    330665 |    6717    36606   133471 |        1    73277     33 |  0.104 % |
66.67/66.75	c |    330766 |    6717    36606   133471 |        1    73378     33 |  0.104 % |
66.67/66.75	c |    330866 |    6717    36606   133471 |        1    73478     33 |  0.104 % |
66.67/66.75	c |    330971 |    6717    36606   133471 |        1    73583     33 |  0.104 % |
66.67/66.75	c |    412110 |    6717    36606   133471 |        1    76533     29 |  0.104 % |
66.67/66.75	c |    412232 |    6717    36606   133471 |        1    76655     29 |  0.104 % |
66.67/66.75	c |    412334 |    6717    36606   133471 |        1    76757     29 |  0.104 % |
66.67/66.75	c |    412436 |    6717    36606   133471 |        1    76859     29 |  0.104 % |
66.67/66.75	c |    464292 |    6717    36606   133471 |        1    85711     30 |  0.104 % |
66.67/66.75	c |    466393 |    6717    36606   133471 |        1    87812     30 |  0.104 % |
66.67/66.75	c |    466493 |    6717    36606   133471 |        1    87912     30 |  0.104 % |
66.67/66.75	c |    492529 |    6717    36606   133471 |        1    68347     28 |  0.104 % |
66.67/66.75	c |    493028 |    6717    36606   133471 |        1    68846     28 |  0.104 % |
66.67/66.75	c |    493129 |    6717    36606   133471 |        1    68947     29 |  0.104 % |
66.67/66.75	c |    504250 |    6717    36606   133471 |        1    80068     30 |  0.104 % |
66.67/66.75	c |    505533 |    6717    36606   133471 |        1    81351     30 |  0.104 % |
66.67/66.75	c |    505635 |    6717    36606   133471 |        1    81453     30 |  0.104 % |
66.67/66.75	c |    505736 |    6717    36606   133471 |        1    81554     30 |  0.104 % |
66.67/66.75	c |    505838 |    6717    36606   133471 |        1    81656     30 |  0.104 % |
66.67/66.75	c |    505940 |    6717    36606   133471 |        1    81758     30 |  0.104 % |
66.67/66.75	c |    514513 |    6717    36606   133471 |        1    90331     31 |  0.104 % |
66.67/66.75	c |    516368 |    6717    36606   133471 |        1    92186     32 |  0.104 % |
66.67/66.75	c |    516541 |    6717    36606   133471 |        1    92359     32 |  0.104 % |
66.67/66.75	c |    516642 |    6717    36606   133471 |        1    92460     32 |  0.104 % |
66.67/66.75	c |    516765 |    6717    36606   133471 |        1    92583     32 |  0.104 % |
66.67/66.75	c |    520153 |    6717    36606   133471 |        1    95971     32 |  0.104 % |
66.67/66.75	c |    525191 |    6717    36606   133471 |        1    52807     22 |  0.104 % |
66.67/66.75	c |    535396 |    6717    36606   133471 |        1    63012     24 |  0.104 % |
66.67/66.75	c |    536134 |    6717    36606   133471 |        1    63750     24 |  0.104 % |
66.67/66.75	c |    553663 |    6717    36606   133471 |        1    81279     26 |  0.104 % |
66.67/66.75	c |    553763 |    6717    36606   133471 |        1    81379     26 |  0.104 % |
139.77/139.82	c |    554880 |    6717    36606   133471 |        1    82496     26 |  0.104 % |
139.77/139.82	c |    554983 |    6717    36606   133471 |        1    82599     26 |  0.104 % |
139.77/139.82	c |    555283 |    6717    36606   133471 |        1    82899     27 |  0.104 % |
139.77/139.82	c |    555383 |    6717    36606   133471 |        1    82999     27 |  0.104 % |
139.77/139.82	c |    555483 |    6717    36606   133471 |        1    83099     27 |  0.104 % |
139.77/139.82	c |    556156 |    6717    36606   133471 |        1    83772     27 |  0.104 % |
139.77/139.82	c |    560183 |    6717    36606   133471 |        1    87799     28 |  0.104 % |
139.77/139.82	c |    560284 |    6717    36606   133471 |        1    87900     28 |  0.104 % |
139.77/139.82	c |    638209 |    6717    36606   133471 |        1    61627     21 |  0.104 % |
139.77/139.82	c |    638312 |    6717    36606   133471 |        1    61730     22 |  0.104 % |
139.77/139.82	c |    638612 |    6717    36606   133471 |        1    62030     22 |  0.104 % |
139.77/139.82	c |    638712 |    6717    36606   133471 |        1    62130     22 |  0.104 % |
139.77/139.82	c |    656729 |    6717    36606   133471 |        1    80147     26 |  0.104 % |
139.77/139.82	c |    669788 |    6717    36606   133471 |        1    93206     28 |  0.104 % |
139.77/139.82	c |    670270 |    6717    36606   133471 |        1    93688     28 |  0.104 % |
139.77/139.82	c |    670370 |    6717    36606   133471 |        1    93788     28 |  0.104 % |
139.77/139.82	c |    670473 |    6717    36606   133471 |        1    93891     28 |  0.104 % |
139.77/139.82	c |    670573 |    6717    36606   133471 |        1    93991     28 |  0.104 % |
139.77/139.82	c |    671485 |    6717    36606   133471 |        1    94903     28 |  0.104 % |
139.77/139.82	c |    673312 |    6717    36606   133471 |        1    96730     28 |  0.104 % |
139.77/139.82	c |    673417 |    6717    36606   133471 |        1    96835     28 |  0.104 % |
139.77/139.82	c |    673519 |    6717    36606   133471 |        1    96937     28 |  0.104 % |
139.77/139.82	c |    673801 |    6717    36606   133471 |        1    97219     29 |  0.104 % |
139.77/139.82	c |    732356 |    6717    36606   133471 |        1    99777     29 |  0.104 % |
139.77/139.82	c |    732463 |    6717    36606   133471 |        1    99884     29 |  0.104 % |
139.77/139.82	c |    732563 |    6717    36606   133471 |        1    99984     29 |  0.104 % |
139.77/139.82	c |    732835 |    6717    36606   133471 |        1   100256     29 |  0.104 % |
139.77/139.82	c |    768657 |    6717    36606   133471 |        1    77472     25 |  0.104 % |
139.77/139.82	c |    769956 |    6717    36606   133471 |        1    78771     25 |  0.104 % |
139.77/139.82	c |    770060 |    6717    36606   133471 |        1    78875     25 |  0.104 % |
139.77/139.82	c |    773096 |    6717    36606   133471 |        1    81911     26 |  0.104 % |
139.77/139.82	c |    829361 |    6717    36606   133471 |        1    76985     24 |  0.104 % |
139.77/139.82	c |    829797 |    6717    36606   133471 |        1    77421     24 |  0.104 % |
139.77/139.82	c |    849058 |    6717    36606   133471 |        1    96682     27 |  0.104 % |
139.77/139.82	c |    849159 |    6717    36606   133471 |        1    96783     27 |  0.104 % |
139.77/139.82	c |    882801 |    6717    36606   133471 |        1    66626     20 |  0.104 % |
139.77/139.82	c |    896741 |    6717    36606   133471 |        1    80566     23 |  0.104 % |
139.77/139.82	c |    899504 |    6717    36606   133471 |        1    83329     24 |  0.104 % |
139.77/139.82	c |    911994 |    6717    36606   133471 |        1    95819     26 |  0.104 % |
139.77/139.82	c |    912098 |    6717    36606   133471 |        1    95923     26 |  0.104 % |
139.77/139.82	c |    912941 |    6717    36606   133471 |        1    96766     26 |  0.104 % |
139.77/139.82	c |   1002694 |    6717    36606   133471 |        1   120121     25 |  0.104 % |
139.77/139.82	c |   1005411 |    6717    36606   133471 |        1   122838     26 |  0.104 % |
139.77/139.82	c |   1005511 |    6717    36606   133471 |        1   122938     26 |  0.104 % |
139.77/139.82	c |   1015500 |    6717    36606   133471 |        1   132927     26 |  0.104 % |
139.77/139.82	c |   1015601 |    6717    36606   133471 |        1   133028     26 |  0.104 % |
139.77/139.82	c |   1020876 |    6717    36606   133471 |        1    69303     19 |  0.104 % |
139.77/139.82	c |   1020976 |    6717    36606   133471 |        1    69403     19 |  0.104 % |
139.77/139.82	c |   1021076 |    6717    36606   133471 |        1    69503     19 |  0.104 % |
139.77/139.82	c |   1022044 |    6717    36606   133471 |        1    70471     20 |  0.104 % |
347.07/347.12	c |   1022144 |    6717    36606   133471 |        1    70571     20 |  0.104 % |
347.07/347.12	c |   1033402 |    6717    36606   133471 |        1    81829     23 |  0.104 % |
347.07/347.12	c |   1171339 |    6717    36606   133471 |        1   148158     28 |  0.104 % |
347.07/347.12	c |   1181382 |    6717    36606   133471 |        1    83994     22 |  0.104 % |
347.07/347.12	c |   1263523 |    6717    36606   133471 |        1    89338     24 |  0.104 % |
347.07/347.12	c |   1263624 |    6717    36606   133471 |        1    89439     24 |  0.104 % |
347.07/347.12	c |   1265490 |    6717    36606   133471 |        1    91305     25 |  0.104 % |
347.07/347.12	c |   1266210 |    6717    36606   133471 |        1    92025     25 |  0.104 % |
347.07/347.12	c |   1266312 |    6717    36606   133471 |        1    92127     25 |  0.104 % |
347.07/347.12	c |   1268202 |    6717    36606   133471 |        1    94017     25 |  0.104 % |
347.07/347.12	c |   1268304 |    6717    36606   133471 |        1    94119     25 |  0.104 % |
347.07/347.12	c |   1283045 |    6717    36606   133471 |        1   108860     27 |  0.104 % |
347.07/347.12	c |   1283416 |    6717    36606   133471 |        1   109231     27 |  0.104 % |
347.07/347.12	c |   1336102 |    6717    36606   133471 |        1    82512     19 |  0.104 % |
347.07/347.12	c |   1338812 |    6717    36606   133471 |        1    85222     20 |  0.104 % |
347.07/347.12	c |   1338912 |    6717    36606   133471 |        1    85322     20 |  0.104 % |
347.07/347.12	c |   1343056 |    6717    36606   133471 |        1    89466     20 |  0.104 % |
347.07/347.12	c |   1349412 |    6717    36606   133471 |        1    95822     21 |  0.104 % |
347.07/347.12	c |   1372285 |    6717    36606   133471 |        1   118695     24 |  0.104 % |
347.07/347.12	c |   1372385 |    6717    36606   133471 |        1   118795     24 |  0.104 % |
347.07/347.12	c |   1372487 |    6717    36606   133471 |        1   118897     24 |  0.104 % |
347.07/347.12	c |   1391002 |    6717    36606   133471 |        1   137412     26 |  0.104 % |
347.07/347.12	c |   1391103 |    6717    36606   133471 |        1   137513     26 |  0.104 % |
347.07/347.12	c |   1393540 |    6717    36606   133471 |        1   139950     26 |  0.104 % |
347.07/347.12	c |   1393641 |    6717    36606   133471 |        1   140051     26 |  0.104 % |
347.07/347.12	c |   1393741 |    6717    36606   133471 |        1   140151     26 |  0.104 % |
347.07/347.12	c |   1393841 |    6717    36606   133471 |        1   140251     26 |  0.104 % |
347.07/347.12	c |   1398946 |    6717    36606   133471 |        1   145356     26 |  0.104 % |
347.07/347.12	c |   1407602 |    6717    36606   133471 |        1   154012     27 |  0.104 % |
347.07/347.12	c |   1407751 |    6717    36606   133471 |        1   154161     27 |  0.104 % |
347.07/347.12	c |   1407876 |    6717    36606   133471 |        1   154286     27 |  0.104 % |
347.07/347.12	c |   1407979 |    6717    36606   133471 |        1   154389     27 |  0.104 % |
347.07/347.12	c |   1408090 |    6717    36606   133471 |        1   154500     28 |  0.104 % |
347.07/347.12	c |   1408193 |    6717    36606   133471 |        1   154603     28 |  0.104 % |
347.07/347.12	c |   1722742 |    6705    36413   132731 |        1    63732     18 |  0.283 % |
347.07/347.12	c |   1752298 |    6705    36413   132731 |        1    93288     23 |  0.283 % |
347.07/347.12	c |   1818832 |    6705    36413   132731 |        1    98336     23 |  0.283 % |
347.07/347.12	c |   1924943 |    6705    36413   132731 |        1   124904     23 |  0.283 % |
347.07/347.12	c |   1963790 |    6705    36413   132731 |        1   163751     25 |  0.283 % |
347.07/347.12	c |   1963893 |    6705    36413   132731 |        1   163854     25 |  0.283 % |
347.07/347.12	c |   2051065 |    6705    36413   132731 |        1   161154     24 |  0.283 % |
347.07/347.12	c |   2051181 |    6705    36413   132731 |        1   161270     24 |  0.283 % |
347.07/347.12	c |   2051282 |    6705    36413   132731 |        1   161371     24 |  0.283 % |
347.07/347.12	c |   2051384 |    6705    36413   132731 |        1   161473     24 |  0.283 % |
347.07/347.12	c |   2116440 |    6702    36382   132606 |        1   130187     24 |  0.327 % |
347.07/347.12	c |   2116541 |    6702    36382   132606 |        1   130288     24 |  0.327 % |
347.07/347.12	c |   2124991 |    6702    36382   132606 |        1   138738     24 |  0.327 % |
347.07/347.12	c |   2125466 |    6702    36382   132606 |        1   139213     25 |  0.327 % |
347.07/347.12	c |   2125681 |    6702    36382   132606 |        1   139428     25 |  0.327 % |
347.07/347.12	c |   2179464 |    6702    36382   132606 |        1   193211     26 |  0.327 % |
474.58/474.64	c |   2179564 |    6702    36382   132606 |        1   193311     26 |  0.327 % |
474.58/474.64	c |   2179667 |    6702    36382   132606 |        1   193414     26 |  0.327 % |
474.58/474.64	c |   2227556 |    6702    36382   132606 |        1   140436     22 |  0.327 % |
474.58/474.64	c |   2228610 |    6702    36382   132606 |        1   141490     22 |  0.327 % |
474.58/474.64	c |   2228710 |    6702    36382   132606 |        1   141590     22 |  0.327 % |
474.58/474.64	c |   2228810 |    6702    36382   132606 |        1   141690     22 |  0.327 % |
474.58/474.64	c |   2228912 |    6702    36382   132606 |        1   141792     22 |  0.327 % |
474.58/474.64	c |   2292874 |    6702    36382   132606 |        1   205754     25 |  0.327 % |
474.58/474.64	c |   2343816 |    6702    36382   132606 |        1   152267     23 |  0.327 % |
474.58/474.64	c |   2344789 |    6702    36382   132606 |        1   153240     23 |  0.327 % |
474.58/474.64	c |   2344978 |    6702    36382   132606 |        1   153429     24 |  0.327 % |
474.58/474.64	c |   2372974 |    6702    36382   132606 |        1   181425     25 |  0.327 % |
474.58/474.64	c |   2373074 |    6702    36382   132606 |        1   181525     25 |  0.327 % |
474.58/474.64	c |   2380517 |    6702    36382   132606 |        1   188968     25 |  0.327 % |
474.58/474.64	c |   2380660 |    6702    36382   132606 |        1   189111     25 |  0.327 % |
474.58/474.64	c |   2391591 |    6702    36382   132606 |        1   200042     26 |  0.327 % |
474.58/474.64	c |   2408526 |    6702    36382   132606 |        1   109461     20 |  0.327 % |
474.58/474.64	c |   2409093 |    6702    36382   132606 |        1   110028     20 |  0.327 % |
474.58/474.64	c |   2457290 |    6702    36382   132606 |        1   158225     24 |  0.327 % |
474.58/474.64	c |   2491659 |    6702    36382   132606 |        1   192594     26 |  0.327 % |
474.58/474.64	c |   2491831 |    6702    36382   132606 |        1   192766     26 |  0.327 % |
474.58/474.64	c |   2491931 |    6702    36382   132606 |        1   192866     26 |  0.327 % |
474.58/474.64	c |   2497750 |    6702    36382   132606 |        1   198685     26 |  0.327 % |
474.58/474.64	c |   2509103 |    6702    36382   132606 |        1   210038     26 |  0.327 % |
474.58/474.64	c |   2556937 |    6702    36382   132606 |        1   147514     23 |  0.327 % |
474.58/474.64	c |   2647639 |    6698    36350   132479 |        1   125142     20 |  0.387 % |
474.58/474.64	c |   2647739 |    6698    36350   132479 |        1   125242     20 |  0.387 % |
474.58/474.64	c |   2648406 |    6698    36350   132479 |        1   125909     20 |  0.387 % |
474.58/474.64	c |   2667052 |    6698    36350   132479 |        1   144555     22 |  0.387 % |
474.58/474.64	c |   2683604 |    6698    36350   132479 |        1   161107     23 |  0.387 % |
474.58/474.64	c |   2683795 |    6698    36350   132479 |        1   161298     23 |  0.387 % |
474.58/474.64	c |   2705206 |    6698    36350   132479 |        1   182709     24 |  0.387 % |
474.58/474.64	c |   2708055 |    6698    36350   132479 |        1   185558     24 |  0.387 % |
474.58/474.64	c |   2708156 |    6698    36350   132479 |        1   185659     24 |  0.387 % |
474.58/474.64	c |   2718344 |    6698    36350   132479 |        1   195847     24 |  0.387 % |
474.58/474.64	c |   2718446 |    6698    36350   132479 |        1   195949     24 |  0.387 % |
474.58/474.64	c |   2719892 |    6698    36350   132479 |        1   197395     24 |  0.387 % |
474.58/474.64	c |   2720316 |    6698    36350   132479 |        1   197819     24 |  0.387 % |
474.58/474.64	c |   2720418 |    6698    36350   132479 |        1   197921     24 |  0.387 % |
474.58/474.64	c |   2739509 |    6698    36350   132479 |        1   217012     26 |  0.387 % |
474.58/474.64	c |   2739705 |    6698    36350   132479 |        1   217208     26 |  0.387 % |
474.58/474.64	c |   2748049 |    6698    36350   132479 |        1   225552     26 |  0.387 % |
474.58/474.64	c |   2748149 |    6698    36350   132479 |        1   225652     26 |  0.387 % |
474.58/474.64	c |   2749247 |    6698    36350   132479 |        1   226750     26 |  0.387 % |
474.58/474.64	c |   2749348 |    6698    36350   132479 |        1   226851     26 |  0.387 % |
474.58/474.64	c |   2782239 |    6698    36350   132479 |        1   144005     22 |  0.387 % |
474.58/474.64	c |   2784870 |    6698    36350   132479 |        1   146636     22 |  0.387 % |
474.58/474.64	c |   2787013 |    6698    36350   132479 |        1   148779     22 |  0.387 % |
474.58/474.64	c |   2788173 |    6698    36350   132479 |        1   149939     22 |  0.387 % |
474.58/474.64	c |   2788277 |    6698    36350   132479 |        1   150043     22 |  0.387 % |
607.18/607.24	c |   2799282 |    6698    36350   132479 |        1   161048     23 |  0.387 % |
607.18/607.24	c |   2800204 |    6698    36350   132479 |        1   161970     23 |  0.387 % |
607.18/607.24	c |   2802527 |    6698    36350   132479 |        1   164293     23 |  0.387 % |
607.18/607.24	c |   2991555 |    6698    36350   132479 |        1   234946     23 |  0.387 % |
607.18/607.24	c |   3006086 |    6698    36350   132479 |        1   128488     19 |  0.387 % |
607.18/607.24	c |   3006186 |    6698    36350   132479 |        1   128588     19 |  0.387 % |
607.18/607.24	c |   3006288 |    6698    36350   132479 |        1   128690     19 |  0.387 % |
607.18/607.24	c |   3008009 |    6698    36350   132479 |        1   130411     19 |  0.387 % |
607.18/607.24	c |   3008109 |    6698    36350   132479 |        1   130511     19 |  0.387 % |
607.18/607.24	c |   3076592 |    6698    36350   132479 |        1   198994     22 |  0.387 % |
607.18/607.24	c |   3076930 |    6698    36350   132479 |        1   199332     22 |  0.387 % |
607.18/607.24	c |   3082361 |    6698    36350   132479 |        1   204763     23 |  0.387 % |
607.18/607.24	c |   3082486 |    6698    36350   132479 |        1   204888     23 |  0.387 % |
607.18/607.24	c |   3098390 |    6698    36350   132479 |        1   220792     23 |  0.387 % |
607.18/607.24	c |   3135618 |    6692    36197   131689 |        1    82944     17 |  0.476 % |
607.18/607.24	c |   3217432 |    6691    36191   131648 |        1   164757     26 |  0.491 % |
607.18/607.24	c |   3217532 |    6691    36191   131648 |        1   164857     26 |  0.491 % |
607.18/607.24	c |   3217987 |    6691    36191   131648 |        1   165312     26 |  0.491 % |
607.18/607.24	c |   3218087 |    6691    36191   131648 |        1   165412     26 |  0.491 % |
607.18/607.24	c |   3218188 |    6691    36191   131648 |        1   165513     26 |  0.491 % |
607.18/607.24	c |   3228336 |    6691    36191   131648 |        1   175661     26 |  0.491 % |
607.18/607.24	c |   3228528 |    6691    36191   131648 |        1   175853     26 |  0.491 % |
607.18/607.24	c |   3228630 |    6691    36191   131648 |        1   175955     26 |  0.491 % |
607.18/607.24	c |   3230018 |    6691    36191   131648 |        1   177343     26 |  0.491 % |
607.18/607.24	c |   3344704 |    6689    36106   131347 |        1    81137     21 |  0.521 % |
607.18/607.24	c |   3344805 |    6689    36106   131347 |        1    81238     21 |  0.521 % |
607.18/607.24	c |   3400510 |    6655    35698   129268 |        1    38793     20 |  1.026 % |
607.18/607.24	c |   3402435 |    6655    35698   129268 |        1    40718     21 |  1.026 % |
607.18/607.24	c |   3436436 |    5288    28914    99210 |        1    13784     11 | 21.356 % |
607.18/607.24	c ===============================================================================
607.18/607.24	c restarts              : 318
607.18/607.24	c nb ReduceDB           : 50
607.18/607.24	c nb removed Clauses    : 3039554
607.18/607.24	c nb learnts DL2        : 769
607.18/607.24	c nb learnts size 2     : 319
607.18/607.24	c nb learnts size 1     : 20
607.18/607.24	c conflicts             : 3436436        (5662 /sec)
607.18/607.24	c decisions             : 4116630        (0.00 % random) (6782 /sec)
607.18/607.24	c propagations          : 1077127779     (1774611 /sec)
607.18/607.24	c conflict literals     : 116157266      (52.02 % deleted)
607.18/607.24	c nb reduced Clauses    : 2908
607.18/607.24	c CPU time              : 606.966 s
607.18/607.24	
607.18/607.25	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-3289264-1303769801/watcher-3289264-1303769801 -o /tmp/evaluation-result-3289264-1303769801/solver-3289264-1303769801 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3289264-1303769801.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: 1.52 3.15 3.61 7/186 26472
/proc/meminfo: memFree=19872564/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 567210734 8912896 253 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 253 211 178 0 69 0

[startup+0.0281369 s]
/proc/loadavg: 1.52 3.15 3.61 7/186 26472
/proc/meminfo: memFree=19872564/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 567210734 8912896 253 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101182 s]
/proc/loadavg: 1.52 3.15 3.61 7/186 26472
/proc/meminfo: memFree=19872564/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 567210734 8912896 253 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.305127 s]
/proc/loadavg: 1.52 3.15 3.61 7/186 26472
/proc/meminfo: memFree=19872564/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8704

[startup+0.701007 s]
/proc/loadavg: 1.52 3.15 3.61 7/186 26472
/proc/meminfo: memFree=19872564/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8704

[startup+1.50092 s]
/proc/loadavg: 1.52 3.15 3.61 5/194 26485
/proc/meminfo: memFree=19829852/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=22040 CPUtime=1.28 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 3261 0 0 0 128 0 0 0 25 0 1 0 567210755 22568960 2247 33554432000 4194304 4260849 140734607486848 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 5510 2247 250 17 0 2151 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30744

[startup+3.10065 s]
/proc/loadavg: 1.52 3.15 3.61 5/194 26485
/proc/meminfo: memFree=19816708/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=26392 CPUtime=2.88 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 4140 0 0 0 288 0 0 0 25 0 1 0 567210755 27025408 3079 33554432000 4194304 4260849 140734607486848 18446744073709551615 4226306 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 6598 3079 250 17 0 3239 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 35096

[startup+6.30111 s]
/proc/loadavg: 1.72 3.17 3.61 5/194 26485
/proc/meminfo: memFree=19787744/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=36188 CPUtime=6.08 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 6227 0 0 0 608 0 0 0 25 0 1 0 567210755 37056512 5118 33554432000 4194304 4260849 140734607486848 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 9047 5118 250 17 0 5688 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 44892

[startup+12.701 s]
/proc/loadavg: 1.90 3.18 3.61 5/194 26487
/proc/meminfo: memFree=19765636/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=35372 CPUtime=12.48 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 7921 0 0 0 1247 1 0 0 25 0 1 0 567210755 36220928 5434 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 8843 5434 250 17 0 5484 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44076

[startup+25.5009 s]
/proc/loadavg: 2.36 3.22 3.62 5/194 26487
/proc/meminfo: memFree=19744944/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=39792 CPUtime=25.28 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 9243 0 0 0 2527 1 0 0 25 0 1 0 567210755 40747008 6686 33554432000 4194304 4260849 140734607486848 18446744073709551615 4210736 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 9948 6686 250 17 0 6589 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48496

[startup+51.1006 s]
/proc/loadavg: 2.92 3.28 3.63 5/194 26487
/proc/meminfo: memFree=19721536/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=65816 CPUtime=50.88 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 14099 0 0 0 5086 2 0 0 25 0 1 0 567210755 67395584 8641 33554432000 4194304 4260849 140734607486848 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 16454 8641 250 17 0 13095 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 74520

[startup+102.307 s]
/proc/loadavg: 3.53 3.39 3.65 5/194 26489
/proc/meminfo: memFree=19653804/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=61404 CPUtime=102.09 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 22182 0 0 0 10205 4 0 0 25 0 1 0 567210755 62877696 11422 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 15351 11422 250 17 0 11992 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 70108

[startup+162.301 s]
/proc/loadavg: 3.83 3.50 3.66 5/194 26491
/proc/meminfo: memFree=19609880/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=65824 CPUtime=162.08 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 23967 0 0 0 16203 5 0 0 25 0 1 0 567210755 67403776 13158 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 16456 13158 250 17 0 13097 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 74528

[startup+222.301 s]
/proc/loadavg: 3.93 3.59 3.68 5/194 26491
/proc/meminfo: memFree=19571292/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=84676 CPUtime=222.08 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 33642 0 0 0 22202 6 0 0 25 0 1 0 567210755 86708224 17880 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 21169 17880 250 17 0 17810 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 93380

[startup+282.301 s]
/proc/loadavg: 3.97 3.66 3.70 5/194 26493
/proc/meminfo: memFree=19552056/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=84676 CPUtime=282.08 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 33689 0 0 0 28202 6 0 0 25 0 1 0 567210755 86708224 17923 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 21169 17923 250 17 0 17810 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 93380

[startup+342.301 s]
/proc/loadavg: 4.06 3.74 3.72 5/194 26495
/proc/meminfo: memFree=19539640/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=342.08 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 33693 0 0 0 34202 6 0 0 25 0 1 0 567210755 106127360 17927 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 17927 250 17 0 22551 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 112344

[startup+402.301 s]
/proc/loadavg: 4.08 3.80 3.74 5/194 26527
/proc/meminfo: memFree=19581272/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=402.09 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 33693 0 0 0 40202 7 0 0 25 0 1 0 567210755 106127360 17927 33554432000 4194304 4260849 140734607486848 18446744073709551615 4209925 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 17927 250 17 0 22551 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 112344

[startup+462.301 s]
/proc/loadavg: 4.03 3.83 3.75 5/194 26529
/proc/meminfo: memFree=19568896/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=462.09 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 33693 0 0 0 46202 7 0 0 25 0 1 0 567210755 106127360 17927 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224671 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 17927 250 17 0 22551 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 112344

[startup+522.301 s]
/proc/loadavg: 4.01 3.86 3.76 5/194 26529
/proc/meminfo: memFree=19562920/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=522.09 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 33693 0 0 0 52202 7 0 0 25 0 1 0 567210755 106127360 17927 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 17927 250 17 0 22551 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 112344

[startup+582.301 s]
/proc/loadavg: 4.00 3.88 3.78 5/194 26531
/proc/meminfo: memFree=19502024/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=582.09 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 33693 0 0 0 58202 7 0 0 25 0 1 0 567210755 106127360 17927 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 17927 250 17 0 22551 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 112344

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

[startup+588.701 s]
/proc/loadavg: 4.00 3.88 3.78 5/194 26531
/proc/meminfo: memFree=19508832/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=588.49 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 33693 0 0 0 58842 7 0 0 25 0 1 0 567210755 106127360 17927 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 17927 250 17 0 22551 0
Current children cumulated CPU time (s) 588.68
Current children cumulated vsize (KiB) 112344

[startup+595.107 s]
/proc/loadavg: 4.00 3.89 3.78 5/194 26531
/proc/meminfo: memFree=19493080/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=594.89 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 36556 0 0 0 59482 7 0 0 25 0 1 0 567210755 106127360 20665 33554432000 4194304 4260849 140734607486848 18446744073709551615 4209368 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 20665 250 17 0 22551 0
Current children cumulated CPU time (s) 595.08
Current children cumulated vsize (KiB) 112344

[startup+601.501 s]
/proc/loadavg: 4.00 3.89 3.78 5/194 26531
/proc/meminfo: memFree=19527056/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=601.28 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 36697 0 0 0 60121 7 0 0 25 0 1 0 567210755 106127360 20801 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224428 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 20801 250 17 0 22551 0
Current children cumulated CPU time (s) 601.47
Current children cumulated vsize (KiB) 112344

[startup+604.701 s]
/proc/loadavg: 4.00 3.89 3.78 5/194 26531
/proc/meminfo: memFree=19495808/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=604.48 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 36697 0 0 0 60441 7 0 0 25 0 1 0 567210755 106127360 20801 33554432000 4194304 4260849 140734607486848 18446744073709551615 4209649 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 20801 250 17 0 22551 0
Current children cumulated CPU time (s) 604.67
Current children cumulated vsize (KiB) 112344

[startup+606.301 s]
/proc/loadavg: 4.00 3.89 3.78 5/194 26531
/proc/meminfo: memFree=19493452/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=606.08 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 36697 0 0 0 60601 7 0 0 25 0 1 0 567210755 106127360 20801 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 20801 250 17 0 22551 0
Current children cumulated CPU time (s) 606.27
Current children cumulated vsize (KiB) 112344

[startup+606.701 s]
/proc/loadavg: 4.00 3.89 3.78 5/194 26531
/proc/meminfo: memFree=19493452/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=606.48 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 36697 0 0 0 60641 7 0 0 25 0 1 0 567210755 106127360 20801 33554432000 4194304 4260849 140734607486848 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 20801 250 17 0 22551 0
Current children cumulated CPU time (s) 606.67
Current children cumulated vsize (KiB) 112344

[startup+607.101 s]
/proc/loadavg: 4.00 3.89 3.78 5/194 26531
/proc/meminfo: memFree=19492332/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=606.89 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 36697 0 0 0 60682 7 0 0 25 0 1 0 567210755 106127360 20801 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 20801 250 17 0 22551 0
Current children cumulated CPU time (s) 607.08
Current children cumulated vsize (KiB) 112344

[startup+607.207 s]
/proc/loadavg: 4.00 3.89 3.78 5/194 26531
/proc/meminfo: memFree=19492332/32951124 swapFree=67110396/67111528
[pid=26472] ppid=26470 vsize=8704 CPUtime=0.19 cores=4,6
/proc/26472/stat : 26472 (glucose.sh) S 26470 26472 26050 0 -1 4202496 360 2476 0 0 0 0 19 0 20 0 1 0 567210734 8912896 255 33554432000 4194304 4922060 140733422835728 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26472/statm: 2176 255 211 178 0 69 0
[pid=26482] ppid=26472 vsize=103640 CPUtime=606.99 cores=4,6
/proc/26482/stat : 26482 (glucose_static) R 26472 26472 26050 0 -1 4202496 36697 0 0 0 60692 7 0 0 25 0 1 0 567210755 106127360 20801 33554432000 4194304 4260849 140734607486848 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26482/statm: 25910 20801 250 17 0 22551 0
Current children cumulated CPU time (s) 607.18
Current children cumulated vsize (KiB) 112344

Child status: 20
Real time (s): 607.257
CPU time (s): 607.258
CPU user time (s): 607.166
CPU system time (s): 0.091986
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 112344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 607.166
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39747
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= 42
involuntary context switches= 6972

runsolver used 1.03684 second user time and 2.28265 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-26 00:16:41
IDJOB=3289264
IDBENCH=83118
IDSOLVER=1651
FILE ID=node118/3289264-1303769801
RUNJOBID= node118-1303769800-26435
PBS_JOBID= 13157160
Free space on /tmp= 71700 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289264-1303769801/watcher-3289264-1303769801 -o /tmp/evaluation-result-3289264-1303769801/solver-3289264-1303769801 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3289264-1303769801.cnf 

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=1815577052

node118.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.842
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.68
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.842
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.842
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.842
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.75
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.842
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.68
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.842
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.75
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19872968 kB
Buffers:       1873008 kB
Cached:       10602304 kB
SwapCached:        600 kB
Active:        8752376 kB
Inactive:      3801012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19872968 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           11752 kB
Writeback:           0 kB
AnonPages:       76872 kB
Mapped:          14968 kB
Slab:           460508 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251840 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= 71680 MiB
End job on node118 at 2011-04-26 00:26:48