Trace number 4302287

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.9.2? (TO) 254.21 200.15

General information on the benchmark

NameGraphColoring/
GraphColoring-4-fullins-5_c18.xml
MD5SUM95ec92f657fea8ce6e93e6f35592ce49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark251.918
Satisfiable
(Un)Satisfiability was proved
Number of variables4146
Number of constraints77305
Number of domains1
Minimum domain size4146
Maximum domain size4146
Distribution of domain sizes[{"size":4146,"count":4146}]
Minimum variable degree9
Maximum variable degree696
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":18},{"degree":11,"count":14},{"degree":12,"count":56},{"degree":13,"count":22},{"degree":14,"count":94},{"degree":15,"count":28},{"degree":16,"count":112},{"degree":17,"count":54},{"degree":18,"count":216},{"degree":19,"count":62},{"degree":20,"count":248},{"degree":21,"count":24},{"degree":22,"count":96},{"degree":23,"count":78},{"degree":24,"count":312},{"degree":25,"count":10},{"degree":26,"count":40},{"degree":27,"count":40},{"degree":28,"count":166},{"degree":29,"count":40},{"degree":30,"count":160},{"degree":31,"count":166},{"degree":32,"count":664},{"degree":33,"count":30},"...",{"degree":36,"count":96}, {"degree":37,"count":6}, {"degree":38,"count":24}, {"degree":39,"count":24}, {"degree":40,"count":96}, {"degree":49,"count":6}, {"degree":50,"count":24}, {"degree":51,"count":6}, {"degree":52,"count":24}, {"degree":57,"count":6}, {"degree":58,"count":24}, {"degree":59,"count":24}, {"degree":60,"count":96}, {"degree":61,"count":24}, {"degree":62,"count":96}, {"degree":63,"count":96}, {"degree":64,"count":384}, {"degree":93,"count":6}, {"degree":94,"count":24}, {"degree":95,"count":24}, {"degree":96,"count":96}, {"degree":122,"count":6}, {"degree":239,"count":6}, {"degree":240,"count":24}, {"degree":696,"count":6}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":77305}]
Number of extensional constraints0
Number of intensional constraints77305
Distribution of constraint types[{"type":"intension","count":77305}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 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 (14336 MiB free)
  memory of node 1: 16384 MiB (10912 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302287-1532895070/watcher-4302287-1532895070 -o /tmp/evaluation-result-4302287-1532895070/solver-4302287-1532895070 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2120049600 HOME/instance-4302287-1532895070.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
solver pid=2938, runsolver pid=2935
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 2.29 1.83 1.66 3/206 2995
/proc/meminfo: memFree=25798084/32770624 swapFree=67108860/67108860
[pid=2938] ppid=2935 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/2938/stat : 2938 (java) S 2935 2938 22004 0 -1 1077944320 4325 12998 0 0 1 0 5 3 20 0 6 0 107070213 10245611520 4203 33554432000 4194304 4196468 140730598800896 140730598783440 140070721007351 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
/proc/2938/statm: 2501370 4203 1935 1 0 2489808 0
[pid=2938/tid=2991] ppid=2935 vsize=10005480 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/2938/task/2991/stat : 2991 (java) R 2935 2938 22004 0 -1 4202560 2207 12998 0 0 1 0 5 3 20 0 6 0 107070222 10245611520 4269 33554432000 4194304 4196468 140730598800896 140070692844112 140070705087838 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2992] ppid=2935 vsize=10005480 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 6 0 107070222 10245611520 4269 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=10005480 memory=140018798683776 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 6 0 107070222 10245611520 4269 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 6 0 107070222 10245611520 4269 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 6 0 107070222 10245611520 4269 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209866 s]*
/proc/loadavg: 2.29 1.83 1.66 3/215 3004
/proc/meminfo: memFree=25690744/32770624 swapFree=67108860/67108860
[pid=2938] ppid=2935 vsize=10982744 memory=42704 CPUtime=0.26 cores=0,2,4,6
/proc/2938/stat : 2938 (java) S 2935 2938 22004 0 -1 1077944320 7928 12998 0 0 17 1 5 3 20 0 15 0 107070213 11246329856 10676 33554432000 4194304 4196468 140730598800896 140730598783440 140070721007351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
/proc/2938/statm: 2745686 10676 2955 1 0 2708109 0
[pid=2938/tid=2991] ppid=2935 vsize=10983736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2938/task/2991/stat : 2991 (java) R 2935 2938 22004 0 -1 4202560 4670 12998 0 0 11 0 5 3 20 0 15 0 107070222 11247345664 10874 33554432000 4194304 4196468 140730598800896 140070692832160 140070713687069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2992] ppid=2935 vsize=10983736 memory=288293255295271337 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11247345664 10874 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=10983736 memory=651288 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 107070222 11247345664 10940 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11247345664 10940 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11247345664 10940 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2996] ppid=2935 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2996/stat : 2996 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070224 11247345664 10940 33554432000 4194304 4196468 140730598800896 140069959288944 140070721018498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2997] ppid=2935 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2997/stat : 2997 (java) S 2935 2938 22004 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 107070224 11247345664 11006 33554432000 4194304 4196468 140730598800896 140069486715680 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2998] ppid=2935 vsize=10983736 memory=140018798683776 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2998/stat : 2998 (java) S 2935 2938 22004 0 -1 1077944384 21 12998 0 0 0 0 5 3 20 0 15 0 107070224 11247345664 11006 33554432000 4194304 4196468 140730598800896 140069419603056 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2999] ppid=2935 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2999/stat : 2999 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 107070227 11247345664 11006 33554432000 4194304 4196468 140730598800896 140069112207440 140070721025947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3000] ppid=2935 vsize=10983736 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2938/task/3000/stat : 3000 (java) S 2935 2938 22004 0 -1 1077944384 465 12998 0 0 1 0 5 3 20 0 15 0 107070227 11247345664 11006 33554432000 4194304 4196468 140730598800896 140069958236784 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3001] ppid=2935 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3001/stat : 3001 (java) S 2935 2938 22004 0 -1 1077944384 125 12998 0 0 0 0 5 3 20 0 15 0 107070227 11247345664 11072 33554432000 4194304 4196468 140730598800896 140069755152880 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3002] ppid=2935 vsize=10983736 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/2938/task/3002/stat : 3002 (java) S 2935 2938 22004 0 -1 1077944384 619 12998 0 0 3 0 5 3 20 0 15 0 107070227 11247345664 11072 33554432000 4194304 4196468 140730598800896 140069754100592 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3003] ppid=2935 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3003/stat : 3003 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 107070227 11247345664 11072 33554432000 4194304 4196468 140730598800896 140068681411552 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3004] ppid=2935 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3004/stat : 3004 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 107070227 11247345664 11072 33554432000 4194304 4196468 140730598800896 140069753047472 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42704 KiB

[startup+0.310169 s]*
/proc/loadavg: 2.29 1.83 1.66 3/215 3004
/proc/meminfo: memFree=25602556/32770624 swapFree=67108860/67108860
[pid=2938] ppid=2935 vsize=10983192 memory=53948 CPUtime=0.39 cores=0,2,4,6
/proc/2938/stat : 2938 (java) S 2935 2938 22004 0 -1 1077944320 10557 12998 0 0 29 2 5 3 20 0 15 0 107070213 11246788608 13487 33554432000 4194304 4196468 140730598800896 140730598783440 140070721007351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
/proc/2938/statm: 2745798 13487 3074 1 0 2708109 0
[pid=2938/tid=2991] ppid=2935 vsize=10983192 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/2938/task/2991/stat : 2991 (java) R 2935 2938 22004 0 -1 4202560 7119 12998 0 0 20 1 5 3 20 0 15 0 107070222 11246788608 13487 33554432000 4194304 4196468 140730598800896 140070692819360 140070700554041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2992] ppid=2935 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11246788608 13487 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 107070222 11246788608 13487 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11246788608 13487 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11246788608 13487 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2996] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2996/stat : 2996 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070224 11246788608 13487 33554432000 4194304 4196468 140730598800896 140069959288944 140070721018498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2997] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2997/stat : 2997 (java) S 2935 2938 22004 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 107070224 11246788608 13487 33554432000 4194304 4196468 140730598800896 140069486715680 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2998] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2998/stat : 2998 (java) S 2935 2938 22004 0 -1 1077944384 21 12998 0 0 0 0 5 3 20 0 15 0 107070224 11246788608 13487 33554432000 4194304 4196468 140730598800896 140069419603056 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2999] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2999/stat : 2999 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 107070227 11246788608 13487 33554432000 4194304 4196468 140730598800896 140069112207440 140070721025947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3000] ppid=2935 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2938/task/3000/stat : 3000 (java) S 2935 2938 22004 0 -1 1077944384 465 12998 0 0 2 0 5 3 20 0 15 0 107070227 11246788608 13487 33554432000 4194304 4196468 140730598800896 140069958236784 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3001] ppid=2935 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2938/task/3001/stat : 3001 (java) S 2935 2938 22004 0 -1 1077944384 128 12998 0 0 1 0 5 3 20 0 15 0 107070227 11246788608 13487 33554432000 4194304 4196468 140730598800896 140069755152880 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3002] ppid=2935 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/2938/task/3002/stat : 3002 (java) R 2935 2938 22004 0 -1 4202560 625 12998 0 0 5 0 5 3 20 0 15 0 107070227 11246788608 13487 33554432000 4194304 4196468 140730598800896 140069754100592 140070700328016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3003] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3003/stat : 3003 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 107070227 11246788608 13487 33554432000 4194304 4196468 140730598800896 140068681411552 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3004] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3004/stat : 3004 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 107070227 11246788608 13487 33554432000 4194304 4196468 140730598800896 140069753047472 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53948 KiB

[startup+0.700698 s]
/proc/loadavg: 2.29 1.83 1.66 3/215 3004
/proc/meminfo: memFree=25436380/32770624 swapFree=67108860/67108860
[pid=2938] ppid=2935 vsize=10983192 memory=86700 CPUtime=0.99 cores=0,2,4,6
/proc/2938/stat : 2938 (java) S 2935 2938 22004 0 -1 1077944320 16777 12998 0 0 87 4 5 3 20 0 15 0 107070213 11246788608 21675 33554432000 4194304 4196468 140730598800896 140730598783440 140070721007351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
/proc/2938/statm: 2745798 21675 3243 1 0 2708109 0
[pid=2938/tid=2991] ppid=2935 vsize=10983192 memory=6307362048920095132 CPUtime=0.66 cores=0,2,4,6
/proc/2938/task/2991/stat : 2991 (java) R 2935 2938 22004 0 -1 4202560 12212 12998 0 0 55 3 5 3 20 0 15 0 107070222 11246788608 21675 33554432000 4194304 4196468 140730598800896 140070692828176 140070705087838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2992] ppid=2935 vsize=10983192 memory=4640492708758985641 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11246788608 21675 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=10983192 memory=8027200600010211434 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 107070222 11246788608 21675 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=10983192 memory=6083073847998109799 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11246788608 21675 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=10983192 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11246788608 21675 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2996] ppid=2935 vsize=10983192 memory=140018798682657 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2996/stat : 2996 (java) S 2935 2938 22004 0 -1 1077944384 5 12998 0 0 0 0 5 3 20 0 15 0 107070224 11246788608 21675 33554432000 4194304 4196468 140730598800896 140069959288944 140070721018498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2997] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2997/stat : 2997 (java) S 2935 2938 22004 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 107070224 11246788608 21675 33554432000 4194304 4196468 140730598800896 140069486715680 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2998] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2998/stat : 2998 (java) S 2935 2938 22004 0 -1 1077944384 21 12998 0 0 0 0 5 3 20 0 15 0 107070224 11246788608 21675 33554432000 4194304 4196468 140730598800896 140069419603056 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2999] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2999/stat : 2999 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 107070227 11246788608 21675 33554432000 4194304 4196468 140730598800896 140069112207440 140070721025947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3000] ppid=2935 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/2938/task/3000/stat : 3000 (java) S 2935 2938 22004 0 -1 1077944384 1058 12998 0 0 10 0 5 3 20 0 15 0 107070227 11246788608 21675 33554432000 4194304 4196468 140730598800896 140069958236784 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3001] ppid=2935 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/2938/task/3001/stat : 3001 (java) S 2935 2938 22004 0 -1 1077944384 552 12998 0 0 7 0 5 3 20 0 15 0 107070227 11246788608 21675 33554432000 4194304 4196468 140730598800896 140069755152880 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3002] ppid=2935 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/2938/task/3002/stat : 3002 (java) R 2935 2938 22004 0 -1 4202560 713 12998 0 0 13 0 5 3 20 0 15 0 107070227 11246788608 21675 33554432000 4194304 4196468 140730598800896 140069754100592 140070699373048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3003] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3003/stat : 3003 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 107070227 11246788608 21675 33554432000 4194304 4196468 140730598800896 140068681411552 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3004] ppid=2935 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3004/stat : 3004 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 107070227 11246788608 21675 33554432000 4194304 4196468 140730598800896 140069753047472 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86700 KiB

[startup+1.50094 s]
/proc/loadavg: 2.29 1.83 1.66 4/215 3004
/proc/meminfo: memFree=25314172/32770624 swapFree=67108860/67108860
[pid=2938] ppid=2935 vsize=10991948 memory=200852 CPUtime=3.03 cores=0,2,4,6
/proc/2938/stat : 2938 (java) S 2935 2938 22004 0 -1 1077944320 22500 12998 0 0 288 7 5 3 20 0 15 0 107070213 11255754752 50213 33554432000 4194304 4196468 140730598800896 140730598783440 140070721007351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
/proc/2938/statm: 2747987 50213 3451 1 0 2709645 0
[pid=2938/tid=2991] ppid=2935 vsize=10991948 memory=280037370628792 CPUtime=1.46 cores=0,2,4,6
/proc/2938/task/2991/stat : 2991 (java) R 2935 2938 22004 0 -1 4202560 15112 12998 0 0 132 6 5 3 20 0 15 0 107070222 11255754752 50213 33554432000 4194304 4196468 140730598800896 140070692838096 140070246126729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2992] ppid=2935 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11255754752 50213 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 107070222 11255754752 50213 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11255754752 50213 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=10991948 memory=-7306379679665460894 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 107070222 11255754752 50213 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2996] ppid=2935 vsize=10991948 memory=-6876588628787748224 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2996/stat : 2996 (java) S 2935 2938 22004 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 107070224 11255754752 50213 33554432000 4194304 4196468 140730598800896 140069959288944 140070721018498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2997] ppid=2935 vsize=10991948 memory=6944656591801720471 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2997/stat : 2997 (java) S 2935 2938 22004 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 107070224 11255754752 50213 33554432000 4194304 4196468 140730598800896 140069486715680 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2998] ppid=2935 vsize=10991948 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2998/stat : 2998 (java) S 2935 2938 22004 0 -1 1077944384 21 12998 0 0 0 0 5 3 20 0 15 0 107070224 11255754752 50213 33554432000 4194304 4196468 140730598800896 140069419603056 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2999] ppid=2935 vsize=10991948 memory=7524227863355677030 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2999/stat : 2999 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 107070227 11255754752 50213 33554432000 4194304 4196468 140730598800896 140069112207440 140070721025947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3000] ppid=2935 vsize=10991948 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2938/task/3000/stat : 3000 (java) R 2935 2938 22004 0 -1 4202560 1801 12998 0 0 58 0 5 3 20 0 15 0 107070227 11255754752 50213 33554432000 4194304 4196468 140730598800896 140069958223632 140070721019286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3001] ppid=2935 vsize=10991948 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/2938/task/3001/stat : 3001 (java) R 2935 2938 22004 0 -1 4202560 1897 12998 0 0 55 0 5 3 20 0 15 0 107070227 11255754752 50213 33554432000 4194304 4196468 140730598800896 140069755139312 140070721028698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3002] ppid=2935 vsize=10991948 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/2938/task/3002/stat : 3002 (java) S 2935 2938 22004 0 -1 1077944384 1439 12998 0 0 40 0 5 3 20 0 15 0 107070227 11255754752 50213 33554432000 4194304 4196468 140730598800896 140069754100592 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3003] ppid=2935 vsize=10991948 memory=140018685653552 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3003/stat : 3003 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 107070227 11255754752 50213 33554432000 4194304 4196468 140730598800896 140068681411552 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3004] ppid=2935 vsize=10991948 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3004/stat : 3004 (java) S 2935 2938 22004 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 107070227 11255754752 50213 33554432000 4194304 4196468 140730598800896 140069753047472 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 10991948 KiB

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

[pid=2938/tid=2992] ppid=2935 vsize=11270504 memory=8112282956445269571 CPUtime=14.43 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 26867 12998 0 0 1372 63 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=11270504 memory=2424 CPUtime=14.53 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 27872 12998 0 0 1383 62 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=11270504 memory=1840 CPUtime=14.51 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 29640 12998 0 0 1377 66 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=11270504 memory=1004 CPUtime=14.49 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 25540 12998 0 0 1378 63 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2996] ppid=2935 vsize=11270504 memory=12060 CPUtime=2.02 cores=0,2,4,6
/proc/2938/task/2996/stat : 2996 (java) S 2935 2938 22004 0 -1 1077944384 22933 12998 0 0 192 2 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069959288944 140070721018498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2997] ppid=2935 vsize=11270504 memory=5788 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2997/stat : 2997 (java) S 2935 2938 22004 0 -1 1077944384 36 12998 0 0 0 0 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069486715744 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2998] ppid=2935 vsize=11270504 memory=1840 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2998/stat : 2998 (java) S 2935 2938 22004 0 -1 1077944384 64 12998 0 0 0 0 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069419603072 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2999] ppid=2935 vsize=11270504 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2999/stat : 2999 (java) S 2935 2938 22004 0 -1 1077944384 253 12998 0 0 0 0 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069112207440 140070721025947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3000] ppid=2935 vsize=11270504 memory=12060 CPUtime=4.98 cores=0,2,4,6
/proc/2938/task/3000/stat : 3000 (java) S 2935 2938 22004 0 -1 1077944384 11317 12998 0 0 488 2 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069958236784 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3001] ppid=2935 vsize=11270504 memory=5788 CPUtime=5.17 cores=0,2,4,6
/proc/2938/task/3001/stat : 3001 (java) S 2935 2938 22004 0 -1 1077944384 13733 12998 0 0 508 1 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069755152880 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3002] ppid=2935 vsize=11270504 memory=3971296 CPUtime=1.78 cores=0,2,4,6
/proc/2938/task/3002/stat : 3002 (java) S 2935 2938 22004 0 -1 1077944384 12598 12998 0 0 167 3 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069754100592 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3003] ppid=2935 vsize=11270504 memory=3967192 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3003/stat : 3003 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068681411552 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3004] ppid=2935 vsize=11270504 memory=483 CPUtime=0.18 cores=0,2,4,6
/proc/2938/task/3004/stat : 3004 (java) S 2935 2938 22004 0 -1 1077944384 689 12998 0 0 5 5 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069753047472 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 75 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3137] ppid=2935 vsize=11270504 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3137/stat : 3137 (java) S 2935 2938 22004 0 -1 1077944384 42 12998 0 0 0 0 5 3 20 0 17 0 107090024 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068480081904 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3138] ppid=2935 vsize=11270504 memory=96 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3138/stat : 3138 (java) S 2935 2938 22004 0 -1 1077944384 144 12998 0 0 0 0 5 3 20 0 17 0 107090024 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068278756704 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 253.24 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3970368 KiB

[startup+199.601 s]
/proc/loadavg: 2.43 1.98 1.74 4/217 3138
/proc/meminfo: memFree=24145136/32770624 swapFree=67108860/67108860
[pid=2938] ppid=2935 vsize=11270504 memory=3970368 CPUtime=253.64 cores=0,2,4,6
/proc/2938/stat : 2938 (java) S 2935 2938 22004 0 -1 1077944320 223762 12998 0 0 25061 295 5 3 20 0 17 0 107070213 11540996096 992592 33554432000 4194304 4196468 140730598800896 140730598783440 140070721007351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
/proc/2938/statm: 2817626 992592 3532 1 0 2779279 0
[pid=2938/tid=2991] ppid=2935 vsize=11270504 memory=1944 CPUtime=182.16 cores=0,2,4,6
/proc/2938/task/2991/stat : 2991 (java) R 2935 2938 22004 0 -1 4202560 49840 12998 0 0 18183 25 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070692841136 140070242837181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2992] ppid=2935 vsize=11270504 memory=8112282956445269571 CPUtime=14.43 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 26867 12998 0 0 1372 63 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=11270504 memory=4104 CPUtime=14.53 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 27872 12998 0 0 1383 62 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=11270504 memory=2592 CPUtime=14.51 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 29640 12998 0 0 1377 66 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=11270504 memory=2692 CPUtime=14.49 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 25540 12998 0 0 1378 63 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2996] ppid=2935 vsize=11270504 memory=928 CPUtime=2.02 cores=0,2,4,6
/proc/2938/task/2996/stat : 2996 (java) S 2935 2938 22004 0 -1 1077944384 22933 12998 0 0 192 2 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069959288944 140070721018498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2997] ppid=2935 vsize=11270504 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2997/stat : 2997 (java) S 2935 2938 22004 0 -1 1077944384 36 12998 0 0 0 0 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069486715744 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2998] ppid=2935 vsize=11270504 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2998/stat : 2998 (java) S 2935 2938 22004 0 -1 1077944384 64 12998 0 0 0 0 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069419603072 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2999] ppid=2935 vsize=11270504 memory=2424 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2999/stat : 2999 (java) S 2935 2938 22004 0 -1 1077944384 253 12998 0 0 0 0 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069112207440 140070721025947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3000] ppid=2935 vsize=11270504 memory=1840 CPUtime=4.98 cores=0,2,4,6
/proc/2938/task/3000/stat : 3000 (java) S 2935 2938 22004 0 -1 1077944384 11317 12998 0 0 488 2 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069958236784 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3001] ppid=2935 vsize=11270504 memory=1004 CPUtime=5.17 cores=0,2,4,6
/proc/2938/task/3001/stat : 3001 (java) S 2935 2938 22004 0 -1 1077944384 13733 12998 0 0 508 1 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069755152880 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3002] ppid=2935 vsize=11270504 memory=12060 CPUtime=1.78 cores=0,2,4,6
/proc/2938/task/3002/stat : 3002 (java) S 2935 2938 22004 0 -1 1077944384 12598 12998 0 0 167 3 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069754100592 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3003] ppid=2935 vsize=11270504 memory=5788 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3003/stat : 3003 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068681411552 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3004] ppid=2935 vsize=11270504 memory=792 CPUtime=0.18 cores=0,2,4,6
/proc/2938/task/3004/stat : 3004 (java) S 2935 2938 22004 0 -1 1077944384 689 12998 0 0 5 5 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069753047472 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 75 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3137] ppid=2935 vsize=11270504 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3137/stat : 3137 (java) S 2935 2938 22004 0 -1 1077944384 42 12998 0 0 0 0 5 3 20 0 17 0 107090024 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068480081904 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3138] ppid=2935 vsize=11270504 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3138/stat : 3138 (java) S 2935 2938 22004 0 -1 1077944384 144 12998 0 0 0 0 5 3 20 0 17 0 107090024 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068278756704 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 253.64 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3970368 KiB

[startup+200.001 s]*
/proc/loadavg: 2.43 1.98 1.74 4/217 3138
/proc/meminfo: memFree=24089424/32770624 swapFree=67108860/67108860
[pid=2938] ppid=2935 vsize=11270504 memory=3970368 CPUtime=254.05 cores=0,2,4,6
/proc/2938/stat : 2938 (java) S 2935 2938 22004 0 -1 1077944320 223762 12998 0 0 25102 295 5 3 20 0 17 0 107070213 11540996096 992592 33554432000 4194304 4196468 140730598800896 140730598783440 140070721007351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
/proc/2938/statm: 2817626 992592 3532 1 0 2779279 0
[pid=2938/tid=2991] ppid=2935 vsize=11270504 memory=6935054825532540783 CPUtime=182.57 cores=0,2,4,6
/proc/2938/task/2991/stat : 2991 (java) R 2935 2938 22004 0 -1 4202560 49840 12998 0 0 18224 25 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070692841136 140070245382299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2992] ppid=2935 vsize=11270504 memory=4126316290023845779 CPUtime=14.43 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 26867 12998 0 0 1372 63 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=11270504 memory=3970368 CPUtime=14.53 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 27872 12998 0 0 1383 62 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=11270504 memory=1408 CPUtime=14.51 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 29640 12998 0 0 1377 66 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=11270504 memory=2424 CPUtime=14.49 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 25540 12998 0 0 1378 63 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2996] ppid=2935 vsize=11270504 memory=136456 CPUtime=2.02 cores=0,2,4,6
/proc/2938/task/2996/stat : 2996 (java) S 2935 2938 22004 0 -1 1077944384 22933 12998 0 0 192 2 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069959288944 140070721018498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2997] ppid=2935 vsize=11270504 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2997/stat : 2997 (java) S 2935 2938 22004 0 -1 1077944384 36 12998 0 0 0 0 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069486715744 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2998] ppid=2935 vsize=11270504 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2998/stat : 2998 (java) S 2935 2938 22004 0 -1 1077944384 64 12998 0 0 0 0 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069419603072 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2999] ppid=2935 vsize=11270504 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2999/stat : 2999 (java) S 2935 2938 22004 0 -1 1077944384 253 12998 0 0 0 0 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069112207440 140070721025947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3000] ppid=2935 vsize=11270504 memory=6935054825532540783 CPUtime=4.98 cores=0,2,4,6
/proc/2938/task/3000/stat : 3000 (java) S 2935 2938 22004 0 -1 1077944384 11317 12998 0 0 488 2 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069958236784 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3001] ppid=2935 vsize=11270504 memory=4126316290023845779 CPUtime=5.17 cores=0,2,4,6
/proc/2938/task/3001/stat : 3001 (java) S 2935 2938 22004 0 -1 1077944384 13733 12998 0 0 508 1 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069755152880 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3002] ppid=2935 vsize=11270504 memory=6935054825532540783 CPUtime=1.78 cores=0,2,4,6
/proc/2938/task/3002/stat : 3002 (java) S 2935 2938 22004 0 -1 1077944384 12598 12998 0 0 167 3 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069754100592 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3003] ppid=2935 vsize=11270504 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3003/stat : 3003 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068681411552 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3004] ppid=2935 vsize=11270504 memory=18248 CPUtime=0.19 cores=0,2,4,6
/proc/2938/task/3004/stat : 3004 (java) S 2935 2938 22004 0 -1 1077944384 689 12998 0 0 5 6 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069753047472 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 75 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3137] ppid=2935 vsize=11270504 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3137/stat : 3137 (java) S 2935 2938 22004 0 -1 1077944384 42 12998 0 0 0 0 5 3 20 0 17 0 107090024 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068480081904 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3138] ppid=2935 vsize=11270504 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3138/stat : 3138 (java) S 2935 2938 22004 0 -1 1077944384 144 12998 0 0 0 0 5 3 20 0 17 0 107090024 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068278756704 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 254.05 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3970368 KiB

[startup+200.11 s]
/proc/loadavg: 2.43 1.98 1.74 4/217 3138
/proc/meminfo: memFree=24089424/32770624 swapFree=67108860/67108860
[pid=2938] ppid=2935 vsize=11270504 memory=3970368 CPUtime=254.15 cores=0,2,4,6
/proc/2938/stat : 2938 (java) S 2935 2938 22004 0 -1 1077944320 223762 12998 0 0 25112 295 5 3 20 0 17 0 107070213 11540996096 992592 33554432000 4194304 4196468 140730598800896 140730598783440 140070721007351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
/proc/2938/statm: 2817626 992592 3532 1 0 2779279 0
[pid=2938/tid=2991] ppid=2935 vsize=11270504 memory=3970368 CPUtime=182.67 cores=0,2,4,6
/proc/2938/task/2991/stat : 2991 (java) R 2935 2938 22004 0 -1 4202560 49840 12998 0 0 18234 25 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070692841136 140070242813684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2992] ppid=2935 vsize=11270504 memory=3970368 CPUtime=14.43 cores=0,2,4,6
/proc/2938/task/2992/stat : 2992 (java) S 2935 2938 22004 0 -1 1077944384 26867 12998 0 0 1372 63 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070725249936 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2993] ppid=2935 vsize=11270504 memory=3970368 CPUtime=14.53 cores=0,2,4,6
/proc/2938/task/2993/stat : 2993 (java) S 2935 2938 22004 0 -1 1077944384 27872 12998 0 0 1383 62 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070579968784 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2994] ppid=2935 vsize=11270504 memory=3967192 CPUtime=14.51 cores=0,2,4,6
/proc/2938/task/2994/stat : 2994 (java) S 2935 2938 22004 0 -1 1077944384 29640 12998 0 0 1377 66 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070578916496 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2995] ppid=2935 vsize=11270504 memory=140018685416593 CPUtime=14.49 cores=0,2,4,6
/proc/2938/task/2995/stat : 2995 (java) S 2935 2938 22004 0 -1 1077944384 25540 12998 0 0 1378 63 5 3 20 0 17 0 107070222 11540996096 992592 33554432000 4194304 4196468 140730598800896 140070577863696 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2996] ppid=2935 vsize=11270504 memory=3967192 CPUtime=2.02 cores=0,2,4,6
/proc/2938/task/2996/stat : 2996 (java) S 2935 2938 22004 0 -1 1077944384 22933 12998 0 0 192 2 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069959288944 140070721018498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2997] ppid=2935 vsize=11270504 memory=3999512 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2997/stat : 2997 (java) S 2935 2938 22004 0 -1 1077944384 36 12998 0 0 0 0 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069486715744 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2998] ppid=2935 vsize=11270504 memory=4088260 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2998/stat : 2998 (java) S 2935 2938 22004 0 -1 1077944384 64 12998 0 0 0 0 5 3 20 0 17 0 107070224 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069419603072 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=2999] ppid=2935 vsize=11270504 memory=3971296 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/2999/stat : 2999 (java) S 2935 2938 22004 0 -1 1077944384 253 12998 0 0 0 0 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069112207440 140070721025947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3000] ppid=2935 vsize=11270504 memory=3970368 CPUtime=4.98 cores=0,2,4,6
/proc/2938/task/3000/stat : 3000 (java) S 2935 2938 22004 0 -1 1077944384 11317 12998 0 0 488 2 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069958236784 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3001] ppid=2935 vsize=11270504 memory=3966168 CPUtime=5.17 cores=0,2,4,6
/proc/2938/task/3001/stat : 3001 (java) S 2935 2938 22004 0 -1 1077944384 13733 12998 0 0 508 1 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069755152880 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3002] ppid=2935 vsize=11270504 memory=3966168 CPUtime=1.78 cores=0,2,4,6
/proc/2938/task/3002/stat : 3002 (java) S 2935 2938 22004 0 -1 1077944384 12598 12998 0 0 167 3 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069754100592 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3003] ppid=2935 vsize=11270504 memory=3966168 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3003/stat : 3003 (java) S 2935 2938 22004 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068681411552 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3004] ppid=2935 vsize=11270504 memory=30492 CPUtime=0.19 cores=0,2,4,6
/proc/2938/task/3004/stat : 3004 (java) S 2935 2938 22004 0 -1 1077944384 689 12998 0 0 5 6 5 3 20 0 17 0 107070227 11540996096 992592 33554432000 4194304 4196468 140730598800896 140069753047472 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 75 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3137] ppid=2935 vsize=11270504 memory=3966168 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3137/stat : 3137 (java) S 2935 2938 22004 0 -1 1077944384 42 12998 0 0 0 0 5 3 20 0 17 0 107090024 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068480081904 140070721017557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
[pid=2938/tid=3138] ppid=2935 vsize=11270504 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/2938/task/3138/stat : 3138 (java) S 2935 2938 22004 0 -1 1077944384 144 12998 0 0 0 0 5 3 20 0 17 0 107090024 11540996096 992592 33554432000 4194304 4196468 140730598800896 140068278756704 140070721018498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140730598804081 140730598806881 140730598806881 140730598809551 0
Current children cumulated CPU time: 254.15 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3970368 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 200.15
CPU time (s): 254.21
CPU user time (s): 251.185
CPU system time (s): 3.02529
CPU usage (%): 127.009
Max. virtual memory (cumulated for all children) (KiB): 11270504
Max. memory (cumulated for all children) (KiB): 4236364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.185
system time used= 3.02529
maximum resident set size= 4236364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13985
involuntary context switches= 1023


# summary of solver processes directly reported to runsolver:
#   pid: 2938
#   total CPU time (s): 254.21
#   total CPU user time (s): 251.185
#   total CPU system time (s): 3.02529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20399 second user time and 1.88644 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:11:10
IDJOB=4302287
IDBENCH=141141
IDSOLVER=2776
FILE ID=node151/4302287-1532895070
RUNJOBID= node151-1532894133-1620
PBS_JOBID= 21022509
Free space on /tmp= 59280 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GraphColoring/GraphColoring-4-fullins-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302287-1532895070/watcher-4302287-1532895070 -o /tmp/evaluation-result-4302287-1532895070/solver-4302287-1532895070 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2120049600 HOME/instance-4302287-1532895070.xml

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

MD5SUM BENCH= 95ec92f657fea8ce6e93e6f35592ce49
RANDOM SEED=2120049600

node151.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.87
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.87
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.87
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.87
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:        25855464 kB
MemAvailable:   29593396 kB
Buffers:          215940 kB
Cached:          3796344 kB
SwapCached:            0 kB
Active:          3810872 kB
Inactive:        2629940 kB
Active(anon):    2378888 kB
Inactive(anon):    78188 kB
Active(file):    1431984 kB
Inactive(file):  2551752 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29760 kB
Writeback:             0 kB
AnonPages:       2450984 kB
Mapped:            57900 kB
Shmem:             25224 kB
Slab:             168560 kB
SReclaimable:     140064 kB
SUnreclaim:        28496 kB
KernelStack:        3792 kB
PageTables:         9620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4258804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2252800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59256 MiB
End job on node151 at 2018-07-29 22:14:30