Trace number 3261912

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 182.354 182.355

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_399.cnf
MD5SUM693b5fe291cecff45feff3be98a908cf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.87165
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses21294
Sum of the clauses size93307
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2265
Number of clauses of size 319364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51665

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 |   21294    93307 |    6388       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 200   #clauses: 21294   #literals: 93307
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
25.68/25.73	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
25.68/25.73	c WARNING: for repeatability, setting FPU to use double precision
25.68/25.73	c ============================[ Problem Statistics ]=============================
25.68/25.73	c |                                                                             |
25.68/25.73	c |  Number of variables:           200                                         |
25.68/25.73	c |  Number of clauses:           21294                                         |
25.68/25.73	c |  Parse time:                   0.01 s                                       |
25.68/25.73	c |                                                                             |
25.68/25.73	c ============================[ Search Statistics ]==============================
25.68/25.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.68/25.73	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.68/25.73	c ===============================================================================
25.68/25.73	c |      3471 |     200    21294    93307 |        1     3471     21 |  0.000 % |
25.68/25.73	c |      3981 |     200    21294    93307 |        1     3981     21 |  0.000 % |
25.68/25.73	c |      4082 |     200    21294    93307 |        1     2084     20 |  0.000 % |
25.68/25.73	c |      6011 |     200    21294    93307 |        1     4013     22 |  0.000 % |
25.68/25.73	c |      6345 |     200    21294    93307 |        1     4347     22 |  0.000 % |
25.68/25.73	c |      6446 |     200    21294    93307 |        1     4448     22 |  0.000 % |
25.68/25.73	c |      6955 |     200    21294    93307 |        1     4957     23 |  0.000 % |
25.68/25.73	c |     30196 |     200    21294    93307 |        1    17156     25 |  0.000 % |
25.68/25.73	c |     78893 |     200    21294    93307 |        1    30326     23 |  0.000 % |
25.68/25.73	c |    104799 |     200    21294    93307 |        1    39223     20 |  0.000 % |
25.68/25.73	c |    124861 |     200    21294    93307 |        1    39674     19 |  0.000 % |
25.68/25.73	c |    125443 |     200    21294    93307 |        1    40256     19 |  0.000 % |
25.68/25.73	c |    148154 |     200    21294    93307 |        1    40766     20 |  0.000 % |
25.68/25.73	c |    183023 |     200    21294    93307 |        1    50839     20 |  0.000 % |
25.68/25.73	c |    185523 |     200    21294    93307 |        1    53339     20 |  0.000 % |
25.68/25.73	c |    185625 |     200    21294    93307 |        1    53441     20 |  0.000 % |
25.68/25.73	c |    186149 |     200    21294    93307 |        1    53965     20 |  0.000 % |
25.68/25.73	c |    189642 |     200    21294    93307 |        1    30053     19 |  0.000 % |
25.68/25.73	c |    189743 |     200    21294    93307 |        1    30154     19 |  0.000 % |
25.68/25.73	c |    208494 |     200    21294    93307 |        1    48905     20 |  0.000 % |
25.68/25.73	c |    208595 |     200    21294    93307 |        1    49006     20 |  0.000 % |
25.68/25.73	c |    241543 |     200    21294    93307 |        1    51952     19 |  0.000 % |
25.68/25.73	c |    243894 |     200    21294    93307 |        1    54303     19 |  0.000 % |
25.68/25.73	c |    255868 |     200    21294    93307 |        1    33682     18 |  0.000 % |
25.68/25.73	c |    255968 |     200    21294    93307 |        1    33782     18 |  0.000 % |
25.68/25.73	c |    262199 |     200    21294    93307 |        1    40013     19 |  0.000 % |
25.68/25.73	c |    269773 |     200    21294    93307 |        1    47587     20 |  0.000 % |
25.68/25.73	c |    269874 |     200    21294    93307 |        1    47688     20 |  0.000 % |
25.68/25.73	c |    313792 |     200    21294    93307 |        1    56404     19 |  0.000 % |
25.68/25.73	c |    317483 |     200    21294    93307 |        1    60095     19 |  0.000 % |
25.68/25.73	c |    318469 |     200    21294    93307 |        1    61081     20 |  0.000 % |
25.68/25.73	c |    341487 |     200    21294    93307 |        1    46297     19 |  0.000 % |
25.68/25.73	c |    342154 |     200    21294    93307 |        1    46964     19 |  0.000 % |
25.68/25.73	c |    351008 |     200    21294    93307 |        1    55818     19 |  0.000 % |
25.68/25.73	c |    351118 |     200    21294    93307 |        1    55928     19 |  0.000 % |
25.68/25.73	c |    386482 |     200    21294    93307 |        1    50888     18 |  0.000 % |
25.68/25.73	c |    440030 |     200    21294    93307 |        1    61434     19 |  0.000 % |
25.68/25.73	c |    447649 |     200    21294    93307 |        1    69053     19 |  0.000 % |
25.68/25.73	c |    479864 |     200    21294    93307 |        1    55673     18 |  0.000 % |
64.19/64.21	c |    479964 |     200    21294    93307 |        1    55773     18 |  0.000 % |
64.19/64.21	c |    480066 |     200    21294    93307 |        1    55875     18 |  0.000 % |
64.19/64.21	c |    483496 |     200    21294    93307 |        1    59305     18 |  0.000 % |
64.19/64.21	c |    485046 |     200    21294    93307 |        1    60855     18 |  0.000 % |
64.19/64.21	c |    530322 |     200    21294    93307 |        1    57936     18 |  0.000 % |
64.19/64.21	c |    586844 |     200    21294    93307 |        1    63657     18 |  0.000 % |
64.19/64.21	c |    587295 |     200    21294    93307 |        1    64108     18 |  0.000 % |
64.19/64.21	c |    588505 |     200    21294    93307 |        1    65318     18 |  0.000 % |
64.19/64.21	c |    610389 |     200    21294    93307 |        1    87202     19 |  0.000 % |
64.19/64.21	c |    623420 |     200    21294    93307 |        1   100233     19 |  0.000 % |
64.19/64.21	c |    625676 |     200    21294    93307 |        1   102489     19 |  0.000 % |
64.19/64.21	c |    625826 |     200    21294    93307 |        1   102639     19 |  0.000 % |
64.19/64.21	c |    626719 |     200    21294    93307 |        1   103532     19 |  0.000 % |
64.19/64.21	c |    629131 |     200    21294    93307 |        1   105944     20 |  0.000 % |
64.19/64.21	c |    646373 |     200    21294    93307 |        1    69782     18 |  0.000 % |
64.19/64.21	c |    649609 |     200    21294    93307 |        1    73018     18 |  0.000 % |
64.19/64.21	c |    649710 |     200    21294    93307 |        1    73119     18 |  0.000 % |
64.19/64.21	c |    658286 |     200    21294    93307 |        1    81695     18 |  0.000 % |
64.19/64.21	c |    660217 |     200    21294    93307 |        1    83626     18 |  0.000 % |
64.19/64.21	c |    676870 |     200    21294    93307 |        1   100279     19 |  0.000 % |
64.19/64.21	c |    683851 |     200    21294    93307 |        1   107260     19 |  0.000 % |
64.19/64.21	c |    684823 |     200    21294    93307 |        1   108232     19 |  0.000 % |
64.19/64.21	c |    726457 |     200    21294    93307 |        1    93869     19 |  0.000 % |
64.19/64.21	c |    726557 |     200    21294    93307 |        1    93969     19 |  0.000 % |
64.19/64.21	c |    729945 |     200    21294    93307 |        1    97357     19 |  0.000 % |
64.19/64.21	c |    730046 |     200    21294    93307 |        1    97458     19 |  0.000 % |
64.19/64.21	c |    738657 |     200    21294    93307 |        1   106069     19 |  0.000 % |
64.19/64.21	c |    791150 |     200    21294    93307 |        1    99963     19 |  0.000 % |
64.19/64.21	c |    792287 |     200    21294    93307 |        1   101100     19 |  0.000 % |
64.19/64.21	c |    813039 |     200    21294    93307 |        1   121852     19 |  0.000 % |
64.19/64.21	c |    814475 |     200    21294    93307 |        1    62086     17 |  0.000 % |
64.19/64.21	c |    820153 |     200    21294    93307 |        1    67764     17 |  0.000 % |
64.19/64.21	c |    822328 |     200    21294    93307 |        1    69939     17 |  0.000 % |
64.19/64.21	c |    829156 |     200    21294    93307 |        1    76767     18 |  0.000 % |
64.19/64.21	c |    842982 |     200    21294    93307 |        1    90593     18 |  0.000 % |
64.19/64.21	c |    844448 |     200    21294    93307 |        1    92059     18 |  0.000 % |
64.19/64.21	c |    867449 |     200    21294    93307 |        1   115060     19 |  0.000 % |
64.19/64.21	c |    869618 |     200    21294    93307 |        1   117229     19 |  0.000 % |
64.19/64.21	c |    872572 |     200    21294    93307 |        1   120183     19 |  0.000 % |
64.19/64.21	c |    882331 |     200    21294    93307 |        1    66144     17 |  0.000 % |
64.19/64.21	c |    882431 |     200    21294    93307 |        1    66244     17 |  0.000 % |
64.19/64.21	c |    882531 |     200    21294    93307 |        1    66344     17 |  0.000 % |
64.19/64.21	c |    925462 |     200    21294    93307 |        1   109275     18 |  0.000 % |
64.19/64.21	c |    937137 |     200    21294    93307 |        1   120950     18 |  0.000 % |
64.19/64.21	c |    937490 |     200    21294    93307 |        1   121303     18 |  0.000 % |
64.19/64.21	c |    940192 |     200    21294    93307 |        1   124005     18 |  0.000 % |
64.19/64.21	c |    940292 |     200    21294    93307 |        1   124105     18 |  0.000 % |
64.19/64.21	c |    959339 |     200    21294    93307 |        1    76754     17 |  0.000 % |
64.19/64.21	c |    974365 |     200    21294    93307 |        1    91780     18 |  0.000 % |
64.19/64.21	c |   1019725 |     200    21294    93307 |        1   137140     19 |  0.000 % |
89.59/89.64	c |   1023595 |     200    21294    93307 |        1    72008     17 |  0.000 % |
89.59/89.64	c |   1034011 |     200    21294    93307 |        1    82424     17 |  0.000 % |
89.59/89.64	c |   1042727 |     200    21294    93307 |        1    91140     18 |  0.000 % |
89.59/89.64	c |   1044949 |     200    21294    93307 |        1    93362     18 |  0.000 % |
89.59/89.64	c |   1047204 |     200    21294    93307 |        1    95617     18 |  0.000 % |
89.59/89.64	c |   1050163 |     200    21294    93307 |        1    98576     18 |  0.000 % |
89.59/89.64	c |   1052603 |     200    21294    93307 |        1   101016     18 |  0.000 % |
89.59/89.64	c |   1053227 |     200    21294    93307 |        1   101640     18 |  0.000 % |
89.59/89.64	c |   1058531 |     200    21294    93307 |        1   106944     19 |  0.000 % |
89.59/89.64	c |   1063728 |     200    21294    93307 |        1   112141     19 |  0.000 % |
89.59/89.64	c |   1064647 |     200    21294    93307 |        1   113060     19 |  0.000 % |
89.59/89.64	c |   1078309 |     200    21294    93307 |        1   126722     19 |  0.000 % |
89.59/89.64	c |   1080501 |     200    21294    93307 |        1   128914     19 |  0.000 % |
89.59/89.64	c |   1135131 |     200    21294    93307 |        1   111944     17 |  0.000 % |
89.59/89.64	c |   1139499 |     200    21294    93307 |        1   116312     18 |  0.000 % |
89.59/89.64	c |   1140253 |     200    21294    93307 |        1   117066     18 |  0.000 % |
89.59/89.64	c |   1154659 |     200    21294    93307 |        1   131472     18 |  0.000 % |
89.59/89.64	c |   1170094 |     200    21294    93307 |        1   146907     19 |  0.000 % |
89.59/89.64	c |   1175419 |     200    21294    93307 |        1    78032     17 |  0.000 % |
89.59/89.64	c |   1175522 |     200    21294    93307 |        1    78135     17 |  0.000 % |
89.59/89.64	c |   1175826 |     200    21294    93307 |        1    78439     17 |  0.000 % |
89.59/89.64	c |   1183052 |     200    21294    93307 |        1    85665     17 |  0.000 % |
89.59/89.64	c |   1189992 |     200    21294    93307 |        1    92605     17 |  0.000 % |
89.59/89.64	c |   1190810 |     200    21294    93307 |        1    93423     18 |  0.000 % |
89.59/89.64	c |   1191325 |     200    21294    93307 |        1    93938     18 |  0.000 % |
89.59/89.64	c |   1194130 |     200    21294    93307 |        1    96743     18 |  0.000 % |
89.59/89.64	c |   1194271 |     200    21294    93307 |        1    96884     18 |  0.000 % |
89.59/89.64	c |   1208935 |     200    21294    93307 |        1   111548     18 |  0.000 % |
89.59/89.64	c |   1209035 |     200    21294    93307 |        1   111648     18 |  0.000 % |
89.59/89.64	c |   1215356 |     200    21294    93307 |        1   117969     18 |  0.000 % |
89.59/89.64	c |   1217386 |     200    21294    93307 |        1   119999     18 |  0.000 % |
89.59/89.64	c |   1223926 |     200    21294    93307 |        1   126539     18 |  0.000 % |
89.59/89.64	c |   1228583 |     200    21294    93307 |        1   131196     18 |  0.000 % |
89.59/89.64	c |   1229259 |     200    21294    93307 |        1   131872     18 |  0.000 % |
89.59/89.64	c |   1229359 |     200    21294    93307 |        1   131972     18 |  0.000 % |
89.59/89.64	c |   1243023 |     200    21294    93307 |        1   145636     19 |  0.000 % |
89.59/89.64	c |   1246324 |     200    21294    93307 |        1   148937     19 |  0.000 % |
89.59/89.64	c |   1246695 |     200    21294    93307 |        1   149308     19 |  0.000 % |
89.59/89.64	c |   1260099 |     200    21294    93307 |        1    85919     17 |  0.000 % |
89.59/89.64	c |   1264118 |     200    21294    93307 |        1    89938     17 |  0.000 % |
89.59/89.64	c |   1287859 |     200    21294    93307 |        1   113679     18 |  0.000 % |
89.59/89.64	c |   1290441 |     200    21294    93307 |        1   116261     18 |  0.000 % |
89.59/89.64	c |   1291952 |     200    21294    93307 |        1   117772     18 |  0.000 % |
89.59/89.64	c |   1292056 |     200    21294    93307 |        1   117876     18 |  0.000 % |
89.59/89.64	c |   1293026 |     200    21294    93307 |        1   118846     18 |  0.000 % |
89.59/89.64	c |   1295754 |     200    21294    93307 |        1   121574     18 |  0.000 % |
89.59/89.64	c |   1309555 |     200    21294    93307 |        1   135375     19 |  0.000 % |
89.59/89.64	c |   1315997 |     200    21294    93307 |        1   141817     19 |  0.000 % |
89.59/89.64	c |   1324234 |     200    21294    93307 |        1   150054     19 |  0.000 % |
89.59/89.64	c |   1337441 |     200    21294    93307 |        1    83855     17 |  0.000 % |
137.29/137.35	c |   1339900 |     200    21294    93307 |        1    86314     17 |  0.000 % |
137.29/137.35	c |   1349337 |     200    21294    93307 |        1    95751     17 |  0.000 % |
137.29/137.35	c |   1353860 |     200    21294    93307 |        1   100274     17 |  0.000 % |
137.29/137.35	c |   1353994 |     200    21294    93307 |        1   100408     17 |  0.000 % |
137.29/137.35	c |   1379873 |     200    21294    93307 |        1   126287     18 |  0.000 % |
137.29/137.35	c |   1457233 |     200    21294    93307 |        1   121648     17 |  0.000 % |
137.29/137.35	c |   1462329 |     200    21294    93307 |        1   126744     18 |  0.000 % |
137.29/137.35	c |   1464118 |     200    21294    93307 |        1   128533     18 |  0.000 % |
137.29/137.35	c |   1502274 |     200    21294    93307 |        1   166689     18 |  0.000 % |
137.29/137.35	c |   1502608 |     200    21294    93307 |        1   167023     18 |  0.000 % |
137.29/137.35	c |   1505573 |     200    21294    93307 |        1    85387     16 |  0.000 % |
137.29/137.35	c |   1505674 |     200    21294    93307 |        1    85488     16 |  0.000 % |
137.29/137.35	c |   1507155 |     200    21294    93307 |        1    86969     16 |  0.000 % |
137.29/137.35	c |   1507334 |     200    21294    93307 |        1    87148     16 |  0.000 % |
137.29/137.35	c |   1527839 |     200    21294    93307 |        1   107653     17 |  0.000 % |
137.29/137.35	c |   1528148 |     200    21294    93307 |        1   107962     17 |  0.000 % |
137.29/137.35	c |   1528248 |     200    21294    93307 |        1   108062     17 |  0.000 % |
137.29/137.35	c |   1598292 |     200    21294    93307 |        1    90905     16 |  0.000 % |
137.29/137.35	c |   1599918 |     200    21294    93307 |        1    92531     16 |  0.000 % |
137.29/137.35	c |   1601606 |     200    21294    93307 |        1    94219     16 |  0.000 % |
137.29/137.35	c |   1604435 |     200    21294    93307 |        1    97048     16 |  0.000 % |
137.29/137.35	c |   1633399 |     200    21294    93307 |        1   126012     17 |  0.000 % |
137.29/137.35	c |   1642759 |     200    21294    93307 |        1   135372     17 |  0.000 % |
137.29/137.35	c |   1643466 |     200    21294    93307 |        1   136079     17 |  0.000 % |
137.29/137.35	c |   1643627 |     200    21294    93307 |        1   136240     17 |  0.000 % |
137.29/137.35	c |   1663039 |     200    21294    93307 |        1   155652     18 |  0.000 % |
137.29/137.35	c |   1666574 |     200    21294    93307 |        1   159187     18 |  0.000 % |
137.29/137.35	c |   1668680 |     200    21294    93307 |        1   161293     18 |  0.000 % |
137.29/137.35	c |   1695460 |     200    21294    93307 |        1    98270     16 |  0.000 % |
137.29/137.35	c |   1701399 |     200    21294    93307 |        1   104209     16 |  0.000 % |
137.29/137.35	c |   1701725 |     200    21294    93307 |        1   104535     16 |  0.000 % |
137.29/137.35	c |   1707441 |     200    21294    93307 |        1   110251     17 |  0.000 % |
137.29/137.35	c |   1708677 |     200    21294    93307 |        1   111487     17 |  0.000 % |
137.29/137.35	c |   1708990 |     200    21294    93307 |        1   111800     17 |  0.000 % |
137.29/137.35	c |   1709091 |     200    21294    93307 |        1   111901     17 |  0.000 % |
137.29/137.35	c |   1710272 |     200    21294    93307 |        1   113082     17 |  0.000 % |
137.29/137.35	c |   1725319 |     200    21294    93307 |        1   128129     17 |  0.000 % |
137.29/137.35	c |   1730083 |     200    21294    93307 |        1   132893     17 |  0.000 % |
137.29/137.35	c |   1754937 |     200    21294    93307 |        1   157747     18 |  0.000 % |
137.29/137.35	c |   1757016 |     200    21294    93307 |        1   159826     18 |  0.000 % |
137.29/137.35	c |   1770536 |     200    21294    93307 |        1   173346     18 |  0.000 % |
137.29/137.35	c |   1780913 |     200    21294    93307 |        1   183723     18 |  0.000 % |
137.29/137.35	c |   1798743 |     200    21294    93307 |        1   109151     17 |  0.000 % |
137.29/137.35	c |   1807041 |     200    21294    93307 |        1   117449     17 |  0.000 % |
137.29/137.35	c |   1812831 |     200    21294    93307 |        1   123239     17 |  0.000 % |
137.29/137.35	c |   1842600 |     200    21294    93307 |        1   153008     18 |  0.000 % |
137.29/137.35	c |   1844495 |     200    21294    93307 |        1   154903     18 |  0.000 % |
137.29/137.35	c |   1860668 |     200    21294    93307 |        1   171076     18 |  0.000 % |
137.29/137.35	c |   1861428 |     200    21294    93307 |        1   171836     18 |  0.000 % |
137.29/137.35	c |   1865352 |     200    21294    93307 |        1   175760     18 |  0.000 % |
182.29/182.34	c |   1865453 |     200    21294    93307 |        1   175861     18 |  0.000 % |
182.29/182.34	c |   1866465 |     200    21294    93307 |        1   176873     18 |  0.000 % |
182.29/182.34	c |   1866689 |     200    21294    93307 |        1   177097     18 |  0.000 % |
182.29/182.34	c |   1884609 |     200    21294    93307 |        1   100020     16 |  0.000 % |
182.29/182.34	c |   1887355 |     200    21294    93307 |        1   102766     16 |  0.000 % |
182.29/182.34	c |   1893078 |     200    21294    93307 |        1   108489     16 |  0.000 % |
182.29/182.34	c |   1906236 |     200    21294    93307 |        1   121647     17 |  0.000 % |
182.29/182.34	c |   1918918 |     200    21294    93307 |        1   134329     17 |  0.000 % |
182.29/182.34	c |   1920367 |     200    21294    93307 |        1   135778     17 |  0.000 % |
182.29/182.34	c |   1920769 |     200    21294    93307 |        1   136180     17 |  0.000 % |
182.29/182.34	c |   1948000 |     200    21294    93307 |        1   163411     18 |  0.000 % |
182.29/182.34	c |   1954942 |     200    21294    93307 |        1   170353     18 |  0.000 % |
182.29/182.34	c |   1964358 |     200    21294    93307 |        1   179769     18 |  0.000 % |
182.29/182.34	c |   1966220 |     200    21294    93307 |        1   181631     18 |  0.000 % |
182.29/182.34	c |   1966320 |     200    21294    93307 |        1   181731     18 |  0.000 % |
182.29/182.34	c |   1969715 |     200    21294    93307 |        1   185126     18 |  0.000 % |
182.29/182.34	c |   1971643 |     200    21294    93307 |        1   187054     18 |  0.000 % |
182.29/182.34	c |   2001856 |     200    21294    93307 |        1   119667     17 |  0.000 % |
182.29/182.34	c |   2034746 |     200    21294    93307 |        1   152557     17 |  0.000 % |
182.29/182.34	c |   2035783 |     200    21294    93307 |        1   153594     17 |  0.000 % |
182.29/182.34	c |   2035956 |     200    21294    93307 |        1   153767     17 |  0.000 % |
182.29/182.34	c |   2042643 |     200    21294    93307 |        1   160454     18 |  0.000 % |
182.29/182.34	c |   2067691 |     200    21294    93307 |        1   185502     18 |  0.000 % |
182.29/182.34	c |   2068602 |     200    21294    93307 |        1   186413     18 |  0.000 % |
182.29/182.34	c |   2071604 |     200    21294    93307 |        1   189415     18 |  0.000 % |
182.29/182.34	c |   2110388 |     200    21294    93307 |        1   128000     17 |  0.000 % |
182.29/182.34	c |   2118546 |     200    21294    93307 |        1   136158     17 |  0.000 % |
182.29/182.34	c |   2212154 |     199    20919    92182 |        1    87112     16 |  0.500 % |
182.29/182.34	c |   2215929 |     199    20919    92182 |        1    90887     16 |  0.500 % |
182.29/182.34	c |   2230287 |     199    20919    92182 |        1   105245     16 |  0.500 % |
182.29/182.34	c |   2268834 |     199    20919    92182 |        1   143792     17 |  0.500 % |
182.29/182.34	c |   2273769 |     199    20919    92182 |        1   148727     17 |  0.500 % |
182.29/182.34	c |   2276264 |     199    20919    92182 |        1   151222     18 |  0.500 % |
182.29/182.34	c |   2276490 |     199    20919    92182 |        1   151448     18 |  0.500 % |
182.29/182.34	c |   2306974 |     199    20919    92182 |        1    96456     16 |  0.500 % |
182.29/182.34	c |   2309165 |     199    20919    92182 |        1    98647     16 |  0.500 % |
182.29/182.34	c |   2332384 |     199    20919    92182 |        1   121866     17 |  0.500 % |
182.29/182.34	c |   2335318 |     199    20919    92182 |        1   124800     17 |  0.500 % |
182.29/182.34	c |   2336555 |     199    20919    92182 |        1   126037     17 |  0.500 % |
182.29/182.34	c |   2341657 |     199    20919    92182 |        1   131139     17 |  0.513 % |
182.29/182.34	c ===============================================================================
182.29/182.34	c restarts              : 229
182.29/182.34	c nb ReduceDB           : 41
182.29/182.34	c nb removed Clauses    : 2170660
182.29/182.34	c nb learnts DL2        : 94
182.29/182.34	c nb learnts size 2     : 42
182.29/182.34	c nb learnts size 1     : 1
182.29/182.34	c conflicts             : 2341657        (12846 /sec)
182.29/182.34	c decisions             : 2781060        (0.00 % random) (15257 /sec)
182.29/182.34	c propagations          : 68756038       (377195 /sec)
182.29/182.34	c conflict literals     : 49400520       (48.48 % deleted)
182.29/182.34	c nb reduced Clauses    : 8500
182.29/182.34	c CPU time              : 182.282 s
182.29/182.34	
182.29/182.35	s SATISFIABLE
182.29/182.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 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-3261912-1303515092/watcher-3261912-1303515092 -o /tmp/evaluation-result-3261912-1303515092/solver-3261912-1303515092 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3261912-1303515092.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.85 3.95 3.86 2/186 2705
/proc/meminfo: memFree=15477772/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 463107982 8912896 253 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 253 211 178 0 69 0

[startup+0.020017 s]
/proc/loadavg: 3.85 3.95 3.86 2/186 2705
/proc/meminfo: memFree=15477772/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 463107982 8912896 253 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.107052 s]
/proc/loadavg: 3.85 3.95 3.86 2/186 2705
/proc/meminfo: memFree=15477772/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.301032 s]
/proc/loadavg: 3.85 3.95 3.86 2/186 2705
/proc/meminfo: memFree=15477772/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.700959 s]
/proc/loadavg: 3.85 3.95 3.86 2/186 2705
/proc/meminfo: memFree=15477772/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+1.50081 s]
/proc/loadavg: 3.85 3.95 3.86 3/187 2764
/proc/meminfo: memFree=15724376/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=22156 CPUtime=1.47 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 2971 0 0 0 147 0 0 0 25 0 1 0 463107985 22687744 2201 33554432000 4194304 4260849 140735254085184 18446744073709551615 4224751 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 5539 2201 248 17 0 2180 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30860

[startup+3.10041 s]
/proc/loadavg: 3.85 3.95 3.86 4/188 2789
/proc/meminfo: memFree=15712944/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=24856 CPUtime=3.07 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 3720 0 0 0 307 0 0 0 25 0 1 0 463107985 25452544 2910 33554432000 4194304 4260849 140735254085184 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 6214 2910 248 17 0 2855 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33560

[startup+6.30084 s]
/proc/loadavg: 3.87 3.95 3.86 5/194 2805
/proc/meminfo: memFree=15697904/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=29408 CPUtime=6.26 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 4237 0 0 0 626 0 0 0 25 0 1 0 463107985 30113792 3398 33554432000 4194304 4260849 140735254085184 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 7352 3398 248 17 0 3993 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38112

[startup+12.7008 s]
/proc/loadavg: 3.88 3.95 3.86 5/194 2805
/proc/meminfo: memFree=15679124/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=33800 CPUtime=12.66 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 5913 0 0 0 1266 0 0 0 25 0 1 0 463107985 34611200 4979 33554432000 4194304 4260849 140735254085184 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 8450 4979 249 17 0 5091 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42504

[startup+25.5004 s]
/proc/loadavg: 3.90 3.96 3.86 5/194 2805
/proc/meminfo: memFree=15637984/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=41312 CPUtime=25.46 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 11422 0 0 0 2545 1 0 0 25 0 1 0 463107985 42303488 6331 33554432000 4194304 4260849 140735254085184 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 10328 6331 250 17 0 6969 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50016

[startup+51.1009 s]
/proc/loadavg: 3.93 3.96 3.86 5/194 2806
/proc/meminfo: memFree=15600740/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=48384 CPUtime=51.06 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 13897 0 0 0 5105 1 0 0 25 0 1 0 463107985 49545216 8677 33554432000 4194304 4260849 140735254085184 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 12096 8677 250 17 0 8737 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57088

[startup+102.307 s]
/proc/loadavg: 3.97 3.96 3.87 5/194 2807
/proc/meminfo: memFree=15545552/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=67740 CPUtime=102.27 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 21434 0 0 0 10224 3 0 0 25 0 1 0 463107985 69365760 12485 33554432000 4194304 4260849 140735254085184 18446744073709551615 4224721 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 16935 12485 250 17 0 13576 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 76444

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2809
/proc/meminfo: memFree=15467528/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=79232 CPUtime=162.27 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 25192 0 0 0 16224 3 0 0 25 0 1 0 463107985 81133568 16061 33554432000 4194304 4260849 140735254085184 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 19808 16061 250 17 0 16449 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 87936

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

[startup+166.3 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2809
/proc/meminfo: memFree=15466908/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=79232 CPUtime=166.27 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 25192 0 0 0 16624 3 0 0 25 0 1 0 463107985 81133568 16061 33554432000 4194304 4260849 140735254085184 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 19808 16061 250 17 0 16449 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 87936

[startup+172.707 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2809
/proc/meminfo: memFree=15466520/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=79232 CPUtime=172.67 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 25232 0 0 0 17264 3 0 0 25 0 1 0 463107985 81133568 16101 33554432000 4194304 4260849 140735254085184 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 19808 16101 250 17 0 16449 0
Current children cumulated CPU time (s) 172.69
Current children cumulated vsize (KiB) 87936

[startup+179.101 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2809
/proc/meminfo: memFree=15465900/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=79232 CPUtime=179.07 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 25232 0 0 0 17903 4 0 0 25 0 1 0 463107985 81133568 16101 33554432000 4194304 4260849 140735254085184 18446744073709551615 4224696 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 19808 16101 250 17 0 16449 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 87936

[startup+180.701 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2809
/proc/meminfo: memFree=15466016/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=79232 CPUtime=180.67 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 25232 0 0 0 18063 4 0 0 25 0 1 0 463107985 81133568 16101 33554432000 4194304 4260849 140735254085184 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 19808 16101 250 17 0 16449 0
Current children cumulated CPU time (s) 180.69
Current children cumulated vsize (KiB) 87936

[startup+181.507 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2809
/proc/meminfo: memFree=15465892/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=79232 CPUtime=181.48 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 25232 0 0 0 18144 4 0 0 25 0 1 0 463107985 81133568 16101 33554432000 4194304 4260849 140735254085184 18446744073709551615 4226656 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 19808 16101 250 17 0 16449 0
Current children cumulated CPU time (s) 181.5
Current children cumulated vsize (KiB) 87936

[startup+181.901 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2809
/proc/meminfo: memFree=15465892/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=79232 CPUtime=181.87 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 25232 0 0 0 18183 4 0 0 25 0 1 0 463107985 81133568 16101 33554432000 4194304 4260849 140735254085184 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 19808 16101 250 17 0 16449 0
Current children cumulated CPU time (s) 181.89
Current children cumulated vsize (KiB) 87936

[startup+182.3 s]
/proc/loadavg: 3.99 3.97 3.87 5/194 2809
/proc/meminfo: memFree=15465892/32950928 swapFree=67111528/67111528
[pid=2705] ppid=2703 vsize=8704 CPUtime=0.02 cores=0,2
/proc/2705/stat : 2705 (glucose.sh) S 2703 2705 925 0 -1 4202496 361 496 0 0 0 0 2 0 25 0 1 0 463107982 8912896 255 33554432000 4194304 4922060 140737050945696 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2705/statm: 2176 255 211 178 0 69 0
[pid=2709] ppid=2705 vsize=79232 CPUtime=182.27 cores=0,2
/proc/2709/stat : 2709 (glucose_static) R 2705 2705 925 0 -1 4202496 25232 0 0 0 18223 4 0 0 25 0 1 0 463107985 81133568 16101 33554432000 4194304 4260849 140735254085184 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2709/statm: 19808 16101 250 17 0 16449 0
Current children cumulated CPU time (s) 182.29
Current children cumulated vsize (KiB) 87936

Child status: 10
Real time (s): 182.355
CPU time (s): 182.354
CPU user time (s): 182.303
CPU system time (s): 0.050992
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 87936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.303
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26462
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= 44
involuntary context switches= 396

runsolver used 0.278957 second user time and 0.71789 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 01:31:32
IDJOB=3261912
IDBENCH=83264
IDSOLVER=1651
FILE ID=node122/3261912-1303515092
RUNJOBID= node122-1303513790-2590
PBS_JOBID= 13134241
Free space on /tmp= 70780 MiB

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

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

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=1576495218

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:      15462180 kB
Buffers:       1618380 kB
Cached:       14980016 kB
SwapCached:          0 kB
Active:        5065984 kB
Inactive:     11873108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15462180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1592 kB
Writeback:           0 kB
AnonPages:      340688 kB
Mapped:          15460 kB
Slab:           484088 kB
PageTables:       5852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   552908 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= 70800 MiB
End job on node122 at 2011-04-23 01:34:34