Trace number 4293289

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2522.1 2507.41

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay400_c18.xml
MD5SUMb20be86eed1a54c36d145f853cc0c945
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2501073
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints400
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree40
Distribution of variable degrees[{"degree":2,"count":289},{"degree":3,"count":388},{"degree":4,"count":306},{"degree":5,"count":228},{"degree":6,"count":177},{"degree":7,"count":144},{"degree":8,"count":94},{"degree":9,"count":75},{"degree":10,"count":72},{"degree":11,"count":50},{"degree":12,"count":41},{"degree":13,"count":35},{"degree":14,"count":25},{"degree":15,"count":25},{"degree":16,"count":8},{"degree":17,"count":7},{"degree":18,"count":9},{"degree":19,"count":3},{"degree":20,"count":7},{"degree":21,"count":5},{"degree":22,"count":3},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":29,"count":1},{"degree":32,"count":1},{"degree":40,"count":1}]
Minimum constraint arity12
Maximum constraint arity37
Distribution of constraint arities[{"arity":12,"count":1},{"arity":13,"count":2},{"arity":14,"count":5},{"arity":15,"count":4},{"arity":16,"count":5},{"arity":17,"count":17},{"arity":18,"count":18},{"arity":19,"count":18},{"arity":20,"count":18},{"arity":21,"count":33},{"arity":22,"count":38},{"arity":23,"count":36},{"arity":24,"count":35},{"arity":25,"count":32},{"arity":26,"count":31},{"arity":27,"count":21},{"arity":28,"count":23},{"arity":29,"count":10},{"arity":30,"count":16},{"arity":31,"count":8},{"arity":32,"count":12},{"arity":33,"count":4},{"arity":34,"count":4},{"arity":35,"count":5},{"arity":36,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":400}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2412 MiB free)
  memory of node 1: 16384 MiB (10401 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293289-1532314397/watcher-4293289-1532314397 -o /tmp/evaluation-result-4293289-1532314397/solver-4293289-1532314397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532297047-7325 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1445261034 HOME/instance-4293289-1532314397.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10942, runsolver pid=10939

[startup+0.100091 s]*
/proc/loadavg: 1.82 1.79 1.69 3/207 10999
/proc/meminfo: memFree=13116440/32770624 swapFree=67108860/67108860
[pid=10942] ppid=10939 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 4357 13255 0 0 1 0 5 3 20 0 6 0 49002844 10212057088 4203 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2493178 4203 1934 1 0 2481616 0
[pid=10942/tid=10995] ppid=10939 vsize=9972712 memory=4279135703946462605 CPUtime=0.09 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 2193 13255 0 0 1 0 5 3 20 0 6 0 49002853 10212057088 4203 33554432000 4194304 4196468 140722022031792 139808442372688 139808451929661 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 6 0 49002854 10212057088 4203 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=9972712 memory=140178225755776 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 6 0 49002854 10212057088 4269 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 6 0 49002854 10212057088 4269 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 2 13255 0 0 0 0 5 3 20 0 6 0 49002854 10212057088 4269 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209922 s]*
/proc/loadavg: 1.82 1.79 1.69 3/216 11008
/proc/meminfo: memFree=13093936/32770624 swapFree=67108860/67108860
[pid=10942] ppid=10939 vsize=10818904 memory=43408 CPUtime=0.26 cores=1,3,5,7
/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 8083 13255 0 0 17 1 5 3 20 0 15 0 49002844 11078557696 10852 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2704726 10852 2950 1 0 2667149 0
[pid=10942/tid=10995] ppid=10939 vsize=10818904 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 4658 13255 0 0 11 1 5 3 20 0 15 0 49002853 11078557696 10852 33554432000 4194304 4196468 140722022031792 139808442359304 139808470557853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=10818904 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11078557696 10852 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=10818904 memory=3472477270560339616 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11078557696 10852 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11078557696 10852 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 2 13255 0 0 0 0 5 3 20 0 15 0 49002854 11078557696 10852 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11000] ppid=10939 vsize=10818904 memory=140178225755776 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11000/stat : 11000 (java) S 10939 10942 7293 0 -1 1077944384 2 13255 0 0 0 0 5 3 20 0 15 0 49002855 11078557696 10852 33554432000 4194304 4196468 140722022031792 139807929686640 139808470547074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11001] ppid=10939 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11001/stat : 11001 (java) S 10939 10942 7293 0 -1 1077944384 13 13255 0 0 0 0 5 3 20 0 15 0 49002856 11078557696 10852 33554432000 4194304 4196468 140722022031792 139807359493408 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11002] ppid=10939 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11002/stat : 11002 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002856 11078557696 10852 33554432000 4194304 4196468 140722022031792 139807225276016 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11003] ppid=10939 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11003/stat : 11003 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 15 0 49002859 11078557696 10852 33554432000 4194304 4196468 140722022031792 139806984985168 139808470554523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11004] ppid=10939 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10942/task/11004/stat : 11004 (java) S 10939 10942 7293 0 -1 1077944384 489 13255 0 0 1 0 5 3 20 0 15 0 49002859 11078557696 10852 33554432000 4194304 4196468 140722022031792 139807928633456 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11005] ppid=10939 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11005/stat : 11005 (java) S 10939 10942 7293 0 -1 1077944384 128 13255 0 0 0 0 5 3 20 0 15 0 49002859 11078557696 10852 33554432000 4194304 4196468 140722022031792 139807927580656 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11006] ppid=10939 vsize=10818904 memory=140178225755776 CPUtime=0.11 cores=1,3,5,7
/proc/10942/task/11006/stat : 11006 (java) S 10939 10942 7293 0 -1 1077944384 605 13255 0 0 3 0 5 3 20 0 15 0 49002859 11078557696 10852 33554432000 4194304 4196468 140722022031792 139807926528368 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11007] ppid=10939 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11007/stat : 11007 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 15 0 49002859 11078557696 10852 33554432000 4194304 4196468 140722022031792 139806951426528 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11008] ppid=10939 vsize=10818904 memory=140178225755776 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11008/stat : 11008 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002859 11078557696 10852 33554432000 4194304 4196468 140722022031792 139807925476272 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43408 KiB

[startup+0.310266 s]*
/proc/loadavg: 1.82 1.79 1.69 3/216 11008
/proc/meminfo: memFree=13082160/32770624 swapFree=67108860/67108860
[pid=10942] ppid=10939 vsize=10819352 memory=54112 CPUtime=0.38 cores=1,3,5,7
/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 10587 13255 0 0 28 2 5 3 20 0 15 0 49002844 11079016448 13528 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2704838 13528 3069 1 0 2667149 0
[pid=10942/tid=10995] ppid=10939 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 7143 13255 0 0 20 1 5 3 20 0 15 0 49002853 11079016448 13528 33554432000 4194304 4196468 140722022031792 139808442347936 139808454616414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11079016448 13528 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11079016448 13528 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11079016448 13528 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 2 13255 0 0 0 0 5 3 20 0 15 0 49002854 11079016448 13528 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11000] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11000/stat : 11000 (java) S 10939 10942 7293 0 -1 1077944384 2 13255 0 0 0 0 5 3 20 0 15 0 49002855 11079016448 13528 33554432000 4194304 4196468 140722022031792 139807929686640 139808470547074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11001] ppid=10939 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11001/stat : 11001 (java) S 10939 10942 7293 0 -1 1077944384 13 13255 0 0 0 0 5 3 20 0 15 0 49002856 11079016448 13528 33554432000 4194304 4196468 140722022031792 139807359493408 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11002] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11002/stat : 11002 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002856 11079016448 13528 33554432000 4194304 4196468 140722022031792 139807225276016 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11003] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11003/stat : 11003 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 15 0 49002859 11079016448 13528 33554432000 4194304 4196468 140722022031792 139806984985168 139808470554523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11004] ppid=10939 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10942/task/11004/stat : 11004 (java) S 10939 10942 7293 0 -1 1077944384 490 13255 0 0 2 0 5 3 20 0 15 0 49002859 11079016448 13528 33554432000 4194304 4196468 140722022031792 139807928633456 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11005] ppid=10939 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11005/stat : 11005 (java) S 10939 10942 7293 0 -1 1077944384 128 13255 0 0 0 0 5 3 20 0 15 0 49002859 11079016448 13528 33554432000 4194304 4196468 140722022031792 139807927580656 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11006] ppid=10939 vsize=10819352 memory=140178225755776 CPUtime=0.13 cores=1,3,5,7
/proc/10942/task/11006/stat : 11006 (java) S 10939 10942 7293 0 -1 1077944384 611 13255 0 0 5 0 5 3 20 0 15 0 49002859 11079016448 13528 33554432000 4194304 4196468 140722022031792 139807926528368 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11007] ppid=10939 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11007/stat : 11007 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 15 0 49002859 11079016448 13528 33554432000 4194304 4196468 140722022031792 139806951426528 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11008] ppid=10939 vsize=10819352 memory=140178225755776 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11008/stat : 11008 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002859 11079016448 13528 33554432000 4194304 4196468 140722022031792 139807925476272 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54112 KiB

[startup+0.700738 s]
/proc/loadavg: 1.82 1.79 1.69 3/216 11008
/proc/meminfo: memFree=13071368/32770624 swapFree=67108860/67108860
[pid=10942] ppid=10939 vsize=10819352 memory=86504 CPUtime=1 cores=1,3,5,7
/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 16734 13255 0 0 88 4 5 3 20 0 15 0 49002844 11079016448 21626 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2704838 21626 3237 1 0 2667149 0
[pid=10942/tid=10995] ppid=10939 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 12232 13255 0 0 57 2 5 3 20 0 15 0 49002853 11079016448 21626 33554432000 4194304 4196468 140722022031792 139808442356752 139808450809536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11079016448 21626 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11079016448 21626 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=10819352 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002854 11079016448 21626 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 2 13255 0 0 0 0 5 3 20 0 15 0 49002854 11079016448 21626 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11000] ppid=10939 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11000/stat : 11000 (java) S 10939 10942 7293 0 -1 1077944384 5 13255 0 0 0 0 5 3 20 0 15 0 49002855 11079016448 21626 33554432000 4194304 4196468 140722022031792 139807929686640 139808470547074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11001] ppid=10939 vsize=10819352 memory=140178069009104 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11001/stat : 11001 (java) S 10939 10942 7293 0 -1 1077944384 13 13255 0 0 0 0 5 3 20 0 15 0 49002856 11079016448 21626 33554432000 4194304 4196468 140722022031792 139807359493408 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11002] ppid=10939 vsize=10819352 memory=140179142607459 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11002/stat : 11002 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002856 11079016448 21626 33554432000 4194304 4196468 140722022031792 139807225276016 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11003] ppid=10939 vsize=10819352 memory=10416 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11003/stat : 11003 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 15 0 49002859 11079016448 21626 33554432000 4194304 4196468 140722022031792 139806984985168 139808470554523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11004] ppid=10939 vsize=10819352 memory=7234564758908855872 CPUtime=0.19 cores=1,3,5,7
/proc/10942/task/11004/stat : 11004 (java) S 10939 10942 7293 0 -1 1077944384 1105 13255 0 0 11 0 5 3 20 0 15 0 49002859 11079016448 21626 33554432000 4194304 4196468 140722022031792 139807928633456 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11005] ppid=10939 vsize=10819352 memory=7597685182856913236 CPUtime=0.14 cores=1,3,5,7
/proc/10942/task/11005/stat : 11005 (java) S 10939 10942 7293 0 -1 1077944384 499 13255 0 0 6 0 5 3 20 0 15 0 49002859 11079016448 21626 33554432000 4194304 4196468 140722022031792 139807927580656 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11006] ppid=10939 vsize=10819352 memory=5787219346483269989 CPUtime=0.21 cores=1,3,5,7
/proc/10942/task/11006/stat : 11006 (java) S 10939 10942 7293 0 -1 1077944384 679 13255 0 0 13 0 5 3 20 0 15 0 49002859 11079016448 21626 33554432000 4194304 4196468 140722022031792 139807926528368 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11007] ppid=10939 vsize=10819352 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11007/stat : 11007 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 15 0 49002859 11079016448 21626 33554432000 4194304 4196468 140722022031792 139806951426528 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11008] ppid=10939 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11008/stat : 11008 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002859 11079016448 21626 33554432000 4194304 4196468 140722022031792 139807925476272 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86504 KiB

[startup+1.50113 s]
/proc/loadavg: 1.82 1.79 1.69 4/216 11008
/proc/meminfo: memFree=13025416/32770624 swapFree=67108860/67108860
[pid=10942] ppid=10939 vsize=10834252 memory=196788 CPUtime=2.74 cores=1,3,5,7
/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 24602 13255 0 0 258 8 5 3 20 0 15 0 49002844 11094274048 49133 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2708563 49197 3490 1 0 2670221 0
[pid=10942/tid=10995] ppid=10939 vsize=10834252 memory=12813 CPUtime=1.42 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 17431 13255 0 0 130 4 5 3 20 0 15 0 49002853 11094274048 49197 33554432000 4194304 4196468 140722022031792 139808442343792 139808456778509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 21 13255 0 0 1 0 5 3 20 0 15 0 49002854 11094274048 49197 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 14 13255 0 0 1 0 5 3 20 0 15 0 49002854 11094274048 49197 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=10834252 memory=307 CPUtime=0.09 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 171 13255 0 0 1 0 5 3 20 0 15 0 49002854 11094274048 49197 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=10834252 memory=86504 CPUtime=0.09 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 75 13255 0 0 1 0 5 3 20 0 15 0 49002854 11094274048 49197 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11000] ppid=10939 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10942/task/11000/stat : 11000 (java) S 10939 10942 7293 0 -1 1077944384 48 13255 0 0 1 0 5 3 20 0 15 0 49002855 11094274048 49197 33554432000 4194304 4196468 140722022031792 139807929686640 139808470547074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11001] ppid=10939 vsize=10834252 memory=280356137959920 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11001/stat : 11001 (java) S 10939 10942 7293 0 -1 1077944384 13 13255 0 0 0 0 5 3 20 0 15 0 49002856 11094274048 49197 33554432000 4194304 4196468 140722022031792 139807359493472 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11002] ppid=10939 vsize=10834252 memory=280356138010720 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11002/stat : 11002 (java) S 10939 10942 7293 0 -1 1077944384 2 13255 0 0 0 0 5 3 20 0 15 0 49002856 11094274048 49197 33554432000 4194304 4196468 140722022031792 139807225276032 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11003] ppid=10939 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11003/stat : 11003 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 15 0 49002859 11094274048 49197 33554432000 4194304 4196468 140722022031792 139806984985168 139808470554523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11004] ppid=10939 vsize=10834252 memory=4638778398332698720 CPUtime=0.48 cores=1,3,5,7
/proc/10942/task/11004/stat : 11004 (java) S 10939 10942 7293 0 -1 1077944384 1654 13255 0 0 40 0 5 3 20 0 15 0 49002859 11094274048 49197 33554432000 4194304 4196468 140722022031792 139807928633456 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11005] ppid=10939 vsize=10834252 memory=280356138294144 CPUtime=0.45 cores=1,3,5,7
/proc/10942/task/11005/stat : 11005 (java) S 10939 10942 7293 0 -1 1077944384 1525 13255 0 0 37 0 5 3 20 0 15 0 49002859 11094274048 49197 33554432000 4194304 4196468 140722022031792 139807927580656 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11006] ppid=10939 vsize=10834252 memory=-7531822216213012384 CPUtime=0.47 cores=1,3,5,7
/proc/10942/task/11006/stat : 11006 (java) S 10939 10942 7293 0 -1 1077944384 1465 13255 0 0 39 0 5 3 20 0 15 0 49002859 11094274048 49197 33554432000 4194304 4196468 140722022031792 139807926528368 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11007] ppid=10939 vsize=10834252 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11007/stat : 11007 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 15 0 49002859 11094274048 49197 33554432000 4194304 4196468 140722022031792 139806951426528 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11008] ppid=10939 vsize=10834252 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11008/stat : 11008 (java) S 10939 10942 7293 0 -1 1077944384 1 13255 0 0 0 0 5 3 20 0 15 0 49002859 11094274048 49197 33554432000 4194304 4196468 140722022031792 139807925476272 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10834252 KiB

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

/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 108123 13255 0 0 251876 143 5 3 20 0 17 0 49002844 11306115072 235215 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2760282 235215 3521 1 0 2721935 0
[pid=10942/tid=10995] ppid=10939 vsize=11041128 memory=6791534058613427641 CPUtime=2502.5 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 48378 13255 0 0 250230 12 5 3 20 0 17 0 49002853 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808442368248 139808061555330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=11041128 memory=796 CPUtime=2.66 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 4328 13255 0 0 243 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=11041128 memory=6791534058613427641 CPUtime=2.68 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 1725 13255 0 0 245 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=11041128 memory=1728 CPUtime=2.7 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 1991 13255 0 0 248 14 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=11041128 memory=1700 CPUtime=2.66 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 9377 13255 0 0 243 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11000] ppid=10939 vsize=11041128 memory=796 CPUtime=0.43 cores=1,3,5,7
/proc/10942/task/11000/stat : 11000 (java) S 10939 10942 7293 0 -1 1077944384 7506 13255 0 0 32 3 5 3 20 0 17 0 49002855 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807929686640 139808470547074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11001] ppid=10939 vsize=11041128 memory=936656 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11001/stat : 11001 (java) S 10939 10942 7293 0 -1 1077944384 29 13255 0 0 0 0 5 3 20 0 17 0 49002856 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807359493472 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11002] ppid=10939 vsize=11041128 memory=7378934094141544025 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11002/stat : 11002 (java) S 10939 10942 7293 0 -1 1077944384 27 13255 0 0 0 0 5 3 20 0 17 0 49002856 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807225276032 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11003] ppid=10939 vsize=11041128 memory=6944652027076318631 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11003/stat : 11003 (java) S 10939 10942 7293 0 -1 1077944384 270 13255 0 0 0 0 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806984985168 139808470554523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11004] ppid=10939 vsize=11041128 memory=6943526294502006880 CPUtime=2.23 cores=1,3,5,7
/proc/10942/task/11004/stat : 11004 (java) S 10939 10942 7293 0 -1 1077944384 13242 13255 0 0 213 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807928633456 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11005] ppid=10939 vsize=11041128 memory=6791534058613427641 CPUtime=2.14 cores=1,3,5,7
/proc/10942/task/11005/stat : 11005 (java) S 10939 10942 7293 0 -1 1077944384 8386 13255 0 0 204 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807927580656 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11006] ppid=10939 vsize=11041128 memory=4616 CPUtime=1.46 cores=1,3,5,7
/proc/10942/task/11006/stat : 11006 (java) S 10939 10942 7293 0 -1 1077944384 8006 13255 0 0 136 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807926528368 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11007] ppid=10939 vsize=11041128 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11007/stat : 11007 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806951426528 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11008] ppid=10939 vsize=11041128 memory=15876 CPUtime=1.4 cores=1,3,5,7
/proc/10942/task/11008/stat : 11008 (java) S 10939 10942 7293 0 -1 1077944384 2250 13255 0 0 59 73 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807925476272 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 940860 KiB

[startup+2506.4 s]
/proc/loadavg: 1.80 1.88 2.01 3/217 11361
/proc/meminfo: memFree=15838360/32770624 swapFree=67108860/67108860
[pid=10942] ppid=10939 vsize=11041128 memory=940860 CPUtime=2521.07 cores=1,3,5,7
/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 108134 13255 0 0 251956 143 5 3 20 0 17 0 49002844 11306115072 235215 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2760282 235215 3521 1 0 2721935 0
[pid=10942/tid=10995] ppid=10939 vsize=11041128 memory=6791534058613427641 CPUtime=2503.3 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 48387 13255 0 0 250310 12 5 3 20 0 17 0 49002853 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808442368248 139808061555348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=11041128 memory=15876 CPUtime=2.66 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 4328 13255 0 0 243 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=11041128 memory=16436 CPUtime=2.68 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 1725 13255 0 0 245 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=11041128 memory=9848 CPUtime=2.7 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 1991 13255 0 0 248 14 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=11041128 memory=940860 CPUtime=2.66 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 9377 13255 0 0 243 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11000] ppid=10939 vsize=11041128 memory=936656 CPUtime=0.43 cores=1,3,5,7
/proc/10942/task/11000/stat : 11000 (java) S 10939 10942 7293 0 -1 1077944384 7506 13255 0 0 32 3 5 3 20 0 17 0 49002855 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807929686640 139808470547074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11001] ppid=10939 vsize=11041128 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11001/stat : 11001 (java) S 10939 10942 7293 0 -1 1077944384 29 13255 0 0 0 0 5 3 20 0 17 0 49002856 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807359493472 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11002] ppid=10939 vsize=11041128 memory=2416 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11002/stat : 11002 (java) S 10939 10942 7293 0 -1 1077944384 27 13255 0 0 0 0 5 3 20 0 17 0 49002856 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807225276032 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11003] ppid=10939 vsize=11041128 memory=7528 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11003/stat : 11003 (java) S 10939 10942 7293 0 -1 1077944384 270 13255 0 0 0 0 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806984985168 139808470554523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11004] ppid=10939 vsize=11041128 memory=844 CPUtime=2.23 cores=1,3,5,7
/proc/10942/task/11004/stat : 11004 (java) S 10939 10942 7293 0 -1 1077944384 13242 13255 0 0 213 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807928633456 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11005] ppid=10939 vsize=11041128 memory=1692 CPUtime=2.14 cores=1,3,5,7
/proc/10942/task/11005/stat : 11005 (java) S 10939 10942 7293 0 -1 1077944384 8386 13255 0 0 204 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807927580656 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11006] ppid=10939 vsize=11041128 memory=936656 CPUtime=1.46 cores=1,3,5,7
/proc/10942/task/11006/stat : 11006 (java) S 10939 10942 7293 0 -1 1077944384 8006 13255 0 0 136 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807926528368 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11007] ppid=10939 vsize=11041128 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11007/stat : 11007 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806951426528 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11008] ppid=10939 vsize=11041128 memory=16212 CPUtime=1.4 cores=1,3,5,7
/proc/10942/task/11008/stat : 11008 (java) S 10939 10942 7293 0 -1 1077944384 2252 13255 0 0 59 73 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807925476272 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11360] ppid=10939 vsize=11041128 memory=936656 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11360/stat : 11360 (java) S 10939 10942 7293 0 -1 1077944384 309 13255 0 0 0 0 5 3 20 0 17 0 49253385 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806554186224 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11361] ppid=10939 vsize=11041128 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11361/stat : 11361 (java) S 10939 10942 7293 0 -1 1077944384 107 13255 0 0 0 0 5 3 20 0 17 0 49253385 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806352861024 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 2521.07 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 940860 KiB

[startup+2507.2 s]
/proc/loadavg: 1.80 1.88 2.01 3/217 11361
/proc/meminfo: memFree=15839332/32770624 swapFree=67108860/67108860
[pid=10942] ppid=10939 vsize=11041128 memory=940860 CPUtime=2521.87 cores=1,3,5,7
/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 108144 13255 0 0 252036 143 5 3 20 0 17 0 49002844 11306115072 235215 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2760282 235215 3521 1 0 2721935 0
[pid=10942/tid=10995] ppid=10939 vsize=11041128 memory=1008 CPUtime=2504.1 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 48397 13255 0 0 250390 12 5 3 20 0 17 0 49002853 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808442368248 139808061555348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=11041128 memory=9916 CPUtime=2.66 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 4328 13255 0 0 243 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=11041128 memory=6791534058613427641 CPUtime=2.68 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 1725 13255 0 0 245 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=11041128 memory=1228 CPUtime=2.7 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 1991 13255 0 0 248 14 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=11041128 memory=1952 CPUtime=2.66 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 9377 13255 0 0 243 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11000] ppid=10939 vsize=11041128 memory=1200 CPUtime=0.43 cores=1,3,5,7
/proc/10942/task/11000/stat : 11000 (java) S 10939 10942 7293 0 -1 1077944384 7506 13255 0 0 32 3 5 3 20 0 17 0 49002855 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807929686640 139808470547074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11001] ppid=10939 vsize=11041128 memory=10416 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11001/stat : 11001 (java) S 10939 10942 7293 0 -1 1077944384 29 13255 0 0 0 0 5 3 20 0 17 0 49002856 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807359493472 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11002] ppid=10939 vsize=11041128 memory=1700 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11002/stat : 11002 (java) S 10939 10942 7293 0 -1 1077944384 27 13255 0 0 0 0 5 3 20 0 17 0 49002856 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807225276032 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11003] ppid=10939 vsize=11041128 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11003/stat : 11003 (java) S 10939 10942 7293 0 -1 1077944384 270 13255 0 0 0 0 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806984985168 139808470554523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11004] ppid=10939 vsize=11041128 memory=5408 CPUtime=2.23 cores=1,3,5,7
/proc/10942/task/11004/stat : 11004 (java) S 10939 10942 7293 0 -1 1077944384 13242 13255 0 0 213 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807928633456 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11005] ppid=10939 vsize=11041128 memory=1008 CPUtime=2.14 cores=1,3,5,7
/proc/10942/task/11005/stat : 11005 (java) S 10939 10942 7293 0 -1 1077944384 8386 13255 0 0 204 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807927580656 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11006] ppid=10939 vsize=11041128 memory=9916 CPUtime=1.46 cores=1,3,5,7
/proc/10942/task/11006/stat : 11006 (java) S 10939 10942 7293 0 -1 1077944384 8006 13255 0 0 136 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807926528368 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11007] ppid=10939 vsize=11041128 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11007/stat : 11007 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806951426528 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11008] ppid=10939 vsize=11041128 memory=1952 CPUtime=1.4 cores=1,3,5,7
/proc/10942/task/11008/stat : 11008 (java) S 10939 10942 7293 0 -1 1077944384 2252 13255 0 0 59 73 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807925476272 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11360] ppid=10939 vsize=11041128 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11360/stat : 11360 (java) S 10939 10942 7293 0 -1 1077944384 309 13255 0 0 0 0 5 3 20 0 17 0 49253385 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806554186224 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11361] ppid=10939 vsize=11041128 memory=936656 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11361/stat : 11361 (java) S 10939 10942 7293 0 -1 1077944384 107 13255 0 0 0 0 5 3 20 0 17 0 49253385 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806352861024 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 2521.87 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 940860 KiB

[startup+2507.4 s]
/proc/loadavg: 1.80 1.88 2.01 3/217 11361
/proc/meminfo: memFree=15839332/32770624 swapFree=67108860/67108860
[pid=10942] ppid=10939 vsize=11041128 memory=940860 CPUtime=2522.07 cores=1,3,5,7
/proc/10942/stat : 10942 (java) S 10939 10942 7293 0 -1 1077944320 108144 13255 0 0 252056 143 5 3 20 0 17 0 49002844 11306115072 235215 33554432000 4194304 4196468 140722022031792 140722022014336 139808470535927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
/proc/10942/statm: 2760282 235215 3521 1 0 2721935 0
[pid=10942/tid=10995] ppid=10939 vsize=11041128 memory=1728 CPUtime=2504.3 cores=1,3,5,7
/proc/10942/task/10995/stat : 10995 (java) R 10939 10942 7293 0 -1 4202560 48397 13255 0 0 250410 12 5 3 20 0 17 0 49002853 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808442368248 139808061555294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10996] ppid=10939 vsize=11041128 memory=1700 CPUtime=2.66 cores=1,3,5,7
/proc/10942/task/10996/stat : 10996 (java) S 10939 10942 7293 0 -1 1077944384 4328 13255 0 0 243 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808474778000 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10997] ppid=10939 vsize=11041128 memory=940860 CPUtime=2.68 cores=1,3,5,7
/proc/10942/task/10997/stat : 10997 (java) S 10939 10942 7293 0 -1 1077944384 1725 13255 0 0 245 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808373668112 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10998] ppid=10939 vsize=11041128 memory=4128 CPUtime=2.7 cores=1,3,5,7
/proc/10942/task/10998/stat : 10998 (java) S 10939 10942 7293 0 -1 1077944384 1991 13255 0 0 248 14 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808372615824 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=10999] ppid=10939 vsize=11041128 memory=16212 CPUtime=2.66 cores=1,3,5,7
/proc/10942/task/10999/stat : 10999 (java) S 10939 10942 7293 0 -1 1077944384 9377 13255 0 0 243 15 5 3 20 0 17 0 49002854 11306115072 235215 33554432000 4194304 4196468 140722022031792 139808371563024 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11000] ppid=10939 vsize=11041128 memory=1292 CPUtime=0.43 cores=1,3,5,7
/proc/10942/task/11000/stat : 11000 (java) S 10939 10942 7293 0 -1 1077944384 7506 13255 0 0 32 3 5 3 20 0 17 0 49002855 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807929686640 139808470547074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11001] ppid=10939 vsize=11041128 memory=2416 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11001/stat : 11001 (java) S 10939 10942 7293 0 -1 1077944384 29 13255 0 0 0 0 5 3 20 0 17 0 49002856 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807359493472 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11002] ppid=10939 vsize=11041128 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11002/stat : 11002 (java) S 10939 10942 7293 0 -1 1077944384 27 13255 0 0 0 0 5 3 20 0 17 0 49002856 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807225276032 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11003] ppid=10939 vsize=11041128 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11003/stat : 11003 (java) S 10939 10942 7293 0 -1 1077944384 270 13255 0 0 0 0 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806984985168 139808470554523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11004] ppid=10939 vsize=11041128 memory=1232 CPUtime=2.23 cores=1,3,5,7
/proc/10942/task/11004/stat : 11004 (java) S 10939 10942 7293 0 -1 1077944384 13242 13255 0 0 213 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807928633456 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11005] ppid=10939 vsize=11041128 memory=2344 CPUtime=2.14 cores=1,3,5,7
/proc/10942/task/11005/stat : 11005 (java) S 10939 10942 7293 0 -1 1077944384 8386 13255 0 0 204 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807927580656 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11006] ppid=10939 vsize=11041128 memory=932 CPUtime=1.46 cores=1,3,5,7
/proc/10942/task/11006/stat : 11006 (java) S 10939 10942 7293 0 -1 1077944384 8006 13255 0 0 136 2 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807926528368 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11007] ppid=10939 vsize=11041128 memory=1580 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11007/stat : 11007 (java) S 10939 10942 7293 0 -1 1077944384 3 13255 0 0 0 0 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806951426528 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11008] ppid=10939 vsize=11041128 memory=2240 CPUtime=1.4 cores=1,3,5,7
/proc/10942/task/11008/stat : 11008 (java) S 10939 10942 7293 0 -1 1077944384 2252 13255 0 0 59 73 5 3 20 0 17 0 49002859 11306115072 235215 33554432000 4194304 4196468 140722022031792 139807925476272 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11360] ppid=10939 vsize=11041128 memory=4124 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11360/stat : 11360 (java) S 10939 10942 7293 0 -1 1077944384 309 13255 0 0 0 0 5 3 20 0 17 0 49253385 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806554186224 139808470546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
[pid=10942/tid=11361] ppid=10939 vsize=11041128 memory=2200 CPUtime=0.08 cores=1,3,5,7
/proc/10942/task/11361/stat : 11361 (java) S 10939 10942 7293 0 -1 1077944384 107 13255 0 0 0 0 5 3 20 0 17 0 49253385 11306115072 235215 33554432000 4194304 4196468 140722022031792 139806352861024 139808470547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9416704 140722022038126 140722022040924 140722022040924 140722022043599 0
Current children cumulated CPU time: 2522.07 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 940860 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2507.41
CPU time (s): 2522.1
CPU user time (s): 2520.62
CPU system time (s): 1.47785
CPU usage (%): 100.586
Max. virtual memory (cumulated for all children) (KiB): 11041128
Max. memory (cumulated for all children) (KiB): 940860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.62
system time used= 1.47785
maximum resident set size= 941036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60960
involuntary context switches= 1044


# summary of solver processes directly reported to runsolver:
#   pid: 10942
#   total CPU time (s): 2522.1
#   total CPU user time (s): 2520.62
#   total CPU system time (s): 1.47785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1657 second user time and 23.4585 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-23 04:53:17
IDJOB=4293289
IDBENCH=141152
IDSOLVER=2750
FILE ID=node139/4293289-1532314397
RUNJOBID= node139-1532297047-7325
PBS_JOBID= 21018992
Free space on /tmp= 45856 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay400_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293289-1532314397/watcher-4293289-1532314397 -o /tmp/evaluation-result-4293289-1532314397/solver-4293289-1532314397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532297047-7325 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1445261034 HOME/instance-4293289-1532314397.xml

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

MD5SUM BENCH= b20be86eed1a54c36d145f853cc0c945
RANDOM SEED=1445261034

node139.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13122684 kB
MemAvailable:   26722316 kB
Buffers:          182252 kB
Cached:         13466708 kB
SwapCached:            0 kB
Active:          6493296 kB
Inactive:       12417100 kB
Active(anon):    5217472 kB
Inactive(anon):    64084 kB
Active(file):    1275824 kB
Inactive(file): 12353016 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26548 kB
Writeback:             0 kB
AnonPages:       5221720 kB
Mapped:            49740 kB
Shmem:             17036 kB
Slab:             426868 kB
SReclaimable:     399252 kB
SUnreclaim:        27616 kB
KernelStack:        3808 kB
PageTables:        15372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6640924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4999168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45828 MiB
End job on node139 at 2018-07-23 05:35:04