Trace number 3273590

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.05 1300.01

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s39840374-sat.cnf
MD5SUM085a3847e14185843eddf941accab006
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.756884
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     480     1200 |     143       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 200   #clauses: 480   #literals: 1200
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
51.49/51.57	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
51.49/51.57	c WARNING: for repeatability, setting FPU to use double precision
51.49/51.57	c ============================[ Problem Statistics ]=============================
51.49/51.57	c |                                                                             |
51.49/51.57	c |  Number of variables:           200                                         |
51.49/51.57	c |  Number of clauses:             480                                         |
51.49/51.57	c |  Parse time:                   0.00 s                                       |
51.49/51.57	c |                                                                             |
51.49/51.57	c ============================[ Search Statistics ]==============================
51.49/51.57	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.49/51.57	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.49/51.57	c ===============================================================================
51.49/51.57	c |    322711 |     200      480     1200 |        1    65320     27 |  0.000 % |
51.49/51.57	c |    323020 |     200      480     1200 |        1    65629     27 |  0.000 % |
51.49/51.57	c |    323130 |     200      480     1200 |        1    65739     27 |  0.000 % |
51.49/51.57	c |    323232 |     200      480     1200 |        1    65841     27 |  0.000 % |
51.49/51.57	c |    323351 |     200      480     1200 |        1    65960     27 |  0.000 % |
51.49/51.57	c |    328078 |     200      480     1200 |        1    70687     27 |  0.000 % |
51.49/51.57	c |    328179 |     200      480     1200 |        1    70788     27 |  0.000 % |
51.49/51.57	c |    328477 |     200      480     1200 |        1    71086     27 |  0.000 % |
51.49/51.57	c |    328642 |     200      480     1200 |        1    71251     27 |  0.000 % |
51.49/51.57	c |    328747 |     200      480     1200 |        1    71356     27 |  0.000 % |
51.49/51.57	c |    328852 |     200      480     1200 |        1    71461     27 |  0.000 % |
51.49/51.57	c |    328954 |     200      480     1200 |        1    71563     27 |  0.000 % |
51.49/51.57	c |    329139 |     200      480     1200 |        1    71748     27 |  0.000 % |
51.49/51.57	c |    329262 |     200      480     1200 |        1    71871     28 |  0.000 % |
51.49/51.57	c |    332321 |     200      480     1200 |        1    74930     28 |  0.000 % |
51.49/51.57	c |    332422 |     200      480     1200 |        1    75031     28 |  0.000 % |
51.49/51.57	c |    332567 |     200      480     1200 |        1    75176     28 |  0.000 % |
51.49/51.57	c |    333039 |     200      480     1200 |        1    37849     20 |  0.000 % |
51.49/51.57	c |    333223 |     200      480     1200 |        1    38033     20 |  0.000 % |
51.49/51.57	c |    333403 |     200      480     1200 |        1    38213     20 |  0.000 % |
51.49/51.57	c |    333553 |     200      480     1200 |        1    38363     20 |  0.000 % |
51.49/51.57	c |    333654 |     200      480     1200 |        1    38464     20 |  0.000 % |
51.49/51.57	c |    335719 |     200      480     1200 |        1    40529     21 |  0.000 % |
51.49/51.57	c |    336025 |     200      480     1200 |        1    40835     21 |  0.000 % |
51.49/51.57	c |    336126 |     200      480     1200 |        1    40936     21 |  0.000 % |
51.49/51.57	c |    337036 |     200      480     1200 |        1    41846     21 |  0.000 % |
51.49/51.57	c |    338256 |     200      480     1200 |        1    43066     21 |  0.000 % |
51.49/51.57	c |    338356 |     200      480     1200 |        1    43166     21 |  0.000 % |
51.49/51.57	c |    347492 |     200      480     1200 |        1    52302     24 |  0.000 % |
51.49/51.57	c |    347592 |     200      480     1200 |        1    52402     24 |  0.000 % |
51.49/51.57	c |    348062 |     200      480     1200 |        1    52872     24 |  0.000 % |
51.49/51.57	c |    348163 |     200      480     1200 |        1    52973     24 |  0.000 % |
51.49/51.57	c |    348335 |     200      480     1200 |        1    53145     24 |  0.000 % |
51.49/51.57	c |    348678 |     200      480     1200 |        1    53488     24 |  0.000 % |
51.49/51.57	c |    349648 |     200      480     1200 |        1    54458     24 |  0.000 % |
51.49/51.57	c |    349748 |     200      480     1200 |        1    54558     24 |  0.000 % |
51.49/51.57	c |    349849 |     200      480     1200 |        1    54659     24 |  0.000 % |
51.49/51.57	c |    349949 |     200      480     1200 |        1    54759     24 |  0.000 % |
51.49/51.57	c |    351199 |     200      480     1200 |        1    56009     24 |  0.000 % |
101.28/101.31	c |    351305 |     200      480     1200 |        1    56115     24 |  0.000 % |
101.28/101.31	c |    351983 |     200      480     1200 |        1    56793     24 |  0.000 % |
101.28/101.31	c |    352574 |     200      480     1200 |        1    57384     24 |  0.000 % |
101.28/101.31	c |    352674 |     200      480     1200 |        1    57484     24 |  0.000 % |
101.28/101.31	c |    353128 |     200      480     1200 |        1    57938     25 |  0.000 % |
101.28/101.31	c |    353228 |     200      480     1200 |        1    58038     25 |  0.000 % |
101.28/101.31	c |    353328 |     200      480     1200 |        1    58138     25 |  0.000 % |
101.28/101.31	c |    353429 |     200      480     1200 |        1    58239     25 |  0.000 % |
101.28/101.31	c |    353531 |     200      480     1200 |        1    58341     25 |  0.000 % |
101.28/101.31	c |    353631 |     200      480     1200 |        1    58441     25 |  0.000 % |
101.28/101.31	c |    389537 |     200      480     1200 |        1    53951     22 |  0.000 % |
101.28/101.31	c |    391066 |     200      480     1200 |        1    55480     23 |  0.000 % |
101.28/101.31	c |    391166 |     200      480     1200 |        1    55580     23 |  0.000 % |
101.28/101.31	c |    391398 |     200      480     1200 |        1    55812     23 |  0.000 % |
101.28/101.31	c |    474961 |     200      480     1200 |        1    50777     21 |  0.000 % |
101.28/101.31	c |    475061 |     200      480     1200 |        1    50877     21 |  0.000 % |
101.28/101.31	c |    475190 |     200      480     1200 |        1    51006     21 |  0.000 % |
101.28/101.31	c |    475364 |     200      480     1200 |        1    51180     21 |  0.000 % |
101.28/101.31	c |    477630 |     200      480     1200 |        1    53446     21 |  0.000 % |
101.28/101.31	c |    477734 |     200      480     1200 |        1    53550     21 |  0.000 % |
101.28/101.31	c |    478716 |     200      480     1200 |        1    54532     22 |  0.000 % |
101.28/101.31	c |    479192 |     200      480     1200 |        1    55008     22 |  0.000 % |
101.28/101.31	c |    488761 |     200      480     1200 |        1    64577     23 |  0.000 % |
101.28/101.31	c |    488861 |     200      480     1200 |        1    64677     24 |  0.000 % |
101.28/101.31	c |    488973 |     200      480     1200 |        1    64789     24 |  0.000 % |
101.28/101.31	c |    494676 |     200      480     1200 |        1    70492     24 |  0.000 % |
101.28/101.31	c |    494776 |     200      480     1200 |        1    70592     25 |  0.000 % |
101.28/101.31	c |    497407 |     200      480     1200 |        1    73223     25 |  0.000 % |
101.28/101.31	c |    498105 |     200      480     1200 |        1    73921     25 |  0.000 % |
101.28/101.31	c |    498205 |     200      480     1200 |        1    74021     25 |  0.000 % |
101.28/101.31	c |    498306 |     200      480     1200 |        1    74122     25 |  0.000 % |
101.28/101.31	c |    498439 |     200      480     1200 |        1    74255     25 |  0.000 % |
101.28/101.31	c |    500427 |     200      480     1200 |        1    76243     25 |  0.000 % |
101.28/101.31	c |    500527 |     200      480     1200 |        1    76343     25 |  0.000 % |
101.28/101.31	c |    500685 |     200      480     1200 |        1    76501     25 |  0.000 % |
101.28/101.31	c |    544797 |     200      480     1200 |        1    72413     24 |  0.000 % |
101.28/101.31	c |    544899 |     200      480     1200 |        1    72515     24 |  0.000 % |
101.28/101.31	c |    545000 |     200      480     1200 |        1    72616     24 |  0.000 % |
101.28/101.31	c |    545161 |     200      480     1200 |        1    72777     24 |  0.000 % |
101.28/101.31	c |    548835 |     200      480     1200 |        1    76451     25 |  0.000 % |
101.28/101.31	c |    548938 |     200      480     1200 |        1    76554     25 |  0.000 % |
101.28/101.31	c |    549040 |     200      480     1200 |        1    76656     25 |  0.000 % |
101.28/101.31	c |    549229 |     200      480     1200 |        1    76845     25 |  0.000 % |
101.28/101.31	c |    550761 |     200      480     1200 |        1    78377     25 |  0.000 % |
101.28/101.31	c |    550881 |     200      480     1200 |        1    78497     25 |  0.000 % |
101.28/101.31	c |    551540 |     200      480     1200 |        1    79156     25 |  0.000 % |
101.28/101.31	c |    551695 |     200      480     1200 |        1    79311     25 |  0.000 % |
101.28/101.31	c |    559898 |     200      480     1200 |        1    87514     26 |  0.000 % |
101.28/101.31	c |    560448 |     200      480     1200 |        1    88064     26 |  0.000 % |
101.28/101.31	c |    560548 |     200      480     1200 |        1    88164     26 |  0.000 % |
1134.32/1134.32	c |    561869 |     200      480     1200 |        1    89485     26 |  0.000 % |
1134.32/1134.32	c |    561970 |     200      480     1200 |        1    89586     26 |  0.000 % |
1134.32/1134.32	c |    562953 |     200      480     1200 |        1    90569     26 |  0.000 % |
1134.32/1134.32	c |    850034 |     200      480     1200 |        1    97657     24 |  0.000 % |
1134.32/1134.32	c |    850134 |     200      480     1200 |        1    97757     24 |  0.000 % |
1134.32/1134.32	c |    850235 |     200      480     1200 |        1    97858     24 |  0.000 % |
1134.32/1134.32	c |    853210 |     200      480     1200 |        1   100833     24 |  0.000 % |
1134.32/1134.32	c |    853335 |     200      480     1200 |        1   100958     24 |  0.000 % |
1134.32/1134.32	c |    853436 |     200      480     1200 |        1   101059     24 |  0.000 % |
1134.32/1134.32	c |    861419 |     200      480     1200 |        1   109042     25 |  0.000 % |
1134.32/1134.32	c |    861589 |     200      480     1200 |        1   109212     25 |  0.000 % |
1134.32/1134.32	c |    930230 |     200      480     1200 |        1   114053     26 |  0.000 % |
1134.32/1134.32	c |   1137290 |     200      480     1200 |        1   114106     24 |  0.000 % |
1134.32/1134.32	c |   1137521 |     200      480     1200 |        1   114337     24 |  0.000 % |
1134.32/1134.32	c |   1139014 |     200      480     1200 |        1   115830     24 |  0.000 % |
1134.32/1134.32	c |   1139116 |     200      480     1200 |        1   115932     24 |  0.000 % |
1134.32/1134.32	c |   1139513 |     200      480     1200 |        1   116329     24 |  0.000 % |
1134.32/1134.32	c |   1139873 |     200      480     1200 |        1   116689     24 |  0.000 % |
1134.32/1134.32	c |   1146997 |     200      480     1200 |        1   123813     25 |  0.000 % |
1134.32/1134.32	c |   1149003 |     200      480     1200 |        1   125819     25 |  0.000 % |
1134.32/1134.32	c |   1150377 |     200      480     1200 |        1   127193     25 |  0.000 % |
1134.32/1134.32	c |   1151825 |     200      480     1200 |        1   128641     25 |  0.000 % |
1134.32/1134.32	c |   1599587 |     200      480     1200 |        1    92201     18 |  0.000 % |
1134.32/1134.32	c |   1709529 |     200      480     1200 |        1   112340     20 |  0.000 % |
1134.32/1134.32	c |   1709629 |     200      480     1200 |        1   112440     20 |  0.000 % |
1134.32/1134.32	c |   1709732 |     200      480     1200 |        1   112543     20 |  0.000 % |
1134.32/1134.32	c |   1819816 |     200      480     1200 |        1   130231     22 |  0.000 % |
1134.32/1134.32	c |   1824000 |     200      480     1200 |        1   134415     22 |  0.000 % |
1134.32/1134.32	c |   1824103 |     200      480     1200 |        1   134518     22 |  0.000 % |
1134.32/1134.32	c |   1922896 |     200      480     1200 |        1   138315     22 |  0.000 % |
1134.32/1134.32	c |   1922996 |     200      480     1200 |        1   138415     22 |  0.000 % |
1134.32/1134.32	c |   1923097 |     200      480     1200 |        1   138516     22 |  0.000 % |
1134.32/1134.32	c |   1923200 |     200      480     1200 |        1   138619     22 |  0.000 % |
1134.32/1134.32	c |   1941266 |     200      480     1200 |        1   156685     23 |  0.000 % |
1134.32/1134.32	c |   1941767 |     200      480     1200 |        1   157186     23 |  0.000 % |
1134.32/1134.32	c |   1941871 |     200      480     1200 |        1   157290     23 |  0.000 % |
1134.32/1134.32	c |   2288929 |     200      480     1200 |        1   203749     26 |  0.000 % |
1134.32/1134.32	c |   2289031 |     200      480     1200 |        1   203851     26 |  0.000 % |
1134.32/1134.32	c |   2586601 |     200      480     1200 |        1   177419     22 |  0.000 % |
1134.32/1134.32	c |   2586796 |     200      480     1200 |        1   177614     22 |  0.000 % |
1134.32/1134.32	c |   2586896 |     200      480     1200 |        1   177714     22 |  0.000 % |
1134.32/1134.32	c |   2587073 |     200      480     1200 |        1   177891     22 |  0.000 % |
1134.32/1134.32	c |   2587174 |     200      480     1200 |        1   177992     22 |  0.000 % |
1134.32/1134.32	c |   2587417 |     200      480     1200 |        1   178235     22 |  0.000 % |
1134.32/1134.32	c |   2674131 |     200      480     1200 |        1   151749     21 |  0.000 % |
1134.32/1134.32	c |   2676549 |     200      480     1200 |        1   154167     21 |  0.000 % |
1134.32/1134.32	c |   2676983 |     200      480     1200 |        1   154601     21 |  0.000 % |
1134.32/1134.32	c |   2679259 |     200      480     1200 |        1   156877     22 |  0.000 % |
1134.32/1134.32	c |   2679360 |     200      480     1200 |        1   156978     22 |  0.000 % |
1134.32/1134.32	c |   2679464

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3273590-1303600589/watcher-3273590-1303600589 -o /tmp/evaluation-result-3273590-1303600589/solver-3273590-1303600589 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3273590-1303600589.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: 0.00 0.00 0.47 3/180 23631
/proc/meminfo: memFree=25118408/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) R 23629 23631 23589 0 -1 4202496 316 0 0 0 0 0 0 0 22 0 1 0 550289477 8912896 253 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457886101 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/23631/statm: 2176 253 211 178 0 69 0

[startup+0.0579641 s]
/proc/loadavg: 0.00 0.00 0.47 3/180 23631
/proc/meminfo: memFree=25118408/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100982 s]
/proc/loadavg: 0.00 0.00 0.47 3/180 23631
/proc/meminfo: memFree=25118408/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300947 s]
/proc/loadavg: 0.00 0.00 0.47 3/180 23631
/proc/meminfo: memFree=25118408/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700887 s]
/proc/loadavg: 0.00 0.00 0.47 3/180 23631
/proc/meminfo: memFree=25118408/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50072 s]
/proc/loadavg: 0.16 0.03 0.47 3/182 23634
/proc/meminfo: memFree=25113192/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=19600 CPUtime=1.49 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 1976 0 0 0 149 0 0 0 25 0 1 0 550289478 20070400 1434 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 4900 1434 239 17 0 1541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28304

[startup+3.10041 s]
/proc/loadavg: 0.16 0.03 0.47 3/182 23634
/proc/meminfo: memFree=25107860/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=25804 CPUtime=3.08 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 3054 0 0 0 308 0 0 0 25 0 1 0 550289478 26423296 2474 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 6451 2474 239 17 0 3092 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34508

[startup+6.30084 s]
/proc/loadavg: 0.47 0.10 0.49 5/194 23659
/proc/meminfo: memFree=25081328/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=25804 CPUtime=6.28 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 3594 0 0 0 628 0 0 0 25 0 1 0 550289478 26423296 3004 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 6451 3004 239 17 0 3092 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34508

[startup+12.7006 s]
/proc/loadavg: 0.75 0.16 0.51 5/194 23659
/proc/meminfo: memFree=25057444/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=28524 CPUtime=12.68 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 4336 0 0 0 1268 0 0 0 25 0 1 0 550289478 29208576 3716 33554432000 4194304 4260849 140734043201648 18446744073709551615 4225064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 7131 3716 239 17 0 3772 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37228

[startup+25.5003 s]
/proc/loadavg: 1.47 0.35 0.57 5/194 23659
/proc/meminfo: memFree=25036200/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=34604 CPUtime=25.48 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 6381 0 0 0 2548 0 0 0 25 0 1 0 550289478 35434496 4166 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224855 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 8651 4166 239 17 0 5292 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43308

[startup+51.1005 s]
/proc/loadavg: 2.33 0.64 0.66 5/194 23660
/proc/meminfo: memFree=24998372/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=46436 CPUtime=51.09 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 12141 0 0 0 5107 2 0 0 25 0 1 0 550289478 47550464 7774 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 11609 7774 249 17 0 8250 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55140

[startup+102.307 s]
/proc/loadavg: 3.27 1.16 0.83 5/194 23661
/proc/meminfo: memFree=24975768/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=46436 CPUtime=102.29 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 12569 0 0 0 10227 2 0 0 25 0 1 0 550289478 47550464 8189 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 11609 8189 249 17 0 8250 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 55140

[startup+162.301 s]
/proc/loadavg: 3.87 1.70 1.03 5/194 23663
/proc/meminfo: memFree=24944120/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=69816 CPUtime=162.29 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 17723 0 0 0 16225 4 0 0 25 0 1 0 550289478 71491584 10012 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 17454 10012 249 17 0 14095 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 78520

[startup+222.301 s]
/proc/loadavg: 3.95 2.12 1.22 5/194 23664
/proc/meminfo: memFree=24906372/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=69816 CPUtime=222.29 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 18095 0 0 0 22225 4 0 0 25 0 1 0 550289478 71491584 10378 33554432000 4194304 4260849 140734043201648 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 17454 10378 249 17 0 14095 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78520

[startup+282.301 s]
/proc/loadavg: 3.98 2.46 1.39 5/194 23666
/proc/meminfo: memFree=24889732/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=69816 CPUtime=282.3 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 21250 0 0 0 28225 5 0 0 25 0 1 0 550289478 71491584 13417 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 17454 13417 249 17 0 14095 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 78520

[startup+342.3 s]
/proc/loadavg: 3.99 2.74 1.55 5/194 23667
/proc/meminfo: memFree=24876044/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=69816 CPUtime=342.29 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 21610 0 0 0 34224 5 0 0 25 0 1 0 550289478 71491584 13765 33554432000 4194304 4260849 140734043201648 18446744073709551615 4225121 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 17454 13765 249 17 0 14095 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 78520

[startup+402.301 s]
/proc/loadavg: 4.07 2.98 1.70 5/194 23669
/proc/meminfo: memFree=24866960/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2

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

[pid=23634] ppid=23631 vsize=58688 CPUtime=522.3 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 32720 0 0 0 52222 8 0 0 25 0 1 0 550289478 60096512 9353 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 14672 9353 250 17 0 11313 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 67392

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 2.10 5/194 23674
/proc/meminfo: memFree=24820076/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=582.3 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 41851 0 0 0 58219 11 0 0 25 0 1 0 550289478 103268352 18281 33554432000 4194304 4260849 140734043201648 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 18281 250 17 0 21853 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109552

[startup+642.301 s]
/proc/loadavg: 4.00 3.54 2.22 5/194 23675
/proc/meminfo: memFree=24806776/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=642.31 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 42888 0 0 0 64219 12 0 0 25 0 1 0 550289478 103268352 19290 33554432000 4194304 4260849 140734043201648 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 19290 250 17 0 21853 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 109552

[startup+702.3 s]
/proc/loadavg: 4.00 3.62 2.33 5/194 23677
/proc/meminfo: memFree=24793720/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=702.31 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 43030 0 0 0 70218 13 0 0 25 0 1 0 550289478 103268352 19428 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 19428 250 17 0 21853 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 109552

[startup+762.307 s]
/proc/loadavg: 4.07 3.71 2.44 5/194 23679
/proc/meminfo: memFree=24782644/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=762.32 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 43257 0 0 0 76219 13 0 0 25 0 1 0 550289478 103268352 19649 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 19649 250 17 0 21853 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 109552

[startup+822.301 s]
/proc/loadavg: 4.06 3.78 2.54 5/194 23680
/proc/meminfo: memFree=24766360/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=822.31 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 43408 0 0 0 82218 13 0 0 25 0 1 0 550289478 103268352 19797 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 19797 250 17 0 21853 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 109552

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.63 5/194 23682
/proc/meminfo: memFree=24734444/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=882.31 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 43611 0 0 0 88218 13 0 0 25 0 1 0 550289478 103268352 19998 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224838 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 19998 250 17 0 21853 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 109552

[startup+942.301 s]
/proc/loadavg: 4.00 3.85 2.71 5/194 23683
/proc/meminfo: memFree=24763560/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=942.31 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 43853 0 0 0 94218 13 0 0 25 0 1 0 550289478 103268352 20235 33554432000 4194304 4260849 140734043201648 18446744073709551615 4226431 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 20235 250 17 0 21853 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 109552

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.79 5/194 23685
/proc/meminfo: memFree=24728804/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=1002.32 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 43853 0 0 0 100219 13 0 0 25 0 1 0 550289478 103268352 20235 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 20235 250 17 0 21853 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 109552

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.86 5/194 23687
/proc/meminfo: memFree=24762372/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=1062.32 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 43853 0 0 0 106219 13 0 0 25 0 1 0 550289478 103268352 20235 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 20235 250 17 0 21853 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 109552

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.93 5/194 23688
/proc/meminfo: memFree=24761332/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=1122.32 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 44001 0 0 0 112219 13 0 0 25 0 1 0 550289478 103268352 20379 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 20379 250 17 0 21853 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 109552

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.99 5/194 23690
/proc/meminfo: memFree=24760800/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=1182.32 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 44001 0 0 0 118219 13 0 0 25 0 1 0 550289478 103268352 20379 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 20379 250 17 0 21853 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 109552

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.05 5/194 23691
/proc/meminfo: memFree=24691472/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=1242.33 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 44315 0 0 0 124219 14 0 0 25 0 1 0 550289478 103268352 20678 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 20678 250 17 0 21853 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 109552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.93 3.10 4/191 23694
/proc/meminfo: memFree=24843492/32951124 swapFree=67111348/67111528
[pid=23631] ppid=23629 vsize=8704 CPUtime=0 cores=0,2
/proc/23631/stat : 23631 (glucose.sh) S 23629 23631 23589 0 -1 4202496 359 152 0 0 0 0 0 0 22 0 1 0 550289477 8912896 255 33554432000 4194304 4922060 140736764401920 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23631/statm: 2176 255 211 178 0 69 0
[pid=23634] ppid=23631 vsize=100848 CPUtime=1300.03 cores=0,2
/proc/23634/stat : 23634 (glucose_static) R 23631 23631 23589 0 -1 4202496 44443 0 0 0 129989 14 0 0 25 0 1 0 550289478 103268352 20800 33554432000 4194304 4260849 140734043201648 18446744073709551615 4224757 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23634/statm: 25212 20800 250 17 0 21853 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 109552

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)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.9
CPU system time (s): 0.151976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 127724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44954
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= 4014

runsolver used 2.30265 second user time and 4.80127 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-24 01:16:30
IDJOB=3273590
IDBENCH=83142
IDSOLVER=1651
FILE ID=node111/3273590-1303600589
RUNJOBID= node111-1303600586-23607
PBS_JOBID= 13150581
Free space on /tmp= 70736 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s39840374-sat.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273590-1303600589/watcher-3273590-1303600589 -o /tmp/evaluation-result-3273590-1303600589/solver-3273590-1303600589 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3273590-1303600589.cnf 

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

MD5SUM BENCH= 085a3847e14185843eddf941accab006
RANDOM SEED=1802854438

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25118688 kB
Buffers:       1169760 kB
Cached:        6124176 kB
SwapCached:        132 kB
Active:        1972064 kB
Inactive:      5392272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25118688 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2696 kB
Writeback:           0 kB
AnonPages:       70256 kB
Mapped:          15132 kB
Slab:           403360 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217072 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70732 MiB
End job on node111 at 2011-04-24 01:38:12