Trace number 3304021

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 349.932 349.932

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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 |   62361   158899 |   18708       0        0     nan |  0.000 % |
0.00/0.20	c |         0 |   42585   155666 |      --       0       --      -- |     --   | -19776/-3233
0.00/0.20	c ==============================================================================
0.00/0.20	c Result  :   #vars: 7780   #clauses: 42585   #literals: 155666
0.00/0.20	c CPU time:   0.19497 s
0.00/0.20	c ==============================================================================
0.00/0.23	c
0.00/0.23	c Starting glucose
0.00/0.23	c
13.07/13.15	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
13.07/13.15	c WARNING: for repeatability, setting FPU to use double precision
13.07/13.15	c ============================[ Problem Statistics ]=============================
13.07/13.15	c |                                                                             |
13.07/13.15	c |  Number of variables:          7780                                         |
13.07/13.15	c |  Number of clauses:           42585                                         |
13.07/13.15	c |  Parse time:                   0.01 s                                       |
13.07/13.15	c |                                                                             |
13.07/13.15	c ============================[ Search Statistics ]==============================
13.07/13.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.07/13.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.07/13.15	c ===============================================================================
13.07/13.15	c |       520 |    7779    42585   155666 |        1      519     42 |  0.013 % |
13.07/13.15	c |      2497 |    7770    42582   155653 |        1     2494     42 |  0.129 % |
13.07/13.15	c |      3218 |    7770    42515   155412 |        1     3214     39 |  0.129 % |
13.07/13.15	c |      4257 |    7770    42515   155412 |        1     2264     24 |  0.129 % |
13.07/13.15	c |      5623 |    7770    42515   155412 |        1     3630     26 |  0.129 % |
13.07/13.15	c |     33982 |    7770    42515   155412 |        1    11677     25 |  0.129 % |
13.07/13.15	c |     34200 |    7770    42515   155412 |        1    11895     26 |  0.129 % |
13.07/13.15	c |     34587 |    7770    42515   155412 |        1    12282     26 |  0.129 % |
13.07/13.15	c |     35997 |    7770    42515   155412 |        1    13692     26 |  0.129 % |
13.07/13.15	c |     43213 |    7770    42515   155412 |        1    20908     29 |  0.129 % |
13.07/13.15	c |     48467 |    7770    42515   155412 |        1    14325     22 |  0.129 % |
13.07/13.15	c |     48570 |    7770    42515   155412 |        1    14428     22 |  0.129 % |
13.07/13.15	c |     48672 |    7770    42515   155412 |        1    14530     22 |  0.129 % |
13.07/13.15	c |     48866 |    7770    42515   155412 |        1    14724     23 |  0.129 % |
13.07/13.15	c |     48966 |    7770    42515   155412 |        1    14824     23 |  0.129 % |
13.07/13.15	c |     49184 |    7770    42515   155412 |        1    15042     23 |  0.129 % |
13.07/13.15	c |     49284 |    7770    42515   155412 |        1    15142     23 |  0.129 % |
13.07/13.15	c |     49386 |    7770    42515   155412 |        1    15244     24 |  0.129 % |
13.07/13.15	c |     50477 |    7770    42515   155412 |        1    16335     25 |  0.129 % |
13.07/13.15	c |     50577 |    7770    42515   155412 |        1    16435     25 |  0.129 % |
13.07/13.15	c |     51736 |    7770    42515   155412 |        1    17594     27 |  0.129 % |
13.07/13.15	c |     53194 |    7770    42515   155412 |        1    19052     28 |  0.129 % |
13.07/13.15	c |     53520 |    7770    42515   155412 |        1    19378     28 |  0.129 % |
13.07/13.15	c |     54747 |    7770    42515   155412 |        1    20605     29 |  0.129 % |
13.07/13.15	c |     55103 |    7770    42515   155412 |        1    20961     29 |  0.129 % |
13.07/13.15	c |     55235 |    7770    42515   155412 |        1    21093     29 |  0.129 % |
13.07/13.15	c |     55915 |    7770    42515   155412 |        1    21773     30 |  0.129 % |
13.07/13.15	c |    119504 |    7770    42515   155412 |        1    34321     26 |  0.129 % |
13.07/13.15	c |    119604 |    7770    42515   155412 |        1    34421     26 |  0.129 % |
13.07/13.15	c |    120010 |    7770    42515   155412 |        1    34827     26 |  0.129 % |
13.07/13.15	c |    120329 |    7770    42515   155412 |        1    35146     26 |  0.129 % |
13.07/13.15	c |    120561 |    7770    42515   155412 |        1    35378     26 |  0.129 % |
13.07/13.15	c |    120878 |    7770    42515   155412 |        1    35695     26 |  0.129 % |
13.07/13.15	c |    137375 |    7770    42515   155412 |        1    29990     23 |  0.129 % |
13.07/13.15	c |    137585 |    7770    42515   155412 |        1    30200     24 |  0.129 % |
13.07/13.15	c |    141150 |    7770    42515   155412 |        1    33765     25 |  0.129 % |
13.07/13.15	c |    141297 |    7770    42515   155412 |        1    33912     25 |  0.129 % |
13.07/13.15	c |    146516 |    7770    42515   155412 |        1    39131     26 |  0.129 % |
13.07/13.15	c |    147201 |    7770    42515   155412 |        1    39816     27 |  0.129 % |
21.47/21.55	c |    147301 |    7770    42515   155412 |        1    39916     27 |  0.129 % |
21.47/21.55	c |    147469 |    7770    42515   155412 |        1    40084     27 |  0.129 % |
21.47/21.55	c |    147800 |    7770    42515   155412 |        1    40415     27 |  0.129 % |
21.47/21.55	c |    148011 |    7770    42515   155412 |        1    40626     27 |  0.129 % |
21.47/21.55	c |    148112 |    7770    42515   155412 |        1    40727     27 |  0.129 % |
21.47/21.55	c |    148225 |    7770    42515   155412 |        1    40840     27 |  0.129 % |
21.47/21.55	c |    148358 |    7770    42515   155412 |        1    40973     27 |  0.129 % |
21.47/21.55	c |    148459 |    7770    42515   155412 |        1    41074     27 |  0.129 % |
21.47/21.55	c |    149145 |    7770    42515   155412 |        1    41760     27 |  0.129 % |
21.47/21.55	c |    149245 |    7770    42515   155412 |        1    41860     27 |  0.129 % |
21.47/21.55	c |    150592 |    7770    42515   155412 |        1    43207     28 |  0.129 % |
21.47/21.55	c |    151579 |    7770    42515   155412 |        1    44194     28 |  0.129 % |
21.47/21.55	c |    151681 |    7770    42515   155412 |        1    44296     28 |  0.129 % |
21.47/21.55	c |    151781 |    7770    42515   155412 |        1    44396     28 |  0.129 % |
21.47/21.55	c |    151886 |    7770    42515   155412 |        1    44501     28 |  0.129 % |
21.47/21.55	c |    152070 |    7770    42515   155412 |        1    44685     28 |  0.129 % |
21.47/21.55	c |    152279 |    7770    42515   155412 |        1    44894     28 |  0.129 % |
21.47/21.55	c |    177518 |    7767    42511   155382 |        1    45333     27 |  0.167 % |
21.47/21.55	c |    177689 |    7767    42511   155382 |        1    45504     27 |  0.167 % |
21.47/21.55	c |    178100 |    7767    42511   155382 |        1    45915     27 |  0.167 % |
21.47/21.55	c |    181189 |    7767    42511   155382 |        1    49004     28 |  0.167 % |
21.47/21.55	c |    182290 |    7767    42511   155382 |        1    50105     28 |  0.167 % |
21.47/21.55	c |    182656 |    7767    42511   155382 |        1    50471     28 |  0.167 % |
21.47/21.55	c |    183154 |    7767    42511   155382 |        1    50969     28 |  0.167 % |
21.47/21.55	c |    183254 |    7767    42511   155382 |        1    51069     29 |  0.167 % |
21.47/21.55	c |    183402 |    7767    42511   155382 |        1    51217     29 |  0.167 % |
21.47/21.55	c |    183503 |    7767    42511   155382 |        1    51318     29 |  0.167 % |
21.47/21.55	c |    193626 |    7767    42511   155382 |        1    34045     22 |  0.167 % |
21.47/21.55	c |    197008 |    7767    42511   155382 |        1    37427     22 |  0.167 % |
21.47/21.55	c |    197405 |    7767    42511   155382 |        1    37824     23 |  0.167 % |
21.47/21.55	c |    197506 |    7767    42511   155382 |        1    37925     23 |  0.167 % |
21.47/21.55	c |    197766 |    7767    42511   155382 |        1    38185     23 |  0.167 % |
21.47/21.55	c |    197866 |    7767    42511   155382 |        1    38285     23 |  0.167 % |
21.47/21.55	c |    203446 |    7767    42511   155382 |        1    43865     24 |  0.167 % |
21.47/21.55	c |    212699 |    7767    42511   155382 |        1    53118     26 |  0.167 % |
21.47/21.55	c |    212800 |    7767    42511   155382 |        1    53219     26 |  0.167 % |
21.47/21.55	c |    212914 |    7767    42511   155382 |        1    53333     26 |  0.167 % |
21.47/21.55	c |    213084 |    7767    42511   155382 |        1    53503     26 |  0.167 % |
21.47/21.55	c |    213531 |    7767    42511   155382 |        1    53950     26 |  0.167 % |
21.47/21.55	c |    216179 |    7767    42511   155382 |        1    56598     27 |  0.167 % |
21.47/21.55	c |    216279 |    7767    42511   155382 |        1    56698     27 |  0.167 % |
21.47/21.55	c |    216851 |    7767    42511   155382 |        1    57270     27 |  0.167 % |
21.47/21.55	c |    216955 |    7767    42511   155382 |        1    57374     27 |  0.167 % |
21.47/21.55	c |    217058 |    7767    42511   155382 |        1    57477     27 |  0.167 % |
21.47/21.55	c |    217727 |    7767    42511   155382 |        1    58146     27 |  0.167 % |
21.47/21.55	c |    217827 |    7767    42511   155382 |        1    58246     27 |  0.167 % |
21.47/21.55	c |    217928 |    7767    42511   155382 |        1    58347     27 |  0.167 % |
21.47/21.55	c |    218032 |    7767    42511   155382 |        1    58451     27 |  0.167 % |
21.47/21.55	c |    218284 |    7767    42511   155382 |        1    58703     27 |  0.167 % |
21.47/21.55	c |    225288 |    7767    42511   155382 |        1    35702     22 |  0.167 % |
40.87/40.91	c |    225388 |    7767    42511   155382 |        1    35802     22 |  0.167 % |
40.87/40.91	c |    225494 |    7767    42511   155382 |        1    35908     22 |  0.167 % |
40.87/40.91	c |    234147 |    7767    42511   155382 |        1    44561     25 |  0.167 % |
40.87/40.91	c |    235689 |    7767    42511   155382 |        1    46103     25 |  0.167 % |
40.87/40.91	c |    235789 |    7767    42511   155382 |        1    46203     26 |  0.167 % |
40.87/40.91	c |    235891 |    7767    42511   155382 |        1    46305     26 |  0.167 % |
40.87/40.91	c |    274200 |    7767    42511   155382 |        1    52017     28 |  0.167 % |
40.87/40.91	c |    274300 |    7767    42511   155382 |        1    52117     28 |  0.167 % |
40.87/40.91	c |    282777 |    7767    42511   155382 |        1    60594     30 |  0.167 % |
40.87/40.91	c |    285210 |    7767    42511   155382 |        1    63027     30 |  0.167 % |
40.87/40.91	c |    285311 |    7767    42511   155382 |        1    63128     30 |  0.167 % |
40.87/40.91	c |    289483 |    7767    42511   155382 |        1    67300     31 |  0.167 % |
40.87/40.91	c |    289583 |    7767    42511   155382 |        1    67400     31 |  0.167 % |
40.87/40.91	c |    313980 |    7767    42511   155382 |        1    56597     28 |  0.167 % |
40.87/40.91	c |    341423 |    7767    42511   155382 |        1    46247     23 |  0.167 % |
40.87/40.91	c |    341609 |    7767    42511   155382 |        1    46433     23 |  0.167 % |
40.87/40.91	c |    342664 |    7767    42511   155382 |        1    47488     23 |  0.167 % |
40.87/40.91	c |    342764 |    7767    42511   155382 |        1    47588     23 |  0.167 % |
40.87/40.91	c |    342865 |    7767    42511   155382 |        1    47689     23 |  0.167 % |
40.87/40.91	c |    343919 |    7767    42511   155382 |        1    48743     24 |  0.167 % |
40.87/40.91	c |    344080 |    7767    42511   155382 |        1    48904     24 |  0.167 % |
40.87/40.91	c |    344285 |    7767    42511   155382 |        1    49109     24 |  0.167 % |
40.87/40.91	c |    344386 |    7767    42511   155382 |        1    49210     24 |  0.167 % |
40.87/40.91	c |    348726 |    7767    42511   155382 |        1    53550     25 |  0.167 % |
40.87/40.91	c |    348826 |    7767    42511   155382 |        1    53650     25 |  0.167 % |
40.87/40.91	c |    349424 |    7767    42511   155382 |        1    54248     25 |  0.167 % |
40.87/40.91	c |    349524 |    7767    42511   155382 |        1    54348     25 |  0.167 % |
40.87/40.91	c |    350095 |    7767    42511   155382 |        1    54919     25 |  0.167 % |
40.87/40.91	c |    351381 |    7767    42511   155382 |        1    56205     25 |  0.167 % |
40.87/40.91	c |    351565 |    7767    42511   155382 |        1    56389     25 |  0.167 % |
40.87/40.91	c |    355486 |    7767    42511   155382 |        1    60310     26 |  0.167 % |
40.87/40.91	c |    355586 |    7767    42511   155382 |        1    60410     26 |  0.167 % |
40.87/40.91	c |    356737 |    7767    42511   155382 |        1    61561     26 |  0.167 % |
40.87/40.91	c |    356901 |    7767    42511   155382 |        1    61725     26 |  0.167 % |
40.87/40.91	c |    357002 |    7767    42511   155382 |        1    61826     26 |  0.167 % |
40.87/40.91	c |    357103 |    7767    42511   155382 |        1    61927     26 |  0.167 % |
40.87/40.91	c |    357207 |    7767    42511   155382 |        1    62031     26 |  0.167 % |
40.87/40.91	c |    359902 |    7767    42511   155382 |        1    64726     27 |  0.167 % |
40.87/40.91	c |    374999 |    7767    42511   155382 |        1    79823     28 |  0.167 % |
40.87/40.91	c |    380999 |    7767    42511   155382 |        1    45415     21 |  0.167 % |
40.87/40.91	c |    381532 |    7767    42511   155382 |        1    45948     21 |  0.167 % |
40.87/40.91	c |    381689 |    7767    42511   155382 |        1    46105     21 |  0.167 % |
40.87/40.91	c |    381791 |    7767    42511   155382 |        1    46207     21 |  0.167 % |
40.87/40.91	c |    389181 |    7767    42511   155382 |        1    53597     24 |  0.167 % |
40.87/40.91	c |    389476 |    7767    42511   155382 |        1    53892     24 |  0.167 % |
40.87/40.91	c |    389576 |    7767    42511   155382 |        1    53992     24 |  0.167 % |
40.87/40.91	c |    389678 |    7767    42511   155382 |        1    54094     24 |  0.167 % |
40.87/40.91	c |    389778 |    7767    42511   155382 |        1    54194     24 |  0.167 % |
40.87/40.91	c |    390886 |    7767    42511   155382 |        1    55302     24 |  0.167 % |
40.87/40.91	c |    390986 |    7767    42511   155382 |        1    55402     24 |  0.167 % |
127.48/127.51	c |    391111 |    7767    42511   155382 |        1    55527     24 |  0.167 % |
127.48/127.51	c |    409459 |    7767    42511   155382 |        1    73875     27 |  0.167 % |
127.48/127.51	c |    471185 |    7767    42511   155382 |        1    47002     20 |  0.167 % |
127.48/127.51	c |    472516 |    7767    42511   155382 |        1    48333     20 |  0.167 % |
127.48/127.51	c |    474579 |    7767    42511   155382 |        1    50396     21 |  0.167 % |
127.48/127.51	c |    491529 |    7767    42511   155382 |        1    67346     26 |  0.167 % |
127.48/127.51	c |    491629 |    7767    42511   155382 |        1    67446     26 |  0.167 % |
127.48/127.51	c |    491729 |    7767    42511   155382 |        1    67546     26 |  0.167 % |
127.48/127.51	c |    491870 |    7767    42511   155382 |        1    67687     26 |  0.167 % |
127.48/127.51	c |    497506 |    7767    42511   155382 |        1    73323     27 |  0.167 % |
127.48/127.51	c |    498040 |    7767    42511   155382 |        1    73857     27 |  0.167 % |
127.48/127.51	c |    498368 |    7767    42511   155382 |        1    74185     27 |  0.167 % |
127.48/127.51	c |    498722 |    7767    42511   155382 |        1    74539     27 |  0.167 % |
127.48/127.51	c |    500734 |    7767    42511   155382 |        1    76551     27 |  0.167 % |
127.48/127.51	c |    500837 |    7767    42511   155382 |        1    76654     27 |  0.167 % |
127.48/127.51	c |    500937 |    7767    42511   155382 |        1    76754     27 |  0.167 % |
127.48/127.51	c |    501041 |    7767    42511   155382 |        1    76858     27 |  0.167 % |
127.48/127.51	c |    501141 |    7767    42511   155382 |        1    76958     27 |  0.167 % |
127.48/127.51	c |    501311 |    7767    42511   155382 |        1    77128     27 |  0.167 % |
127.48/127.51	c |    501412 |    7767    42511   155382 |        1    77229     27 |  0.167 % |
127.48/127.51	c |    504727 |    7767    42511   155382 |        1    80544     28 |  0.167 % |
127.48/127.51	c |    504828 |    7767    42511   155382 |        1    80645     28 |  0.167 % |
127.48/127.51	c |    504936 |    7767    42511   155382 |        1    80753     28 |  0.167 % |
127.48/127.51	c |    519646 |    7767    42511   155382 |        1    95463     30 |  0.167 % |
127.48/127.51	c |    640755 |    7767    42511   155382 |        1    64175     23 |  0.167 % |
127.48/127.51	c |    640855 |    7767    42511   155382 |        1    64275     23 |  0.167 % |
127.48/127.51	c |    646262 |    7767    42511   155382 |        1    69682     24 |  0.167 % |
127.48/127.51	c |    648026 |    7767    42511   155382 |        1    71446     24 |  0.167 % |
127.48/127.51	c |    648126 |    7767    42511   155382 |        1    71546     24 |  0.167 % |
127.48/127.51	c |    653985 |    7767    42511   155382 |        1    77405     25 |  0.167 % |
127.48/127.51	c |    659374 |    7767    42511   155382 |        1    82794     26 |  0.167 % |
127.48/127.51	c |    659476 |    7767    42511   155382 |        1    82896     26 |  0.167 % |
127.48/127.51	c |    663404 |    7767    42511   155382 |        1    86824     27 |  0.167 % |
127.48/127.51	c |    663504 |    7767    42511   155382 |        1    86924     27 |  0.167 % |
127.48/127.51	c |    671820 |    7767    42511   155382 |        1    95240     28 |  0.167 % |
127.48/127.51	c |    715160 |    7767    42511   155382 |        1    82579     25 |  0.167 % |
127.48/127.51	c |    715450 |    7767    42511   155382 |        1    82869     25 |  0.167 % |
127.48/127.51	c |    948353 |    7767    42511   155382 |        1   132168     26 |  0.167 % |
127.48/127.51	c |    949494 |    7767    42511   155382 |        1    66909     19 |  0.167 % |
127.48/127.51	c |    949616 |    7767    42511   155382 |        1    67031     19 |  0.167 % |
127.48/127.51	c |    949718 |    7767    42511   155382 |        1    67133     19 |  0.167 % |
127.48/127.51	c |    949818 |    7767    42511   155382 |        1    67233     19 |  0.167 % |
127.48/127.51	c |    949921 |    7767    42511   155382 |        1    67336     19 |  0.167 % |
127.48/127.51	c |    961846 |    7767    42511   155382 |        1    79261     21 |  0.167 % |
127.48/127.51	c |    962058 |    7767    42511   155382 |        1    79473     21 |  0.167 % |
127.48/127.51	c |    962508 |    7767    42511   155382 |        1    79923     22 |  0.167 % |
127.48/127.51	c |    962610 |    7767    42511   155382 |        1    80025     22 |  0.167 % |
127.48/127.51	c |    963323 |    7767    42511   155382 |        1    80738     22 |  0.167 % |
127.48/127.51	c |    963425 |    7767    42511   155382 |        1    80840     22 |  0.167 % |
127.48/127.51	c |    965361 |    7767    42511   155382 |        1    82776     22 |  0.167 % |
197.27/197.30	c |    967043 |    7767    42511   155382 |        1    84458     22 |  0.167 % |
197.27/197.30	c |    968947 |    7767    42511   155382 |        1    86362     23 |  0.167 % |
197.27/197.30	c |    969048 |    7767    42511   155382 |        1    86463     23 |  0.167 % |
197.27/197.30	c |    969148 |    7767    42511   155382 |        1    86563     23 |  0.167 % |
197.27/197.30	c |    969249 |    7767    42511   155382 |        1    86664     23 |  0.167 % |
197.27/197.30	c |    973316 |    7767    42511   155382 |        1    90731     24 |  0.167 % |
197.27/197.30	c |    973492 |    7767    42511   155382 |        1    90907     24 |  0.167 % |
197.27/197.30	c |    973593 |    7767    42511   155382 |        1    91008     24 |  0.167 % |
197.27/197.30	c |    974182 |    7767    42511   155382 |        1    91597     24 |  0.167 % |
197.27/197.30	c |    974715 |    7767    42511   155382 |        1    92130     24 |  0.167 % |
197.27/197.30	c |    974817 |    7767    42511   155382 |        1    92232     24 |  0.167 % |
197.27/197.30	c |    975657 |    7767    42511   155382 |        1    93072     24 |  0.167 % |
197.27/197.30	c |    975811 |    7767    42511   155382 |        1    93226     24 |  0.167 % |
197.27/197.30	c |    977382 |    7767    42511   155382 |        1    94797     24 |  0.167 % |
197.27/197.30	c |    977482 |    7767    42511   155382 |        1    94897     24 |  0.167 % |
197.27/197.30	c |    977585 |    7767    42511   155382 |        1    95000     25 |  0.167 % |
197.27/197.30	c |   1078018 |    7767    42511   155382 |        1   126433     25 |  0.167 % |
197.27/197.30	c |   1078119 |    7767    42511   155382 |        1   126534     25 |  0.167 % |
197.27/197.30	c |   1080149 |    7767    42511   155382 |        1   128564     26 |  0.167 % |
197.27/197.30	c |   1126934 |    7767    42511   155382 |        1   103753     25 |  0.167 % |
197.27/197.30	c |   1127110 |    7767    42511   155382 |        1   103929     25 |  0.167 % |
197.27/197.30	c |   1127212 |    7767    42511   155382 |        1   104031     25 |  0.167 % |
197.27/197.30	c |   1127463 |    7767    42511   155382 |        1   104282     25 |  0.167 % |
197.27/197.30	c |   1127563 |    7767    42511   155382 |        1   104382     25 |  0.167 % |
197.27/197.30	c |   1127664 |    7767    42511   155382 |        1   104483     25 |  0.167 % |
197.27/197.30	c |   1127976 |    7767    42511   155382 |        1   104795     25 |  0.167 % |
197.27/197.30	c |   1129020 |    7767    42511   155382 |        1   105839     25 |  0.167 % |
197.27/197.30	c |   1129831 |    7767    42511   155382 |        1   106650     25 |  0.167 % |
197.27/197.30	c |   1138085 |    7767    42511   155382 |        1   114904     26 |  0.167 % |
197.27/197.30	c |   1140760 |    7767    42511   155382 |        1   117579     26 |  0.167 % |
197.27/197.30	c |   1140863 |    7767    42511   155382 |        1   117682     26 |  0.167 % |
197.27/197.30	c |   1191934 |    7767    42511   155382 |        1    94558     24 |  0.167 % |
197.27/197.30	c |   1192035 |    7767    42511   155382 |        1    94659     24 |  0.167 % |
197.27/197.30	c |   1192135 |    7767    42511   155382 |        1    94759     24 |  0.167 % |
197.27/197.30	c |   1192235 |    7767    42511   155382 |        1    94859     24 |  0.167 % |
197.27/197.30	c |   1192337 |    7767    42511   155382 |        1    94961     24 |  0.167 % |
197.27/197.30	c |   1214476 |    7767    42511   155382 |        1   117100     25 |  0.167 % |
197.27/197.30	c |   1214577 |    7767    42511   155382 |        1   117201     25 |  0.167 % |
197.27/197.30	c |   1250949 |    7767    42511   155382 |        1   153573     29 |  0.167 % |
197.27/197.30	c |   1251049 |    7767    42511   155382 |        1    76864     20 |  0.167 % |
197.27/197.30	c |   1258103 |    7767    42511   155382 |        1    83918     21 |  0.167 % |
197.27/197.30	c |   1274981 |    7767    42511   155382 |        1   100796     25 |  0.167 % |
197.27/197.30	c |   1275081 |    7767    42511   155382 |        1   100896     25 |  0.167 % |
197.27/197.30	c |   1278146 |    7767    42511   155382 |        1   103961     26 |  0.167 % |
197.27/197.30	c |   1278246 |    7767    42511   155382 |        1   104061     26 |  0.167 % |
197.27/197.30	c |   1326885 |    7767    42511   155382 |        1   152700     28 |  0.167 % |
197.27/197.30	c |   1331993 |    7767    42511   155382 |        1   157808     28 |  0.167 % |
197.27/197.30	c |   1332093 |    7767    42511   155382 |        1   157908     29 |  0.167 % |
197.27/197.30	c |   1373885 |    7767    42511   155382 |        1   120301     24 |  0.167 % |
197.27/197.30	c |   1390217 |    7767    42511   155382 |        1   136633     25 |  0.167 % |
349.87/349.92	c |   1401070 |    7767    42511   155382 |        1   147486     26 |  0.167 % |
349.87/349.92	c |   1401173 |    7767    42511   155382 |        1   147589     26 |  0.167 % |
349.87/349.92	c |   1401273 |    7767    42511   155382 |        1   147689     26 |  0.167 % |
349.87/349.92	c |   1401498 |    7767    42511   155382 |        1   147914     26 |  0.167 % |
349.87/349.92	c |   1402696 |    7767    42511   155382 |        1   149112     26 |  0.167 % |
349.87/349.92	c |   1409483 |    7767    42511   155382 |        1   155899     27 |  0.167 % |
349.87/349.92	c |   1409589 |    7767    42511   155382 |        1   156005     27 |  0.167 % |
349.87/349.92	c |   1416350 |    7767    42511   155382 |        1   162766     27 |  0.167 % |
349.87/349.92	c |   1416451 |    7767    42511   155382 |        1   162867     27 |  0.167 % |
349.87/349.92	c |   1446168 |    7767    42511   155382 |        1   110584     24 |  0.167 % |
349.87/349.92	c |   1491985 |    7767    42511   155382 |        1   156401     27 |  0.167 % |
349.87/349.92	c |   1492085 |    7767    42511   155382 |        1   156501     27 |  0.167 % |
349.87/349.92	c |   1503420 |    7767    42511   155382 |        1   167836     28 |  0.167 % |
349.87/349.92	c |   1503520 |    7767    42511   155382 |        1   167936     28 |  0.167 % |
349.87/349.92	c |   1506588 |    7767    42511   155382 |        1    86402     20 |  0.167 % |
349.87/349.92	c |   1522722 |    7767    42511   155382 |        1   102536     21 |  0.167 % |
349.87/349.92	c |   1522834 |    7767    42511   155382 |        1   102648     21 |  0.167 % |
349.87/349.92	c |   1522935 |    7767    42511   155382 |        1   102749     21 |  0.167 % |
349.87/349.92	c |   1523306 |    7767    42511   155382 |        1   103120     22 |  0.167 % |
349.87/349.92	c |   1523417 |    7767    42511   155382 |        1   103231     22 |  0.167 % |
349.87/349.92	c |   1577773 |    7767    42511   155382 |        1   157587     24 |  0.167 % |
349.87/349.92	c |   1577873 |    7767    42511   155382 |        1   157687     24 |  0.167 % |
349.87/349.92	c |   1764346 |    7763    42480   155273 |        1   167164     27 |  0.219 % |
349.87/349.92	c |   1768952 |    7763    42480   155273 |        1   171770     27 |  0.219 % |
349.87/349.92	c |   1769054 |    7763    42480   155273 |        1   171872     27 |  0.219 % |
349.87/349.92	c |   1769157 |    7763    42480   155273 |        1   171975     27 |  0.219 % |
349.87/349.92	c |   1786985 |    7763    42480   155273 |        1    97401     20 |  0.219 % |
349.87/349.92	c |   1787086 |    7763    42480   155273 |        1    97502     20 |  0.219 % |
349.87/349.92	c |   2099429 |    7711    42039   153361 |        1    64712     21 |  0.887 % |
349.87/349.92	c |   2099530 |    7711    42039   153361 |        1    64813     21 |  0.887 % |
349.87/349.92	c |   2099632 |    7711    42039   153361 |        1    64915     21 |  0.887 % |
349.87/349.92	c |   2168581 |    7644    41546   151386 |        1    80049     24 |  1.748 % |
349.87/349.92	c |   2180917 |    7348    41326   150324 |        1    73468     23 |  5.553 % |
349.87/349.92	c ===============================================================================
349.87/349.92	c restarts              : 272
349.87/349.92	c nb ReduceDB           : 39
349.87/349.92	c nb removed Clauses    : 1934035
349.87/349.92	c nb learnts DL2        : 737
349.87/349.92	c nb learnts size 2     : 299
349.87/349.92	c nb learnts size 1     : 19
349.87/349.92	c conflicts             : 2180917        (6238 /sec)
349.87/349.92	c decisions             : 2587799        (0.00 % random) (7401 /sec)
349.87/349.92	c propagations          : 634288748      (1814120 /sec)
349.87/349.92	c conflict literals     : 75443326       (50.13 % deleted)
349.87/349.92	c nb reduced Clauses    : 2192
349.87/349.92	c CPU time              : 349.64 s
349.87/349.92	
349.87/349.92	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-3304021-1303904549/watcher-3304021-1303904549 -o /tmp/evaluation-result-3304021-1303904549/solver-3304021-1303904549 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3304021-1303904549.cnf 

running on 4 cores: 1,3,5,7

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.99 1.97 1.91 2/178 9867
/proc/meminfo: memFree=25548088/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 502057633 8912896 253 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9867/statm: 2176 253 211 178 0 69 0

[startup+0.024275 s]
/proc/loadavg: 1.99 1.97 1.91 2/178 9867
/proc/meminfo: memFree=25548088/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 502057633 8912896 253 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9867/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100244 s]
/proc/loadavg: 1.99 1.97 1.91 2/178 9867
/proc/meminfo: memFree=25548088/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 502057633 8912896 253 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9867/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300212 s]
/proc/loadavg: 1.99 1.97 1.91 2/178 9867
/proc/meminfo: memFree=25548088/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 8704

[startup+0.700134 s]
/proc/loadavg: 1.99 1.97 1.91 2/178 9867
/proc/meminfo: memFree=25548088/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 8704

[startup+1.50101 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9870
/proc/meminfo: memFree=25537420/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=22440 CPUtime=1.25 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 3437 0 0 0 125 0 0 0 25 0 1 0 502057656 22978560 2300 33554432000 4194304 4260849 140736620762064 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 5610 2300 249 17 0 2251 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31144

[startup+3.10071 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9870
/proc/meminfo: memFree=25530740/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=26792 CPUtime=2.85 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 4514 0 0 0 285 0 0 0 25 0 1 0 502057656 27435008 3308 33554432000 4194304 4260849 140736620762064 18446744073709551615 4226633 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 6698 3308 249 17 0 3339 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 35496

[startup+6.30014 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9870
/proc/meminfo: memFree=25521592/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=29512 CPUtime=6.05 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 5451 0 0 0 605 0 0 0 25 0 1 0 502057656 30220288 4175 33554432000 4194304 4260849 140736620762064 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 7378 4175 249 17 0 4019 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38216

[startup+12.701 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9870
/proc/meminfo: memFree=25507708/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=35724 CPUtime=12.45 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 8099 0 0 0 1245 0 0 0 25 0 1 0 502057656 36581376 5547 33554432000 4194304 4260849 140736620762064 18446744073709551615 4224913 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 8931 5547 249 17 0 5572 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44428

[startup+25.5007 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9871
/proc/meminfo: memFree=25484520/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=40144 CPUtime=25.25 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 9457 0 0 0 2524 1 0 0 25 0 1 0 502057656 41107456 6826 33554432000 4194304 4260849 140736620762064 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 10036 6826 249 17 0 6677 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48848

[startup+51.1002 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9871
/proc/meminfo: memFree=25555316/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=47412 CPUtime=50.86 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 14157 0 0 0 5084 2 0 0 25 0 1 0 502057656 48549888 8609 33554432000 4194304 4260849 140736620762064 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 11853 8609 249 17 0 8494 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56116

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9873
/proc/meminfo: memFree=25482424/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=57052 CPUtime=102.06 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 18779 0 0 0 10204 2 0 0 25 0 1 0 502057656 58421248 10267 33554432000 4194304 4260849 140736620762064 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 14263 10267 249 17 0 10904 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 65756

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9874
/proc/meminfo: memFree=25473856/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=68544 CPUtime=162.05 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 27323 0 0 0 16202 3 0 0 25 0 1 0 502057656 70189056 13942 33554432000 4194304 4260849 140736620762064 18446744073709551615 4226492 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 17136 13942 249 17 0 13777 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 77248

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9876
/proc/meminfo: memFree=25478144/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=87400 CPUtime=222.05 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 32167 0 0 0 22201 4 0 0 25 0 1 0 502057656 89497600 18612 33554432000 4194304 4260849 140736620762064 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 21850 18612 249 17 0 18491 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 96104

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9877
/proc/meminfo: memFree=25425524/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=87400 CPUtime=282.05 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 32167 0 0 0 28201 4 0 0 25 0 1 0 502057656 89497600 18612 33554432000 4194304 4260849 140736620762064 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 21850 18612 249 17 0 18491 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 96104

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9879
/proc/meminfo: memFree=25374404/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=100280 CPUtime=342.05 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 33663 0 0 0 34201 4 0 0 25 0 1 0 502057656 102686720 20077 33554432000 4194304 4260849 140736620762064 18446744073709551615 4210019 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 25070 20077 249 17 0 21711 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 108984

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

[startup+345.501 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9879
/proc/meminfo: memFree=25371924/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=100280 CPUtime=345.25 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 33663 0 0 0 34521 4 0 0 25 0 1 0 502057656 102686720 20077 33554432000 4194304 4260849 140736620762064 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 25070 20077 249 17 0 21711 0
Current children cumulated CPU time (s) 345.47
Current children cumulated vsize (KiB) 108984

[startup+347.101 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9879
/proc/meminfo: memFree=25371056/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=100280 CPUtime=346.85 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 33663 0 0 0 34681 4 0 0 25 0 1 0 502057656 102686720 20077 33554432000 4194304 4260849 140736620762064 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 25070 20077 249 17 0 21711 0
Current children cumulated CPU time (s) 347.07
Current children cumulated vsize (KiB) 108984

[startup+348.706 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9879
/proc/meminfo: memFree=25369196/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=100280 CPUtime=348.46 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 33663 0 0 0 34842 4 0 0 25 0 1 0 502057656 102686720 20077 33554432000 4194304 4260849 140736620762064 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 25070 20077 249 17 0 21711 0
Current children cumulated CPU time (s) 348.68
Current children cumulated vsize (KiB) 108984

[startup+349.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9879
/proc/meminfo: memFree=25369196/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=100280 CPUtime=349.25 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 33663 0 0 0 34921 4 0 0 25 0 1 0 502057656 102686720 20077 33554432000 4194304 4260849 140736620762064 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 25070 20077 249 17 0 21711 0
Current children cumulated CPU time (s) 349.47
Current children cumulated vsize (KiB) 108984

[startup+349.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/180 9879
/proc/meminfo: memFree=25368328/32951124 swapFree=67051468/67111528
[pid=9867] ppid=9865 vsize=8704 CPUtime=0.22 cores=1,3,5,7
/proc/9867/stat : 9867 (glucose.sh) S 9865 9867 9556 0 -1 4202496 361 2884 0 0 0 0 21 1 23 0 1 0 502057633 8912896 255 33554432000 4194304 4922060 140735457283344 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9867/statm: 2176 255 211 178 0 69 0
[pid=9870] ppid=9867 vsize=100280 CPUtime=349.65 cores=1,3,5,7
/proc/9870/stat : 9870 (glucose_static) R 9867 9867 9556 0 -1 4202496 33663 0 0 0 34961 4 0 0 25 0 1 0 502057656 102686720 20077 33554432000 4194304 4260849 140736620762064 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9870/statm: 25070 20077 249 17 0 21711 0
Current children cumulated CPU time (s) 349.87
Current children cumulated vsize (KiB) 108984

Child status: 20
Real time (s): 349.932
CPU time (s): 349.932
CPU user time (s): 349.86
CPU system time (s): 0.071989
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 108984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.86
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37122
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= 43
involuntary context switches= 4063

runsolver used 0.500923 second user time and 1.17982 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-27 13:42:29
IDJOB=3304021
IDBENCH=83117
IDSOLVER=1687
FILE ID=node101/3304021-1303904549
RUNJOBID= node101-1303899346-9575
PBS_JOBID= 13164547
Free space on /tmp= 72016 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3304021-1303904549/watcher-3304021-1303904549 -o /tmp/evaluation-result-3304021-1303904549/solver-3304021-1303904549 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3304021-1303904549.cnf 

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=1617400415

node101.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.841
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.841
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.77
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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:      25548368 kB
Buffers:       1978396 kB
Cached:        4849028 kB
SwapCached:      30452 kB
Active:        2783764 kB
Inactive:      4176836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25548368 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            2336 kB
Writeback:           0 kB
AnonPages:      124364 kB
Mapped:           9332 kB
Slab:           378136 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   331616 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= 72012 MiB
End job on node101 at 2011-04-27 13:48:19