Trace number 3303390

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 2? (TO) 5000.05 4999.91

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s73223945-unsat.cnf
MD5SUMebbfc0ffb6aa4fcba0d5ce3964018543
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables161
Number of clauses332
Sum of the clauses size996
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3332
Number of clauses of size 40
Number of clauses of size 50
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 |     332      996 |      99       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 161   #clauses: 332   #literals: 996
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
3052.18/3052.15	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3052.18/3052.15	c WARNING: for repeatability, setting FPU to use double precision
3052.18/3052.15	c ============================[ Problem Statistics ]=============================
3052.18/3052.15	c |                                                                             |
3052.18/3052.15	c |  Number of variables:           161                                         |
3052.18/3052.15	c |  Number of clauses:             332                                         |
3052.18/3052.15	c |  Parse time:                   0.00 s                                       |
3052.18/3052.15	c |                                                                             |
3052.18/3052.15	c ============================[ Search Statistics ]==============================
3052.18/3052.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3052.18/3052.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3052.18/3052.15	c ===============================================================================
3052.18/3052.15	c |   1649382 |     161      332      996 |        1   141994     24 |  0.000 % |
3052.18/3052.15	c |   1653567 |     161      332      996 |        1   146179     24 |  0.000 % |
3052.18/3052.15	c |  13564997 |     161      332      996 |        1   292439     17 |  0.000 % |
3052.18/3052.15	c |  13565731 |     161      332      996 |        1   293173     17 |  0.000 % |
3052.18/3052.15	c |  13566182 |     161      332      996 |        1   293624     17 |  0.000 % |
3052.18/3052.15	c |  13567648 |     161      332      996 |        1   295090     17 |  0.000 % |
3052.18/3052.15	c |  13573998 |     161      332      996 |        1   301440     17 |  0.000 % |
3052.18/3052.15	c |  13574484 |     161      332      996 |        1   301926     17 |  0.000 % |
3052.18/3052.15	c |  13613917 |     161      332      996 |        1   341359     18 |  0.000 % |
3052.18/3052.15	c |  16329107 |     161      332      996 |        1   299528     15 |  0.000 % |
3052.18/3052.15	c |  16329269 |     161      332      996 |        1   299690     15 |  0.000 % |
3052.18/3052.15	c |  16330136 |     161      332      996 |        1   300557     15 |  0.000 % |
3052.18/3052.15	c |  16330236 |     161      332      996 |        1   300657     15 |  0.000 % |
3052.18/3052.15	c |  16334420 |     161      332      996 |        1   304841     15 |  0.000 % |
3052.18/3052.15	c |  16335286 |     161      332      996 |        1   305707     15 |  0.000 % |
3052.18/3052.15	c |  16335926 |     161      332      996 |        1   306347     15 |  0.000 % |
3052.18/3052.15	c |  16340714 |     161      332      996 |        1   311135     15 |  0.000 % |
3052.18/3052.15	c |  16480378 |     161      332      996 |        1   450799     20 |  0.000 % |
3052.18/3052.15	c |  16480584 |     161      332      996 |        1   451005     20 |  0.000 % |
3052.18/3052.15	c |  16482908 |     161      332      996 |        1   453329     20 |  0.000 % |
3052.18/3052.15	c |  16483228 |     161      332      996 |        1   453649     20 |  0.000 % |
3052.18/3052.15	c |  16486476 |     161      332      996 |        1   456897     20 |  0.000 % |
3052.18/3052.15	c |  16488102 |     161      332      996 |        1   458523     20 |  0.000 % |
3052.18/3052.15	c |  16490822 |     161      332      996 |        1   461243     20 |  0.000 % |
3052.18/3052.15	c |  16490957 |     161      332      996 |        1   461378     20 |  0.000 % |
3052.18/3052.15	c |  16494431 |     161      332      996 |        1   464852     20 |  0.000 % |
3052.18/3052.15	c |  16496368 |     161      332      996 |        1   466789     20 |  0.000 % |
3052.18/3052.15	c |  16497837 |     161      332      996 |        1   468258     20 |  0.000 % |
3052.18/3052.15	c |  16497958 |     161      332      996 |        1   468379     20 |  0.000 % |
3052.18/3052.15	c |  16511855 |     161      332      996 |        1   482276     21 |  0.000 % |
3052.18/3052.15	c |  16514458 |     161      332      996 |        1   484879     21 |  0.000 % |
3052.18/3052.15	c |  16516368 |     161      332      996 |        1   486789     21 |  0.000 % |
3052.18/3052.15	c |  16517194 |     161      332      996 |        1   487615     21 |  0.000 % |
3052.18/3052.15	c |  16520118 |     161      332      996 |        1   490539     21 |  0.000 % |
3052.18/3052.15	c |  16527338 |     161      332      996 |        1   497759     21 |  0.000 % |
3052.18/3052.15	c |  16531991 |     161      332      996 |        1   502412     21 |  0.000 % |
3052.18/3052.15	c |  16532435 |     161      332      996 |        1   502856     21 |  0.000 % |
3052.18/3052.15	c |  16533414 |     161      332      996 |        1   503835     21 |  0.000 % |
3052.18/3052.15	c |  16534338 |     161      332      996 |        1   504759     21 |  0.000 % |
3384.89/3384.83	c |  16565610 |     161      332      996 |        1   536031     22 |  0.000 % |
3384.89/3384.83	c |  16566241 |     161      332      996 |        1   536662     22 |  0.000 % |
3384.89/3384.83	c |  16571679 |     161      332      996 |        1   542100     22 |  0.000 % |
3384.89/3384.83	c |  16681995 |     161      332      996 |        1   362412     17 |  0.000 % |
3384.89/3384.83	c |  16683210 |     161      332      996 |        1   363627     18 |  0.000 % |
3384.89/3384.83	c |  16684327 |     161      332      996 |        1   364744     18 |  0.000 % |
3384.89/3384.83	c |  16700877 |     161      332      996 |        1   381294     18 |  0.000 % |
3384.89/3384.83	c |  16818404 |     161      332      996 |        1   498821     20 |  0.000 % |
3384.89/3384.83	c |  16819296 |     161      332      996 |        1   499713     20 |  0.000 % |
3384.89/3384.83	c |  16819419 |     161      332      996 |        1   499836     20 |  0.000 % |
3384.89/3384.83	c |  17029065 |     161      332      996 |        1   416888     18 |  0.000 % |
3384.89/3384.83	c |  17029701 |     161      332      996 |        1   417524     18 |  0.000 % |
3384.89/3384.83	c |  17038042 |     161      332      996 |        1   425865     18 |  0.000 % |
3384.89/3384.83	c |  17039684 |     161      332      996 |        1   427507     18 |  0.000 % |
3384.89/3384.83	c |  17246408 |     161      332      996 |        1   339028     16 |  0.000 % |
3384.89/3384.83	c |  17302055 |     161      332      996 |        1   394675     18 |  0.000 % |
3384.89/3384.83	c |  17304946 |     161      332      996 |        1   397566     18 |  0.000 % |
3384.89/3384.83	c |  17305201 |     161      332      996 |        1   397821     18 |  0.000 % |
3384.89/3384.83	c |  17305897 |     161      332      996 |        1   398517     18 |  0.000 % |
3384.89/3384.83	c |  17306076 |     161      332      996 |        1   398696     18 |  0.000 % |
3384.89/3384.83	c |  17306914 |     161      332      996 |        1   399534     18 |  0.000 % |
3384.89/3384.83	c |  17307016 |     161      332      996 |        1   399636     18 |  0.000 % |
3384.89/3384.83	c |  17310432 |     161      332      996 |        1   403052     18 |  0.000 % |
3384.89/3384.83	c |  17322819 |     161      332      996 |        1   415439     18 |  0.000 % |
3384.89/3384.83	c |  17322936 |     161      332      996 |        1   415556     18 |  0.000 % |
3384.89/3384.83	c |  17323892 |     161      332      996 |        1   416512     19 |  0.000 % |
3384.89/3384.83	c |  17324520 |     161      332      996 |        1   417140     19 |  0.000 % |
3384.89/3384.83	c |  17366948 |     161      332      996 |        1   459568     20 |  0.000 % |
3384.89/3384.83	c |  17504175 |     161      332      996 |        1   298990     15 |  0.000 % |
3384.89/3384.83	c |  17520605 |     161      332      996 |        1   315420     16 |  0.000 % |
3384.89/3384.83	c |  17521972 |     161      332      996 |        1   316787     16 |  0.000 % |
3384.89/3384.83	c |  17522861 |     161      332      996 |        1   317676     16 |  0.000 % |
3384.89/3384.83	c |  17523098 |     161      332      996 |        1   317913     16 |  0.000 % |
3384.89/3384.83	c |  17523618 |     161      332      996 |        1   318433     16 |  0.000 % |
3384.89/3384.83	c |  17629568 |     161      332      996 |        1   424383     20 |  0.000 % |
3384.89/3384.83	c |  17647164 |     161      332      996 |        1   441979     20 |  0.000 % |
3384.89/3384.83	c |  17647275 |     161      332      996 |        1   442090     20 |  0.000 % |
3384.89/3384.83	c |  17746075 |     161      332      996 |        1   540890     22 |  0.000 % |
3384.89/3384.83	c |  17749658 |     161      332      996 |        1   544473     22 |  0.000 % |
3384.89/3384.83	c |  17761986 |     161      332      996 |        1   556801     22 |  0.000 % |
3384.89/3384.83	c |  17941798 |     161      332      996 |        1   436217     19 |  0.000 % |
3384.89/3384.83	c |  17943585 |     161      332      996 |        1   438004     20 |  0.000 % |
3384.89/3384.83	c |  18337178 |     161      332      996 |        1   528607     20 |  0.000 % |
3384.89/3384.83	c |  18340218 |     161      332      996 |        1   531647     20 |  0.000 % |
3384.89/3384.83	c |  18341136 |     161      332      996 |        1   532565     20 |  0.000 % |
3384.89/3384.83	c |  18341434 |     161      332      996 |        1   532863     20 |  0.000 % |
3384.89/3384.83	c |  18343670 |     161      332      996 |        1   535099     20 |  0.000 % |
3384.89/3384.83	c |  18346207 |     161      332      996 |        1   537636     20 |  0.000 % |
3384.89/3384.83	c |  18346963 |     161      332      996 |        1   538392     20 |  0.000 % |
3384.89/3384.83	c |  18371619 |     161      332      996 |        1   563048     21 |  0.000 % |
4253.22/4253.14	c |  18371843 |     161      332      996 |        1   563272     21 |  0.000 % |
4253.22/4253.14	c |  18373217 |     161      332      996 |        1   564646     21 |  0.000 % |
4253.22/4253.14	c |  18373345 |     161      332      996 |        1   564774     21 |  0.000 % |
4253.22/4253.14	c |  18373773 |     161      332      996 |        1   565202     21 |  0.000 % |
4253.22/4253.14	c |  18373968 |     161      332      996 |        1   565397     21 |  0.000 % |
4253.22/4253.14	c |  18375296 |     161      332      996 |        1   566725     21 |  0.000 % |
4253.22/4253.14	c |  18519737 |     161      332      996 |        1   405565     18 |  0.000 % |
4253.22/4253.14	c |  18520013 |     161      332      996 |        1   405841     18 |  0.000 % |
4253.22/4253.14	c |  18520925 |     161      332      996 |        1   406753     18 |  0.000 % |
4253.22/4253.14	c |  18523865 |     161      332      996 |        1   409693     18 |  0.000 % |
4253.22/4253.14	c |  18524672 |     161      332      996 |        1   410500     18 |  0.000 % |
4253.22/4253.14	c |  18537259 |     161      332      996 |        1   423087     18 |  0.000 % |
4253.22/4253.14	c |  18538031 |     161      332      996 |        1   423859     18 |  0.000 % |
4253.22/4253.14	c |  18541794 |     161      332      996 |        1   427622     18 |  0.000 % |
4253.22/4253.14	c |  18542747 |     161      332      996 |        1   428575     18 |  0.000 % |
4253.22/4253.14	c |  18543378 |     161      332      996 |        1   429206     19 |  0.000 % |
4253.22/4253.14	c |  18546263 |     161      332      996 |        1   432091     19 |  0.000 % |
4253.22/4253.14	c |  18552294 |     161      332      996 |        1   438122     19 |  0.000 % |
4253.22/4253.14	c |  18724872 |     161      332      996 |        1   610700     22 |  0.000 % |
4253.22/4253.14	c |  18727827 |     161      332      996 |        1   613655     22 |  0.000 % |
4253.22/4253.14	c |  18728601 |     161      332      996 |        1   614429     22 |  0.000 % |
4253.22/4253.14	c |  18741911 |     161      332      996 |        1   319533     15 |  0.000 % |
4253.22/4253.14	c |  18742077 |     161      332      996 |        1   319699     15 |  0.000 % |
4253.22/4253.14	c |  19120803 |     161      332      996 |        1   387628     17 |  0.000 % |
4253.22/4253.14	c |  19126510 |     161      332      996 |        1   393335     17 |  0.000 % |
4253.22/4253.14	c |  19127038 |     161      332      996 |        1   393863     17 |  0.000 % |
4253.22/4253.14	c |  19127380 |     161      332      996 |        1   394205     17 |  0.000 % |
4253.22/4253.14	c |  19147101 |     161      332      996 |        1   413926     17 |  0.000 % |
4253.22/4253.14	c |  19151825 |     161      332      996 |        1   418650     17 |  0.000 % |
4253.22/4253.14	c |  19169357 |     161      332      996 |        1   436182     18 |  0.000 % |
4253.22/4253.14	c |  19170140 |     161      332      996 |        1   436965     18 |  0.000 % |
4253.22/4253.14	c |  19170869 |     161      332      996 |        1   437694     18 |  0.000 % |
4253.22/4253.14	c |  19171263 |     161      332      996 |        1   438088     18 |  0.000 % |
4253.22/4253.14	c |  19171426 |     161      332      996 |        1   438251     18 |  0.000 % |
4253.22/4253.14	c |  19172184 |     161      332      996 |        1   439009     18 |  0.000 % |
4253.22/4253.14	c |  19448348 |     161      332      996 |        1   401764     18 |  0.000 % |
4253.22/4253.14	c |  19457243 |     161      332      996 |        1   410659     18 |  0.000 % |
4253.22/4253.14	c |  19929956 |     161      332      996 |        1   567372     20 |  0.000 % |
4253.22/4253.14	c |  19932123 |     161      332      996 |        1   569539     20 |  0.000 % |
4253.22/4253.14	c |  19933103 |     161      332      996 |        1   570519     20 |  0.000 % |
4253.22/4253.14	c |  20437247 |     161      332      996 |        1   434864     18 |  0.000 % |
4253.22/4253.14	c |  20438721 |     161      332      996 |        1   436338     18 |  0.000 % |
4253.22/4253.14	c |  20438927 |     161      332      996 |        1   436544     18 |  0.000 % |
4253.22/4253.14	c |  20439294 |     161      332      996 |        1   436911     18 |  0.000 % |
4253.22/4253.14	c |  20447905 |     161      332      996 |        1   445522     18 |  0.000 % |
4253.22/4253.14	c |  20448448 |     161      332      996 |        1   446065     18 |  0.000 % |
4253.22/4253.14	c |  20490684 |     161      332      996 |        1   488301     19 |  0.000 % |
4253.22/4253.14	c |  20496300 |     161      332      996 |        1   493917     19 |  0.000 % |
4253.22/4253.14	c |  20496668 |     161      332      996 |        1   494285     19 |  0.000 % |
4253.22/4253.14	c |  22046032

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 23990
/proc/meminfo: memFree=23852780/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0

[startup+0.0695951 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 23990
/proc/meminfo: memFree=23852780/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100639 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 23990
/proc/meminfo: memFree=23852780/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300608 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 23990
/proc/meminfo: memFree=23852780/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700484 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 23990
/proc/meminfo: memFree=23852780/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50032 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 23993
/proc/meminfo: memFree=23842968/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=24392 CPUtime=1.49 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 2667 0 0 0 149 0 0 0 25 0 1 0 580165091 24977408 2177 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 6098 2177 239 17 0 2739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33096

[startup+3.10109 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 23993
/proc/meminfo: memFree=23838132/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=24392 CPUtime=3.09 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 3069 0 0 0 309 0 0 0 25 0 1 0 580165091 24977408 2572 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 6098 2572 239 17 0 2739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33096

[startup+6.30051 s]
/proc/loadavg: 0.16 0.03 0.01 3/180 23993
/proc/meminfo: memFree=23827596/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=31592 CPUtime=6.29 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 5893 0 0 0 629 0 0 0 25 0 1 0 580165091 32350208 4093 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 7898 4093 239 17 0 4539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40296

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 3/180 23993
/proc/meminfo: memFree=23821960/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=31592 CPUtime=12.68 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 7756 0 0 0 1268 0 0 0 25 0 1 0 580165091 32350208 4117 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 7898 4117 239 17 0 4539 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40296

[startup+25.501 s]
/proc/loadavg: 0.68 0.16 0.05 3/180 23993
/proc/meminfo: memFree=23803000/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=41044 CPUtime=25.49 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 10168 0 0 0 2548 1 0 0 25 0 1 0 580165091 42029056 6451 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 10261 6451 239 17 0 6902 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49748

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 3/180 23994
/proc/meminfo: memFree=23787564/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=64708 CPUtime=51.08 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 15253 0 0 0 5107 1 0 0 25 0 1 0 580165091 66260992 8587 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 16177 8587 239 17 0 12818 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 73412

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.20 4/180 23996
/proc/meminfo: memFree=23759148/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=64708 CPUtime=102.3 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 19068 0 0 0 10228 2 0 0 25 0 1 0 580165091 66260992 12262 33554432000 4194304 4260849 140735443664592 18446744073709551615 4220609 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 16177 12262 239 17 0 12818 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73412

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 3/180 23997
/proc/meminfo: memFree=23738644/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=83564 CPUtime=162.29 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 28676 0 0 0 16226 3 0 0 25 0 1 0 580165091 85569536 17005 33554432000 4194304 4260849 140735443664592 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 20891 17005 247 17 0 17532 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92268

[startup+222.301 s]
/proc/loadavg: 1.98 1.05 0.42 3/180 23999
/proc/meminfo: memFree=23738836/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=87264 CPUtime=222.3 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 36681 0 0 0 22225 5 0 0 25 0 1 0 580165091 89358336 15976 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 21816 15976 248 17 0 18457 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 95968

[startup+282.301 s]
/proc/loadavg: 1.99 1.22 0.51 3/180 24000
/proc/meminfo: memFree=23704188/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=98332 CPUtime=282.3 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 40378 0 0 0 28225 5 0 0 25 0 1 0 580165091 100691968 19485 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 24583 19485 248 17 0 21224 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 107036

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.60 3/180 24002
/proc/meminfo: memFree=23699428/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=98332 CPUtime=342.3 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 40896 0 0 0 34225 5 0 0 25 0 1 0 580165091 100691968 19995 33554432000 4194304 4260849 140735443664592 18446744073709551615 4226859 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 24583 19995 248 17 0 21224 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107036

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.69 3/180 24004
/proc/meminfo: memFree=23696292/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6

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

/proc/23992/statm: 63946 55775 249 17 0 60587 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 264488

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24123
/proc/meminfo: memFree=23456704/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=256424 CPUtime=4422.43 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 946512 0 0 0 442066 177 0 0 25 0 1 0 580165091 262578176 55845 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 64106 55845 249 17 0 60747 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 265128

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24124
/proc/meminfo: memFree=23476612/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=256424 CPUtime=4482.43 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 961108 0 0 0 448063 180 0 0 25 0 1 0 580165091 262578176 54297 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 64106 54297 249 17 0 60747 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 265128

[startup+4542.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/180 24126
/proc/meminfo: memFree=23522176/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=229284 CPUtime=4542.42 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 976897 0 0 0 454059 183 0 0 25 0 1 0 580165091 234786816 52867 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 57321 52867 249 17 0 53962 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 237988

[startup+4602.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/180 24128
/proc/meminfo: memFree=23509224/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=179964 CPUtime=4602.43 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 983123 0 0 0 460057 186 0 0 25 0 1 0 580165091 184283136 41595 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 44991 41595 249 17 0 41632 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 188668

[startup+4662.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/180 24129
/proc/meminfo: memFree=23465520/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=260104 CPUtime=4662.43 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 998331 0 0 0 466054 189 0 0 25 0 1 0 580165091 266346496 56583 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 65026 56583 249 17 0 61667 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 268808

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24131
/proc/meminfo: memFree=23452440/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=231204 CPUtime=4722.44 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 1013714 0 0 0 472052 192 0 0 25 0 1 0 580165091 236752896 54310 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 57801 54310 249 17 0 54442 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 239908

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24132
/proc/meminfo: memFree=23471356/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=231204 CPUtime=4782.44 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 1029643 0 0 0 478048 196 0 0 25 0 1 0 580165091 236752896 52860 33554432000 4194304 4260849 140735443664592 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 57801 52860 249 17 0 54442 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 239908

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24134
/proc/meminfo: memFree=23527460/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=233604 CPUtime=4842.43 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 1044011 0 0 0 484044 199 0 0 25 0 1 0 580165091 239210496 50518 33554432000 4194304 4260849 140735443664592 18446744073709551615 4225100 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 58401 50518 249 17 0 55042 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 242308

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24136
/proc/meminfo: memFree=23439852/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=264424 CPUtime=4902.44 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 1051876 0 0 0 490043 201 0 0 25 0 1 0 580165091 270770176 58129 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 66106 58129 249 17 0 62747 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 273128

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24137
/proc/meminfo: memFree=23464480/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=265384 CPUtime=4962.44 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 1066747 0 0 0 496041 203 0 0 25 0 1 0 580165091 271753216 55829 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 66346 55829 249 17 0 62987 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 274088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 24142
/proc/meminfo: memFree=23615096/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=265384 CPUtime=5000.05 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 1070610 0 0 0 499800 205 0 0 25 0 1 0 580165091 271753216 59564 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 66346 59564 249 17 0 62987 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 274088

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 24142
/proc/meminfo: memFree=23615096/32950928 swapFree=67071984/67111528
[pid=23990] ppid=23988 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23990/stat : 23990 (glucose.sh) S 23988 23990 23950 0 -1 4202496 359 149 0 0 0 0 0 0 25 0 1 0 580165091 8912896 255 33554432000 4194304 4922060 140735708262608 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23990/statm: 2176 255 211 178 0 69 0
[pid=23992] ppid=23990 vsize=265384 CPUtime=5000.05 cores=0,2,4,6
/proc/23992/stat : 23992 (glucose_static) R 23990 23990 23950 0 -1 4202496 1070610 0 0 0 499800 205 0 0 25 0 1 0 580165091 271753216 59564 33554432000 4194304 4260849 140735443664592 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23992/statm: 66346 59564 249 17 0 62987 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 274088

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000.05
CPU user time (s): 4998
CPU system time (s): 2.05
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 274088

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

runsolver used 8.85665 second user time and 17.3374 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-27 12:15:44
IDJOB=3303390
IDBENCH=83144
IDSOLVER=1687
FILE ID=node116/3303390-1303899344
RUNJOBID= node116-1303899343-23968
PBS_JOBID= 13164532
Free space on /tmp= 72544 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s73223945-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303390-1303899344/watcher-3303390-1303899344 -o /tmp/evaluation-result-3303390-1303899344/solver-3303390-1303899344 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303390-1303899344.cnf 

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

MD5SUM BENCH= ebbfc0ffb6aa4fcba0d5ce3964018543
RANDOM SEED=922577475

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      23853060 kB
Buffers:       1882808 kB
Cached:        6750732 kB
SwapCached:       9732 kB
Active:        3867568 kB
Inactive:      4808432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23853060 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            2328 kB
Writeback:           0 kB
AnonPages:       35712 kB
Mapped:          13716 kB
Slab:           357120 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   214792 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= 72544 MiB
End job on node116 at 2011-04-27 13:39:06