Trace number 3303501

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.06 4999.92

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
MD5SUMafc70649cebcc24cd0a7b28def593295
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables218
Number of clauses13362
Sum of the clauses size59166
Maximum clause length15
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 311772
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51590

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 |   13362    59166 |    4008       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 218   #clauses: 13362   #literals: 59166
0.00/0.00	c CPU time:   0.004999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
2597.67/2597.62	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2597.67/2597.62	c WARNING: for repeatability, setting FPU to use double precision
2597.67/2597.62	c ============================[ Problem Statistics ]=============================
2597.67/2597.62	c |                                                                             |
2597.67/2597.62	c |  Number of variables:           218                                         |
2597.67/2597.62	c |  Number of clauses:           13362                                         |
2597.67/2597.62	c |  Parse time:                   0.00 s                                       |
2597.67/2597.62	c |                                                                             |
2597.67/2597.62	c ============================[ Search Statistics ]==============================
2597.67/2597.62	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2597.67/2597.62	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2597.67/2597.62	c ===============================================================================
2597.67/2597.62	c |      3286 |     218    13362    59166 |        1     3286     28 |  0.000 % |
2597.67/2597.62	c |      4865 |     218    13362    59166 |        1     2870     28 |  0.000 % |
2597.67/2597.62	c |      5733 |     218    13362    59166 |        1     3738     29 |  0.000 % |
2597.67/2597.62	c |   1271118 |     218    13362    59166 |        1    96947     23 |  0.000 % |
2597.67/2597.62	c |   2760506 |     218    13362    59166 |        1   122332     20 |  0.000 % |
2597.67/2597.62	c |   3650100 |     218    13362    59166 |        1   262519     23 |  0.000 % |
2597.67/2597.62	c |   4080452 |     218    13362    59166 |        1   283072     23 |  0.000 % |
2597.67/2597.62	c |   5108614 |     218    13362    59166 |        1   264036     22 |  0.000 % |
2597.67/2597.62	c |   5262756 |     218    13362    59166 |        1   258182     22 |  0.000 % |
2597.67/2597.62	c |   7243505 |     218    13362    59166 |        1   307329     22 |  0.000 % |
2597.67/2597.62	c |   7294079 |     218    13362    59166 |        1   357903     23 |  0.000 % |
2597.67/2597.62	c |   7294179 |     218    13362    59166 |        1   358003     23 |  0.000 % |
2597.67/2597.62	c |   7307323 |     218    13362    59166 |        1   371147     23 |  0.000 % |
2597.67/2597.62	c |   7634211 |     218    13362    59166 |        1   313029     22 |  0.000 % |
2597.67/2597.62	c |   7634313 |     218    13362    59166 |        1   313131     22 |  0.000 % |
2597.67/2597.62	c |   9195816 |     218    13362    59166 |        1   230645     19 |  0.000 % |
2597.67/2597.62	c |  11652881 |     218    13362    59166 |        1   398703     20 |  0.000 % |
2597.67/2597.62	c |  11809435 |     218    13362    59166 |        1   312054     20 |  0.000 % |
2597.67/2597.62	c |  12688336 |     218    13362    59166 |        1   445758     21 |  0.000 % |
2597.67/2597.62	c |  12773916 |     218    13362    59166 |        1   277736     19 |  0.000 % |
2597.67/2597.62	c |  12977212 |     218    13362    59166 |        1   481032     22 |  0.000 % |
2597.67/2597.62	c |  13098978 |     218    13362    59166 |        1   346595     20 |  0.000 % |
2597.67/2597.62	c |  13347921 |     218    13362    59166 |        1   336741     20 |  0.000 % |
2597.67/2597.62	c |  13368199 |     218    13362    59166 |        1   357019     20 |  0.000 % |
2597.67/2597.62	c |  13368301 |     218    13362    59166 |        1   357121     20 |  0.000 % |
2597.67/2597.62	c |  13438597 |     218    13362    59166 |        1   427417     21 |  0.000 % |
2597.67/2597.62	c |  13662660 |     218    13362    59166 |        1   390090     21 |  0.000 % |
2597.67/2597.62	c |  14052933 |     218    13362    59166 |        1   516358     23 |  0.000 % |
2597.67/2597.62	c |  14054193 |     218    13362    59166 |        1   517618     23 |  0.000 % |
2597.67/2597.62	c |  14080640 |     218    13362    59166 |        1   277456     19 |  0.000 % |
2597.67/2597.62	c |  15394741 |     218    13362    59166 |        1   499161     20 |  0.000 % |
2597.67/2597.62	c |  15439902 |     218    13362    59166 |        1   544322     21 |  0.000 % |
2597.67/2597.62	c |  15813436 |     218    13362    59166 |        1   356056     20 |  0.000 % |
2597.67/2597.62	c |  16417747 |     218    13362    59166 |        1   388163     19 |  0.000 % |
2597.67/2597.62	c |  16449930 |     218    13362    59166 |        1   420346     20 |  0.000 % |
2597.67/2597.62	c |  16451527 |     218    13362    59166 |        1   421943     20 |  0.000 % |
2597.67/2597.62	c |  16458221 |     218    13362    59166 |        1   428637     20 |  0.000 % |
2597.67/2597.62	c |  16465926 |     218    13362    59166 |        1   436342     20 |  0.000 % |
2597.67/2597.62	c |  16520788 |     218    13362    59166 |        1   491204     21 |  0.000 % |
4022.01/4021.98	c |  16521211 |     218    13362    59166 |        1   491627     21 |  0.000 % |
4022.01/4021.98	c |  16614646 |     218    13362    59166 |        1   295068     18 |  0.000 % |
4022.01/4021.98	c |  16707912 |     218    13362    59166 |        1   388334     20 |  0.000 % |
4022.01/4021.98	c |  16932626 |     218    13362    59166 |        1   320450     19 |  0.000 % |
4022.01/4021.98	c |  16972566 |     218    13362    59166 |        1   360390     19 |  0.000 % |
4022.01/4021.98	c |  16999083 |     218    13362    59166 |        1   386907     20 |  0.000 % |
4022.01/4021.98	c |  17240912 |     218    13362    59166 |        1   333537     19 |  0.000 % |
4022.01/4021.98	c |  17251754 |     218    13362    59166 |        1   344379     19 |  0.000 % |
4022.01/4021.98	c |  17312173 |     218    13362    59166 |        1   404798     20 |  0.000 % |
4022.01/4021.98	c |  17351730 |     218    13362    59166 |        1   444355     21 |  0.000 % |
4022.01/4021.98	c |  17393997 |     218    13362    59166 |        1   486622     21 |  0.000 % |
4022.01/4021.98	c |  17477003 |     218    13362    59166 |        1   569628     22 |  0.000 % |
4022.01/4021.98	c |  17478587 |     218    13362    59166 |        1   571212     22 |  0.000 % |
4022.01/4021.98	c |  17479004 |     218    13362    59166 |        1   571629     22 |  0.000 % |
4022.01/4021.98	c |  17572740 |     218    13362    59166 |        1   367556     20 |  0.000 % |
4022.01/4021.98	c |  17572842 |     218    13362    59166 |        1   367658     20 |  0.000 % |
4022.01/4021.98	c |  17572942 |     218    13362    59166 |        1   367758     20 |  0.000 % |
4022.01/4021.98	c |  17593124 |     218    13362    59166 |        1   387940     20 |  0.000 % |
4022.01/4021.98	c |  17602861 |     218    13362    59166 |        1   397677     20 |  0.000 % |
4022.01/4021.98	c |  17603031 |     218    13362    59166 |        1   397847     20 |  0.000 % |
4022.01/4021.98	c |  17603802 |     218    13362    59166 |        1   398618     20 |  0.000 % |
4022.01/4021.98	c |  17687321 |     218    13362    59166 |        1   482137     21 |  0.000 % |
4022.01/4021.98	c |  18527535 |     218    13362    59166 |        1   413353     20 |  0.000 % |
4022.01/4021.98	c |  18535909 |     218    13362    59166 |        1   421727     20 |  0.000 % |
4022.01/4021.98	c |  18538240 |     218    13362    59166 |        1   424058     20 |  0.000 % |
4022.01/4021.98	c |  18606895 |     218    13362    59166 |        1   492713     21 |  0.000 % |
4022.01/4021.98	c |  18794671 |     218    13362    59166 |        1   372296     19 |  0.000 % |
4022.01/4021.98	c |  19040398 |     218    13362    59166 |        1   618023     21 |  0.000 % |
4022.01/4021.98	c |  19109656 |     218    13362    59166 |        1   376476     19 |  0.000 % |
4022.01/4021.98	c |  19271657 |     218    13362    59166 |        1   538477     21 |  0.000 % |
4022.01/4021.98	c |  19325569 |     218    13362    59166 |        1   592389     21 |  0.000 % |
4022.01/4021.98	c |  19550063 |     218    13362    59166 |        1   503486     20 |  0.000 % |
4022.01/4021.98	c |  19644704 |     218    13362    59166 |        1   598127     21 |  0.000 % |
4022.01/4021.98	c |  19784387 |     218    13362    59166 |        1   421810     20 |  0.000 % |
4022.01/4021.98	c |  19955972 |     218    13362    59166 |        1   593395     21 |  0.000 % |
4022.01/4021.98	c |  21214921 |     218    13362    59166 |        1   562344     20 |  0.000 % |
4022.01/4021.98	c |  21453535 |     218    13362    59166 |        1   471952     20 |  0.000 % |
4022.01/4021.98	c |  21500473 |     218    13362    59166 |        1   518890     21 |  0.000 % |
4022.01/4021.98	c |  21517231 |     218    13362    59166 |        1   535648     21 |  0.000 % |
4022.01/4021.98	c |  21859922 |     218    13362    59166 |        1   546742     21 |  0.000 % |
4022.01/4021.98	c |  21875730 |     218    13362    59166 |        1   562550     21 |  0.000 % |
4022.01/4021.98	c |  21918672 |     218    13362    59166 |        1   605492     21 |  0.000 % |
4022.01/4021.98	c |  22098038 |     218    13362    59166 |        1   450657     20 |  0.000 % |
4022.01/4021.98	c |  22248130 |     218    13362    59166 |        1   600749     21 |  0.000 % |
4022.01/4021.98	c |  22256478 |     218    13362    59166 |        1   609097     21 |  0.000 % |
4022.01/4021.98	c |  22746138 |     218    13362    59166 |        1   422557     19 |  0.000 % |
4022.01/4021.98	c |  22780354 |     218    13362    59166 |        1   456773     19 |  0.000 % |
4022.01/4021.98	c |  23133003 |     218    13362    59166 |        1   467421     19 |  0.000 % |
4022.01/4021.98	c |  23160964 |     218    13362    59166 |        1   495382     19 |  0.000 % |
4022.01/4021.98	c |  23174580 |     218    13362    59166 |        1   508998     19 |  0.000 % |
4609.74/4609.61	c |  23279063 |     218    13362    59166 |        1   613481     20 |  0.000 % |
4609.74/4609.61	c |  23288134 |     218    13362    59166 |        1   622552     20 |  0.000 % |
4609.74/4609.61	c |  23320299 |     218    13362    59166 |        1   654717     21 |  0.000 % |
4609.74/4609.61	c |  23320399 |     218    13362    59166 |        1   654817     21 |  0.000 % |
4609.74/4609.61	c |  23329418 |     218    13362    59166 |        1   663836     21 |  0.000 % |
4609.74/4609.61	c |  23329518 |     218    13362    59166 |        1   663936     21 |  0.000 % |
4609.74/4609.61	c |  23353791 |     218    13362    59166 |        1   688209     21 |  0.000 % |
4609.74/4609.61	c |  23394784 |     218    13362    59166 |        1   384604     18 |  0.000 % |
4609.74/4609.61	c |  23399899 |     218    13362    59166 |        1   389719     19 |  0.000 % |
4609.74/4609.61	c |  23557755 |     218    13362    59166 |        1   547575     20 |  0.000 % |
4609.74/4609.61	c |  23773737 |     218    13362    59166 |        1   416354     19 |  0.000 % |
4609.74/4609.61	c |  23874171 |     218    13362    59166 |        1   516788     20 |  0.000 % |
4609.74/4609.61	c |  23979256 |     218    13362    59166 |        1   621873     21 |  0.000 % |
4609.74/4609.61	c |  24000362 |     218    13362    59166 |        1   642979     21 |  0.000 % |
4609.74/4609.61	c |  24000463 |     218    13362    59166 |        1   643080     21 |  0.000 % |
4609.74/4609.61	c |  24087859 |     218    13362    59166 |        1   380679     18 |  0.000 % |
4609.74/4609.61	c |  24094150 |     218    13362    59166 |        1   386970     19 |  0.000 % |
4609.74/4609.61	c |  24216487 |     218    13362    59166 |        1   509307     20 |  0.000 % |
4609.74/4609.61	c |  24216983 |     218    13362    59166 |        1   509803     20 |  0.000 % |
4609.74/4609.61	c |  24239815 |     218    13362    59166 |        1   532635     20 |  0.000 % |
4609.74/4609.61	c |  24257795 |     218    13362    59166 |        1   550615     21 |  0.000 % |
4609.74/4609.61	c |  24393660 |     218    13362    59166 |        1   686480     21 |  0.000 % |
4609.74/4609.61	c |  24421708 |     218    13362    59166 |        1   362124     18 |  0.000 % |
4609.74/4609.61	c |  24449329 |     218    13362    59166 |        1   389745     19 |  0.000 % |
4609.74/4609.61	c |  24449432 |     218    13362    59166 |        1   389848     19 |  0.000 % |
4609.74/4609.61	c |  24476906 |     218    13362    59166 |        1   417322     19 |  0.000 % |
4609.74/4609.61	c |  24831277 |     218    13362    59166 |        1   416693     19 |  0.000 % |
4609.74/4609.61	c |  24833925 |     218    13362    59166 |        1   419341     19 |  0.000 % |
4609.74/4609.61	c |  24876721 |     218    13362    59166 |        1   462137     19 |  0.000 % |
4609.74/4609.61	c |  24884864 |     218    13362    59166 |        1   470280     19 |  0.000 % |
4609.74/4609.61	c |  24957957 |     218    13362    59166 |        1   543373     20 |  0.000 % |
4609.74/4609.61	c |  24988333 |     218    13362    59166 |        1   573749     20 |  0.000 % |
4609.74/4609.61	c |  24988433 |     218    13362    59166 |        1   573849     20 |  0.000 % |
4609.74/4609.61	c |  25008673 |     218    13362    59166 |        1   594089     21 |  0.000 % |
4609.74/4609.61	c |  25188925 |     218    13362    59166 |        1   416745     19 |  0.000 % |
4609.74/4609.61	c |  25194737 |     218    13362    59166 |        1   422557     19 |  0.000 % |
4609.74/4609.61	c |  25202264 |     218    13362    59166 |        1   430084     19 |  0.000 % |
4609.74/4609.61	c |  25205418 |     218    13362    59166 |        1   433238     19 |  0.000 % |
4609.74/4609.61	c |  25225451 |     218    13362    59166 |        1   453271     20 |  0.000 % |
4609.74/4609.61	c |  25439729 |     218    13362    59166 |        1   667549     21 |  0.000 % |
4609.74/4609.61	c |  25440223 |     218    13362    59166 |        1   668043     21 |  0.000 % |
4609.74/4609.61	c |  25441285 |     218    13362    59166 |        1   669105     21 |  0.000 % |
4609.74/4609.61	c |  25467914 |     218    13362    59166 |        1   695734     21 |  0.000 % |
4609.74/4609.61	c |  25477532 |     218    13362    59166 |        1   705352     21 |  0.000 % |
4609.74/4609.61	c |  25488109 |     218    13362    59166 |        1   715929     21 |  0.000 % |
4609.74/4609.61	c |  25511850 |     218    13362    59166 |        1   379470     18 |  0.000 % |
4609.74/4609.61	c |  25526478 |     218    13362    59166 |        1   394098     18 |  0.000 % |
4609.74/4609.61	c |  25661894 |     218    13362    59166 |        1   529514     20 |  0.000 % |
4609.74/4609.61	c |  25713545 |     218    13362    59166 |        1   581165     20 |  0.000 % |
4609.74/4609.61	c |  25784331

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: 977)

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-3303501-1306936697/watcher-3303501-1306936697 -o /tmp/evaluation-result-3303501-1306936697/solver-3303501-1306936697 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303501-1306936697.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: 2.02 2.04 2.00 3/430 8922
/proc/meminfo: memFree=29616912/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 805270177 8912896 252 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8922/statm: 2176 252 211 178 0 69 0

[startup+0.104036 s]
/proc/loadavg: 2.02 2.04 2.00 3/430 8922
/proc/meminfo: memFree=29616912/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.201015 s]
/proc/loadavg: 2.02 2.04 2.00 3/430 8922
/proc/meminfo: memFree=29616912/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/430 8922
/proc/meminfo: memFree=29616912/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700922 s]
/proc/loadavg: 2.02 2.04 2.00 3/430 8922
/proc/meminfo: memFree=29616912/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50077 s]
/proc/loadavg: 2.01 2.04 2.00 3/432 8925
/proc/meminfo: memFree=29608816/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=22792 CPUtime=1.47 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 3096 0 0 0 147 0 0 0 20 0 1 0 805270179 23339008 2358 33554432000 4194304 4260849 140737362674416 18446744073709551615 4209835 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 5698 2358 248 17 0 2339 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31496

[startup+3.10048 s]
/proc/loadavg: 2.01 2.04 2.00 3/432 8925
/proc/meminfo: memFree=29606336/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=28432 CPUtime=3.07 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 3672 0 0 0 307 0 0 0 25 0 1 0 805270179 29114368 2914 33554432000 4194304 4260849 140737362674416 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 7108 2914 248 17 0 3749 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37136

[startup+6.30088 s]
/proc/loadavg: 2.01 2.03 2.00 3/432 8926
/proc/meminfo: memFree=29602152/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=28432 CPUtime=6.27 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 4217 0 0 0 627 0 0 0 25 0 1 0 805270179 29114368 3445 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 7108 3445 248 17 0 3749 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37136

[startup+12.7007 s]
/proc/loadavg: 2.01 2.03 2.00 3/432 8926
/proc/meminfo: memFree=29592004/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=28472 CPUtime=12.67 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 6848 0 0 0 1267 0 0 0 25 0 1 0 805270179 29155328 3812 33554432000 4194304 4260849 140737362674416 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 7118 3812 249 17 0 3759 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37176

[startup+25.5003 s]
/proc/loadavg: 2.01 2.03 2.00 3/432 8926
/proc/meminfo: memFree=29563860/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=33548 CPUtime=25.47 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 12342 0 0 0 2546 1 0 0 25 0 1 0 805270179 34353152 3841 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 8387 3841 249 17 0 5028 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42252

[startup+51.1006 s]
/proc/loadavg: 2.00 2.03 2.00 3/432 8927
/proc/meminfo: memFree=29539860/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=55068 CPUtime=51.08 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 19089 0 0 0 5106 2 0 0 25 0 1 0 805270179 56389632 10400 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 13767 10400 249 17 0 10408 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63772

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/432 8928
/proc/meminfo: memFree=29554828/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=74724 CPUtime=102.29 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 23843 0 0 0 10227 2 0 0 25 0 1 0 805270179 76517376 15099 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 18681 15099 249 17 0 15322 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83428

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/432 8930
/proc/meminfo: memFree=29558620/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=98000 CPUtime=162.27 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 31903 0 0 0 16224 3 0 0 25 0 1 0 805270179 100352000 13839 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 24500 13839 249 17 0 21141 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 106704

[startup+222.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/432 8940
/proc/meminfo: memFree=29537176/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=98000 CPUtime=222.29 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 37430 0 0 0 22225 4 0 0 25 0 1 0 805270179 100352000 19150 33554432000 4194304 4260849 140737362674416 18446744073709551615 4209287 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 24500 19150 249 17 0 21141 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106704

[startup+282.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/432 8942
/proc/meminfo: memFree=29499196/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=98000 CPUtime=282.28 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 38246 0 0 0 28224 4 0 0 25 0 1 0 805270179 100352000 19934 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224838 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 24500 19934 249 17 0 21141 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 106704

[startup+342.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/432 8946
/proc/meminfo: memFree=29533740/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=98000 CPUtime=342.28 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 38316 0 0 0 34224 4 0 0 25 0 1 0 805270179 100352000 20003 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 24500 20003 249 17 0 21141 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 106704

[startup+402.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/432 8948
/proc/meminfo: memFree=29488128/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7

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

/proc/8925/statm: 42887 39428 250 17 0 39528 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 180252

[startup+4362.3 s]
/proc/loadavg: 1.93 2.01 1.99 2/425 9084
/proc/meminfo: memFree=29501820/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=251688 CPUtime=4362.41 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1020482 0 0 0 436032 209 0 0 25 0 1 0 805270179 257728512 54570 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 62922 54570 250 17 0 59563 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 260392

[startup+4422.3 s]
/proc/loadavg: 1.34 1.83 1.93 2/425 9085
/proc/meminfo: memFree=29509628/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=253288 CPUtime=4422.42 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1035610 0 0 0 442028 214 0 0 25 0 1 0 805270179 259366912 52580 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 63322 52580 250 17 0 59963 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 261992

[startup+4482.3 s]
/proc/loadavg: 1.12 1.67 1.87 2/425 9087
/proc/meminfo: memFree=29518228/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=222468 CPUtime=4482.42 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1050892 0 0 0 448024 218 0 0 25 0 1 0 805270179 227807232 50503 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 55617 50503 250 17 0 52258 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 231172

[startup+4542.3 s]
/proc/loadavg: 1.04 1.55 1.81 2/425 9089
/proc/meminfo: memFree=29492240/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=253288 CPUtime=4542.42 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1057548 0 0 0 454021 221 0 0 25 0 1 0 805270179 259366912 56901 33554432000 4194304 4260849 140737362674416 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 63322 56901 250 17 0 59963 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 261992

[startup+4602.3 s]
/proc/loadavg: 1.01 1.45 1.76 2/425 9090
/proc/meminfo: memFree=29502592/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=253288 CPUtime=4602.42 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1072518 0 0 0 460017 225 0 0 25 0 1 0 805270179 259366912 54416 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 63322 54416 250 17 0 59963 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 261992

[startup+4662.3 s]
/proc/loadavg: 1.00 1.36 1.71 2/425 9092
/proc/meminfo: memFree=29511088/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=222468 CPUtime=4662.43 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1087604 0 0 0 466013 230 0 0 25 0 1 0 805270179 227807232 52084 33554432000 4194304 4260849 140737362674416 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 55617 52084 250 17 0 52258 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 231172

[startup+4722.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/425 9093
/proc/meminfo: memFree=29523804/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=222468 CPUtime=4722.44 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1102116 0 0 0 472010 234 0 0 25 0 1 0 805270179 227807232 49061 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 55617 49061 250 17 0 52258 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 231172

[startup+4782.3 s]
/proc/loadavg: 1.06 1.27 1.63 2/425 9095
/proc/meminfo: memFree=29500552/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=253288 CPUtime=4782.43 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1108175 0 0 0 478006 237 0 0 25 0 1 0 805270179 259366912 54914 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 63322 54914 250 17 0 59963 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 261992

[startup+4842.32 s]
/proc/loadavg: 1.02 1.21 1.58 2/425 9097
/proc/meminfo: memFree=29510160/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=253288 CPUtime=4842.45 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1122539 0 0 0 484004 241 0 0 25 0 1 0 805270179 259366912 52430 33554432000 4194304 4260849 140737362674416 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 63322 52430 250 17 0 59963 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 261992

[startup+4902.3 s]
/proc/loadavg: 1.01 1.17 1.54 2/425 9098
/proc/meminfo: memFree=29528316/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=222468 CPUtime=4902.44 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1136021 0 0 0 489998 246 0 0 25 0 1 0 805270179 227807232 48009 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 55617 48009 250 17 0 52258 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 231172

[startup+4962.3 s]
/proc/loadavg: 1.00 1.14 1.51 2/425 9100
/proc/meminfo: memFree=29501612/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=253288 CPUtime=4962.44 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1142845 0 0 0 495995 249 0 0 25 0 1 0 805270179 259366912 54573 33554432000 4194304 4260849 140737362674416 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 63322 54573 250 17 0 59963 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 261992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.12 1.49 2/425 9101
/proc/meminfo: memFree=29525864/32951124 swapFree=43324008/67111528
[pid=8922] ppid=8920 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8922/stat : 8922 (glucose.sh) S 8920 8922 8295 0 -1 4202496 359 373 0 0 0 0 1 0 25 0 1 0 805270177 8912896 254 33554432000 4194304 4922060 140735002684256 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8922/statm: 2176 254 211 178 0 69 0
[pid=8925] ppid=8922 vsize=222468 CPUtime=5000.05 cores=1,3,5,7
/proc/8925/stat : 8925 (glucose_static) R 8922 8922 8295 0 -1 4202496 1154970 0 0 0 499753 252 0 0 25 0 1 0 805270179 227807232 48531 33554432000 4194304 4260849 140737362674416 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8925/statm: 55617 48531 250 17 0 52258 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 231172

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 8922 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=12998
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.014997
# while last known CPU time is 5000.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.92
CPU time (s): 5000.06
CPU user time (s): 4997.54
CPU system time (s): 2.52
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 311312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.012998
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 732
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 21.7537 second user time and 49.5095 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-01 15:58:17
IDJOB=3303501
IDBENCH=83353
IDSOLVER=1687
FILE ID=node105/3303501-1306936697
RUNJOBID= node105-1306925741-8314
PBS_JOBID= 13488558
Free space on /tmp= 73692 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303501-1306936697/watcher-3303501-1306936697 -o /tmp/evaluation-result-3303501-1306936697/solver-3303501-1306936697 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303501-1306936697.cnf 

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

MD5SUM BENCH= afc70649cebcc24cd0a7b28def593295
RANDOM SEED=2066229394

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:     32951124 kB
MemFree:      29617184 kB
Buffers:        197172 kB
Cached:         321528 kB
SwapCached:      20984 kB
Active:        2733096 kB
Inactive:       298224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29617184 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:     2509728 kB
Mapped:          19400 kB
Slab:           153428 kB
PageTables:      81236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114983884 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= 73692 MiB
End job on node105 at 2011-06-01 17:21:39