Trace number 3262088

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 2SAT 391.368 391.363

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_404.cnf
MD5SUM213e4c0c58f043e67e86cf993698317a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.22675
Satisfiable
(Un)Satisfiability was proved
Number of variables202
Number of clauses22023
Sum of the clauses size98860
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 267
Number of clauses of size 320125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51831

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   22023    98860 |    6606       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 202   #clauses: 22023   #literals: 98860
0.00/0.01	c CPU time:   0.006998 s
0.00/0.01	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
52.08/52.16	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
52.08/52.16	c WARNING: for repeatability, setting FPU to use double precision
52.08/52.16	c ============================[ Problem Statistics ]=============================
52.08/52.16	c |                                                                             |
52.08/52.16	c |  Number of variables:           202                                         |
52.08/52.16	c |  Number of clauses:           22023                                         |
52.08/52.16	c |  Parse time:                   0.01 s                                       |
52.08/52.16	c |                                                                             |
52.08/52.16	c ============================[ Search Statistics ]==============================
52.08/52.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.08/52.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.08/52.16	c ===============================================================================
52.08/52.16	c |      1747 |     202    22023    98860 |        1     1747     25 |  0.000 % |
52.08/52.16	c |      1847 |     202    22023    98860 |        1     1847     25 |  0.000 % |
52.08/52.16	c |     18002 |     202    22023    98860 |        1    11712     28 |  0.000 % |
52.08/52.16	c |     88518 |     202    22023    98860 |        1    22939     25 |  0.000 % |
52.08/52.16	c |    198982 |     202    22023    98860 |        1    39393     23 |  0.000 % |
52.08/52.16	c |    217114 |     202    22023    98860 |        1    57525     23 |  0.000 % |
52.08/52.16	c |    423301 |     202    22023    98860 |        1    44716     22 |  0.000 % |
52.08/52.16	c |    593932 |     202    22023    98860 |        1    70748     22 |  0.000 % |
52.08/52.16	c |    653137 |     202    22023    98860 |        1    76554     22 |  0.000 % |
52.08/52.16	c |    653306 |     202    22023    98860 |        1    76723     22 |  0.000 % |
52.08/52.16	c |    653407 |     202    22023    98860 |        1    76824     22 |  0.000 % |
52.08/52.16	c |    653508 |     202    22023    98860 |        1    76925     22 |  0.000 % |
52.08/52.16	c |    653608 |     202    22023    98860 |        1    77025     22 |  0.000 % |
52.08/52.16	c |    653710 |     202    22023    98860 |        1    77127     22 |  0.000 % |
52.08/52.16	c |    654157 |     202    22023    98860 |        1    77574     22 |  0.000 % |
52.08/52.16	c |    654258 |     202    22023    98860 |        1    77675     22 |  0.000 % |
52.08/52.16	c |    655007 |     202    22023    98860 |        1    78424     22 |  0.000 % |
52.08/52.16	c |    655647 |     202    22023    98860 |        1    79064     22 |  0.000 % |
52.08/52.16	c |    660529 |     202    22023    98860 |        1    83946     22 |  0.000 % |
52.08/52.16	c |    660630 |     202    22023    98860 |        1    84047     22 |  0.000 % |
52.08/52.16	c |    664166 |     202    22023    98860 |        1    87583     23 |  0.000 % |
52.08/52.16	c |    667385 |     202    22023    98860 |        1    90802     23 |  0.000 % |
52.08/52.16	c |    669917 |     202    22023    98860 |        1    93334     23 |  0.000 % |
52.08/52.16	c |    670017 |     202    22023    98860 |        1    93434     23 |  0.000 % |
52.08/52.16	c |    670119 |     202    22023    98860 |        1    93536     23 |  0.000 % |
52.08/52.16	c |    670521 |     202    22023    98860 |        1    93938     23 |  0.000 % |
52.08/52.16	c |    680889 |     202    22023    98860 |        1   104306     23 |  0.000 % |
52.08/52.16	c |    686977 |     202    22023    98860 |        1   110394     23 |  0.000 % |
52.08/52.16	c |    695535 |     202    22023    98860 |        1    62949     21 |  0.000 % |
52.08/52.16	c |    699662 |     202    22023    98860 |        1    67076     21 |  0.000 % |
52.08/52.16	c |    703231 |     202    22023    98860 |        1    70645     22 |  0.000 % |
52.08/52.16	c |    703725 |     202    22023    98860 |        1    71139     22 |  0.000 % |
52.08/52.16	c |    738750 |     202    22023    98860 |        1   106164     22 |  0.000 % |
52.08/52.16	c |    783938 |     202    22023    98860 |        1    92759     21 |  0.000 % |
52.08/52.16	c |    797712 |     202    22023    98860 |        1   106533     21 |  0.000 % |
52.08/52.16	c |    799634 |     202    22023    98860 |        1   108455     21 |  0.000 % |
52.08/52.16	c |    804709 |     202    22023    98860 |        1   113530     22 |  0.000 % |
52.08/52.16	c |    814469 |     202    22023    98860 |        1    62084     20 |  0.000 % |
52.08/52.16	c |    815682 |     202    22023    98860 |        1    63297     20 |  0.000 % |
90.57/90.68	c |    815957 |     202    22023    98860 |        1    63572     20 |  0.000 % |
90.57/90.68	c |    816223 |     202    22023    98860 |        1    63838     20 |  0.000 % |
90.57/90.68	c |    817102 |     202    22023    98860 |        1    64717     20 |  0.000 % |
90.57/90.68	c |    910931 |     202    22023    98860 |        1    94746     21 |  0.000 % |
90.57/90.68	c |    974925 |     202    22023    98860 |        1    92342     22 |  0.000 % |
90.57/90.68	c |    977854 |     202    22023    98860 |        1    95271     22 |  0.000 % |
90.57/90.68	c |    977954 |     202    22023    98860 |        1    95371     22 |  0.000 % |
90.57/90.68	c |    978596 |     202    22023    98860 |        1    96013     22 |  0.000 % |
90.57/90.68	c |    978696 |     202    22023    98860 |        1    96113     22 |  0.000 % |
90.57/90.68	c |    978826 |     202    22023    98860 |        1    96243     22 |  0.000 % |
90.57/90.68	c |    978928 |     202    22023    98860 |        1    96345     22 |  0.000 % |
90.57/90.68	c |    987528 |     202    22023    98860 |        1   104945     22 |  0.000 % |
90.57/90.68	c |   1016053 |     202    22023    98860 |        1   133470     23 |  0.000 % |
90.57/90.68	c |   1016255 |     202    22023    98860 |        1   133672     23 |  0.000 % |
90.57/90.68	c |   1016355 |     202    22023    98860 |        1   133772     23 |  0.000 % |
90.57/90.68	c |   1016494 |     202    22023    98860 |        1   133911     23 |  0.000 % |
90.57/90.68	c |   1017057 |     202    22023    98860 |        1   134474     23 |  0.000 % |
90.57/90.68	c |   1031257 |     202    22023    98860 |        1    79675     21 |  0.000 % |
90.57/90.68	c |   1033878 |     202    22023    98860 |        1    82296     21 |  0.000 % |
90.57/90.68	c |   1046907 |     202    22023    98860 |        1    95325     22 |  0.000 % |
90.57/90.68	c |   1053779 |     202    22023    98860 |        1   102197     22 |  0.000 % |
90.57/90.68	c |   1059408 |     202    22023    98860 |        1   107826     23 |  0.000 % |
90.57/90.68	c |   1060085 |     202    22023    98860 |        1   108503     23 |  0.000 % |
90.57/90.68	c |   1060465 |     202    22023    98860 |        1   108883     23 |  0.000 % |
90.57/90.68	c |   1060711 |     202    22023    98860 |        1   109129     23 |  0.000 % |
90.57/90.68	c |   1073616 |     202    22023    98860 |        1   122034     23 |  0.000 % |
90.57/90.68	c |   1094385 |     202    22023    98860 |        1   142803     23 |  0.000 % |
90.57/90.68	c |   1097869 |     202    22023    98860 |        1    74685     20 |  0.000 % |
90.57/90.68	c |   1099338 |     202    22023    98860 |        1    76154     21 |  0.000 % |
90.57/90.68	c |   1100068 |     202    22023    98860 |        1    76884     21 |  0.000 % |
90.57/90.68	c |   1112625 |     202    22023    98860 |        1    89441     21 |  0.000 % |
90.57/90.68	c |   1119450 |     202    22023    98860 |        1    96266     22 |  0.000 % |
90.57/90.68	c |   1119745 |     202    22023    98860 |        1    96561     22 |  0.000 % |
90.57/90.68	c |   1229749 |     202    22023    98860 |        1   132369     21 |  0.000 % |
90.57/90.68	c |   1229932 |     202    22023    98860 |        1   132552     21 |  0.000 % |
90.57/90.68	c |   1230032 |     202    22023    98860 |        1   132652     21 |  0.000 % |
90.57/90.68	c |   1230134 |     202    22023    98860 |        1   132754     21 |  0.000 % |
90.57/90.68	c |   1240374 |     202    22023    98860 |        1   142994     22 |  0.000 % |
90.57/90.68	c |   1240604 |     202    22023    98860 |        1   143224     22 |  0.000 % |
90.57/90.68	c |   1241073 |     202    22023    98860 |        1   143693     22 |  0.000 % |
90.57/90.68	c |   1264729 |     202    22023    98860 |        1    90553     21 |  0.000 % |
90.57/90.68	c |   1266722 |     202    22023    98860 |        1    92546     21 |  0.000 % |
90.57/90.68	c |   1266822 |     202    22023    98860 |        1    92646     21 |  0.000 % |
90.57/90.68	c |   1269666 |     202    22023    98860 |        1    95490     21 |  0.000 % |
90.57/90.68	c |   1269824 |     202    22023    98860 |        1    95648     21 |  0.000 % |
90.57/90.68	c |   1272858 |     202    22023    98860 |        1    98682     21 |  0.000 % |
90.57/90.68	c |   1272960 |     202    22023    98860 |        1    98784     21 |  0.000 % |
90.57/90.68	c |   1273062 |     202    22023    98860 |        1    98886     21 |  0.000 % |
90.57/90.68	c |   1301863 |     202    22023    98860 |        1   127687     22 |  0.000 % |
90.57/90.68	c |   1302009 |     202    22023    98860 |        1   127833     22 |  0.000 % |
156.58/156.69	c |   1388239 |     202    22023    98860 |        1   134660     21 |  0.000 % |
156.58/156.69	c |   1388491 |     202    22023    98860 |        1   134912     21 |  0.000 % |
156.58/156.69	c |   1389765 |     202    22023    98860 |        1   136186     21 |  0.000 % |
156.58/156.69	c |   1390983 |     202    22023    98860 |        1   137404     21 |  0.000 % |
156.58/156.69	c |   1391083 |     202    22023    98860 |        1   137504     21 |  0.000 % |
156.58/156.69	c |   1391712 |     202    22023    98860 |        1   138133     21 |  0.000 % |
156.58/156.69	c |   1392367 |     202    22023    98860 |        1   138788     21 |  0.000 % |
156.58/156.69	c |   1392468 |     202    22023    98860 |        1   138889     21 |  0.000 % |
156.58/156.69	c |   1392569 |     202    22023    98860 |        1   138990     21 |  0.000 % |
156.58/156.69	c |   1394727 |     202    22023    98860 |        1   141148     21 |  0.000 % |
156.58/156.69	c |   1395913 |     202    22023    98860 |        1   142334     21 |  0.000 % |
156.58/156.69	c |   1396013 |     202    22023    98860 |        1   142434     21 |  0.000 % |
156.58/156.69	c |   1397205 |     202    22023    98860 |        1   143626     21 |  0.000 % |
156.58/156.69	c |   1397618 |     202    22023    98860 |        1   144039     21 |  0.000 % |
156.58/156.69	c |   1397805 |     202    22023    98860 |        1   144226     21 |  0.000 % |
156.58/156.69	c |   1403653 |     202    22023    98860 |        1   150074     21 |  0.000 % |
156.58/156.69	c |   1404879 |     202    22023    98860 |        1   151300     21 |  0.000 % |
156.58/156.69	c |   1405817 |     202    22023    98860 |        1   152238     21 |  0.000 % |
156.58/156.69	c |   1407495 |     202    22023    98860 |        1   153916     21 |  0.000 % |
156.58/156.69	c |   1408030 |     202    22023    98860 |        1   154451     21 |  0.000 % |
156.58/156.69	c |   1430514 |     202    22023    98860 |        1    94931     20 |  0.000 % |
156.58/156.69	c |   1431084 |     202    22023    98860 |        1    95501     20 |  0.000 % |
156.58/156.69	c |   1461424 |     202    22023    98860 |        1   125841     21 |  0.000 % |
156.58/156.69	c |   1475969 |     202    22023    98860 |        1   140386     21 |  0.000 % |
156.58/156.69	c |   1485544 |     202    22023    98860 |        1   149961     21 |  0.000 % |
156.58/156.69	c |   1486931 |     202    22023    98860 |        1   151348     21 |  0.000 % |
156.58/156.69	c |   1489724 |     202    22023    98860 |        1   154141     22 |  0.000 % |
156.58/156.69	c |   1516220 |     202    22023    98860 |        1    96032     20 |  0.000 % |
156.58/156.69	c |   1590790 |     202    22023    98860 |        1   170602     21 |  0.000 % |
156.58/156.69	c |   1591067 |     202    22023    98860 |        1   170879     21 |  0.000 % |
156.58/156.69	c |   1682591 |     202    22023    98860 |        1   175205     21 |  0.000 % |
156.58/156.69	c |   1682691 |     202    22023    98860 |        1   175305     21 |  0.000 % |
156.58/156.69	c |   1682979 |     202    22023    98860 |        1   175593     21 |  0.000 % |
156.58/156.69	c |   1683611 |     202    22023    98860 |        1   176225     21 |  0.000 % |
156.58/156.69	c |   1684765 |     202    22023    98860 |        1   177379     21 |  0.000 % |
156.58/156.69	c |   1728532 |     202    22023    98860 |        1   131344     21 |  0.000 % |
156.58/156.69	c |   1762901 |     202    22023    98860 |        1   165713     21 |  0.000 % |
156.58/156.69	c |   1819153 |     202    22023    98860 |        1   129568     21 |  0.000 % |
156.58/156.69	c |   1830355 |     202    22023    98860 |        1   140770     21 |  0.000 % |
156.58/156.69	c |   1830662 |     202    22023    98860 |        1   141077     21 |  0.000 % |
156.58/156.69	c |   1838609 |     202    22023    98860 |        1   149024     21 |  0.000 % |
156.58/156.69	c |   1905107 |     202    22023    98860 |        1   120520     21 |  0.000 % |
156.58/156.69	c |   1905397 |     202    22023    98860 |        1   120810     21 |  0.000 % |
156.58/156.69	c |   1905497 |     202    22023    98860 |        1   120910     21 |  0.000 % |
156.58/156.69	c |   1906590 |     202    22023    98860 |        1   122003     21 |  0.000 % |
156.58/156.69	c |   1909098 |     202    22023    98860 |        1   124511     21 |  0.000 % |
156.58/156.69	c |   1932100 |     202    22023    98860 |        1   147513     22 |  0.000 % |
156.58/156.69	c |   1938418 |     202    22023    98860 |        1   153831     22 |  0.000 % |
156.58/156.69	c |   2017394 |     202    22023    98860 |        1   135208     21 |  0.000 % |
156.58/156.69	c |   2027417 |     202    22023    98860 |        1   145231     21 |  0.000 % |
206.08/206.19	c |   2027520 |     202    22023    98860 |        1   145334     21 |  0.000 % |
206.08/206.19	c |   2044304 |     202    22023    98860 |        1   162118     22 |  0.000 % |
206.08/206.19	c |   2044406 |     202    22023    98860 |        1   162220     22 |  0.000 % |
206.08/206.19	c |   2045247 |     202    22023    98860 |        1   163061     22 |  0.000 % |
206.08/206.19	c |   2046160 |     202    22023    98860 |        1   163974     22 |  0.000 % |
206.08/206.19	c |   2079950 |     202    22023    98860 |        1   197764     22 |  0.000 % |
206.08/206.19	c |   2080051 |     202    22023    98860 |        1   197865     22 |  0.000 % |
206.08/206.19	c |   2080232 |     202    22023    98860 |        1   198046     22 |  0.000 % |
206.08/206.19	c |   2081569 |     202    22023    98860 |        1   199383     23 |  0.000 % |
206.08/206.19	c |   2082400 |     202    22023    98860 |        1   200214     23 |  0.000 % |
206.08/206.19	c |   2104869 |     202    22023    98860 |        1   122484     21 |  0.000 % |
206.08/206.19	c |   2104969 |     202    22023    98860 |        1   122584     21 |  0.000 % |
206.08/206.19	c |   2109709 |     202    22023    98860 |        1   127324     21 |  0.000 % |
206.08/206.19	c |   2111765 |     202    22023    98860 |        1   129380     21 |  0.000 % |
206.08/206.19	c |   2111865 |     202    22023    98860 |        1   129480     21 |  0.000 % |
206.08/206.19	c |   2170324 |     202    22023    98860 |        1   187939     22 |  0.000 % |
206.08/206.19	c |   2170914 |     202    22023    98860 |        1   188529     22 |  0.000 % |
206.08/206.19	c |   2173642 |     202    22023    98860 |        1   191257     22 |  0.000 % |
206.08/206.19	c |   2174445 |     202    22023    98860 |        1   192060     22 |  0.000 % |
206.08/206.19	c |   2174612 |     202    22023    98860 |        1   192227     22 |  0.000 % |
206.08/206.19	c |   2174712 |     202    22023    98860 |        1   192327     22 |  0.000 % |
206.08/206.19	c |   2174825 |     202    22023    98860 |        1   192440     22 |  0.000 % |
206.08/206.19	c |   2174987 |     202    22023    98860 |        1   192602     22 |  0.000 % |
206.08/206.19	c |   2211961 |     202    22023    98860 |        1   126776     20 |  0.000 % |
206.08/206.19	c |   2220418 |     202    22023    98860 |        1   135233     20 |  0.000 % |
206.08/206.19	c |   2220588 |     202    22023    98860 |        1   135403     20 |  0.000 % |
206.08/206.19	c |   2233206 |     202    22023    98860 |        1   148021     21 |  0.000 % |
206.08/206.19	c |   2244133 |     202    22023    98860 |        1   158948     21 |  0.000 % |
206.08/206.19	c |   2258268 |     202    22023    98860 |        1   173083     22 |  0.000 % |
206.08/206.19	c |   2282811 |     202    22023    98860 |        1   197626     22 |  0.000 % |
206.08/206.19	c |   2284894 |     202    22023    98860 |        1   199709     22 |  0.000 % |
206.08/206.19	c |   2299524 |     202    22023    98860 |        1   108938     19 |  0.000 % |
206.08/206.19	c |   2306562 |     202    22023    98860 |        1   115976     20 |  0.000 % |
206.08/206.19	c |   2306662 |     202    22023    98860 |        1   116076     20 |  0.000 % |
206.08/206.19	c |   2394011 |     202    22023    98860 |        1   203425     22 |  0.000 % |
206.08/206.19	c |   2399295 |     202    22023    98860 |        1   208709     22 |  0.000 % |
206.08/206.19	c |   2399468 |     202    22023    98860 |        1   208882     22 |  0.000 % |
206.08/206.19	c |   2431527 |     202    22023    98860 |        1   132942     20 |  0.000 % |
206.08/206.19	c |   2432071 |     202    22023    98860 |        1   133486     20 |  0.000 % |
206.08/206.19	c |   2432511 |     202    22023    98860 |        1   133926     20 |  0.000 % |
206.08/206.19	c |   2432968 |     202    22023    98860 |        1   134383     20 |  0.000 % |
206.08/206.19	c |   2433068 |     202    22023    98860 |        1   134483     20 |  0.000 % |
206.08/206.19	c |   2434454 |     202    22023    98860 |        1   135869     20 |  0.000 % |
206.08/206.19	c |   2434554 |     202    22023    98860 |        1   135969     20 |  0.000 % |
206.08/206.19	c |   2484966 |     202    22023    98860 |        1   186381     21 |  0.000 % |
206.08/206.19	c |   2485066 |     202    22023    98860 |        1   186481     21 |  0.000 % |
206.08/206.19	c |   2507899 |     202    22023    98860 |        1   209314     22 |  0.000 % |
206.08/206.19	c |   2519265 |     202    22023    98860 |        1   220680     22 |  0.000 % |
206.08/206.19	c |   2519492 |     202    22023    98860 |        1   220907     22 |  0.000 % |
206.08/206.19	c |   2520055 |     202    22023    98860 |        1   110868     19 |  0.000 % |
287.19/287.26	c |   2521551 |     202    22023    98860 |        1   112364     19 |  0.000 % |
287.19/287.26	c |   2522056 |     202    22023    98860 |        1   112869     19 |  0.000 % |
287.19/287.26	c |   2535453 |     202    22023    98860 |        1   126266     20 |  0.000 % |
287.19/287.26	c |   2535555 |     202    22023    98860 |        1   126368     20 |  0.000 % |
287.19/287.26	c |   2536113 |     202    22023    98860 |        1   126926     20 |  0.000 % |
287.19/287.26	c |   2536213 |     202    22023    98860 |        1   127026     20 |  0.000 % |
287.19/287.26	c |   2536314 |     202    22023    98860 |        1   127127     20 |  0.000 % |
287.19/287.26	c |   2696189 |     202    22023    98860 |        1   173801     21 |  0.000 % |
287.19/287.26	c |   2696290 |     202    22023    98860 |        1   173902     21 |  0.000 % |
287.19/287.26	c |   2699304 |     202    22023    98860 |        1   176916     21 |  0.000 % |
287.19/287.26	c |   2704749 |     202    22023    98860 |        1   182361     21 |  0.000 % |
287.19/287.26	c |   2745255 |     202    22023    98860 |        1   222867     21 |  0.000 % |
287.19/287.26	c |   2746644 |     202    22023    98860 |        1   224256     21 |  0.000 % |
287.19/287.26	c |   2746747 |     202    22023    98860 |        1   224359     21 |  0.000 % |
287.19/287.26	c |   2764119 |     202    22023    98860 |        1   125947     20 |  0.000 % |
287.19/287.26	c |   2790590 |     202    22023    98860 |        1   152418     21 |  0.000 % |
287.19/287.26	c |   2790692 |     202    22023    98860 |        1   152520     21 |  0.000 % |
287.19/287.26	c |   2799575 |     202    22023    98860 |        1   161403     21 |  0.000 % |
287.19/287.26	c |   2805755 |     202    22023    98860 |        1   167583     21 |  0.000 % |
287.19/287.26	c |   2838910 |     202    22023    98860 |        1   200738     22 |  0.000 % |
287.19/287.26	c |   2840629 |     202    22023    98860 |        1   202457     22 |  0.000 % |
287.19/287.26	c |   2858847 |     202    22023    98860 |        1   220675     22 |  0.000 % |
287.19/287.26	c |   3022795 |     202    22023    98860 |        1   145210     20 |  0.000 % |
287.19/287.26	c |   3032172 |     202    22023    98860 |        1   154587     20 |  0.000 % |
287.19/287.26	c |   3032272 |     202    22023    98860 |        1   154687     20 |  0.000 % |
287.19/287.26	c |   3063583 |     202    22023    98860 |        1   185998     21 |  0.000 % |
287.19/287.26	c |   3063683 |     202    22023    98860 |        1   186098     21 |  0.000 % |
287.19/287.26	c |   3063784 |     202    22023    98860 |        1   186199     21 |  0.000 % |
287.19/287.26	c |   3065409 |     202    22023    98860 |        1   187824     21 |  0.000 % |
287.19/287.26	c |   3066421 |     202    22023    98860 |        1   188836     21 |  0.000 % |
287.19/287.26	c |   3066705 |     202    22023    98860 |        1   189120     21 |  0.000 % |
287.19/287.26	c |   3066805 |     202    22023    98860 |        1   189220     21 |  0.000 % |
287.19/287.26	c |   3082504 |     202    22023    98860 |        1   204919     21 |  0.000 % |
287.19/287.26	c |   3082730 |     202    22023    98860 |        1   205145     21 |  0.000 % |
287.19/287.26	c |   3083299 |     202    22023    98860 |        1   205714     21 |  0.000 % |
287.19/287.26	c |   3084948 |     202    22023    98860 |        1   207363     22 |  0.000 % |
287.19/287.26	c |   3085048 |     202    22023    98860 |        1   207463     22 |  0.000 % |
287.19/287.26	c |   3190694 |     202    22023    98860 |        1   189506     21 |  0.000 % |
287.19/287.26	c |   3228913 |     202    22023    98860 |        1   227725     21 |  0.000 % |
287.19/287.26	c |   3232645 |     202    22023    98860 |        1   231457     21 |  0.000 % |
287.19/287.26	c |   3241845 |     202    22023    98860 |        1   240657     22 |  0.000 % |
287.19/287.26	c |   3242788 |     202    22023    98860 |        1   241600     22 |  0.000 % |
287.19/287.26	c |   3243139 |     202    22023    98860 |        1   241951     22 |  0.000 % |
287.19/287.26	c |   3243240 |     202    22023    98860 |        1   242052     22 |  0.000 % |
287.19/287.26	c |   3285889 |     202    22023    98860 |        1   158505     20 |  0.000 % |
287.19/287.26	c |   3289098 |     202    22023    98860 |        1   161714     20 |  0.000 % |
287.19/287.26	c |   3289257 |     202    22023    98860 |        1   161873     20 |  0.000 % |
287.19/287.26	c |   3292562 |     202    22023    98860 |        1   165178     20 |  0.000 % |
287.19/287.26	c |   3300018 |     202    22023    98860 |        1   172634     20 |  0.000 % |
287.19/287.26	c |   3320263 |     202    22023    98860 |        1   192879     21 |  0.000 % |
382.29/382.31	c |   3352109 |     202    22023    98860 |        1   224725     22 |  0.000 % |
382.29/382.31	c |   3412088 |     202    22023    98860 |        1   155909     20 |  0.000 % |
382.29/382.31	c |   3437565 |     202    22023    98860 |        1   181386     21 |  0.000 % |
382.29/382.31	c |   3526196 |     202    22023    98860 |        1   138612     19 |  0.000 % |
382.29/382.31	c |   3528661 |     202    22023    98860 |        1   141077     19 |  0.000 % |
382.29/382.31	c |   3528761 |     202    22023    98860 |        1   141177     19 |  0.000 % |
382.29/382.31	c |   3538188 |     202    22023    98860 |        1   150604     20 |  0.000 % |
382.29/382.31	c |   3539064 |     202    22023    98860 |        1   151480     20 |  0.000 % |
382.29/382.31	c |   3539695 |     202    22023    98860 |        1   152111     20 |  0.000 % |
382.29/382.31	c |   3561176 |     202    22023    98860 |        1   173592     20 |  0.000 % |
382.29/382.31	c |   3561276 |     202    22023    98860 |        1   173692     20 |  0.000 % |
382.29/382.31	c |   3565598 |     202    22023    98860 |        1   178014     20 |  0.000 % |
382.29/382.31	c |   3574084 |     202    22023    98860 |        1   186500     21 |  0.000 % |
382.29/382.31	c |   3602674 |     202    22023    98860 |        1   215090     21 |  0.000 % |
382.29/382.31	c |   3602774 |     202    22023    98860 |        1   215190     21 |  0.000 % |
382.29/382.31	c |   3603310 |     202    22023    98860 |        1   215726     21 |  0.000 % |
382.29/382.31	c |   3603577 |     202    22023    98860 |        1   215993     21 |  0.000 % |
382.29/382.31	c |   3646068 |     202    22023    98860 |        1   258484     22 |  0.000 % |
382.29/382.31	c |   3660820 |     202    22023    98860 |        1   139236     19 |  0.000 % |
382.29/382.31	c |   3661490 |     202    22023    98860 |        1   139906     19 |  0.000 % |
382.29/382.31	c |   3663295 |     202    22023    98860 |        1   141711     19 |  0.000 % |
382.29/382.31	c |   3733600 |     202    22023    98860 |        1   212016     21 |  0.000 % |
382.29/382.31	c |   3789994 |     202    22023    98860 |        1   268410     21 |  0.000 % |
382.29/382.31	c |   3790919 |     202    22023    98860 |        1   269335     21 |  0.000 % |
382.29/382.31	c |   3802091 |     202    22023    98860 |        1   143908     19 |  0.000 % |
382.29/382.31	c |   3802303 |     202    22023    98860 |        1   144120     19 |  0.000 % |
382.29/382.31	c |   3802685 |     202    22023    98860 |        1   144502     19 |  0.000 % |
382.29/382.31	c |   3813783 |     202    22023    98860 |        1   155600     19 |  0.000 % |
382.29/382.31	c |   3829609 |     202    22023    98860 |        1   171426     20 |  0.000 % |
382.29/382.31	c |   3892790 |     202    22023    98860 |        1   234607     21 |  0.000 % |
382.29/382.31	c |   3892891 |     202    22023    98860 |        1   234708     21 |  0.000 % |
382.29/382.31	c |   3899361 |     202    22023    98860 |        1   241178     21 |  0.000 % |
382.29/382.31	c |   3908153 |     202    22023    98860 |        1   249970     21 |  0.000 % |
382.29/382.31	c |   3908650 |     202    22023    98860 |        1   250467     21 |  0.000 % |
382.29/382.31	c |   3968068 |     202    22023    98860 |        1   170680     20 |  0.000 % |
382.29/382.31	c |   3995783 |     202    22023    98860 |        1   198395     20 |  0.000 % |
382.29/382.31	c |   4020379 |     202    22023    98860 |        1   222991     21 |  0.000 % |
382.29/382.31	c |   4042423 |     202    22023    98860 |        1   245035     21 |  0.000 % |
382.29/382.31	c |   4042853 |     202    22023    98860 |        1   245465     21 |  0.000 % |
382.29/382.31	c |   4042953 |     202    22023    98860 |        1   245565     21 |  0.000 % |
382.29/382.31	c |   4047584 |     202    22023    98860 |        1   250196     21 |  0.000 % |
382.29/382.31	c |   4055691 |     202    22023    98860 |        1   258303     21 |  0.000 % |
382.29/382.31	c |   4081042 |     202    22023    98860 |        1   141857     19 |  0.000 % |
382.29/382.31	c |   4086070 |     202    22023    98860 |        1   146885     19 |  0.000 % |
382.29/382.31	c |   4086604 |     202    22023    98860 |        1   147419     19 |  0.000 % |
382.29/382.31	c |   4105447 |     202    22023    98860 |        1   166262     20 |  0.000 % |
382.29/382.31	c |   4134205 |     202    22023    98860 |        1   195020     20 |  0.000 % |
382.29/382.31	c |   4135676 |     202    22023    98860 |        1   196491     20 |  0.000 % |
382.29/382.31	c |   4135777 |     202    22023    98860 |        1   196592     20 |  0.000 % |
382.29/382.31	c |   4166353 |     202    22023    98860 |        1   227168     21 |  0.000 % |
391.29/391.35	c |   4166455 |     202    22023    98860 |        1   227270     21 |  0.000 % |
391.29/391.35	c |   4166555 |     202    22023    98860 |        1   227370     21 |  0.000 % |
391.29/391.35	c |   4186940 |     202    22023    98860 |        1   247755     21 |  0.000 % |
391.29/391.35	c |   4193752 |     202    22023    98860 |        1   254567     21 |  0.000 % |
391.29/391.35	c |   4217251 |     202    22023    98860 |        1   278066     22 |  0.000 % |
391.29/391.35	c |   4217352 |     202    22023    98860 |        1   278167     22 |  0.000 % |
391.29/391.35	c |   4239712 |     202    22023    98860 |        1   156125     19 |  0.007 % |
391.29/391.35	c ===============================================================================
391.29/391.35	c restarts              : 296
391.29/391.35	c nb ReduceDB           : 56
391.29/391.35	c nb removed Clauses    : 4083587
391.29/391.35	c nb learnts DL2        : 19
391.29/391.35	c nb learnts size 2     : 5
391.29/391.35	c nb learnts size 1     : 0
391.29/391.35	c conflicts             : 4239712        (10836 /sec)
391.29/391.35	c decisions             : 5001147        (0.00 % random) (12782 /sec)
391.29/391.35	c propagations          : 117769922      (300992 /sec)
391.29/391.35	c conflict literals     : 103603566      (46.20 % deleted)
391.29/391.35	c nb reduced Clauses    : 1997
391.29/391.35	c CPU time              : 391.273 s
391.29/391.35	
391.29/391.35	s SATISFIABLE
391.29/391.35	v 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 -19 20 -21 22 23 24 25 26 -27 -28 29 30 31 -32 33 34 35 36 37 38 39 40 41 42 43 44 45 -46 47 48 49 50 51 52 53 54 55 -56 -57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 -77 78 -79 80 81 82 83 84 85 86 87 -88 89 -90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 -107 108 109 110 111 112 113 114 -115 116 -117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 -132 133 134 135 136 137 138 139 140 -141 142 -143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 -164 165 -166 167 168 169 -170 171 172 173 174 175 176 177 178 179 180 -181 182 -183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 -201 202 0

Verifier Data

OK

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-3262088-1303515274/watcher-3262088-1303515274 -o /tmp/evaluation-result-3262088-1303515274/solver-3262088-1303515274 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3262088-1303515274.cnf 

running on 2 cores: 0,2

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: 3.99 3.97 3.87 5/192 2838
/proc/meminfo: memFree=15531480/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 463126235 8912896 253 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 253 211 178 0 69 0

[startup+0.059844 s]
/proc/loadavg: 3.99 3.97 3.87 5/192 2838
/proc/meminfo: memFree=15531480/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100833 s]
/proc/loadavg: 3.99 3.97 3.87 5/192 2838
/proc/meminfo: memFree=15531480/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.30086 s]
/proc/loadavg: 3.99 3.97 3.87 5/192 2838
/proc/meminfo: memFree=15531480/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.70079 s]
/proc/loadavg: 3.99 3.97 3.87 5/192 2838
/proc/meminfo: memFree=15531480/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50065 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2841
/proc/meminfo: memFree=15522668/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=23816 CPUtime=1.46 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 3549 0 0 0 146 0 0 0 25 0 1 0 463126238 24387584 2652 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 5954 2652 248 17 0 2595 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 32520

[startup+3.10036 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2841
/proc/meminfo: memFree=15519572/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=24844 CPUtime=3.06 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 3815 0 0 0 306 0 0 0 25 0 1 0 463126238 25440256 2909 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 6211 2909 248 17 0 2852 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33548

[startup+6.30073 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2841
/proc/meminfo: memFree=15515908/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=33816 CPUtime=6.26 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 5666 0 0 0 626 0 0 0 25 0 1 0 463126238 34627584 3610 33554432000 4194304 4260849 140737466005648 18446744073709551615 4246681 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 8454 3610 248 17 0 5095 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 42520

[startup+12.7006 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2841
/proc/meminfo: memFree=15509348/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=33816 CPUtime=12.66 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 7194 0 0 0 1266 0 0 0 25 0 1 0 463126238 34627584 5074 33554432000 4194304 4260849 140737466005648 18446744073709551615 4225107 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 8454 5074 248 17 0 5095 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42520

[startup+25.5003 s]
/proc/loadavg: 3.99 3.97 3.88 5/194 2842
/proc/meminfo: memFree=15494344/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=42224 CPUtime=25.46 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 9482 0 0 0 2546 0 0 0 25 0 1 0 463126238 43237376 7244 33554432000 4194304 4260849 140737466005648 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 10556 7244 248 17 0 7197 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50928

[startup+51.1008 s]
/proc/loadavg: 3.99 3.97 3.88 5/194 2843
/proc/meminfo: memFree=15517592/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=66200 CPUtime=51.07 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 16682 0 0 0 5105 2 0 0 25 0 1 0 463126238 67788800 8715 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 16550 8715 249 17 0 13191 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 74904

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.88 5/194 2844
/proc/meminfo: memFree=15471196/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=66200 CPUtime=102.27 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 20787 0 0 0 10225 2 0 0 25 0 1 0 463126238 67788800 12654 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 16550 12654 249 17 0 13191 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 74904

[startup+162.301 s]
/proc/loadavg: 4.07 3.99 3.89 5/194 2845
/proc/meminfo: memFree=15429760/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=87684 CPUtime=162.27 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 29169 0 0 0 16223 4 0 0 25 0 1 0 463126238 89788416 16178 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 21921 16178 249 17 0 18562 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 96388

[startup+222.3 s]
/proc/loadavg: 4.02 3.99 3.90 5/194 2847
/proc/meminfo: memFree=15413104/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=87936 CPUtime=222.27 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 29695 0 0 0 22223 4 0 0 25 0 1 0 463126238 90046464 16683 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 21984 16683 249 17 0 18625 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 96640

[startup+282.301 s]
/proc/loadavg: 4.06 4.00 3.91 5/194 2857
/proc/meminfo: memFree=15395972/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=99428 CPUtime=282.28 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 33385 0 0 0 28223 5 0 0 25 0 1 0 463126238 101814272 20216 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 24857 20216 249 17 0 21498 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 108132

[startup+342.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/194 2858
/proc/meminfo: memFree=15367688/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=342.28 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 35651 0 0 0 34222 6 0 0 25 0 1 0 463126238 109170688 22400 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22400 249 17 0 23294 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 115316

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

[startup+358.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/194 2859
/proc/meminfo: memFree=15335940/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=358.28 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 35708 0 0 0 35822 6 0 0 25 0 1 0 463126238 109170688 22455 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22455 249 17 0 23294 0
Current children cumulated CPU time (s) 358.29
Current children cumulated vsize (KiB) 115316

[startup+371.101 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2859
/proc/meminfo: memFree=15367312/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=371.08 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 35708 0 0 0 37102 6 0 0 25 0 1 0 463126238 109170688 22455 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22455 249 17 0 23294 0
Current children cumulated CPU time (s) 371.09
Current children cumulated vsize (KiB) 115316

[startup+383.906 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2859
/proc/meminfo: memFree=15366436/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=383.88 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 35950 0 0 0 38382 6 0 0 25 0 1 0 463126238 109170688 22692 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22692 249 17 0 23294 0
Current children cumulated CPU time (s) 383.89
Current children cumulated vsize (KiB) 115316

[startup+387.101 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2859
/proc/meminfo: memFree=15334320/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=387.08 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 35950 0 0 0 38702 6 0 0 25 0 1 0 463126238 109170688 22692 33554432000 4194304 4260849 140737466005648 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22692 249 17 0 23294 0
Current children cumulated CPU time (s) 387.09
Current children cumulated vsize (KiB) 115316

[startup+388.701 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2859
/proc/meminfo: memFree=15333328/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=388.68 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 35950 0 0 0 38862 6 0 0 25 0 1 0 463126238 109170688 22692 33554432000 4194304 4260849 140737466005648 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22692 249 17 0 23294 0
Current children cumulated CPU time (s) 388.69
Current children cumulated vsize (KiB) 115316

[startup+390.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2859
/proc/meminfo: memFree=15332336/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=390.27 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 36146 0 0 0 39021 6 0 0 25 0 1 0 463126238 109170688 22881 33554432000 4194304 4260849 140737466005648 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22881 249 17 0 23294 0
Current children cumulated CPU time (s) 390.28
Current children cumulated vsize (KiB) 115316

[startup+391.1 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2859
/proc/meminfo: memFree=15331096/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=391.07 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 36146 0 0 0 39101 6 0 0 25 0 1 0 463126238 109170688 22881 33554432000 4194304 4260849 140737466005648 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22881 249 17 0 23294 0
Current children cumulated CPU time (s) 391.08
Current children cumulated vsize (KiB) 115316

[startup+391.301 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2859
/proc/meminfo: memFree=15331096/32950928 swapFree=67111528/67111528
[pid=2838] ppid=2836 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2838/stat : 2838 (glucose.sh) S 2836 2838 925 0 -1 4202496 361 514 0 0 0 0 1 0 25 0 1 0 463126235 8912896 255 33554432000 4194304 4922060 140734223337744 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2838/statm: 2176 255 211 178 0 69 0
[pid=2841] ppid=2838 vsize=106612 CPUtime=391.28 cores=0,2
/proc/2841/stat : 2841 (glucose_static) R 2838 2838 925 0 -1 4202496 36146 0 0 0 39122 6 0 0 25 0 1 0 463126238 109170688 22881 33554432000 4194304 4260849 140737466005648 18446744073709551615 4209287 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2841/statm: 26653 22881 249 17 0 23294 0
Current children cumulated CPU time (s) 391.29
Current children cumulated vsize (KiB) 115316

Child status: 10
Real time (s): 391.363
CPU time (s): 391.368
CPU user time (s): 391.293
CPU system time (s): 0.074988
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 115316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 391.294
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37395
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= 45
involuntary context switches= 851

runsolver used 0.6539 second user time and 1.48477 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 01:34:34
IDJOB=3262088
IDBENCH=83272
IDSOLVER=1651
FILE ID=node122/3262088-1303515274
RUNJOBID= node122-1303513790-2590
PBS_JOBID= 13134241
Free space on /tmp= 70800 MiB

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

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

MD5SUM BENCH= 213e4c0c58f043e67e86cf993698317a
RANDOM SEED=1544264698

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15531884 kB
Buffers:       1618464 kB
Cached:       14959412 kB
SwapCached:          0 kB
Active:        4996336 kB
Inactive:     11873380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15531884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1640 kB
Writeback:           0 kB
AnonPages:      291736 kB
Mapped:          15544 kB
Slab:           484232 kB
PageTables:       6172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   488012 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= 70796 MiB
End job on node122 at 2011-04-23 01:41:06