Trace number 3303387

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 2? (TO) 5000 4999.91

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n180-s34713902-sat.cnf
MD5SUM19292459de25c4f5e9e6f187c00d549d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.223965
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses432
Sum of the clauses size1080
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2360
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 572
Number of clauses of size over 50

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 |     432     1080 |     129       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 180   #clauses: 432   #literals: 1080
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
9.80/9.84	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
9.80/9.84	c WARNING: for repeatability, setting FPU to use double precision
9.80/9.84	c ============================[ Problem Statistics ]=============================
9.80/9.84	c |                                                                             |
9.80/9.84	c |  Number of variables:           180                                         |
9.80/9.84	c |  Number of clauses:             432                                         |
9.80/9.84	c |  Parse time:                   0.00 s                                       |
9.80/9.84	c |                                                                             |
9.80/9.84	c ============================[ Search Statistics ]==============================
9.80/9.84	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.80/9.84	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.80/9.84	c ===============================================================================
9.80/9.84	c |    101291 |     180      432     1080 |        1    35708     27 |  0.000 % |
9.80/9.84	c |    101792 |     180      432     1080 |        1    36209     27 |  0.000 % |
9.80/9.84	c |    102159 |     180      432     1080 |        1    36576     27 |  0.000 % |
9.80/9.84	c |    104656 |     180      432     1080 |        1    39073     27 |  0.000 % |
9.80/9.84	c |    104931 |     180      432     1080 |        1    19745     21 |  0.000 % |
9.80/9.84	c |    105031 |     180      432     1080 |        1    19845     21 |  0.000 % |
9.80/9.84	c |    105131 |     180      432     1080 |        1    19945     21 |  0.000 % |
9.80/9.84	c |    106347 |     180      432     1080 |        1    21161     22 |  0.000 % |
9.80/9.84	c |    106561 |     180      432     1080 |        1    21375     22 |  0.000 % |
9.80/9.84	c |    106768 |     180      432     1080 |        1    21582     22 |  0.000 % |
9.80/9.84	c |    106868 |     180      432     1080 |        1    21682     22 |  0.000 % |
9.80/9.84	c |    106968 |     180      432     1080 |        1    21782     22 |  0.000 % |
9.80/9.84	c |    107069 |     180      432     1080 |        1    21883     22 |  0.000 % |
9.80/9.84	c |    107170 |     180      432     1080 |        1    21984     22 |  0.000 % |
9.80/9.84	c |    107271 |     180      432     1080 |        1    22085     22 |  0.000 % |
9.80/9.84	c |    107372 |     180      432     1080 |        1    22186     22 |  0.000 % |
9.80/9.84	c |    107477 |     180      432     1080 |        1    22291     22 |  0.000 % |
9.80/9.84	c |    107580 |     180      432     1080 |        1    22394     22 |  0.000 % |
9.80/9.84	c |    107756 |     180      432     1080 |        1    22570     22 |  0.000 % |
9.80/9.84	c |    107856 |     180      432     1080 |        1    22670     22 |  0.000 % |
9.80/9.84	c |    107958 |     180      432     1080 |        1    22772     22 |  0.000 % |
9.80/9.84	c |    108059 |     180      432     1080 |        1    22873     22 |  0.000 % |
9.80/9.84	c |    108250 |     180      432     1080 |        1    23064     22 |  0.000 % |
9.80/9.84	c |    108429 |     180      432     1080 |        1    23243     23 |  0.000 % |
9.80/9.84	c |    108538 |     180      432     1080 |        1    23352     23 |  0.000 % |
9.80/9.84	c |    108690 |     180      432     1080 |        1    23504     23 |  0.000 % |
9.80/9.84	c |    127458 |     180      432     1080 |        1    42272     26 |  0.000 % |
9.80/9.84	c |    127572 |     180      432     1080 |        1    42386     27 |  0.000 % |
9.80/9.84	c |    127676 |     180      432     1080 |        1    42490     27 |  0.000 % |
9.80/9.84	c |    128011 |     180      432     1080 |        1    42825     27 |  0.000 % |
9.80/9.84	c |    128112 |     180      432     1080 |        1    42926     27 |  0.000 % |
9.80/9.84	c |    130072 |     180      432     1080 |        1    22685     21 |  0.000 % |
9.80/9.84	c |    130232 |     180      432     1080 |        1    22845     21 |  0.000 % |
9.80/9.84	c |    131483 |     180      432     1080 |        1    24096     21 |  0.000 % |
9.80/9.84	c |    131586 |     180      432     1080 |        1    24199     21 |  0.000 % |
9.80/9.84	c |    131687 |     180      432     1080 |        1    24300     21 |  0.000 % |
9.80/9.84	c |    133231 |     180      432     1080 |        1    25844     22 |  0.000 % |
9.80/9.84	c |    133331 |     180      432     1080 |        1    25944     22 |  0.000 % |
9.80/9.84	c |    133433 |     180      432     1080 |        1    26046     22 |  0.000 % |
73.99/74.01	c |    133535 |     180      432     1080 |        1    26148     22 |  0.000 % |
73.99/74.01	c |    133636 |     180      432     1080 |        1    26249     22 |  0.000 % |
73.99/74.01	c |    133953 |     180      432     1080 |        1    26566     22 |  0.000 % |
73.99/74.01	c |    134859 |     180      432     1080 |        1    27472     22 |  0.000 % |
73.99/74.01	c |    134959 |     180      432     1080 |        1    27572     22 |  0.000 % |
73.99/74.01	c |    135062 |     180      432     1080 |        1    27675     22 |  0.000 % |
73.99/74.01	c |    135275 |     180      432     1080 |        1    27888     22 |  0.000 % |
73.99/74.01	c |    135554 |     180      432     1080 |        1    28167     23 |  0.000 % |
73.99/74.01	c |    135963 |     180      432     1080 |        1    28576     23 |  0.000 % |
73.99/74.01	c |    136064 |     180      432     1080 |        1    28677     23 |  0.000 % |
73.99/74.01	c |    136820 |     180      432     1080 |        1    29433     23 |  0.000 % |
73.99/74.01	c |    299897 |     180      432     1080 |        1    42512     20 |  0.000 % |
73.99/74.01	c |    302046 |     180      432     1080 |        1    44661     21 |  0.000 % |
73.99/74.01	c |    304931 |     180      432     1080 |        1    47546     21 |  0.000 % |
73.99/74.01	c |    305100 |     180      432     1080 |        1    47715     22 |  0.000 % |
73.99/74.01	c |    306478 |     180      432     1080 |        1    49093     22 |  0.000 % |
73.99/74.01	c |    306579 |     180      432     1080 |        1    49194     22 |  0.000 % |
73.99/74.01	c |    306841 |     180      432     1080 |        1    49456     22 |  0.000 % |
73.99/74.01	c |    307406 |     180      432     1080 |        1    50021     22 |  0.000 % |
73.99/74.01	c |    308637 |     180      432     1080 |        1    51252     22 |  0.000 % |
73.99/74.01	c |    308738 |     180      432     1080 |        1    51353     22 |  0.000 % |
73.99/74.01	c |    308840 |     180      432     1080 |        1    51455     22 |  0.000 % |
73.99/74.01	c |    308955 |     180      432     1080 |        1    51570     22 |  0.000 % |
73.99/74.01	c |    309057 |     180      432     1080 |        1    51672     22 |  0.000 % |
73.99/74.01	c |    312990 |     180      432     1080 |        1    55605     23 |  0.000 % |
73.99/74.01	c |    317288 |     180      432     1080 |        1    59903     23 |  0.000 % |
73.99/74.01	c |    317388 |     180      432     1080 |        1    60003     23 |  0.000 % |
73.99/74.01	c |    317488 |     180      432     1080 |        1    60103     24 |  0.000 % |
73.99/74.01	c |    317589 |     180      432     1080 |        1    60204     24 |  0.000 % |
73.99/74.01	c |    318818 |     180      432     1080 |        1    61433     24 |  0.000 % |
73.99/74.01	c |    318918 |     180      432     1080 |        1    61533     24 |  0.000 % |
73.99/74.01	c |    319116 |     180      432     1080 |        1    61731     24 |  0.000 % |
73.99/74.01	c |    319481 |     180      432     1080 |        1    62096     24 |  0.000 % |
73.99/74.01	c |    319582 |     180      432     1080 |        1    62197     24 |  0.000 % |
73.99/74.01	c |    319707 |     180      432     1080 |        1    62322     24 |  0.000 % |
73.99/74.01	c |    319828 |     180      432     1080 |        1    62443     24 |  0.000 % |
73.99/74.01	c |    320404 |     180      432     1080 |        1    63019     24 |  0.000 % |
73.99/74.01	c |    320535 |     180      432     1080 |        1    63150     24 |  0.000 % |
73.99/74.01	c |    320786 |     180      432     1080 |        1    63401     24 |  0.000 % |
73.99/74.01	c |    321018 |     180      432     1080 |        1    63633     24 |  0.000 % |
73.99/74.01	c |    321120 |     180      432     1080 |        1    63735     24 |  0.000 % |
73.99/74.01	c |    326407 |     180      432     1080 |        1    69022     24 |  0.000 % |
73.99/74.01	c |    326507 |     180      432     1080 |        1    69122     24 |  0.000 % |
73.99/74.01	c |    337362 |     180      432     1080 |        1    42176     19 |  0.000 % |
73.99/74.01	c |    337462 |     180      432     1080 |        1    42276     19 |  0.000 % |
73.99/74.01	c |    337606 |     180      432     1080 |        1    42420     19 |  0.000 % |
73.99/74.01	c |    340562 |     180      432     1080 |        1    45376     20 |  0.000 % |
73.99/74.01	c |    340663 |     180      432     1080 |        1    45477     20 |  0.000 % |
73.99/74.01	c |    532555 |     180      432     1080 |        1    60177     20 |  0.000 % |
73.99/74.01	c |    532655 |     180      432     1080 |        1    60277     20 |  0.000 % |
161.99/162.06	c |    533219 |     180      432     1080 |        1    60841     20 |  0.000 % |
161.99/162.06	c |    535214 |     180      432     1080 |        1    62836     20 |  0.000 % |
161.99/162.06	c |    535317 |     180      432     1080 |        1    62939     20 |  0.000 % |
161.99/162.06	c |    535456 |     180      432     1080 |        1    63078     20 |  0.000 % |
161.99/162.06	c |    535584 |     180      432     1080 |        1    63206     20 |  0.000 % |
161.99/162.06	c |    535684 |     180      432     1080 |        1    63306     20 |  0.000 % |
161.99/162.06	c |    535802 |     180      432     1080 |        1    63424     20 |  0.000 % |
161.99/162.06	c |    536847 |     180      432     1080 |        1    64469     20 |  0.000 % |
161.99/162.06	c |    536947 |     180      432     1080 |        1    64569     20 |  0.000 % |
161.99/162.06	c |    592956 |     180      432     1080 |        1    69775     21 |  0.000 % |
161.99/162.06	c |    593056 |     180      432     1080 |        1    69875     21 |  0.000 % |
161.99/162.06	c |    672603 |     180      432     1080 |        1    96021     23 |  0.000 % |
161.99/162.06	c |    675381 |     180      432     1080 |        1    98799     23 |  0.000 % |
161.99/162.06	c |    675483 |     180      432     1080 |        1    98901     23 |  0.000 % |
161.99/162.06	c |    678267 |     180      432     1080 |        1   101685     23 |  0.000 % |
161.99/162.06	c |    808966 |     180      432     1080 |        1   117781     23 |  0.000 % |
161.99/162.06	c |    809067 |     180      432     1080 |        1   117882     23 |  0.000 % |
161.99/162.06	c |    809169 |     180      432     1080 |        1   117984     23 |  0.000 % |
161.99/162.06	c |    809330 |     180      432     1080 |        1   118145     23 |  0.000 % |
161.99/162.06	c |    810755 |     180      432     1080 |        1   119570     23 |  0.000 % |
161.99/162.06	c |    810855 |     180      432     1080 |        1   119670     23 |  0.000 % |
161.99/162.06	c |    816000 |     180      432     1080 |        1    63613     17 |  0.000 % |
161.99/162.06	c |    816102 |     180      432     1080 |        1    63715     17 |  0.000 % |
161.99/162.06	c |    817122 |     180      432     1080 |        1    64735     17 |  0.000 % |
161.99/162.06	c |    817591 |     180      432     1080 |        1    65204     18 |  0.000 % |
161.99/162.06	c |    817760 |     180      432     1080 |        1    65373     18 |  0.000 % |
161.99/162.06	c |    817860 |     180      432     1080 |        1    65473     18 |  0.000 % |
161.99/162.06	c |    821367 |     180      432     1080 |        1    68980     18 |  0.000 % |
161.99/162.06	c |    821467 |     180      432     1080 |        1    69080     18 |  0.000 % |
161.99/162.06	c |    822936 |     180      432     1080 |        1    70549     19 |  0.000 % |
161.99/162.06	c |    823037 |     180      432     1080 |        1    70650     19 |  0.000 % |
161.99/162.06	c |    823179 |     180      432     1080 |        1    70792     19 |  0.000 % |
161.99/162.06	c |    823329 |     180      432     1080 |        1    70942     19 |  0.000 % |
161.99/162.06	c |    828996 |     180      432     1080 |        1    76609     20 |  0.000 % |
161.99/162.06	c |    829180 |     180      432     1080 |        1    76793     20 |  0.000 % |
161.99/162.06	c |    829289 |     180      432     1080 |        1    76902     20 |  0.000 % |
161.99/162.06	c |    837773 |     180      432     1080 |        1    85386     21 |  0.000 % |
161.99/162.06	c |    837874 |     180      432     1080 |        1    85487     21 |  0.000 % |
161.99/162.06	c |    840032 |     180      432     1080 |        1    87645     21 |  0.000 % |
161.99/162.06	c |    840135 |     180      432     1080 |        1    87748     21 |  0.000 % |
161.99/162.06	c |    840517 |     180      432     1080 |        1    88130     21 |  0.000 % |
161.99/162.06	c |    840620 |     180      432     1080 |        1    88233     21 |  0.000 % |
161.99/162.06	c |    857392 |     180      432     1080 |        1   105005     22 |  0.000 % |
161.99/162.06	c |    865870 |     180      432     1080 |        1   113483     23 |  0.000 % |
161.99/162.06	c |    865970 |     180      432     1080 |        1   113583     23 |  0.000 % |
161.99/162.06	c |    866966 |     180      432     1080 |        1   114579     23 |  0.000 % |
161.99/162.06	c |    867068 |     180      432     1080 |        1   114681     23 |  0.000 % |
161.99/162.06	c |    877576 |     180      432     1080 |        1   125189     24 |  0.000 % |
161.99/162.06	c |    877676 |     180      432     1080 |        1   125289     24 |  0.000 % |
161.99/162.06	c |    877783 |     180      432     1080 |        1   125396     24 |  0.000 % |
894.91/894.91	c |    877885 |     180      432     1080 |        1   125498     24 |  0.000 % |
894.91/894.91	c |    878012 |     180      432     1080 |        1   125625     24 |  0.000 % |
894.91/894.91	c |    878118 |     180      432     1080 |        1   125731     24 |  0.000 % |
894.91/894.91	c |    878219 |     180      432     1080 |        1   125832     24 |  0.000 % |
894.91/894.91	c |    879135 |     180      432     1080 |        1   126748     24 |  0.000 % |
894.91/894.91	c |    879241 |     180      432     1080 |        1   126854     24 |  0.000 % |
894.91/894.91	c |    879371 |     180      432     1080 |        1   126984     24 |  0.000 % |
894.91/894.91	c |    883253 |     180      432     1080 |        1    67061     17 |  0.000 % |
894.91/894.91	c |    883396 |     180      432     1080 |        1    67204     17 |  0.000 % |
894.91/894.91	c |    883497 |     180      432     1080 |        1    67305     17 |  0.000 % |
894.91/894.91	c |    908743 |     180      432     1080 |        1    92551     21 |  0.000 % |
894.91/894.91	c |    908843 |     180      432     1080 |        1    92651     21 |  0.000 % |
894.91/894.91	c |    908943 |     180      432     1080 |        1    92751     21 |  0.000 % |
894.91/894.91	c |    909043 |     180      432     1080 |        1    92851     21 |  0.000 % |
894.91/894.91	c |    909161 |     180      432     1080 |        1    92969     21 |  0.000 % |
894.91/894.91	c |    909261 |     180      432     1080 |        1    93069     21 |  0.000 % |
894.91/894.91	c |    910820 |     180      432     1080 |        1    94628     21 |  0.000 % |
894.91/894.91	c |    910920 |     180      432     1080 |        1    94728     21 |  0.000 % |
894.91/894.91	c |    911020 |     180      432     1080 |        1    94828     21 |  0.000 % |
894.91/894.91	c |    941477 |     180      432     1080 |        1   125285     23 |  0.000 % |
894.91/894.91	c |    942619 |     180      432     1080 |        1   126427     23 |  0.000 % |
894.91/894.91	c |    942719 |     180      432     1080 |        1   126527     23 |  0.000 % |
894.91/894.91	c |    943576 |     180      432     1080 |        1   127384     23 |  0.000 % |
894.91/894.91	c |   1296714 |     180      432     1080 |        1   122534     20 |  0.000 % |
894.91/894.91	c |   1296815 |     180      432     1080 |        1   122635     20 |  0.000 % |
894.91/894.91	c |   1378849 |     180      432     1080 |        1   125266     21 |  0.000 % |
894.91/894.91	c |   1378950 |     180      432     1080 |        1   125367     21 |  0.000 % |
894.91/894.91	c |   1382568 |     180      432     1080 |        1   128985     21 |  0.000 % |
894.91/894.91	c |   1389897 |     180      432     1080 |        1   136314     22 |  0.000 % |
894.91/894.91	c |   1389998 |     180      432     1080 |        1   136415     22 |  0.000 % |
894.91/894.91	c |   1390113 |     180      432     1080 |        1   136530     22 |  0.000 % |
894.91/894.91	c |   1390214 |     180      432     1080 |        1   136631     22 |  0.000 % |
894.91/894.91	c |   1390314 |     180      432     1080 |        1   136731     22 |  0.000 % |
894.91/894.91	c |   1390414 |     180      432     1080 |        1   136831     22 |  0.000 % |
894.91/894.91	c |   1390514 |     180      432     1080 |        1   136931     22 |  0.000 % |
894.91/894.91	c |   1390614 |     180      432     1080 |        1   137031     22 |  0.000 % |
894.91/894.91	c |   1509778 |     180      432     1080 |        1    89593     17 |  0.000 % |
894.91/894.91	c |   1631766 |     180      432     1080 |        1   124379     20 |  0.000 % |
894.91/894.91	c |   1631867 |     180      432     1080 |        1   124480     20 |  0.000 % |
894.91/894.91	c |   1631993 |     180      432     1080 |        1   124606     20 |  0.000 % |
894.91/894.91	c |   1632093 |     180      432     1080 |        1   124706     20 |  0.000 % |
894.91/894.91	c |   1774194 |     180      432     1080 |        1   177009     23 |  0.000 % |
894.91/894.91	c |   1774294 |     180      432     1080 |        1   177109     23 |  0.000 % |
894.91/894.91	c |   2634566 |     180      432     1080 |        1   225384     23 |  0.000 % |
894.91/894.91	c |   2634678 |     180      432     1080 |        1   225496     23 |  0.000 % |
894.91/894.91	c |   2636745 |     180      432     1080 |        1   114361     16 |  0.000 % |
894.91/894.91	c |   2636846 |     180      432     1080 |        1   114462     16 |  0.000 % |
894.91/894.91	c |   2637093 |     180      432     1080 |        1   114709     16 |  0.000 % |
894.91/894.91	c |   2799109 |     180      432     1080 |        1   160927     20 |  0.000 % |
894.91/894.91	c |   2818619 |     180      432     1080 |        1   180437     21 |  0.000 % |
1273.82/1273.84	c |   2818719 |     180      432     1080 |        1   180537     21 |  0.000 % |
1273.82/1273.84	c |   2819157 |     180      432     1080 |        1   180975     21 |  0.000 % |
1273.82/1273.84	c |   2819257 |     180      432     1080 |        1   181075     21 |  0.000 % |
1273.82/1273.84	c |   2819877 |     180      432     1080 |        1   181695     21 |  0.000 % |
1273.82/1273.84	c |   2820068 |     180      432     1080 |        1   181886     21 |  0.000 % |
1273.82/1273.84	c |   2821652 |     180      432     1080 |        1   183470     21 |  0.000 % |
1273.82/1273.84	c |   2821755 |     180      432     1080 |        1   183573     21 |  0.000 % |
1273.82/1273.84	c |   2822071 |     180      432     1080 |        1   183889     21 |  0.000 % |
1273.82/1273.84	c |   2823857 |     180      432     1080 |        1   185675     21 |  0.000 % |
1273.82/1273.84	c |   2828558 |     180      432     1080 |        1   190376     21 |  0.000 % |
1273.82/1273.84	c |   2831897 |     180      432     1080 |        1   193715     21 |  0.000 % |
1273.82/1273.84	c |   2833165 |     180      432     1080 |        1   194983     22 |  0.000 % |
1273.82/1273.84	c |   2840236 |     180      432     1080 |        1   202054     22 |  0.000 % |
1273.82/1273.84	c |   2895171 |     180      432     1080 |        1   138585     18 |  0.000 % |
1273.82/1273.84	c |   2897480 |     180      432     1080 |        1   140894     18 |  0.000 % |
1273.82/1273.84	c |   2897584 |     180      432     1080 |        1   140998     18 |  0.000 % |
1273.82/1273.84	c |   2985468 |     180      432     1080 |        1   228882     22 |  0.000 % |
1273.82/1273.84	c |   2985569 |     180      432     1080 |        1   228983     22 |  0.000 % |
1273.82/1273.84	c |   3232015 |     180      432     1080 |        1   230832     22 |  0.000 % |
1273.82/1273.84	c |   3232115 |     180      432     1080 |        1   230932     22 |  0.000 % |
1273.82/1273.84	c |   3233578 |     180      432     1080 |        1   232395     22 |  0.000 % |
1273.82/1273.84	c |   3233678 |     180      432     1080 |        1   232495     22 |  0.000 % |
1273.82/1273.84	c |   3233780 |     180      432     1080 |        1   232597     22 |  0.000 % |
1273.82/1273.84	c |   3236353 |     180      432     1080 |        1   235170     22 |  0.000 % |
1273.82/1273.84	c |   3236476 |     180      432     1080 |        1   235293     22 |  0.000 % |
1273.82/1273.84	c |   3238904 |     180      432     1080 |        1   237721     22 |  0.000 % |
1273.82/1273.84	c |   3239004 |     180      432     1080 |        1   237821     22 |  0.000 % |
1273.82/1273.84	c |   3239104 |     180      432     1080 |        1   237921     22 |  0.000 % |
1273.82/1273.84	c |   3239204 |     180      432     1080 |        1   238021     22 |  0.000 % |
1273.82/1273.84	c |   3239304 |     180      432     1080 |        1   238121     22 |  0.000 % |
1273.82/1273.84	c |   3334372 |     180      432     1080 |        1   206988     21 |  0.000 % |
1273.82/1273.84	c |   3336395 |     180      432     1080 |        1   209011     21 |  0.000 % |
1273.82/1273.84	c |   3336498 |     180      432     1080 |        1   209114     21 |  0.000 % |
1273.82/1273.84	c |   3342682 |     180      432     1080 |        1   215298     21 |  0.000 % |
1273.82/1273.84	c |   3342895 |     180      432     1080 |        1   215511     21 |  0.000 % |
1273.82/1273.84	c |   3343011 |     180      432     1080 |        1   215627     21 |  0.000 % |
1273.82/1273.84	c |   3343114 |     180      432     1080 |        1   215730     21 |  0.000 % |
1273.82/1273.84	c |   3343284 |     180      432     1080 |        1   215900     21 |  0.000 % |
1273.82/1273.84	c |   3343384 |     180      432     1080 |        1   216000     21 |  0.000 % |
1273.82/1273.84	c |   3455773 |     180      432     1080 |        1   199585     20 |  0.000 % |
1273.82/1273.84	c |   3461688 |     180      432     1080 |        1   205500     21 |  0.000 % |
1273.82/1273.84	c |   3461788 |     180      432     1080 |        1   205600     21 |  0.000 % |
1273.82/1273.84	c |   3462041 |     180      432     1080 |        1   205853     21 |  0.000 % |
1273.82/1273.84	c |   3462141 |     180      432     1080 |        1   205953     21 |  0.000 % |
1273.82/1273.84	c |   3462241 |     180      432     1080 |        1   206053     21 |  0.000 % |
1273.82/1273.84	c |   3462371 |     180      432     1080 |        1   206183     21 |  0.000 % |
1273.82/1273.84	c |   3462493 |     180      432     1080 |        1   206305     21 |  0.000 % |
1273.82/1273.84	c |   3462595 |     180      432     1080 |        1   206407     21 |  0.000 % |
1273.82/1273.84	c |   3540384 |     180      432     1080 |        1   152802     18 |  0.000 % |
1273.82/1273.84	c |   3544665 |     180      432     1080 |        1   157083     18 |  0.000 % |
3601.76/3601.76	c |   3544766 |     180      432     1080 |        1   157184     18 |  0.000 % |
3601.76/3601.76	c |   4022824 |     180      432     1080 |        1   225441     21 |  0.000 % |
3601.76/3601.76	c |   4022925 |     180      432     1080 |        1   225542     21 |  0.000 % |
3601.76/3601.76	c |   4962865 |     180      432     1080 |        1   275681     22 |  0.000 % |
3601.76/3601.76	c |   4963036 |     180      432     1080 |        1   275852     22 |  0.000 % |
3601.76/3601.76	c |   4963137 |     180      432     1080 |        1   275953     22 |  0.000 % |
3601.76/3601.76	c |   4963237 |     180      432     1080 |        1   276053     22 |  0.000 % |
3601.76/3601.76	c |   4963427 |     180      432     1080 |        1   276243     22 |  0.000 % |
3601.76/3601.76	c |   4963527 |     180      432     1080 |        1   276343     22 |  0.000 % |
3601.76/3601.76	c |   4963627 |     180      432     1080 |        1   276443     22 |  0.000 % |
3601.76/3601.76	c |   4963802 |     180      432     1080 |        1   276618     22 |  0.000 % |
3601.76/3601.76	c |   5054723 |     180      432     1080 |        1   210135     19 |  0.000 % |
3601.76/3601.76	c |   5054823 |     180      432     1080 |        1   210235     19 |  0.000 % |
3601.76/3601.76	c |   5059317 |     180      432     1080 |        1   214729     19 |  0.000 % |
3601.76/3601.76	c |   5885280 |     180      432     1080 |        1   214696     19 |  0.000 % |
3601.76/3601.76	c |   5885382 |     180      432     1080 |        1   214798     19 |  0.000 % |
3601.76/3601.76	c |   5900909 |     180      432     1080 |        1   230325     19 |  0.000 % |
3601.76/3601.76	c |   5901009 |     180      432     1080 |        1   230425     19 |  0.000 % |
3601.76/3601.76	c |   5901111 |     180      432     1080 |        1   230527     19 |  0.000 % |
3601.76/3601.76	c |   5903221 |     180      432     1080 |        1   232637     19 |  0.000 % |
3601.76/3601.76	c |   6040344 |     180      432     1080 |        1   196768     17 |  0.000 % |
3601.76/3601.76	c |   6040445 |     180      432     1080 |        1   196869     17 |  0.000 % |
3601.76/3601.76	c |   6332095 |     180      432     1080 |        1   312915     21 |  0.000 % |
3601.76/3601.76	c |   6332195 |     180      432     1080 |        1   313015     21 |  0.000 % |
3601.76/3601.76	c |   6332296 |     180      432     1080 |        1   313116     21 |  0.000 % |
3601.76/3601.76	c |   6332396 |     180      432     1080 |        1   313216     21 |  0.000 % |
3601.76/3601.76	c |   6332499 |     180      432     1080 |        1   313319     21 |  0.000 % |
3601.76/3601.76	c |   6332599 |     180      432     1080 |        1   313419     21 |  0.000 % |
3601.76/3601.76	c |   6332699 |     180      432     1080 |        1   313519     21 |  0.000 % |
3601.76/3601.76	c |   6332949 |     180      432     1080 |        1   313769     21 |  0.000 % |
3601.76/3601.76	c |   6333170 |     180      432     1080 |        1   313990     21 |  0.000 % |
3601.76/3601.76	c |   6341264 |     180      432     1080 |        1   322084     22 |  0.000 % |
3601.76/3601.76	c |   6341365 |     180      432     1080 |        1   322185     22 |  0.000 % |
3601.76/3601.76	c |   6405215 |     180      432     1080 |        1   207833     17 |  0.000 % |
3601.76/3601.76	c |   6405345 |     180      432     1080 |        1   207963     17 |  0.000 % |
3601.76/3601.76	c |   6405939 |     180      432     1080 |        1   208557     18 |  0.000 % |
3601.76/3601.76	c |   6406083 |     180      432     1080 |        1   208701     18 |  0.000 % |
3601.76/3601.76	c |   6406184 |     180      432     1080 |        1   208802     18 |  0.000 % |
3601.76/3601.76	c |   6406286 |     180      432     1080 |        1   208904     18 |  0.000 % |
3601.76/3601.76	c |   6412085 |     180      432     1080 |        1   214703     18 |  0.000 % |
3601.76/3601.76	c |   6412382 |     180      432     1080 |        1   215000     18 |  0.000 % |
3601.76/3601.76	c |   6418979 |     180      432     1080 |        1   221597     18 |  0.000 % |
3601.76/3601.76	c |   6967943 |     180      432     1080 |        1   220363     17 |  0.000 % |
3601.76/3601.76	c |   6968043 |     180      432     1080 |        1   220463     17 |  0.000 % |
3601.76/3601.76	c |   6969295 |     180      432     1080 |        1   221715     17 |  0.000 % |
3601.76/3601.76	c |   6971041 |     180      432     1080 |        1   223461     17 |  0.000 % |
3601.76/3601.76	c |   6989329 |     180      432     1080 |        1   241749     18 |  0.000 % |
3601.76/3601.76	c |   6989429 |     180      432     1080 |        1   241849     18 |  0.000 % |
3601.76/3601.76	c |   6990320 |     180      432     1080 |        1   242740     19 |  0.000 % |
3601.76/3601.76	c |   6990796 |     180      432     1080 |        1   243216     19 |  0.000 % |
3843.57/3843.50	c |   6990897 |     180      432     1080 |        1   243317     19 |  0.000 % |
3843.57/3843.50	c |   6990997 |     180      432     1080 |        1   243417     19 |  0.000 % |
3843.57/3843.50	c |   6991098 |     180      432     1080 |        1   243518     19 |  0.000 % |
3843.57/3843.50	c |   6991198 |     180      432     1080 |        1   243618     19 |  0.000 % |
3843.57/3843.50	c |   6991298 |     180      432     1080 |        1   243718     19 |  0.000 % |
3843.57/3843.50	c |   6992981 |     180      432     1080 |        1   245401     19 |  0.000 % |
3843.57/3843.50	c |   6993245 |     180      432     1080 |        1   245665     19 |  0.000 % |
3843.57/3843.50	c |   7122608 |     180      432     1080 |        1   375028     22 |  0.000 % |
3843.57/3843.50	c |   7128265 |     180      432     1080 |        1   192084     16 |  0.000 % |
3843.57/3843.50	c |   7131240 |     180      432     1080 |        1   195059     16 |  0.000 % |
3843.57/3843.50	c |   7131340 |     180      432     1080 |        1   195159     16 |  0.000 % |
3843.57/3843.50	c |   7131443 |     180      432     1080 |        1   195262     16 |  0.000 % |
3843.57/3843.50	c |   7132111 |     180      432     1080 |        1   195930     16 |  0.000 % |
3843.57/3843.50	c |   7132213 |     180      432     1080 |        1   196032     16 |  0.000 % |
3843.57/3843.50	c |   7132314 |     180      432     1080 |        1   196133     16 |  0.000 % |
3843.57/3843.50	c |   7133640 |     180      432     1080 |        1   197459     16 |  0.000 % |
3843.57/3843.50	c |   7133740 |     180      432     1080 |        1   197559     16 |  0.000 % |
3843.57/3843.50	c |   7133843 |     180      432     1080 |        1   197662     16 |  0.000 % |
3843.57/3843.50	c |   7167598 |     180      432     1080 |        1   231417     18 |  0.000 % |
3843.57/3843.50	c |   7168088 |     180      432     1080 |        1   231907     18 |  0.000 % |
3843.57/3843.50	c |   7168189 |     180      432     1080 |        1   232008     18 |  0.000 % |
3843.57/3843.50	c |   7168291 |     180      432     1080 |        1   232110     18 |  0.000 % |
3843.57/3843.50	c |   7168391 |     180      432     1080 |        1   232210     18 |  0.000 % |
3843.57/3843.50	c |   7168491 |     180      432     1080 |        1   232310     18 |  0.000 % |
3843.57/3843.50	c |   7168620 |     180      432     1080 |        1   232439     18 |  0.000 % |
3843.57/3843.50	c |   7168720 |     180      432     1080 |        1   232539     18 |  0.000 % |
3843.57/3843.50	c |   7168876 |     180      432     1080 |        1   232695     18 |  0.000 % |
3843.57/3843.50	c |   7169269 |     180      432     1080 |        1   233088     18 |  0.000 % |
3843.57/3843.50	c |   7176672 |     180      432     1080 |        1   240491     18 |  0.000 % |
3843.57/3843.50	c |   7176773 |     180      432     1080 |        1   240592     18 |  0.000 % |
3843.57/3843.50	c |   7176873 |     180      432     1080 |        1   240692     18 |  0.000 % |
3843.57/3843.50	c |   7176973 |     180      432     1080 |        1   240792     18 |  0.000 % |
3843.57/3843.50	c |   7181857 |     180      432     1080 |        1   245676     19 |  0.000 % |
3843.57/3843.50	c |   7181957 |     180      432     1080 |        1   245776     19 |  0.000 % |
3843.57/3843.50	c |   7199538 |     180      432     1080 |        1   263357     19 |  0.000 % |
3843.57/3843.50	c |   7199639 |     180      432     1080 |        1   263458     19 |  0.000 % |
3843.57/3843.50	c |   7200378 |     180      432     1080 |        1   264197     19 |  0.000 % |
3843.57/3843.50	c |   7200479 |     180      432     1080 |        1   264298     19 |  0.000 % |
3843.57/3843.50	c |   7200580 |     180      432     1080 |        1   264399     19 |  0.000 % |
3843.57/3843.50	c |   7200992 |     180      432     1080 |        1   264811     19 |  0.000 % |
3843.57/3843.50	c |   7204656 |     180      432     1080 |        1   268475     20 |  0.000 % |
3843.57/3843.50	c |   7205011 |     180      432     1080 |        1   268830     20 |  0.000 % |
3843.57/3843.50	c |   7218941 |     180      432     1080 |        1   282760     20 |  0.000 % |
3843.57/3843.50	c |   7219042 |     180      432     1080 |        1   282861     20 |  0.000 % |
3843.57/3843.50	c |   7228812 |     180      432     1080 |        1   292631     21 |  0.000 % |
3843.57/3843.50	c |   7228912 |     180      432     1080 |        1   292731     21 |  0.000 % |
3843.57/3843.50	c |   7229012 |     180      432     1080 |        1   292831     21 |  0.000 % |
3843.57/3843.50	c |   7230260 |     180      432     1080 |        1   294079     21 |  0.000 % |
3843.57/3843.50	c |   7266797 |     180      432     1080 |        1   330616     22 |  0.000 % |
4978.50/4978.49	c |   7585447 |     180      432     1080 |        1   264264     19 |  0.000 % |
4978.50/4978.49	c |   7675858 |     180      432     1080 |        1   354675     22 |  0.000 % |
4978.50/4978.49	c |   7764899 |     180      432     1080 |        1   247313     18 |  0.000 % |
4978.50/4978.49	c |   7766923 |     180      432     1080 |        1   249337     18 |  0.000 % |
4978.50/4978.49	c |   7768126 |     180      432     1080 |        1   250540     19 |  0.000 % |
4978.50/4978.49	c |   7768226 |     180      432     1080 |        1   250640     19 |  0.000 % |
4978.50/4978.49	c |   7769513 |     180      432     1080 |        1   251927     19 |  0.000 % |
4978.50/4978.49	c |   7771980 |     180      432     1080 |        1   254394     19 |  0.000 % |
4978.50/4978.49	c |   8054851 |     180      432     1080 |        1   338267     20 |  0.000 % |
4978.50/4978.49	c |   8054953 |     180      432     1080 |        1   338369     20 |  0.000 % |
4978.50/4978.49	c |   8059024 |     180      432     1080 |        1   342440     21 |  0.000 % |
4978.50/4978.49	c |   8059124 |     180      432     1080 |        1   342540     21 |  0.000 % |
4978.50/4978.49	c |   8059224 |     180      432     1080 |        1   342640     21 |  0.000 % |
4978.50/4978.49	c |   8059324 |     180      432     1080 |        1   342740     21 |  0.000 % |
4978.50/4978.49	c |   8096941 |     180      432     1080 |        1   380357     22 |  0.000 % |
4978.50/4978.49	c |   8097041 |     180      432     1080 |        1   380457     22 |  0.000 % |
4978.50/4978.49	c |   8250303 |     180      432     1080 |        1   332118     21 |  0.000 % |
4978.50/4978.49	c |   8250445 |     180      432     1080 |        1   332260     21 |  0.000 % |
4978.50/4978.49	c |   8250546 |     180      432     1080 |        1   332361     21 |  0.000 % |
4978.50/4978.49	c |   8251061 |     180      432     1080 |        1   332876     21 |  0.000 % |
4978.50/4978.49	c |   8251165 |     180      432     1080 |        1   332980     21 |  0.000 % |
4978.50/4978.49	c |   8252058 |     180      432     1080 |        1   333873     21 |  0.000 % |
4978.50/4978.49	c |   8252172 |     180      432     1080 |        1   333987     21 |  0.000 % |
4978.50/4978.49	c |   8252273 |     180      432     1080 |        1   334088     21 |  0.000 % |
4978.50/4978.49	c |   8281479 |     180      432     1080 |        1   363294     22 |  0.000 % |
4978.50/4978.49	c |   8283001 |     180      432     1080 |        1   364816     22 |  0.000 % |
4978.50/4978.49	c |   8283102 |     180      432     1080 |        1   364917     22 |  0.000 % |
4978.50/4978.49	c |   8289579 |     180      432     1080 |        1   371394     22 |  0.000 % |
4978.50/4978.49	c |   8305330 |     180      432     1080 |        1   387145     22 |  0.000 % |
4978.50/4978.49	c |   8335205 |     180      432     1080 |        1   212821     16 |  0.000 % |
4978.50/4978.49	c |   8335306 |     180      432     1080 |        1   212922     16 |  0.000 % |
4978.50/4978.49	c |   8343707 |     180      432     1080 |        1   221323     17 |  0.000 % |
4978.50/4978.49	c |   8343807 |     180      432     1080 |        1   221423     17 |  0.000 % |
4978.50/4978.49	c |   8343907 |     180      432     1080 |        1   221523     17 |  0.000 % |
4978.50/4978.49	c |   8514995 |     180      432     1080 |        1   392611     22 |  0.000 % |
4978.50/4978.49	c |   8515209 |     180      432     1080 |        1   392825     22 |  0.000 % |
4978.50/4978.49	c |   8515585 |     180      432     1080 |        1   393201     22 |  0.000 % |
4978.50/4978.49	c |   8518771 |     180      432     1080 |        1   396387     22 |  0.000 % |
4978.50/4978.49	c |   8518912 |     180      432     1080 |        1   396528     22 |  0.000 % |
4978.50/4978.49	c |   8524112 |     180      432     1080 |        1   401728     23 |  0.000 % |
4978.50/4978.49	c |   8550651 |     180      432     1080 |        1   221463     16 |  0.000 % |
4978.50/4978.49	c |   8550752 |     180      432     1080 |        1   221564     16 |  0.000 % |
4978.50/4978.49	c |   8550854 |     180      432     1080 |        1   221666     16 |  0.000 % |
4978.50/4978.49	c |   8550956 |     180      432     1080 |        1   221768     16 |  0.000 % |
4978.50/4978.49	c |   8563318 |     180      432     1080 |        1   234130     17 |  0.000 % |
4978.50/4978.49	c |   8563420 |     180      432     1080 |        1   234232     17 |  0.000 % |
4978.50/4978.49	c |   8563523 |     180      432     1080 |        1   234335     17 |  0.000 % |
4978.50/4978.49	c |   8563623 |     180      432     1080 |        1   234435     17 |  0.000 % |
4978.50/4978.49	c |   8563725 |     180      432     1080 |        1   234537     17 |  0.000 % |
4978.50/4978.49	c |   8563825 |     180      432     1080 |        1   234637     17 |  0.0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3303387-1303899343/watcher-3303387-1303899343 -o /tmp/evaluation-result-3303387-1303899343/solver-3303387-1303899343 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303387-1303899343.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 2/178 25347
/proc/meminfo: memFree=20203136/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0

[startup+0.0534339 s]
/proc/loadavg: 0.08 0.02 0.01 2/178 25347
/proc/meminfo: memFree=20203136/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100427 s]
/proc/loadavg: 0.08 0.02 0.01 2/178 25347
/proc/meminfo: memFree=20203136/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30039 s]
/proc/loadavg: 0.08 0.02 0.01 2/178 25347
/proc/meminfo: memFree=20203136/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700319 s]
/proc/loadavg: 0.08 0.02 0.01 2/178 25347
/proc/meminfo: memFree=20203136/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50018 s]
/proc/loadavg: 0.08 0.02 0.01 3/180 25350
/proc/meminfo: memFree=20194944/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=20356 CPUtime=1.49 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 2125 0 0 0 149 0 0 0 25 0 1 0 501534104 20844544 1594 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 5089 1594 239 17 0 1730 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29060

[startup+3.10089 s]
/proc/loadavg: 0.08 0.02 0.01 3/180 25350
/proc/meminfo: memFree=20191476/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=24708 CPUtime=3.09 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 2975 0 0 0 309 0 0 0 25 0 1 0 501534104 25300992 2414 33554432000 4194304 4260849 140733482371312 18446744073709551615 4225418 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 6177 2414 239 17 0 2818 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33412

[startup+6.30032 s]
/proc/loadavg: 0.23 0.05 0.02 3/180 25350
/proc/meminfo: memFree=20183900/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=24708 CPUtime=6.29 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 3277 0 0 0 629 0 0 0 25 0 1 0 501534104 25300992 2703 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224703 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 6177 2703 239 17 0 2818 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33412

[startup+12.7002 s]
/proc/loadavg: 0.37 0.08 0.03 3/180 25350
/proc/meminfo: memFree=20177516/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=34076 CPUtime=12.69 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 5407 0 0 0 1268 1 0 0 25 0 1 0 501534104 34893824 3658 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 8519 3658 248 17 0 5160 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42780

[startup+25.5009 s]
/proc/loadavg: 0.73 0.18 0.06 3/180 25350
/proc/meminfo: memFree=20161884/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=38496 CPUtime=25.49 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 8053 0 0 0 2548 1 0 0 25 0 1 0 501534104 39419904 6209 33554432000 4194304 4260849 140733482371312 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 9624 6209 248 17 0 6265 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47200

[startup+51.1003 s]
/proc/loadavg: 1.16 0.32 0.11 3/180 25351
/proc/meminfo: memFree=20148692/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=48368 CPUtime=51.09 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 11986 0 0 0 5107 2 0 0 25 0 1 0 501534104 49528832 7994 33554432000 4194304 4260849 140733482371312 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 12092 7994 248 17 0 8733 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57072

[startup+102.306 s]
/proc/loadavg: 1.64 0.58 0.20 3/180 25352
/proc/meminfo: memFree=20147068/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=41240 CPUtime=102.29 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 14692 0 0 0 10227 2 0 0 25 0 1 0 501534104 42229760 6255 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 10310 6255 249 17 0 6951 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 49944

[startup+162.301 s]
/proc/loadavg: 1.86 0.83 0.31 3/180 25354
/proc/meminfo: memFree=20125984/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=67904 CPUtime=162.29 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 25120 0 0 0 16224 5 0 0 25 0 1 0 501534104 69533696 9308 33554432000 4194304 4260849 140733482371312 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 16976 9308 249 17 0 13617 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76608

[startup+222.301 s]
/proc/loadavg: 1.98 1.06 0.42 3/180 25355
/proc/meminfo: memFree=20112700/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=67904 CPUtime=222.29 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 28356 0 0 0 22224 5 0 0 25 0 1 0 501534104 69533696 12421 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 16976 12421 249 17 0 13617 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 76608

[startup+282.301 s]
/proc/loadavg: 1.99 1.23 0.52 3/180 25357
/proc/meminfo: memFree=20111576/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=67904 CPUtime=282.3 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 28648 0 0 0 28224 6 0 0 25 0 1 0 501534104 69533696 12704 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 16976 12704 249 17 0 13617 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 76608

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.61 3/180 25359
/proc/meminfo: memFree=20097308/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=67904 CPUtime=342.3 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 29078 0 0 0 34224 6 0 0 25 0 1 0 501534104 69533696 13118 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25349/statm: 16976 13118 249 17 0 13617 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 76608

[startup+402.301 s]
/proc/loadavg: 1.99 1.48 0.69 3/180 25360
/proc/meminfo: memFree=20095188/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7

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

/proc/25349/statm: 46845 40290 249 17 0 43486 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 196084

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 25479
/proc/meminfo: memFree=19938460/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=138060 CPUtime=4422.38 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 221153 0 0 0 442190 48 0 0 25 0 1 0 501534104 141373440 31087 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 34515 31087 249 17 0 31156 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 146764

[startup+4482.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/180 25481
/proc/meminfo: memFree=19939692/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=187380 CPUtime=4482.39 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 228842 0 0 0 448190 49 0 0 25 0 1 0 501534104 191877120 38775 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 46845 38775 249 17 0 43486 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 196084

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/180 25483
/proc/meminfo: memFree=19932732/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=187380 CPUtime=4542.38 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 230622 0 0 0 454188 50 0 0 25 0 1 0 501534104 191877120 40512 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 46845 40512 249 17 0 43486 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 196084

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 25484
/proc/meminfo: memFree=19938552/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=138060 CPUtime=4602.39 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 231099 0 0 0 460188 51 0 0 25 0 1 0 501534104 141373440 31087 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 34515 31087 249 17 0 31156 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 146764

[startup+4662.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/180 25516
/proc/meminfo: memFree=19947384/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=187380 CPUtime=4662.39 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 239061 0 0 0 466187 52 0 0 25 0 1 0 501534104 191877120 39040 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 46845 39040 249 17 0 43486 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 196084

[startup+4722.31 s]
/proc/loadavg: 2.02 2.01 1.94 3/180 25518
/proc/meminfo: memFree=19930040/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=187380 CPUtime=4722.4 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 240691 0 0 0 472186 54 0 0 25 0 1 0 501534104 191877120 40622 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 46845 40622 249 17 0 43486 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 196084

[startup+4782.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/180 25520
/proc/meminfo: memFree=19945820/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=138060 CPUtime=4782.39 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 241465 0 0 0 478185 54 0 0 25 0 1 0 501534104 141373440 31087 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224753 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 34515 31087 249 17 0 31156 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 146764

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 25522
/proc/meminfo: memFree=19968548/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=138060 CPUtime=4842.39 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 241465 0 0 0 484185 54 0 0 25 0 1 0 501534104 141373440 31087 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 34515 31087 249 17 0 31156 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 146764

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 25523
/proc/meminfo: memFree=19909328/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=187380 CPUtime=4902.39 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 250533 0 0 0 490183 56 0 0 25 0 1 0 501534104 191877120 40112 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 46845 40112 249 17 0 43486 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 196084

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 25525
/proc/meminfo: memFree=19927160/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=138060 CPUtime=4962.4 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 251945 0 0 0 496183 57 0 0 25 0 1 0 501534104 141373440 31087 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 34515 31087 249 17 0 31156 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 146764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.02 1.95 3/180 25526
/proc/meminfo: memFree=19927264/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=138060 CPUtime=5000 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 251945 0 0 0 499943 57 0 0 25 0 1 0 501534104 141373440 31087 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 34515 31087 249 17 0 31156 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 146764

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 2.07 2.02 1.95 3/180 25526
/proc/meminfo: memFree=19927264/32950904 swapFree=67082284/67111528
[pid=25347] ppid=25345 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25347/stat : 25347 (glucose.sh) S 25345 25347 25307 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 501534104 8912896 255 33554432000 4194304 4922060 140733513435088 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25347/statm: 2176 255 211 178 0 69 0
[pid=25349] ppid=25347 vsize=138060 CPUtime=5000 cores=1,3,5,7
/proc/25349/stat : 25349 (glucose_static) R 25347 25347 25307 0 -1 4202496 251945 0 0 0 499943 57 0 0 25 0 1 0 501534104 141373440 31087 33554432000 4194304 4260849 140733482371312 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25349/statm: 34515 31087 249 17 0 31156 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 146764

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25347 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 5000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000
CPU user time (s): 4999.43
CPU system time (s): 0.57
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 196084

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

runsolver used 7.61384 second user time and 19.511 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-27 12:15:44
IDJOB=3303387
IDBENCH=83141
IDSOLVER=1687
FILE ID=node121/3303387-1303899343
RUNJOBID= node121-1303899343-25326
PBS_JOBID= 13164527
Free space on /tmp= 72704 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n180-s34713902-sat.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303387-1303899343/watcher-3303387-1303899343 -o /tmp/evaluation-result-3303387-1303899343/solver-3303387-1303899343 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303387-1303899343.cnf 

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

MD5SUM BENCH= 19292459de25c4f5e9e6f187c00d549d
RANDOM SEED=922577475

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20203416 kB
Buffers:       2172444 kB
Cached:       10015328 kB
SwapCached:       2776 kB
Active:        8986916 kB
Inactive:      3240944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20203416 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:       37484 kB
Mapped:          13856 kB
Slab:           454280 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   211324 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= 72664 MiB
End job on node121 at 2011-04-27 13:39:05