Trace number 3273543

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) 1299.97 1300.01

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.431934
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 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
9.79/9.89	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
9.79/9.89	c WARNING: for repeatability, setting FPU to use double precision
9.79/9.89	c ============================[ Problem Statistics ]=============================
9.79/9.89	c |                                                                             |
9.79/9.89	c |  Number of variables:           180                                         |
9.79/9.89	c |  Number of clauses:             432                                         |
9.79/9.89	c |  Parse time:                   0.00 s                                       |
9.79/9.89	c |                                                                             |
9.79/9.89	c ============================[ Search Statistics ]==============================
9.79/9.89	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.79/9.89	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.79/9.89	c ===============================================================================
9.79/9.89	c |    101291 |     180      432     1080 |        1    35708     27 |  0.000 % |
9.79/9.89	c |    101792 |     180      432     1080 |        1    36209     27 |  0.000 % |
9.79/9.89	c |    102159 |     180      432     1080 |        1    36576     27 |  0.000 % |
9.79/9.89	c |    104656 |     180      432     1080 |        1    39073     27 |  0.000 % |
9.79/9.89	c |    104931 |     180      432     1080 |        1    19745     21 |  0.000 % |
9.79/9.89	c |    105031 |     180      432     1080 |        1    19845     21 |  0.000 % |
9.79/9.89	c |    105131 |     180      432     1080 |        1    19945     21 |  0.000 % |
9.79/9.89	c |    106347 |     180      432     1080 |        1    21161     22 |  0.000 % |
9.79/9.89	c |    106561 |     180      432     1080 |        1    21375     22 |  0.000 % |
9.79/9.89	c |    106768 |     180      432     1080 |        1    21582     22 |  0.000 % |
9.79/9.89	c |    106868 |     180      432     1080 |        1    21682     22 |  0.000 % |
9.79/9.89	c |    106968 |     180      432     1080 |        1    21782     22 |  0.000 % |
9.79/9.89	c |    107069 |     180      432     1080 |        1    21883     22 |  0.000 % |
9.79/9.89	c |    107170 |     180      432     1080 |        1    21984     22 |  0.000 % |
9.79/9.89	c |    107271 |     180      432     1080 |        1    22085     22 |  0.000 % |
9.79/9.89	c |    107372 |     180      432     1080 |        1    22186     22 |  0.000 % |
9.79/9.89	c |    107477 |     180      432     1080 |        1    22291     22 |  0.000 % |
9.79/9.89	c |    107580 |     180      432     1080 |        1    22394     22 |  0.000 % |
9.79/9.89	c |    107756 |     180      432     1080 |        1    22570     22 |  0.000 % |
9.79/9.89	c |    107856 |     180      432     1080 |        1    22670     22 |  0.000 % |
9.79/9.89	c |    107958 |     180      432     1080 |        1    22772     22 |  0.000 % |
9.79/9.89	c |    108059 |     180      432     1080 |        1    22873     22 |  0.000 % |
9.79/9.89	c |    108250 |     180      432     1080 |        1    23064     22 |  0.000 % |
9.79/9.89	c |    108429 |     180      432     1080 |        1    23243     23 |  0.000 % |
9.79/9.89	c |    108538 |     180      432     1080 |        1    23352     23 |  0.000 % |
9.79/9.89	c |    108690 |     180      432     1080 |        1    23504     23 |  0.000 % |
9.79/9.89	c |    127458 |     180      432     1080 |        1    42272     26 |  0.000 % |
9.79/9.89	c |    127572 |     180      432     1080 |        1    42386     27 |  0.000 % |
9.79/9.89	c |    127676 |     180      432     1080 |        1    42490     27 |  0.000 % |
9.79/9.89	c |    128011 |     180      432     1080 |        1    42825     27 |  0.000 % |
9.79/9.89	c |    128112 |     180      432     1080 |        1    42926     27 |  0.000 % |
9.79/9.89	c |    130072 |     180      432     1080 |        1    22685     21 |  0.000 % |
9.79/9.89	c |    130232 |     180      432     1080 |        1    22845     21 |  0.000 % |
9.79/9.89	c |    131483 |     180      432     1080 |        1    24096     21 |  0.000 % |
9.79/9.89	c |    131586 |     180      432     1080 |        1    24199     21 |  0.000 % |
9.79/9.89	c |    131687 |     180      432     1080 |        1    24300     21 |  0.000 % |
9.79/9.89	c |    133231 |     180      432     1080 |        1    25844     22 |  0.000 % |
9.79/9.89	c |    133331 |     180      432     1080 |        1    25944     22 |  0.000 % |
9.79/9.89	c |    133433 |     180      432     1080 |        1    26046     22 |  0.000 % |
76.99/77.04	c |    133535 |     180      432     1080 |        1    26148     22 |  0.000 % |
76.99/77.04	c |    133636 |     180      432     1080 |        1    26249     22 |  0.000 % |
76.99/77.04	c |    133953 |     180      432     1080 |        1    26566     22 |  0.000 % |
76.99/77.04	c |    134859 |     180      432     1080 |        1    27472     22 |  0.000 % |
76.99/77.04	c |    134959 |     180      432     1080 |        1    27572     22 |  0.000 % |
76.99/77.04	c |    135062 |     180      432     1080 |        1    27675     22 |  0.000 % |
76.99/77.04	c |    135275 |     180      432     1080 |        1    27888     22 |  0.000 % |
76.99/77.04	c |    135554 |     180      432     1080 |        1    28167     23 |  0.000 % |
76.99/77.04	c |    135963 |     180      432     1080 |        1    28576     23 |  0.000 % |
76.99/77.04	c |    136064 |     180      432     1080 |        1    28677     23 |  0.000 % |
76.99/77.04	c |    136820 |     180      432     1080 |        1    29433     23 |  0.000 % |
76.99/77.04	c |    299897 |     180      432     1080 |        1    42512     20 |  0.000 % |
76.99/77.04	c |    302046 |     180      432     1080 |        1    44661     21 |  0.000 % |
76.99/77.04	c |    304931 |     180      432     1080 |        1    47546     21 |  0.000 % |
76.99/77.04	c |    305100 |     180      432     1080 |        1    47715     22 |  0.000 % |
76.99/77.04	c |    306478 |     180      432     1080 |        1    49093     22 |  0.000 % |
76.99/77.04	c |    306579 |     180      432     1080 |        1    49194     22 |  0.000 % |
76.99/77.04	c |    306841 |     180      432     1080 |        1    49456     22 |  0.000 % |
76.99/77.04	c |    307406 |     180      432     1080 |        1    50021     22 |  0.000 % |
76.99/77.04	c |    308637 |     180      432     1080 |        1    51252     22 |  0.000 % |
76.99/77.04	c |    308738 |     180      432     1080 |        1    51353     22 |  0.000 % |
76.99/77.04	c |    308840 |     180      432     1080 |        1    51455     22 |  0.000 % |
76.99/77.04	c |    308955 |     180      432     1080 |        1    51570     22 |  0.000 % |
76.99/77.04	c |    309057 |     180      432     1080 |        1    51672     22 |  0.000 % |
76.99/77.04	c |    312990 |     180      432     1080 |        1    55605     23 |  0.000 % |
76.99/77.04	c |    317288 |     180      432     1080 |        1    59903     23 |  0.000 % |
76.99/77.04	c |    317388 |     180      432     1080 |        1    60003     23 |  0.000 % |
76.99/77.04	c |    317488 |     180      432     1080 |        1    60103     24 |  0.000 % |
76.99/77.04	c |    317589 |     180      432     1080 |        1    60204     24 |  0.000 % |
76.99/77.04	c |    318818 |     180      432     1080 |        1    61433     24 |  0.000 % |
76.99/77.04	c |    318918 |     180      432     1080 |        1    61533     24 |  0.000 % |
76.99/77.04	c |    319116 |     180      432     1080 |        1    61731     24 |  0.000 % |
76.99/77.04	c |    319481 |     180      432     1080 |        1    62096     24 |  0.000 % |
76.99/77.04	c |    319582 |     180      432     1080 |        1    62197     24 |  0.000 % |
76.99/77.04	c |    319707 |     180      432     1080 |        1    62322     24 |  0.000 % |
76.99/77.04	c |    319828 |     180      432     1080 |        1    62443     24 |  0.000 % |
76.99/77.04	c |    320404 |     180      432     1080 |        1    63019     24 |  0.000 % |
76.99/77.04	c |    320535 |     180      432     1080 |        1    63150     24 |  0.000 % |
76.99/77.04	c |    320786 |     180      432     1080 |        1    63401     24 |  0.000 % |
76.99/77.04	c |    321018 |     180      432     1080 |        1    63633     24 |  0.000 % |
76.99/77.04	c |    321120 |     180      432     1080 |        1    63735     24 |  0.000 % |
76.99/77.04	c |    326407 |     180      432     1080 |        1    69022     24 |  0.000 % |
76.99/77.04	c |    326507 |     180      432     1080 |        1    69122     24 |  0.000 % |
76.99/77.04	c |    337362 |     180      432     1080 |        1    42176     19 |  0.000 % |
76.99/77.04	c |    337462 |     180      432     1080 |        1    42276     19 |  0.000 % |
76.99/77.04	c |    337606 |     180      432     1080 |        1    42420     19 |  0.000 % |
76.99/77.04	c |    340562 |     180      432     1080 |        1    45376     20 |  0.000 % |
76.99/77.04	c |    340663 |     180      432     1080 |        1    45477     20 |  0.000 % |
76.99/77.04	c |    532555 |     180      432     1080 |        1    60177     20 |  0.000 % |
76.99/77.04	c |    532655 |     180      432     1080 |        1    60277     20 |  0.000 % |
175.48/175.50	c |    533219 |     180      432     1080 |        1    60841     20 |  0.000 % |
175.48/175.50	c |    535214 |     180      432     1080 |        1    62836     20 |  0.000 % |
175.48/175.50	c |    535317 |     180      432     1080 |        1    62939     20 |  0.000 % |
175.48/175.50	c |    535456 |     180      432     1080 |        1    63078     20 |  0.000 % |
175.48/175.50	c |    535584 |     180      432     1080 |        1    63206     20 |  0.000 % |
175.48/175.50	c |    535684 |     180      432     1080 |        1    63306     20 |  0.000 % |
175.48/175.50	c |    535802 |     180      432     1080 |        1    63424     20 |  0.000 % |
175.48/175.50	c |    536847 |     180      432     1080 |        1    64469     20 |  0.000 % |
175.48/175.50	c |    536947 |     180      432     1080 |        1    64569     20 |  0.000 % |
175.48/175.50	c |    592956 |     180      432     1080 |        1    69775     21 |  0.000 % |
175.48/175.50	c |    593056 |     180      432     1080 |        1    69875     21 |  0.000 % |
175.48/175.50	c |    672603 |     180      432     1080 |        1    96021     23 |  0.000 % |
175.48/175.50	c |    675381 |     180      432     1080 |        1    98799     23 |  0.000 % |
175.48/175.50	c |    675483 |     180      432     1080 |        1    98901     23 |  0.000 % |
175.48/175.50	c |    678267 |     180      432     1080 |        1   101685     23 |  0.000 % |
175.48/175.50	c |    808966 |     180      432     1080 |        1   117781     23 |  0.000 % |
175.48/175.50	c |    809067 |     180      432     1080 |        1   117882     23 |  0.000 % |
175.48/175.50	c |    809169 |     180      432     1080 |        1   117984     23 |  0.000 % |
175.48/175.50	c |    809330 |     180      432     1080 |        1   118145     23 |  0.000 % |
175.48/175.50	c |    810755 |     180      432     1080 |        1   119570     23 |  0.000 % |
175.48/175.50	c |    810855 |     180      432     1080 |        1   119670     23 |  0.000 % |
175.48/175.50	c |    816000 |     180      432     1080 |        1    63613     17 |  0.000 % |
175.48/175.50	c |    816102 |     180      432     1080 |        1    63715     17 |  0.000 % |
175.48/175.50	c |    817122 |     180      432     1080 |        1    64735     17 |  0.000 % |
175.48/175.50	c |    817591 |     180      432     1080 |        1    65204     18 |  0.000 % |
175.48/175.50	c |    817760 |     180      432     1080 |        1    65373     18 |  0.000 % |
175.48/175.50	c |    817860 |     180      432     1080 |        1    65473     18 |  0.000 % |
175.48/175.50	c |    821367 |     180      432     1080 |        1    68980     18 |  0.000 % |
175.48/175.50	c |    821467 |     180      432     1080 |        1    69080     18 |  0.000 % |
175.48/175.50	c |    822936 |     180      432     1080 |        1    70549     19 |  0.000 % |
175.48/175.50	c |    823037 |     180      432     1080 |        1    70650     19 |  0.000 % |
175.48/175.50	c |    823179 |     180      432     1080 |        1    70792     19 |  0.000 % |
175.48/175.50	c |    823329 |     180      432     1080 |        1    70942     19 |  0.000 % |
175.48/175.50	c |    828996 |     180      432     1080 |        1    76609     20 |  0.000 % |
175.48/175.50	c |    829180 |     180      432     1080 |        1    76793     20 |  0.000 % |
175.48/175.50	c |    829289 |     180      432     1080 |        1    76902     20 |  0.000 % |
175.48/175.50	c |    837773 |     180      432     1080 |        1    85386     21 |  0.000 % |
175.48/175.50	c |    837874 |     180      432     1080 |        1    85487     21 |  0.000 % |
175.48/175.50	c |    840032 |     180      432     1080 |        1    87645     21 |  0.000 % |
175.48/175.50	c |    840135 |     180      432     1080 |        1    87748     21 |  0.000 % |
175.48/175.50	c |    840517 |     180      432     1080 |        1    88130     21 |  0.000 % |
175.48/175.50	c |    840620 |     180      432     1080 |        1    88233     21 |  0.000 % |
175.48/175.50	c |    857392 |     180      432     1080 |        1   105005     22 |  0.000 % |
175.48/175.50	c |    865870 |     180      432     1080 |        1   113483     23 |  0.000 % |
175.48/175.50	c |    865970 |     180      432     1080 |        1   113583     23 |  0.000 % |
175.48/175.50	c |    866966 |     180      432     1080 |        1   114579     23 |  0.000 % |
175.48/175.50	c |    867068 |     180      432     1080 |        1   114681     23 |  0.000 % |
175.48/175.50	c |    877576 |     180      432     1080 |        1   125189     24 |  0.000 % |
175.48/175.50	c |    877676 |     180      432     1080 |        1   125289     24 |  0.000 % |
175.48/175.50	c |    877783 |     180      432     1080 |        1   125396     24 |  0.000 % |
1060.17/1060.26	c |    877885 |     180      432     1080 |        1   125498     24 |  0.000 % |
1060.17/1060.26	c |    878012 |     180      432     1080 |        1   125625     24 |  0.000 % |
1060.17/1060.26	c |    878118 |     180      432     1080 |        1   125731     24 |  0.000 % |
1060.17/1060.26	c |    878219 |     180      432     1080 |        1   125832     24 |  0.000 % |
1060.17/1060.26	c |    879135 |     180      432     1080 |        1   126748     24 |  0.000 % |
1060.17/1060.26	c |    879241 |     180      432     1080 |        1   126854     24 |  0.000 % |
1060.17/1060.26	c |    879371 |     180      432     1080 |        1   126984     24 |  0.000 % |
1060.17/1060.26	c |    883253 |     180      432     1080 |        1    67061     17 |  0.000 % |
1060.17/1060.26	c |    883396 |     180      432     1080 |        1    67204     17 |  0.000 % |
1060.17/1060.26	c |    883497 |     180      432     1080 |        1    67305     17 |  0.000 % |
1060.17/1060.26	c |    908743 |     180      432     1080 |        1    92551     21 |  0.000 % |
1060.17/1060.26	c |    908843 |     180      432     1080 |        1    92651     21 |  0.000 % |
1060.17/1060.26	c |    908943 |     180      432     1080 |        1    92751     21 |  0.000 % |
1060.17/1060.26	c |    909043 |     180      432     1080 |        1    92851     21 |  0.000 % |
1060.17/1060.26	c |    909161 |     180      432     1080 |        1    92969     21 |  0.000 % |
1060.17/1060.26	c |    909261 |     180      432     1080 |        1    93069     21 |  0.000 % |
1060.17/1060.26	c |    910820 |     180      432     1080 |        1    94628     21 |  0.000 % |
1060.17/1060.26	c |    910920 |     180      432     1080 |        1    94728     21 |  0.000 % |
1060.17/1060.26	c |    911020 |     180      432     1080 |        1    94828     21 |  0.000 % |
1060.17/1060.26	c |    941477 |     180      432     1080 |        1   125285     23 |  0.000 % |
1060.17/1060.26	c |    942619 |     180      432     1080 |        1   126427     23 |  0.000 % |
1060.17/1060.26	c |    942719 |     180      432     1080 |        1   126527     23 |  0.000 % |
1060.17/1060.26	c |    943576 |     180      432     1080 |        1   127384     23 |  0.000 % |
1060.17/1060.26	c |   1296714 |     180      432     1080 |        1   122534     20 |  0.000 % |
1060.17/1060.26	c |   1296815 |     180      432     1080 |        1   122635     20 |  0.000 % |
1060.17/1060.26	c |   1378849 |     180      432     1080 |        1   125266     21 |  0.000 % |
1060.17/1060.26	c |   1378950 |     180      432     1080 |        1   125367     21 |  0.000 % |
1060.17/1060.26	c |   1382568 |     180      432     1080 |        1   128985     21 |  0.000 % |
1060.17/1060.26	c |   1389897 |     180      432     1080 |        1   136314     22 |  0.000 % |
1060.17/1060.26	c |   1389998 |     180      432     1080 |        1   136415     22 |  0.000 % |
1060.17/1060.26	c |   1390113 |     180      432     1080 |        1   136530     22 |  0.000 % |
1060.17/1060.26	c |   1390214 |     180      432     1080 |        1   136631     22 |  0.000 % |
1060.17/1060.26	c |   1390314 |     180      432     1080 |        1   136731     22 |  0.000 % |
1060.17/1060.26	c |   1390414 |     180      432     1080 |        1   136831     22 |  0.000 % |
1060.17/1060.26	c |   1390514 |     180      432     1080 |        1   136931     22 |  0.000 % |
1060.17/1060.26	c |   1390614 |     180      432     1080 |        1   137031     22 |  0.000 % |
1060.17/1060.26	c |   1509778 |     180      432     1080 |        1    89593     17 |  0.000 % |
1060.17/1060.26	c |   1631766 |     180      432     1080 |        1   124379     20 |  0.000 % |
1060.17/1060.26	c |   1631867 |     180      432     1080 |        1   124480     20 |  0.000 % |
1060.17/1060.26	c |   1631993 |     180      432     1080 |        1   124606     20 |  0.000 % |
1060.17/1060.26	c |   1632093 |     180      432     1080 |        1   124706     20 |  0.000 % |
1060.17/1060.26	c |   1774194 |     180      432     1080 |        1   177009     23 |  0.000 % |
1060.17/1060.26	c |   1774294 |     180      432     1080 |        1   177109     23 |  0.000 % |
1060.17/1060.26	c |   2634566 |     180      432     1080 |        1   225384     23 |  0.000 % |
1060.17/1060.26	c |   2634678 |     180      432     1080 |        1   225496     23 |  0.000 % |
1060.17/1060.26	c |   2636745 |     180      432     1080 |        1   114361     16 |  0.000 % |
1060.17/1060.26	c |   2636846 |     180      432     1080 |        1   114462     16 |  0.000 % |
1060.17/1060.26	c |   2637093 |     180      432     1080 |        1   114709     16 |  0.000 % |
1060.17/1060.26	c |   2799109 |     180      432     1080 |        1   160927     20 |  0.000 % |
1060.17/1060.26	c |   281

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

running on 2 cores: 4,6

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: 0.00 0.00 0.47 2/174 23619
/proc/meminfo: memFree=25126284/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 550289342 8912896 253 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23619/statm: 2176 253 211 178 0 69 0

[startup+0.011716 s]
/proc/loadavg: 0.00 0.00 0.47 2/174 23619
/proc/meminfo: memFree=25126284/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100749 s]
/proc/loadavg: 0.00 0.00 0.47 2/174 23619
/proc/meminfo: memFree=25126284/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300712 s]
/proc/loadavg: 0.00 0.00 0.47 2/174 23619
/proc/meminfo: memFree=25126284/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700644 s]
/proc/loadavg: 0.00 0.00 0.47 2/174 23619
/proc/meminfo: memFree=25126284/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50047 s]
/proc/loadavg: 0.00 0.00 0.47 2/176 23622
/proc/meminfo: memFree=25121556/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=20352 CPUtime=1.48 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 2126 0 0 0 148 0 0 0 25 0 1 0 550289343 20840448 1595 33554432000 4194304 4260849 140737032115808 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 5088 1595 240 17 0 1729 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29056

[startup+3.10117 s]
/proc/loadavg: 0.16 0.03 0.47 3/182 23634
/proc/meminfo: memFree=25114432/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=24704 CPUtime=3.08 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 2974 0 0 0 308 0 0 0 25 0 1 0 550289343 25296896 2413 33554432000 4194304 4260849 140737032115808 18446744073709551615 4225110 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 6176 2413 240 17 0 2817 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33408

[startup+6.30058 s]
/proc/loadavg: 0.16 0.03 0.47 5/194 23659
/proc/meminfo: memFree=25093100/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=24704 CPUtime=6.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 3278 0 0 0 628 0 0 0 25 0 1 0 550289343 25296896 2704 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 6176 2704 240 17 0 2817 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33408

[startup+12.7004 s]
/proc/loadavg: 0.75 0.16 0.51 5/194 23659
/proc/meminfo: memFree=25061660/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=34072 CPUtime=12.69 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 5407 0 0 0 1268 1 0 0 25 0 1 0 550289343 34889728 3658 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 8518 3658 248 17 0 5159 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42776

[startup+25.501 s]
/proc/loadavg: 1.25 0.29 0.55 5/194 23659
/proc/meminfo: memFree=25036324/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=38492 CPUtime=25.48 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 8053 0 0 0 2547 1 0 0 25 0 1 0 550289343 39415808 6209 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 9623 6209 248 17 0 6264 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47196

[startup+51.1003 s]
/proc/loadavg: 2.19 0.59 0.64 5/194 23660
/proc/meminfo: memFree=25000232/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=48364 CPUtime=51.09 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 11961 0 0 0 5107 2 0 0 25 0 1 0 550289343 49524736 7970 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224855 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 12091 7970 248 17 0 8732 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57068

[startup+102.307 s]
/proc/loadavg: 3.27 1.16 0.83 5/194 23661
/proc/meminfo: memFree=24977008/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=41236 CPUtime=102.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 13806 0 0 0 10226 2 0 0 25 0 1 0 550289343 42225664 5391 33554432000 4194304 4260849 140737032115808 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 10309 5391 249 17 0 6950 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 49940

[startup+162.301 s]
/proc/loadavg: 3.87 1.70 1.03 5/194 23663
/proc/meminfo: memFree=24944740/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=49224 CPUtime=162.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 24076 0 0 0 16223 5 0 0 25 0 1 0 550289343 50405376 8301 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 12306 8301 249 17 0 8947 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 57928

[startup+222.3 s]
/proc/loadavg: 3.95 2.12 1.22 5/194 23664
/proc/meminfo: memFree=24906372/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=67900 CPUtime=222.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 28297 0 0 0 22221 7 0 0 25 0 1 0 550289343 69529600 12363 33554432000 4194304 4260849 140737032115808 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 16975 12363 249 17 0 13616 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 76604

[startup+282.3 s]
/proc/loadavg: 3.98 2.46 1.39 5/194 23666
/proc/meminfo: memFree=24889856/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=67900 CPUtime=282.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 28479 0 0 0 28221 7 0 0 25 0 1 0 550289343 69529600 12540 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 16975 12540 249 17 0 13616 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 76604

[startup+342.301 s]
/proc/loadavg: 3.99 2.74 1.55 5/194 23667
/proc/meminfo: memFree=24876912/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=67900 CPUtime=342.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 28807 0 0 0 34221 7 0 0 25 0 1 0 550289343 69529600 12853 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224364 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 16975 12853 249 17 0 13616 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 76604

[startup+402.301 s]
/proc/loadavg: 3.99 2.95 1.69 5/194 23669
/proc/meminfo: memFree=24866960/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6

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

/proc/23622/statm: 26464 18179 249 17 0 23105 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 114560

[startup+642.3 s]
/proc/loadavg: 4.00 3.54 2.22 5/194 23675
/proc/meminfo: memFree=24806900/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=642.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 41073 0 0 0 64218 10 0 0 25 0 1 0 550289343 108396544 20166 33554432000 4194304 4260849 140737032115808 18446744073709551615 4225121 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 20166 249 17 0 23105 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 114560

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.33 5/194 23677
/proc/meminfo: memFree=24794464/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=702.27 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 41077 0 0 0 70217 10 0 0 25 0 1 0 550289343 108396544 20170 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 20170 249 17 0 23105 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 114560

[startup+762.307 s]
/proc/loadavg: 4.07 3.71 2.44 5/194 23679
/proc/meminfo: memFree=24782644/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=762.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 41320 0 0 0 76218 10 0 0 25 0 1 0 550289343 108396544 20404 33554432000 4194304 4260849 140737032115808 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 20404 249 17 0 23105 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 114560

[startup+822.301 s]
/proc/loadavg: 4.06 3.78 2.54 5/194 23680
/proc/meminfo: memFree=24766360/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=822.27 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 41718 0 0 0 82217 10 0 0 25 0 1 0 550289343 108396544 20793 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 20793 249 17 0 23105 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 114560

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.63 5/194 23682
/proc/meminfo: memFree=24764824/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=882.27 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 41877 0 0 0 88217 10 0 0 25 0 1 0 550289343 108396544 20945 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 20945 249 17 0 23105 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 114560

[startup+942.3 s]
/proc/loadavg: 4.00 3.85 2.71 5/194 23683
/proc/meminfo: memFree=24763560/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=942.27 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 41958 0 0 0 94217 10 0 0 25 0 1 0 550289343 108396544 21024 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 21024 249 17 0 23105 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 114560

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.79 5/194 23685
/proc/meminfo: memFree=24729300/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=1002.27 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 42027 0 0 0 100217 10 0 0 25 0 1 0 550289343 108396544 21093 33554432000 4194304 4260849 140737032115808 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 21093 249 17 0 23105 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 114560

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.86 5/194 23687
/proc/meminfo: memFree=24762372/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=1062.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 42255 0 0 0 106217 11 0 0 25 0 1 0 550289343 108396544 21320 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 21320 249 17 0 23105 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 114560

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.93 5/194 23688
/proc/meminfo: memFree=24727356/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=1122.28 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 42361 0 0 0 112217 11 0 0 25 0 1 0 550289343 108396544 21424 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 21424 249 17 0 23105 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 114560

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.99 5/194 23690
/proc/meminfo: memFree=24760800/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=1182.27 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 42488 0 0 0 118216 11 0 0 25 0 1 0 550289343 108396544 21547 33554432000 4194304 4260849 140737032115808 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23622/statm: 26464 21547 249 17 0 23105 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 114560

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.05 5/194 23691
/proc/meminfo: memFree=24692464/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=1242.27 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 42488 0 0 0 124216 11 0 0 25 0 1 0 550289343 108396544 21547 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 21547 249 17 0 23105 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 114560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.10 5/194 23693
/proc/meminfo: memFree=24758404/32951124 swapFree=67111348/67111528
[pid=23619] ppid=23617 vsize=8704 CPUtime=0 cores=4,6
/proc/23619/stat : 23619 (glucose.sh) S 23617 23619 23589 0 -1 4202496 359 151 0 0 0 0 0 0 22 0 1 0 550289342 8912896 255 33554432000 4194304 4922060 140736366954848 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/23619/statm: 2176 255 211 178 0 69 0
[pid=23622] ppid=23619 vsize=105856 CPUtime=1299.97 cores=4,6
/proc/23622/stat : 23622 (glucose_static) R 23619 23619 23589 0 -1 4202496 42566 0 0 0 129986 11 0 0 25 0 1 0 550289343 108396544 21622 33554432000 4194304 4260849 140737032115808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23622/statm: 26464 21622 249 17 0 23105 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 114560

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23619 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=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1299.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1299.97
CPU user time (s): 1299.86
CPU system time (s): 0.11
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 114564

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

runsolver used 2.21666 second user time and 4.88926 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-24 01:16:29
IDJOB=3273543
IDBENCH=83141
IDSOLVER=1651
FILE ID=node111/3273543-1303600588
RUNJOBID= node111-1303600586-23608
PBS_JOBID= 13150581
Free space on /tmp= 70736 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-3273543-1303600588/watcher-3273543-1303600588 -o /tmp/evaluation-result-3273543-1303600588/solver-3273543-1303600588 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3273543-1303600588.cnf 

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

MD5SUM BENCH= 19292459de25c4f5e9e6f187c00d549d
RANDOM SEED=1802854438

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25126448 kB
Buffers:       1169744 kB
Cached:        6122800 kB
SwapCached:        132 kB
Active:        1962872 kB
Inactive:      5393544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25126448 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1424 kB
Writeback:           0 kB
AnonPages:       63636 kB
Mapped:          14420 kB
Slab:           403028 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186656 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= 70732 MiB
End job on node111 at 2011-04-24 01:38:11