Trace number 3261340

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

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-7-12-unsat.cnf
MD5SUM72a4d94c7603cb921acb8c9bb848aa10
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.2073
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of clauses301
Sum of the clauses size1092
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2252
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 549

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 |     301     1092 |      90       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 84   #clauses: 301   #literals: 1092
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
162.09/162.10	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
162.09/162.10	c WARNING: for repeatability, setting FPU to use double precision
162.09/162.10	c ============================[ Problem Statistics ]=============================
162.09/162.10	c |                                                                             |
162.09/162.10	c |  Number of variables:            84                                         |
162.09/162.10	c |  Number of clauses:             301                                         |
162.09/162.10	c |  Parse time:                   0.00 s                                       |
162.09/162.10	c |                                                                             |
162.09/162.10	c ============================[ Search Statistics ]==============================
162.09/162.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
162.09/162.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
162.09/162.10	c ===============================================================================
162.09/162.10	c |    590052 |      84      301     1092 |        1    96865     29 |  0.000 % |
162.09/162.10	c |    590154 |      84      301     1092 |        1    96967     29 |  0.000 % |
162.09/162.10	c |    590255 |      84      301     1092 |        1    97068     29 |  0.000 % |
162.09/162.10	c |    590358 |      84      301     1092 |        1    97171     29 |  0.000 % |
162.09/162.10	c |    590458 |      84      301     1092 |        1    97271     29 |  0.000 % |
162.09/162.10	c |    590560 |      84      301     1092 |        1    97373     29 |  0.000 % |
162.09/162.10	c |    590661 |      84      301     1092 |        1    97474     29 |  0.000 % |
162.09/162.10	c |    590761 |      84      301     1092 |        1    97574     29 |  0.000 % |
162.09/162.10	c |    590861 |      84      301     1092 |        1    97674     29 |  0.000 % |
162.09/162.10	c |    590961 |      84      301     1092 |        1    97774     29 |  0.000 % |
162.09/162.10	c |    591062 |      84      301     1092 |        1    97875     29 |  0.000 % |
162.09/162.10	c |    591166 |      84      301     1092 |        1    97979     29 |  0.000 % |
162.09/162.10	c |    650770 |      84      301     1092 |        1   105383     30 |  0.000 % |
162.09/162.10	c |    715633 |      84      301     1092 |        1    58044     26 |  0.000 % |
162.09/162.10	c |    715733 |      84      301     1092 |        1    58144     26 |  0.000 % |
162.09/162.10	c |    716125 |      84      301     1092 |        1    58536     26 |  0.000 % |
162.09/162.10	c |    723624 |      84      301     1092 |        1    66035     27 |  0.000 % |
162.09/162.10	c |    752797 |      84      301     1092 |        1    95208     30 |  0.000 % |
162.09/162.10	c |    752902 |      84      301     1092 |        1    95313     30 |  0.000 % |
162.09/162.10	c |    830752 |      84      301     1092 |        1   113160     28 |  0.000 % |
162.09/162.10	c |    830858 |      84      301     1092 |        1   113266     28 |  0.000 % |
162.09/162.10	c |    830959 |      84      301     1092 |        1   113367     28 |  0.000 % |
162.09/162.10	c |    880910 |      84      301     1092 |        1   100720     29 |  0.000 % |
162.09/162.10	c |    881011 |      84      301     1092 |        1   100821     29 |  0.000 % |
162.09/162.10	c |    881112 |      84      301     1092 |        1   100922     29 |  0.000 % |
162.09/162.10	c |    881213 |      84      301     1092 |        1   101023     29 |  0.000 % |
162.09/162.10	c |    881313 |      84      301     1092 |        1   101123     29 |  0.000 % |
162.09/162.10	c |    881414 |      84      301     1092 |        1   101224     29 |  0.000 % |
162.09/162.10	c |    881516 |      84      301     1092 |        1   101326     29 |  0.000 % |
162.09/162.10	c |    881916 |      84      301     1092 |        1   101726     29 |  0.000 % |
162.09/162.10	c |    882017 |      84      301     1092 |        1   101827     29 |  0.000 % |
162.09/162.10	c |    882117 |      84      301     1092 |        1   101927     29 |  0.000 % |
162.09/162.10	c |    894832 |      84      301     1092 |        1   114642     30 |  0.000 % |
162.09/162.10	c |    895092 |      84      301     1092 |        1   114902     30 |  0.000 % |
162.09/162.10	c |    895192 |      84      301     1092 |        1   115002     30 |  0.000 % |
162.09/162.10	c |    898320 |      84      301     1092 |        1   118130     30 |  0.000 % |
162.09/162.10	c |    932470 |      84      301     1092 |        1    87081     27 |  0.000 % |
162.09/162.10	c |    932570 |      84      301     1092 |        1    87181     27 |  0.000 % |
162.09/162.10	c |    932670 |      84      301     1092 |        1    87281     27 |  0.000 % |
560.80/560.89	c |    932771 |      84      301     1092 |        1    87382     27 |  0.000 % |
560.80/560.89	c |    932872 |      84      301     1092 |        1    87483     27 |  0.000 % |
560.80/560.89	c |    932973 |      84      301     1092 |        1    87584     27 |  0.000 % |
560.80/560.89	c |    933076 |      84      301     1092 |        1    87687     27 |  0.000 % |
560.80/560.89	c |    933389 |      84      301     1092 |        1    88000     27 |  0.000 % |
560.80/560.89	c |    951566 |      84      301     1092 |        1   106177     29 |  0.000 % |
560.80/560.89	c |    951667 |      84      301     1092 |        1   106278     29 |  0.000 % |
560.80/560.89	c |    951767 |      84      301     1092 |        1   106378     29 |  0.000 % |
560.80/560.89	c |   1036626 |      84      301     1092 |        1   123440     29 |  0.000 % |
560.80/560.89	c |   1036975 |      84      301     1092 |        1   123789     29 |  0.000 % |
560.80/560.89	c |   1037076 |      84      301     1092 |        1   123890     29 |  0.000 % |
560.80/560.89	c |   1065822 |      84      301     1092 |        1    82239     27 |  0.000 % |
560.80/560.89	c |   1081435 |      84      301     1092 |        1    97852     28 |  0.000 % |
560.80/560.89	c |   1327021 |      84      301     1092 |        1   116635     27 |  0.000 % |
560.80/560.89	c |   1327250 |      84      301     1092 |        1   116864     27 |  0.000 % |
560.80/560.89	c |   1327351 |      84      301     1092 |        1   116965     27 |  0.000 % |
560.80/560.89	c |   1473915 |      84      301     1092 |        1    99331     26 |  0.000 % |
560.80/560.89	c |   1474017 |      84      301     1092 |        1    99433     26 |  0.000 % |
560.80/560.89	c |   1474117 |      84      301     1092 |        1    99533     26 |  0.000 % |
560.80/560.89	c |   1474220 |      84      301     1092 |        1    99636     26 |  0.000 % |
560.80/560.89	c |   1474320 |      84      301     1092 |        1    99736     26 |  0.000 % |
560.80/560.89	c |   1474421 |      84      301     1092 |        1    99837     26 |  0.000 % |
560.80/560.89	c |   1474522 |      84      301     1092 |        1    99938     26 |  0.000 % |
560.80/560.89	c |   1474624 |      84      301     1092 |        1   100040     26 |  0.000 % |
560.80/560.89	c |   1474724 |      84      301     1092 |        1   100140     26 |  0.000 % |
560.80/560.89	c |   1474841 |      84      301     1092 |        1   100257     26 |  0.000 % |
560.80/560.89	c |   1474943 |      84      301     1092 |        1   100359     26 |  0.000 % |
560.80/560.89	c |   1482277 |      84      301     1092 |        1   107693     27 |  0.000 % |
560.80/560.89	c |   1482378 |      84      301     1092 |        1   107794     27 |  0.000 % |
560.80/560.89	c |   1482479 |      84      301     1092 |        1   107895     27 |  0.000 % |
560.80/560.89	c |   1482582 |      84      301     1092 |        1   107998     27 |  0.000 % |
560.80/560.89	c |   1482682 |      84      301     1092 |        1   108098     27 |  0.000 % |
560.80/560.89	c |   1482783 |      84      301     1092 |        1   108199     27 |  0.000 % |
560.80/560.89	c |   1517620 |      84      301     1092 |        1   143036     28 |  0.000 % |
560.80/560.89	c |   1520356 |      84      301     1092 |        1   145772     29 |  0.000 % |
560.80/560.89	c |   1520457 |      84      301     1092 |        1   145873     29 |  0.000 % |
560.80/560.89	c |   1527378 |      84      301     1092 |        1   152794     29 |  0.000 % |
560.80/560.89	c |   1536207 |      84      301     1092 |        1   161623     29 |  0.000 % |
560.80/560.89	c |   1536307 |      84      301     1092 |        1   161723     29 |  0.000 % |
560.80/560.89	c |   1536418 |      84      301     1092 |        1   161834     29 |  0.000 % |
560.80/560.89	c |   1536518 |      84      301     1092 |        1   161934     29 |  0.000 % |
560.80/560.89	c |   1537061 |      84      301     1092 |        1   162477     29 |  0.000 % |
560.80/560.89	c |   1539129 |      84      301     1092 |        1   164545     29 |  0.000 % |
560.80/560.89	c |   1539229 |      84      301     1092 |        1   164645     29 |  0.000 % |
560.80/560.89	c |   1539330 |      84      301     1092 |        1   164746     29 |  0.000 % |
560.80/560.89	c |   1550837 |      84      301     1092 |        1    90251     25 |  0.000 % |
560.80/560.89	c |   1615081 |      84      301     1092 |        1   154495     28 |  0.000 % |
560.80/560.89	c |   2127853 |      83      301     1092 |        1   130509     27 |  1.190 % |
560.80/560.89	c |   2127953 |      83      301     1092 |        1   130609     27 |  1.190 % |
560.80/560.89	c |   2128053 |      83      301     1092 |        1   130709     27 |  1.190 % |
855.10/855.19	c |   2128287 |      83      301     1092 |        1   130943     27 |  1.190 % |
855.10/855.19	c |   2128387 |      83      301     1092 |        1   131043     27 |  1.190 % |
855.10/855.19	c |   2128488 |      83      301     1092 |        1   131144     27 |  1.190 % |
855.10/855.19	c |   2130162 |      83      301     1092 |        1   132818     27 |  1.190 % |
855.10/855.19	c |   2130266 |      83      301     1092 |        1   132922     27 |  1.190 % |
855.10/855.19	c |   2130368 |      83      301     1092 |        1   133024     27 |  1.190 % |
855.10/855.19	c |   2169968 |      83      301     1092 |        1   104903     26 |  1.190 % |
855.10/855.19	c |   2170069 |      83      301     1092 |        1   105004     26 |  1.190 % |
855.10/855.19	c |   2187100 |      83      301     1092 |        1   122035     27 |  1.190 % |
855.10/855.19	c |   2187541 |      83      301     1092 |        1   122476     27 |  1.190 % |
855.10/855.19	c |   2200866 |      83      301     1092 |        1   135801     28 |  1.190 % |
855.10/855.19	c |   2200967 |      83      301     1092 |        1   135902     28 |  1.190 % |
855.10/855.19	c |   2201067 |      83      301     1092 |        1   136002     28 |  1.190 % |
855.10/855.19	c |   2202289 |      83      301     1092 |        1   137224     28 |  1.190 % |
855.10/855.19	c |   2206049 |      83      301     1092 |        1   140984     28 |  1.190 % |
855.10/855.19	c |   2506137 |      83      301     1092 |        1   150311     26 |  1.190 % |
855.10/855.19	c |   2507092 |      83      301     1092 |        1   151266     26 |  1.190 % |
855.10/855.19	c |   2507192 |      83      301     1092 |        1   151366     26 |  1.190 % |
855.10/855.19	c |   2590290 |      83      301     1092 |        1   124578     25 |  1.190 % |
855.10/855.19	c |   2590393 |      83      301     1092 |        1   124681     25 |  1.190 % |
855.10/855.19	c |   2594060 |      83      301     1092 |        1   128348     25 |  1.190 % |
855.10/855.19	c |   2594406 |      83      301     1092 |        1   128694     25 |  1.190 % |
855.10/855.19	c |   2595918 |      83      301     1092 |        1   130206     25 |  1.190 % |
855.10/855.19	c |   2596360 |      83      301     1092 |        1   130648     25 |  1.190 % |
855.10/855.19	c |   2596460 |      83      301     1092 |        1   130748     25 |  1.190 % |
855.10/855.19	c |   2596561 |      83      301     1092 |        1   130849     25 |  1.190 % |
855.10/855.19	c |   2596662 |      83      301     1092 |        1   130950     25 |  1.190 % |
855.10/855.19	c |   2738868 |      83      301     1092 |        1   159618     25 |  1.190 % |
855.10/855.19	c |   2739925 |      83      301     1092 |        1   160675     25 |  1.190 % |
855.10/855.19	c |   2740027 |      83      301     1092 |        1   160777     25 |  1.190 % |
855.10/855.19	c |   2740129 |      83      301     1092 |        1   160879     25 |  1.190 % |
855.10/855.19	c |   2767886 |      83      301     1092 |        1   188636     26 |  1.190 % |
855.10/855.19	c |   2767986 |      83      301     1092 |        1   188736     26 |  1.190 % |
855.10/855.19	c |   2768087 |      83      301     1092 |        1   188837     26 |  1.190 % |
855.10/855.19	c |   2768190 |      83      301     1092 |        1   188940     26 |  1.190 % |
855.10/855.19	c |   2768290 |      83      301     1092 |        1   189040     26 |  1.190 % |
855.10/855.19	c |   2768391 |      83      301     1092 |        1   189141     26 |  1.190 % |
855.10/855.19	c |   2814655 |      83      301     1092 |        1   118734     24 |  1.190 % |
855.10/855.19	c |   2814756 |      83      301     1092 |        1   118835     24 |  1.190 % |
855.10/855.19	c |   2816235 |      83      301     1092 |        1   120314     24 |  1.190 % |
855.10/855.19	c |   2819326 |      83      301     1092 |        1   123405     24 |  1.190 % |
855.10/855.19	c |   2819431 |      83      301     1092 |        1   123510     24 |  1.190 % |
855.10/855.19	c |   2820536 |      83      301     1092 |        1   124615     24 |  1.190 % |
855.10/855.19	c |   2820637 |      83      301     1092 |        1   124716     24 |  1.190 % |
855.10/855.19	c |   2821510 |      83      301     1092 |        1   125589     24 |  1.190 % |
855.10/855.19	c |   2821614 |      83      301     1092 |        1   125693     24 |  1.190 % |
855.10/855.19	c |   2821716 |      83      301     1092 |        1   125795     24 |  1.190 % |
855.10/855.19	c |   2822234 |      83      301     1092 |        1   126313     25 |  1.190 % |
855.10/855.19	c |   2822335 |      83      301     1092 |        1   126414     25 |  1.190 % |
855.10/855.19	c |   2823267 |      83      301     1092 |        1   127346     25 |  1.190 % |
1153.52/1153.59	c |   2823369 |      83      301     1092 |        1   127448     25 |  1.190 % |
1153.52/1153.59	c |   2823469 |      83      301     1092 |        1   127548     25 |  1.190 % |
1153.52/1153.59	c |   2823570 |      83      301     1092 |        1   127649     25 |  1.190 % |
1153.52/1153.59	c |   2823768 |      83      301     1092 |        1   127847     25 |  1.190 % |
1153.52/1153.59	c |   2823868 |      83      301     1092 |        1   127947     25 |  1.190 % |
1153.52/1153.59	c |   2823969 |      83      301     1092 |        1   128048     25 |  1.190 % |
1153.52/1153.59	c |   2853893 |      83      301     1092 |        1   157972     26 |  1.190 % |
1153.52/1153.59	c |   2853995 |      83      301     1092 |        1   158074     26 |  1.190 % |
1153.52/1153.59	c |   2875391 |      83      301     1092 |        1   179470     26 |  1.190 % |
1153.52/1153.59	c |   2875491 |      83      301     1092 |        1   179570     26 |  1.190 % |
1153.52/1153.59	c |   2878460 |      83      301     1092 |        1   182539     26 |  1.190 % |
1153.52/1153.59	c |   2924244 |      83      301     1092 |        1   228323     27 |  1.190 % |
1153.52/1153.59	c |   2924345 |      83      301     1092 |        1   228424     27 |  1.190 % |
1153.52/1153.59	c |   2924445 |      83      301     1092 |        1   228524     27 |  1.190 % |
1153.52/1153.59	c |   2924546 |      83      301     1092 |        1   228625     27 |  1.190 % |
1153.52/1153.59	c |   3161728 |      82      301     1092 |        1   177650     27 |  2.381 % |
1153.52/1153.59	c |   3161830 |      82      301     1092 |        1   177752     27 |  2.381 % |
1153.52/1153.59	c |   3162161 |      82      301     1092 |        1   178083     27 |  2.381 % |
1153.52/1153.59	c |   3162262 |      82      301     1092 |        1   178184     27 |  2.381 % |
1153.52/1153.59	c |   3162362 |      82      301     1092 |        1   178284     27 |  2.381 % |
1153.52/1153.59	c |   3164537 |      82      301     1092 |        1   180459     27 |  2.381 % |
1153.52/1153.59	c |   3164638 |      82      301     1092 |        1   180560     27 |  2.381 % |
1153.52/1153.59	c |   3164739 |      82      301     1092 |        1   180661     27 |  2.381 % |
1153.52/1153.59	c |   3166659 |      82      301     1092 |        1   182581     27 |  2.381 % |
1153.52/1153.59	c |   3166759 |      82      301     1092 |        1   182681     27 |  2.381 % |
1153.52/1153.59	c |   3166859 |      82      301     1092 |        1   182781     27 |  2.381 % |
1153.52/1153.59	c |   3168690 |      82      301     1092 |        1   184612     27 |  2.381 % |
1153.52/1153.59	c |   3190412 |      82      301     1092 |        1   104583     23 |  2.381 % |
1153.52/1153.59	c |   3190514 |      82      301     1092 |        1   104685     24 |  2.381 % |
1153.52/1153.59	c |   3190614 |      82      301     1092 |        1   104785     24 |  2.381 % |
1153.52/1153.59	c |   3190714 |      82      301     1092 |        1   104885     24 |  2.381 % |
1153.52/1153.59	c |   3194580 |      82      301     1092 |        1   108751     24 |  2.381 % |
1153.52/1153.59	c |   3194798 |      82      301     1092 |        1   108969     24 |  2.381 % |
1153.52/1153.59	c |   3195436 |      82      301     1092 |        1   109607     24 |  2.381 % |
1153.52/1153.59	c |   3195538 |      82      301     1092 |        1   109709     24 |  2.381 % |
1153.52/1153.59	c |   3195638 |      82      301     1092 |        1   109809     24 |  2.381 % |
1153.52/1153.59	c |   3211097 |      82      301     1092 |        1   125268     24 |  2.381 % |
1153.52/1153.59	c |   3211198 |      82      301     1092 |        1   125369     25 |  2.381 % |
1153.52/1153.59	c |   3211299 |      82      301     1092 |        1   125470     25 |  2.381 % |
1153.52/1153.59	c |   3211400 |      82      301     1092 |        1   125571     25 |  2.381 % |
1153.52/1153.59	c |   3211500 |      82      301     1092 |        1   125671     25 |  2.381 % |
1153.52/1153.59	c |   3211600 |      82      301     1092 |        1   125771     25 |  2.381 % |
1153.52/1153.59	c |   3211704 |      82      301     1092 |        1   125875     25 |  2.381 % |
1153.52/1153.59	c |   3212214 |      82      301     1092 |        1   126385     25 |  2.381 % |
1153.52/1153.59	c |   3222749 |      82      301     1092 |        1   136920     25 |  2.381 % |
1153.52/1153.59	c |   3222850 |      82      301     1092 |        1   137021     25 |  2.381 % |
1153.52/1153.59	c |   3224243 |      82      301     1092 |        1   138414     25 |  2.381 % |
1153.52/1153.59	c |   3224343 |      82      301     1092 |        1   138514     25 |  2.381 % |
1153.52/1153.59	c |   3224445 |      82      301     1092 |        1   138616     25 |  2.381 % |
1153.52/1153.59	c |   347

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.02 3.99 3.84 4/193 21282
/proc/meminfo: memFree=32063968/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0

[startup+0.0726879 s]
/proc/loadavg: 4.02 3.99 3.84 4/193 21282
/proc/meminfo: memFree=32063968/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100681 s]
/proc/loadavg: 4.02 3.99 3.84 4/193 21282
/proc/meminfo: memFree=32063968/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300613 s]
/proc/loadavg: 4.02 3.99 3.84 4/193 21282
/proc/meminfo: memFree=32063968/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700577 s]
/proc/loadavg: 4.02 3.99 3.84 4/193 21282
/proc/meminfo: memFree=32063968/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/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: 4.02 3.99 3.84 5/195 21285
/proc/meminfo: memFree=32058148/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=20300 CPUtime=1.49 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 1980 0 0 0 149 0 0 0 25 0 1 0 875336226 20787200 1469 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 5075 1469 240 17 0 1716 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29004

[startup+3.10118 s]
/proc/loadavg: 4.02 3.99 3.84 5/195 21285
/proc/meminfo: memFree=32056536/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=21288 CPUtime=3.09 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 2356 0 0 0 309 0 0 0 25 0 1 0 875336226 21798912 1830 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 5322 1830 240 17 0 1963 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29992

[startup+6.30059 s]
/proc/loadavg: 4.01 3.99 3.84 5/195 21285
/proc/meminfo: memFree=32051548/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=31704 CPUtime=6.29 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 4639 0 0 0 629 0 0 0 25 0 1 0 875336226 32464896 4076 33554432000 4194304 4260849 140737087431616 18446744073709551615 4247476 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 7926 4076 240 17 0 4567 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40408

[startup+12.7005 s]
/proc/loadavg: 4.01 3.99 3.84 5/195 21285
/proc/meminfo: memFree=32011016/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=33696 CPUtime=12.69 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 6911 0 0 0 1268 1 0 0 25 0 1 0 875336226 34504704 4968 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 8424 4968 240 17 0 5065 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42400

[startup+25.5012 s]
/proc/loadavg: 4.08 4.01 3.85 5/195 21286
/proc/meminfo: memFree=32036544/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=38116 CPUtime=25.49 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 8104 0 0 0 2548 1 0 0 25 0 1 0 875336226 39030784 6107 33554432000 4194304 4260849 140737087431616 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 9529 6107 240 17 0 6170 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46820

[startup+51.1006 s]
/proc/loadavg: 4.05 4.01 3.85 5/195 21286
/proc/meminfo: memFree=32013672/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=48224 CPUtime=51.09 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 12989 0 0 0 5107 2 0 0 25 0 1 0 875336226 49381376 8499 33554432000 4194304 4260849 140737087431616 18446744073709551615 4225060 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 12056 8499 240 17 0 8697 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56928

[startup+102.308 s]
/proc/loadavg: 4.02 4.00 3.86 5/195 21288
/proc/meminfo: memFree=31988224/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=74276 CPUtime=102.29 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 18104 0 0 0 10227 2 0 0 25 0 1 0 875336226 76058624 13528 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 18569 13528 248 17 0 15210 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82980

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.86 5/195 21289
/proc/meminfo: memFree=31956456/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=67200 CPUtime=162.29 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 21359 0 0 0 16225 4 0 0 25 0 1 0 875336226 68812800 12976 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 16800 12976 249 17 0 13441 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75904

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/195 21291
/proc/meminfo: memFree=31953676/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=67200 CPUtime=222.29 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 21763 0 0 0 22225 4 0 0 25 0 1 0 875336226 68812800 13371 33554432000 4194304 4260849 140737087431616 18446744073709551615 4225107 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 16800 13371 249 17 0 13441 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 75904

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/195 21292
/proc/meminfo: memFree=31866088/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=96444 CPUtime=282.3 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 31188 0 0 0 28223 7 0 0 25 0 1 0 875336226 98758656 17871 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 24111 17871 249 17 0 20752 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 105148

[startup+342.301 s]
/proc/loadavg: 4.04 4.01 3.89 5/195 21294
/proc/meminfo: memFree=31869532/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=96444 CPUtime=342.3 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 31710 0 0 0 34223 7 0 0 25 0 1 0 875336226 98758656 18380 33554432000 4194304 4260849 140737087431616 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 24111 18380 249 17 0 20752 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105148

[startup+402.301 s]
/proc/loadavg: 4.01 4.01 3.89 5/195 21296
/proc/meminfo: memFree=31876192/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2

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

/proc/21284/statm: 24111 20671 249 17 0 20752 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 105148

[startup+642.3 s]
/proc/loadavg: 4.06 4.04 3.92 5/195 21302
/proc/meminfo: memFree=31873148/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=642.31 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 36268 0 0 0 64223 8 0 0 25 0 1 0 875336226 114315264 22838 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 22838 249 17 0 24550 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 120340

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 3.92 5/195 21304
/proc/meminfo: memFree=31838756/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=702.3 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 36763 0 0 0 70222 8 0 0 25 0 1 0 875336226 114315264 23319 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 23319 249 17 0 24550 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 120340

[startup+762.307 s]
/proc/loadavg: 4.01 4.02 3.92 5/195 21305
/proc/meminfo: memFree=31788740/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=762.31 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 36890 0 0 0 76223 8 0 0 25 0 1 0 875336226 114315264 23445 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 23445 249 17 0 24550 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 120340

[startup+822.3 s]
/proc/loadavg: 4.00 4.02 3.92 5/195 21307
/proc/meminfo: memFree=31798752/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=822.3 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 37041 0 0 0 82222 8 0 0 25 0 1 0 875336226 114315264 23592 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 23592 249 17 0 24550 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 120340

[startup+882.301 s]
/proc/loadavg: 4.06 4.03 3.93 5/195 21308
/proc/meminfo: memFree=31831580/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=882.3 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 37081 0 0 0 88222 8 0 0 25 0 1 0 875336226 114315264 23631 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224836 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 23631 249 17 0 24550 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 120340

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.93 5/195 21310
/proc/meminfo: memFree=31753924/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=942.32 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 37450 0 0 0 94223 9 0 0 25 0 1 0 875336226 114315264 23996 33554432000 4194304 4260849 140737087431616 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 23996 249 17 0 24550 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 120340

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/195 21312
/proc/meminfo: memFree=31825312/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=1002.32 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 37487 0 0 0 100223 9 0 0 25 0 1 0 875336226 114315264 24030 33554432000 4194304 4260849 140737087431616 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 24030 249 17 0 24550 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 120340

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 3.93 5/195 21313
/proc/meminfo: memFree=31778272/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=1062.32 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 37487 0 0 0 106223 9 0 0 25 0 1 0 875336226 114315264 24030 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 24030 249 17 0 24550 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 120340

[startup+1122.3 s]
/proc/loadavg: 3.94 4.00 3.93 3/185 21382
/proc/meminfo: memFree=32108176/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=111636 CPUtime=1122.31 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 37487 0 0 0 112222 9 0 0 25 0 1 0 875336226 114315264 24030 33554432000 4194304 4260849 140737087431616 18446744073709551615 4225142 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 27909 24030 249 17 0 24550 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 120340

[startup+1182.3 s]
/proc/loadavg: 2.77 3.65 3.81 3/181 21407
/proc/meminfo: memFree=32069596/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=130312 CPUtime=1182.32 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 42300 0 0 0 118222 10 0 0 25 0 1 0 875336226 133439488 28699 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 32578 28699 249 17 0 29219 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 139016

[startup+1242.3 s]
/proc/loadavg: 2.35 3.36 3.70 3/181 21409
/proc/meminfo: memFree=32051452/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=130312 CPUtime=1242.32 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 42483 0 0 0 124222 10 0 0 25 0 1 0 875336226 133439488 28879 33554432000 4194304 4260849 140737087431616 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 32578 28879 249 17 0 29219 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 139016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.16 3.13 3.60 3/181 21495
/proc/meminfo: memFree=32080552/32951124 swapFree=67063272/67111528
[pid=21282] ppid=21280 vsize=8704 CPUtime=0 cores=0,2
/proc/21282/stat : 21282 (glucose.sh) S 21280 21282 20425 0 -1 4202496 360 145 0 0 0 0 0 0 25 0 1 0 875336225 8912896 255 33554432000 4194304 4922060 140734163728320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21282/statm: 2176 255 211 178 0 69 0
[pid=21284] ppid=21282 vsize=130312 CPUtime=1300.03 cores=0,2
/proc/21284/stat : 21284 (glucose_static) R 21282 21282 20425 0 -1 4202496 42483 0 0 0 129993 10 0 0 25 0 1 0 875336226 133439488 28879 33554432000 4194304 4260849 140737087431616 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21284/statm: 32578 28879 249 17 0 29219 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 139016

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 21282 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=1999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 1300.03
#
# 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): 1300.03
CPU user time (s): 1299.93
CPU system time (s): 0.1
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 139016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 505
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= 7
involuntary context switches= 4

runsolver used 2.25666 second user time and 4.84726 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-09 18:36:21
IDJOB=3261340
IDBENCH=83222
IDSOLVER=1651
FILE ID=node132/3261340-1307637381
RUNJOBID= node132-1307637197-21005
PBS_JOBID= 13549360
Free space on /tmp= 74184 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-7-12-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261340-1307637381/watcher-3261340-1307637381 -o /tmp/evaluation-result-3261340-1307637381/solver-3261340-1307637381 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3261340-1307637381.cnf 

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

MD5SUM BENCH= 72a4d94c7603cb921acb8c9bb848aa10
RANDOM SEED=1702947852

node132.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      32064520 kB
Buffers:        179820 kB
Cached:         328848 kB
SwapCached:       9968 kB
Active:         441952 kB
Inactive:       240344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32064520 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            1416 kB
Writeback:           0 kB
AnonPages:      171404 kB
Mapped:           9656 kB
Slab:           140316 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   400644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74184 MiB
End job on node132 at 2011-06-09 18:58:03