Trace number 3262572

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 1052.28 1052.29

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.707
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    7308    31804 |    2192       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 160   #clauses: 7308   #literals: 31804
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
120.76/120.88	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
120.76/120.88	c WARNING: for repeatability, setting FPU to use double precision
120.76/120.88	c ============================[ Problem Statistics ]=============================
120.76/120.88	c |                                                                             |
120.76/120.88	c |  Number of variables:           160                                         |
120.76/120.88	c |  Number of clauses:            7308                                         |
120.76/120.88	c |  Parse time:                   0.00 s                                       |
120.76/120.88	c |                                                                             |
120.76/120.88	c ============================[ Search Statistics ]==============================
120.76/120.88	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
120.76/120.88	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
120.76/120.88	c ===============================================================================
120.76/120.88	c |     14625 |     160     7308    31804 |        1     8325     22 |  0.000 % |
120.76/120.88	c |     15595 |     160     7308    31804 |        1     9295     22 |  0.000 % |
120.76/120.88	c |     56248 |     160     7308    31804 |        1    22090     21 |  0.000 % |
120.76/120.88	c |     56728 |     160     7308    31804 |        1    22570     21 |  0.000 % |
120.76/120.88	c |     99123 |     160     7308    31804 |        1    33542     21 |  0.000 % |
120.76/120.88	c |    199834 |     160     7308    31804 |        1    40250     19 |  0.000 % |
120.76/120.88	c |    419779 |     160     7308    31804 |        1    84190     18 |  0.000 % |
120.76/120.88	c |    419881 |     160     7308    31804 |        1    84292     18 |  0.000 % |
120.76/120.88	c |    678960 |     160     7308    31804 |        1   102376     17 |  0.000 % |
120.76/120.88	c |    770536 |     160     7308    31804 |        1    79357     18 |  0.000 % |
120.76/120.88	c |    770636 |     160     7308    31804 |        1    79457     18 |  0.000 % |
120.76/120.88	c |    783464 |     160     7308    31804 |        1    92285     18 |  0.000 % |
120.76/120.88	c |    876878 |     160     7308    31804 |        1   124498     18 |  0.000 % |
120.76/120.88	c |    898860 |     160     7308    31804 |        1    82673     17 |  0.000 % |
120.76/120.88	c |    901365 |     160     7308    31804 |        1    85178     17 |  0.000 % |
120.76/120.88	c |    903967 |     160     7308    31804 |        1    87780     17 |  0.000 % |
120.76/120.88	c |    904070 |     160     7308    31804 |        1    87883     17 |  0.000 % |
120.76/120.88	c |    904731 |     160     7308    31804 |        1    88544     17 |  0.000 % |
120.76/120.88	c |    907453 |     160     7308    31804 |        1    91266     17 |  0.000 % |
120.76/120.88	c |    955393 |     160     7308    31804 |        1    72811     17 |  0.000 % |
120.76/120.88	c |    955493 |     160     7308    31804 |        1    72911     17 |  0.000 % |
120.76/120.88	c |    963950 |     160     7308    31804 |        1    81368     17 |  0.000 % |
120.76/120.88	c |    999640 |     160     7308    31804 |        1   117058     18 |  0.000 % |
120.76/120.88	c |   1003950 |     160     7308    31804 |        1   121368     18 |  0.000 % |
120.76/120.88	c |   1027789 |     160     7308    31804 |        1    76203     16 |  0.000 % |
120.76/120.88	c |   1046330 |     160     7308    31804 |        1    94744     18 |  0.000 % |
120.76/120.88	c |   1143686 |     160     7308    31804 |        1   120501     18 |  0.000 % |
120.76/120.88	c |   1299895 |     160     7308    31804 |        1   125703     18 |  0.000 % |
120.76/120.88	c |   1311481 |     160     7308    31804 |        1   137289     18 |  0.000 % |
120.76/120.88	c |   1335228 |     160     7308    31804 |        1    81643     16 |  0.000 % |
120.76/120.88	c |   1527892 |     160     7308    31804 |        1   107717     17 |  0.000 % |
120.76/120.88	c |   1536698 |     160     7308    31804 |        1   116523     17 |  0.000 % |
120.76/120.88	c |   1599152 |     160     7308    31804 |        1    91774     16 |  0.000 % |
120.76/120.88	c |   1603438 |     160     7308    31804 |        1    96060     16 |  0.000 % |
120.76/120.88	c |   1604767 |     160     7308    31804 |        1    97389     16 |  0.000 % |
120.76/120.88	c |   1622251 |     160     7308    31804 |        1   114873     17 |  0.000 % |
120.76/120.88	c |   1642329 |     160     7308    31804 |        1   134951     18 |  0.000 % |
120.76/120.88	c |   1642430 |     160     7308    31804 |        1   135052     18 |  0.000 % |
120.76/120.88	c |   1684885 |     160     7308    31804 |        1   177507     19 |  0.000 % |
252.07/252.15	c |   1758771 |     160     7308    31804 |        1   161588     18 |  0.000 % |
252.07/252.15	c |   1769664 |     160     7308    31804 |        1   172481     18 |  0.000 % |
252.07/252.15	c |   1770285 |     160     7308    31804 |        1   173102     18 |  0.000 % |
252.07/252.15	c |   1811236 |     160     7308    31804 |        1   121656     17 |  0.000 % |
252.07/252.15	c |   1814681 |     160     7308    31804 |        1   125101     17 |  0.000 % |
252.07/252.15	c |   1863981 |     160     7308    31804 |        1   174401     18 |  0.000 % |
252.07/252.15	c |   1881241 |     160     7308    31804 |        1    96659     16 |  0.000 % |
252.07/252.15	c |   1881341 |     160     7308    31804 |        1    96759     16 |  0.000 % |
252.07/252.15	c |   1918746 |     160     7308    31804 |        1   134164     17 |  0.000 % |
252.07/252.15	c |   1918848 |     160     7308    31804 |        1   134266     17 |  0.000 % |
252.07/252.15	c |   1924291 |     160     7308    31804 |        1   139709     17 |  0.000 % |
252.07/252.15	c |   1924737 |     160     7308    31804 |        1   140155     17 |  0.000 % |
252.07/252.15	c |   1926582 |     160     7308    31804 |        1   142000     17 |  0.000 % |
252.07/252.15	c |   1928692 |     160     7308    31804 |        1   144110     17 |  0.000 % |
252.07/252.15	c |   1928792 |     160     7308    31804 |        1   144210     17 |  0.000 % |
252.07/252.15	c |   1928969 |     160     7308    31804 |        1   144387     17 |  0.000 % |
252.07/252.15	c |   1964665 |     160     7308    31804 |        1   180083     18 |  0.000 % |
252.07/252.15	c |   1964768 |     160     7308    31804 |        1   180186     18 |  0.000 % |
252.07/252.15	c |   2008411 |     160     7308    31804 |        1   126233     17 |  0.000 % |
252.07/252.15	c |   2009906 |     160     7308    31804 |        1   127728     17 |  0.000 % |
252.07/252.15	c |   2044419 |     160     7308    31804 |        1   162241     18 |  0.000 % |
252.07/252.15	c |   2078469 |     160     7308    31804 |        1   196291     18 |  0.000 % |
252.07/252.15	c |   2111140 |     160     7308    31804 |        1   128756     17 |  0.000 % |
252.07/252.15	c |   2235834 |     160     7308    31804 |        1   150650     16 |  0.000 % |
252.07/252.15	c |   2235937 |     160     7308    31804 |        1   150753     16 |  0.000 % |
252.07/252.15	c |   2238563 |     160     7308    31804 |        1   153379     17 |  0.000 % |
252.07/252.15	c |   2238663 |     160     7308    31804 |        1   153479     17 |  0.000 % |
252.07/252.15	c |   2300389 |     160     7308    31804 |        1   109804     16 |  0.000 % |
252.07/252.15	c |   2300927 |     160     7308    31804 |        1   110342     16 |  0.000 % |
252.07/252.15	c |   2301028 |     160     7308    31804 |        1   110443     16 |  0.000 % |
252.07/252.15	c |   2305175 |     160     7308    31804 |        1   114590     16 |  0.000 % |
252.07/252.15	c |   2306533 |     160     7308    31804 |        1   115948     16 |  0.000 % |
252.07/252.15	c |   2308193 |     160     7308    31804 |        1   117608     16 |  0.000 % |
252.07/252.15	c |   2310259 |     160     7308    31804 |        1   119674     16 |  0.000 % |
252.07/252.15	c |   2388178 |     160     7308    31804 |        1   197593     17 |  0.000 % |
252.07/252.15	c |   2587589 |     160     7308    31804 |        1   178405     17 |  0.000 % |
252.07/252.15	c |   2587690 |     160     7308    31804 |        1   178506     17 |  0.000 % |
252.07/252.15	c |   2591465 |     160     7308    31804 |        1   182281     17 |  0.000 % |
252.07/252.15	c |   2601617 |     160     7308    31804 |        1   192433     17 |  0.000 % |
252.07/252.15	c |   2648706 |     160     7308    31804 |        1   126325     16 |  0.000 % |
252.07/252.15	c |   2648807 |     160     7308    31804 |        1   126426     16 |  0.000 % |
252.07/252.15	c |   2659239 |     160     7308    31804 |        1   136858     17 |  0.000 % |
252.07/252.15	c |   2673760 |     160     7308    31804 |        1   151379     17 |  0.000 % |
252.07/252.15	c |   2674630 |     160     7308    31804 |        1   152249     17 |  0.000 % |
252.07/252.15	c |   2836911 |     160     7308    31804 |        1   198726     17 |  0.000 % |
252.07/252.15	c |   2854553 |     160     7308    31804 |        1   216368     18 |  0.000 % |
252.07/252.15	c |   2854653 |     160     7308    31804 |        1   216468     18 |  0.000 % |
252.07/252.15	c |   2870996 |     160     7308    31804 |        1   232811     18 |  0.000 % |
252.07/252.15	c |   2871396 |     160     7308    31804 |        1   233211     18 |  0.000 % |
252.07/252.15	c |   2912640 |     160     7308    31804 |        1   156056     17 |  0.000 % |
548.48/548.59	c |   2963317 |     160     7308    31804 |        1   206733     18 |  0.000 % |
548.48/548.59	c |   2991356 |     160     7308    31804 |        1   234772     18 |  0.000 % |
548.48/548.59	c |   3155262 |     160     7308    31804 |        1   154079     16 |  0.000 % |
548.48/548.59	c |   3158799 |     160     7308    31804 |        1   157616     16 |  0.000 % |
548.48/548.59	c |   3169107 |     160     7308    31804 |        1   167924     16 |  0.000 % |
548.48/548.59	c |   3220070 |     160     7308    31804 |        1   218887     17 |  0.000 % |
548.48/548.59	c |   3234093 |     160     7308    31804 |        1   232910     17 |  0.000 % |
548.48/548.59	c |   3379467 |     160     7308    31804 |        1   252085     16 |  0.000 % |
548.48/548.59	c |   3632056 |     160     7308    31804 |        1   244468     16 |  0.000 % |
548.48/548.59	c |   3634276 |     160     7308    31804 |        1   246688     16 |  0.000 % |
548.48/548.59	c |   3705089 |     160     7308    31804 |        1   183502     16 |  0.000 % |
548.48/548.59	c |   3705352 |     160     7308    31804 |        1   183765     16 |  0.000 % |
548.48/548.59	c |   3711869 |     160     7308    31804 |        1   190282     17 |  0.000 % |
548.48/548.59	c |   3719042 |     160     7308    31804 |        1   197455     17 |  0.000 % |
548.48/548.59	c |   3723610 |     160     7308    31804 |        1   202023     17 |  0.000 % |
548.48/548.59	c |   3793660 |     160     7308    31804 |        1   272073     18 |  0.000 % |
548.48/548.59	c |   3908611 |     160     7308    31804 |        1   250425     17 |  0.000 % |
548.48/548.59	c |   3909156 |     160     7308    31804 |        1   250970     17 |  0.000 % |
548.48/548.59	c |   3952224 |     160     7308    31804 |        1   154842     16 |  0.000 % |
548.48/548.59	c |   4070947 |     160     7308    31804 |        1   273565     18 |  0.000 % |
548.48/548.59	c |   4082098 |     160     7308    31804 |        1   142910     15 |  0.000 % |
548.48/548.59	c |   4104729 |     160     7308    31804 |        1   165541     16 |  0.000 % |
548.48/548.59	c |   4134313 |     160     7308    31804 |        1   195125     17 |  0.000 % |
548.48/548.59	c |   4141518 |     160     7308    31804 |        1   202330     17 |  0.000 % |
548.48/548.59	c |   4141619 |     160     7308    31804 |        1   202431     17 |  0.000 % |
548.48/548.59	c |   4172992 |     160     7308    31804 |        1   233804     17 |  0.000 % |
548.48/548.59	c |   4352550 |     160     7308    31804 |        1   268970     17 |  0.000 % |
548.48/548.59	c |   4353894 |     160     7308    31804 |        1   270314     17 |  0.000 % |
548.48/548.59	c |   4357880 |     160     7308    31804 |        1   274300     17 |  0.000 % |
548.48/548.59	c |   4376735 |     160     7308    31804 |        1   293155     17 |  0.000 % |
548.48/548.59	c |   4434255 |     160     7308    31804 |        1   203670     16 |  0.000 % |
548.48/548.59	c |   4476131 |     160     7308    31804 |        1   245546     17 |  0.000 % |
548.48/548.59	c |   4526265 |     160     7308    31804 |        1   295680     17 |  0.000 % |
548.48/548.59	c |   4551242 |     160     7308    31804 |        1   171058     16 |  0.000 % |
548.48/548.59	c |   4556850 |     160     7308    31804 |        1   176666     16 |  0.000 % |
548.48/548.59	c |   4565694 |     160     7308    31804 |        1   185510     16 |  0.000 % |
548.48/548.59	c |   4627014 |     160     7308    31804 |        1   246830     16 |  0.000 % |
548.48/548.59	c |   4764729 |     160     7308    31804 |        1   232343     16 |  0.000 % |
548.48/548.59	c |   4764903 |     160     7308    31804 |        1   232517     16 |  0.000 % |
548.48/548.59	c |   4783951 |     160     7308    31804 |        1   251565     16 |  0.000 % |
548.48/548.59	c |   4800026 |     160     7308    31804 |        1   267640     16 |  0.000 % |
548.48/548.59	c |   4869743 |     160     7308    31804 |        1   182555     16 |  0.000 % |
548.48/548.59	c |   4946218 |     160     7308    31804 |        1   259030     17 |  0.000 % |
548.48/548.59	c |   5057297 |     160     7308    31804 |        1   212710     16 |  0.000 % |
548.48/548.59	c |   5065613 |     160     7308    31804 |        1   221026     16 |  0.000 % |
548.48/548.59	c |   5073355 |     160     7308    31804 |        1   228768     16 |  0.000 % |
548.48/548.59	c |   5081186 |     160     7308    31804 |        1   236599     16 |  0.000 % |
548.48/548.59	c |   5087914 |     160     7308    31804 |        1   243327     17 |  0.000 % |
548.48/548.59	c |   5088153 |     160     7308    31804 |        1   243566     17 |  0.000 % |
548.48/548.59	c |   5145219 |     160     7308    31804 |        1   300632     17 |  0.000 % |
865.98/866.06	c |   5145341 |     160     7308    31804 |        1   300754     17 |  0.000 % |
865.98/866.06	c |   5180313 |     160     7308    31804 |        1   175725     16 |  0.000 % |
865.98/866.06	c |   5180414 |     160     7308    31804 |        1   175826     16 |  0.000 % |
865.98/866.06	c |   5284395 |     160     7308    31804 |        1   279807     17 |  0.000 % |
865.98/866.06	c |   5319082 |     160     7308    31804 |        1   314494     17 |  0.000 % |
865.98/866.06	c |   5319697 |     160     7308    31804 |        1   315109     17 |  0.000 % |
865.98/866.06	c |   5327501 |     160     7308    31804 |        1   322913     17 |  0.000 % |
865.98/866.06	c |   5366109 |     160     7308    31804 |        1   198918     16 |  0.000 % |
865.98/866.06	c |   5401730 |     160     7308    31804 |        1   234539     16 |  0.000 % |
865.98/866.06	c |   5401830 |     160     7308    31804 |        1   234639     16 |  0.000 % |
865.98/866.06	c |   5402878 |     160     7308    31804 |        1   235687     16 |  0.000 % |
865.98/866.06	c |   5452726 |     160     7308    31804 |        1   285535     17 |  0.000 % |
865.98/866.06	c |   5486614 |     160     7308    31804 |        1   319423     18 |  0.000 % |
865.98/866.06	c |   5529642 |     160     7308    31804 |        1   197252     16 |  0.000 % |
865.98/866.06	c |   5569647 |     160     7308    31804 |        1   237257     16 |  0.000 % |
865.98/866.06	c |   5606061 |     160     7308    31804 |        1   273671     17 |  0.000 % |
865.98/866.06	c |   5617214 |     160     7308    31804 |        1   284824     17 |  0.000 % |
865.98/866.06	c |   5642819 |     160     7308    31804 |        1   310429     17 |  0.000 % |
865.98/866.06	c |   5646916 |     160     7308    31804 |        1   314526     17 |  0.000 % |
865.98/866.06	c |   5651172 |     160     7308    31804 |        1   318782     17 |  0.000 % |
865.98/866.06	c |   5692700 |     160     7308    31804 |        1   192513     15 |  0.000 % |
865.98/866.06	c |   5777419 |     160     7308    31804 |        1   277232     17 |  0.000 % |
865.98/866.06	c |   5875735 |     160     7308    31804 |        1   205162     16 |  0.000 % |
865.98/866.06	c |   5920309 |     160     7308    31804 |        1   249736     17 |  0.000 % |
865.98/866.06	c |   5955018 |     160     7308    31804 |        1   284445     17 |  0.000 % |
865.98/866.06	c |   5957599 |     160     7308    31804 |        1   287026     17 |  0.000 % |
865.98/866.06	c |   5969818 |     160     7308    31804 |        1   299245     17 |  0.000 % |
865.98/866.06	c |   5969918 |     160     7308    31804 |        1   299345     17 |  0.000 % |
865.98/866.06	c |   6160520 |     160     7308    31804 |        1   316940     16 |  0.000 % |
865.98/866.06	c |   6170673 |     160     7308    31804 |        1   327093     17 |  0.000 % |
865.98/866.06	c |   6419163 |     160     7308    31804 |        1   221780     15 |  0.000 % |
865.98/866.06	c |   6419389 |     160     7308    31804 |        1   222006     15 |  0.000 % |
865.98/866.06	c |   6430357 |     160     7308    31804 |        1   232974     16 |  0.000 % |
865.98/866.06	c |   6441463 |     160     7308    31804 |        1   244080     16 |  0.000 % |
865.98/866.06	c |   6508641 |     160     7308    31804 |        1   311258     16 |  0.000 % |
865.98/866.06	c |   6509734 |     160     7308    31804 |        1   312351     17 |  0.000 % |
865.98/866.06	c |   6539469 |     160     7308    31804 |        1   342086     17 |  0.000 % |
865.98/866.06	c |   6556747 |     160     7308    31804 |        1   359364     17 |  0.000 % |
865.98/866.06	c |   6705139 |     160     7308    31804 |        1   326961     16 |  0.000 % |
865.98/866.06	c |   6924386 |     159     7175    31405 |        1   203356     16 |  0.625 % |
865.98/866.06	c |   6932875 |     159     7175    31405 |        1   211845     16 |  0.625 % |
865.98/866.06	c |   6934361 |     159     7175    31405 |        1   107054     14 |  0.625 % |
865.98/866.06	c |   6937167 |     159     7175    31405 |        1   109860     14 |  0.625 % |
865.98/866.06	c |   6938058 |     159     7175    31405 |        1   110751     15 |  0.625 % |
865.98/866.06	c |   7024653 |     159     7175    31405 |        1   197346     17 |  0.625 % |
865.98/866.06	c |   7108385 |     159     7175    31405 |        1   281078     17 |  0.625 % |
865.98/866.06	c |   7156556 |     159     7175    31405 |        1   180510     16 |  0.625 % |
865.98/866.06	c |   7161503 |     159     7175    31405 |        1   185457     16 |  0.625 % |
865.98/866.06	c |   7170526 |     159     7175    31405 |        1   194480     16 |  0.625 % |
865.98/866.06	c |   7198342 |     159     7175    31405 |        1   222296     16 |  0.625 % |
1052.18/1052.27	c |   7206882 |     159     7175    31405 |        1   230836     17 |  0.625 % |
1052.18/1052.27	c |   7210344 |     159     7175    31405 |        1   234298     17 |  0.625 % |
1052.18/1052.27	c |   7210993 |     159     7175    31405 |        1   234947     17 |  0.625 % |
1052.18/1052.27	c |   7243745 |     159     7175    31405 |        1   267699     17 |  0.625 % |
1052.18/1052.27	c |   7243845 |     159     7175    31405 |        1   267799     17 |  0.625 % |
1052.18/1052.27	c |   7247247 |     159     7175    31405 |        1   271201     17 |  0.625 % |
1052.18/1052.27	c |   7248473 |     159     7175    31405 |        1   272427     17 |  0.625 % |
1052.18/1052.27	c |   7289145 |     159     7175    31405 |        1   313099     17 |  0.625 % |
1052.18/1052.27	c |   7289245 |     159     7175    31405 |        1   313199     17 |  0.625 % |
1052.18/1052.27	c |   7305675 |     159     7175    31405 |        1   329629     17 |  0.625 % |
1052.18/1052.27	c |   7306138 |     159     7175    31405 |        1   330092     17 |  0.625 % |
1052.18/1052.27	c |   7310510 |     159     7175    31405 |        1   334464     17 |  0.625 % |
1052.18/1052.27	c |   7310666 |     159     7175    31405 |        1   334620     17 |  0.625 % |
1052.18/1052.27	c |   7354432 |     159     7175    31405 |        1   207115     16 |  0.625 % |
1052.18/1052.27	c |   7355577 |     159     7175    31405 |        1   208260     16 |  0.625 % |
1052.18/1052.27	c |   7360132 |     159     7175    31405 |        1   212815     16 |  0.625 % |
1052.18/1052.27	c |   7409613 |     159     7175    31405 |        1   262296     16 |  0.625 % |
1052.18/1052.27	c |   7556056 |     158     7020    30940 |        1   167442     15 |  1.250 % |
1052.18/1052.27	c |   7590836 |     158     7020    30940 |        1   202222     15 |  1.250 % |
1052.18/1052.27	c |   7613070 |     158     7020    30940 |        1   224456     15 |  1.250 % |
1052.18/1052.27	c |   7618808 |     158     7020    30940 |        1   230194     15 |  1.250 % |
1052.18/1052.27	c |   7624574 |     158     7020    30940 |        1   235960     16 |  1.250 % |
1052.18/1052.27	c |   7640586 |     158     7020    30940 |        1   251972     16 |  1.250 % |
1052.18/1052.27	c |   7750981 |     157     6876    30508 |        1   168954     15 |  1.875 % |
1052.18/1052.27	c |   7894032 |     157     6876    30508 |        1   312005     17 |  1.875 % |
1052.18/1052.27	c |   7896381 |     157     6876    30508 |        1   314354     17 |  1.875 % |
1052.18/1052.27	c |   7896482 |     157     6876    30508 |        1   314455     17 |  1.875 % |
1052.18/1052.27	c |   7993230 |     156     6733    30079 |        1   161213     15 |  2.500 % |
1052.18/1052.27	c |   8005580 |     156     6733    30079 |        1   173563     15 |  2.500 % |
1052.18/1052.27	c |   8151108 |     155     6593    29659 |        1   124462     15 |  3.125 % |
1052.18/1052.27	c |   8377487 |      27     6215    27425 |        1   117179     14 | 83.125 % |
1052.18/1052.27	c ===============================================================================
1052.18/1052.27	c restarts              : 220
1052.18/1052.27	c nb ReduceDB           : 79
1052.18/1052.27	c nb removed Clauses    : 7714209
1052.18/1052.27	c nb learnts DL2        : 275
1052.18/1052.27	c nb learnts size 2     : 194
1052.18/1052.27	c nb learnts size 1     : 16
1052.18/1052.27	c conflicts             : 8377487        (7962 /sec)
1052.18/1052.27	c decisions             : 9563002        (0.00 % random) (9089 /sec)
1052.18/1052.27	c propagations          : 196957974      (187191 /sec)
1052.18/1052.27	c conflict literals     : 159957651      (44.32 % deleted)
1052.18/1052.27	c nb reduced Clauses    : 4378
1052.18/1052.27	c CPU time              : 1052.18 s
1052.18/1052.27	
1052.18/1052.28	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-3262572-1303542420/watcher-3262572-1303542420 -o /tmp/evaluation-result-3262572-1303542420/solver-3262572-1303542420 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3262572-1303542420.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.27 2.48 3.02 3/188 16212
/proc/meminfo: memFree=21894860/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 198433311 8912896 253 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 253 211 178 0 69 0

[startup+0.100487 s]
/proc/loadavg: 1.27 2.48 3.02 3/188 16212
/proc/meminfo: memFree=21894860/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200469 s]
/proc/loadavg: 1.27 2.48 3.02 3/188 16212
/proc/meminfo: memFree=21894860/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300451 s]
/proc/loadavg: 1.27 2.48 3.02 3/188 16212
/proc/meminfo: memFree=21894860/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700381 s]
/proc/loadavg: 1.27 2.48 3.02 3/188 16212
/proc/meminfo: memFree=21894860/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50024 s]
/proc/loadavg: 1.27 2.48 3.02 5/194 16223
/proc/meminfo: memFree=21863008/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=23656 CPUtime=1.48 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 2477 0 0 0 148 0 0 0 25 0 1 0 198433312 24223744 1912 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16215/statm: 5914 1912 247 17 0 2555 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32360

[startup+3.10096 s]
/proc/loadavg: 1.49 2.50 3.03 5/194 16223
/proc/meminfo: memFree=21850468/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=26804 CPUtime=3.07 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 3696 0 0 0 307 0 0 0 25 0 1 0 198433312 27447296 3088 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16215/statm: 6701 3088 247 17 0 3342 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 35508

[startup+6.30044 s]
/proc/loadavg: 1.49 2.50 3.03 5/194 16223
/proc/meminfo: memFree=21833148/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=29524 CPUtime=6.26 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 4645 0 0 0 626 0 0 0 25 0 1 0 198433312 30232576 4002 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225114 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 7381 4002 247 17 0 4022 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38228

[startup+12.7003 s]
/proc/loadavg: 1.87 2.55 3.04 5/194 16223
/proc/meminfo: memFree=21803616/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=35712 CPUtime=12.66 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 6239 0 0 0 1266 0 0 0 25 0 1 0 198433312 36569088 4124 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 8928 4124 247 17 0 5569 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 44416

[startup+25.5011 s]
/proc/loadavg: 2.20 2.60 3.05 5/194 16223
/proc/meminfo: memFree=21764052/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=40132 CPUtime=25.46 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 8889 0 0 0 2545 1 0 0 25 0 1 0 198433312 41095168 6647 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 10033 6647 247 17 0 6674 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 48836

[startup+51.1005 s]
/proc/loadavg: 2.89 2.72 3.08 5/194 16224
/proc/meminfo: memFree=21740076/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=48340 CPUtime=51.06 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 13068 0 0 0 5104 2 0 0 25 0 1 0 198433312 49500160 8455 33554432000 4194304 4260849 140735695730848 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 12085 8455 247 17 0 8726 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 57044

[startup+102.301 s]
/proc/loadavg: 3.56 2.94 3.13 5/194 16226
/proc/meminfo: memFree=21672728/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=67016 CPUtime=102.27 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 19802 0 0 0 10224 3 0 0 25 0 1 0 198433312 68624384 12052 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 16754 12052 248 17 0 13395 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 75720

[startup+162.301 s]
/proc/loadavg: 3.82 3.11 3.18 5/194 16227
/proc/meminfo: memFree=21648900/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=67016 CPUtime=162.26 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 20692 0 0 0 16223 3 0 0 25 0 1 0 198433312 68624384 12905 33554432000 4194304 4260849 140735695730848 18446744073709551615 4227024 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 16754 12905 248 17 0 13395 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 75720

[startup+222.307 s]
/proc/loadavg: 3.97 3.30 3.23 5/194 16229
/proc/meminfo: memFree=21611176/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=70524 CPUtime=222.27 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 21626 0 0 0 22223 4 0 0 25 0 1 0 198433312 72216576 13799 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224352 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 17631 13799 248 17 0 14272 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 79228

[startup+282.301 s]
/proc/loadavg: 3.99 3.41 3.28 5/194 16230
/proc/meminfo: memFree=21579404/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=89996 CPUtime=282.27 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 29053 0 0 0 28222 5 0 0 25 0 1 0 198433312 92155904 16413 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 22499 16413 248 17 0 19140 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 98700

[startup+342.3 s]
/proc/loadavg: 3.99 3.52 3.32 5/194 16232
/proc/meminfo: memFree=21559516/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=89996 CPUtime=342.27 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 29259 0 0 0 34222 5 0 0 25 0 1 0 198433312 92155904 16613 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 22499 16613 248 17 0 19140 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 98700

[startup+402.301 s]
/proc/loadavg: 4.03 3.62 3.36 5/194 16234
/proc/meminfo: memFree=21510488/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7

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


[startup+702.301 s]
/proc/loadavg: 4.02 3.86 3.53 5/194 16242
/proc/meminfo: memFree=21506448/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=108244 CPUtime=702.28 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 36025 0 0 0 70221 7 0 0 25 0 1 0 198433312 110841856 23062 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 27061 23062 248 17 0 23702 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 116948

[startup+762.3 s]
/proc/loadavg: 4.06 3.90 3.56 5/194 16243
/proc/meminfo: memFree=21505168/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=109524 CPUtime=762.28 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 36362 0 0 0 76221 7 0 0 25 0 1 0 198433312 112152576 23382 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 27381 23382 248 17 0 24022 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 118228

[startup+822.301 s]
/proc/loadavg: 4.02 3.92 3.59 5/194 16245
/proc/meminfo: memFree=21459500/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=822.28 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 38299 0 0 0 82220 8 0 0 25 0 1 0 198433312 144543744 25226 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 25226 248 17 0 31930 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 149860

[startup+882.307 s]
/proc/loadavg: 4.00 3.93 3.61 5/194 16247
/proc/meminfo: memFree=21418300/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=882.28 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 38931 0 0 0 88220 8 0 0 25 0 1 0 198433312 144543744 25827 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 25827 248 17 0 31930 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 149860

[startup+942.301 s]
/proc/loadavg: 4.05 3.95 3.64 5/194 16248
/proc/meminfo: memFree=21459932/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=942.28 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39079 0 0 0 94220 8 0 0 25 0 1 0 198433312 144543744 25969 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 25969 248 17 0 31930 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 149860

[startup+1002.3 s]
/proc/loadavg: 4.10 3.98 3.66 5/194 16250
/proc/meminfo: memFree=21457904/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1002.28 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39226 0 0 0 100220 8 0 0 25 0 1 0 198433312 144543744 26107 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26107 248 17 0 31930 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 149860

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

[startup+1024 s]
/proc/loadavg: 4.07 3.98 3.67 5/194 16250
/proc/meminfo: memFree=21423060/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1023.98 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39253 0 0 0 102390 8 0 0 25 0 1 0 198433312 144543744 26133 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225424 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26133 248 17 0 31930 0
Current children cumulated CPU time (s) 1023.98
Current children cumulated vsize (KiB) 149860

[startup+1036.8 s]
/proc/loadavg: 4.06 3.98 3.67 5/194 16251
/proc/meminfo: memFree=21376544/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1036.78 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39253 0 0 0 103670 8 0 0 25 0 1 0 198433312 144543744 26133 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26133 248 17 0 31930 0
Current children cumulated CPU time (s) 1036.78
Current children cumulated vsize (KiB) 149860

[startup+1043.2 s]
/proc/loadavg: 4.05 3.98 3.67 5/194 16251
/proc/meminfo: memFree=21459500/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1043.18 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39253 0 0 0 104310 8 0 0 25 0 1 0 198433312 144543744 26133 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26133 248 17 0 31930 0
Current children cumulated CPU time (s) 1043.18
Current children cumulated vsize (KiB) 149860

[startup+1046.4 s]
/proc/loadavg: 4.05 3.98 3.67 5/194 16251
/proc/meminfo: memFree=21457888/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1046.38 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39253 0 0 0 104630 8 0 0 25 0 1 0 198433312 144543744 26133 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26133 248 17 0 31930 0
Current children cumulated CPU time (s) 1046.38
Current children cumulated vsize (KiB) 149860

[startup+1049.6 s]
/proc/loadavg: 4.04 3.98 3.68 5/194 16251
/proc/meminfo: memFree=21456524/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1049.58 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39253 0 0 0 104950 8 0 0 25 0 1 0 198433312 144543744 26133 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26133 248 17 0 31930 0
Current children cumulated CPU time (s) 1049.58
Current children cumulated vsize (KiB) 149860

[startup+1051.2 s]
/proc/loadavg: 4.04 3.98 3.68 5/194 16251
/proc/meminfo: memFree=21455904/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1051.18 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39253 0 0 0 105110 8 0 0 25 0 1 0 198433312 144543744 26133 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26133 248 17 0 31930 0
Current children cumulated CPU time (s) 1051.18
Current children cumulated vsize (KiB) 149860

[startup+1052 s]
/proc/loadavg: 4.04 3.98 3.68 5/194 16251
/proc/meminfo: memFree=21455408/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1051.98 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39253 0 0 0 105190 8 0 0 25 0 1 0 198433312 144543744 26133 33554432000 4194304 4260849 140735695730848 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26133 248 17 0 31930 0
Current children cumulated CPU time (s) 1051.98
Current children cumulated vsize (KiB) 149860

[startup+1052.2 s]
/proc/loadavg: 4.04 3.98 3.68 5/194 16251
/proc/meminfo: memFree=21455408/32951124 swapFree=67111528/67111528
[pid=16212] ppid=16210 vsize=8704 CPUtime=0 cores=5,7
/proc/16212/stat : 16212 (glucose.sh) S 16210 16212 15673 0 -1 4202496 360 265 0 0 0 0 0 0 21 0 1 0 198433311 8912896 255 33554432000 4194304 4922060 140733596944160 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16212/statm: 2176 255 211 178 0 69 0
[pid=16215] ppid=16212 vsize=141156 CPUtime=1052.18 cores=5,7
/proc/16215/stat : 16215 (glucose_static) R 16212 16212 15673 0 -1 4202496 39253 0 0 0 105210 8 0 0 25 0 1 0 198433312 144543744 26133 33554432000 4194304 4260849 140735695730848 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16215/statm: 35289 26133 248 17 0 31930 0
Current children cumulated CPU time (s) 1052.18
Current children cumulated vsize (KiB) 149860

Child status: 20
Real time (s): 1052.29
CPU time (s): 1052.28
CPU user time (s): 1052.18
CPU system time (s): 0.097985
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 149860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1052.19
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 1527

runsolver used 1.73574 second user time and 4.00739 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 09:07:00
IDJOB=3262572
IDBENCH=83323
IDSOLVER=1651
FILE ID=node107/3262572-1303542420
RUNJOBID= node107-1303542420-16175
PBS_JOBID= 13143131
Free space on /tmp= 72284 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262572-1303542420/watcher-3262572-1303542420 -o /tmp/evaluation-result-3262572-1303542420/solver-3262572-1303542420 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3262572-1303542420.cnf 

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=1003839439

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21895140 kB
Buffers:       2008196 kB
Cached:        8500788 kB
SwapCached:          0 kB
Active:        7174212 kB
Inactive:      3405976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21895140 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6476 kB
Writeback:           0 kB
AnonPages:       70752 kB
Mapped:          15232 kB
Slab:           412188 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   242736 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= 72280 MiB
End job on node107 at 2011-04-23 09:24:33