Trace number 4302314

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.765 160.334

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-50_c18.xml
MD5SUM65d9088e6e3c6b500cf18d234bd8e6c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark174
Best CPU time to get the best result obtained on this benchmark252.072
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of constraints409201
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5000}]
Minimum variable degree149
Maximum variable degree198
Distribution of variable degrees[{"degree":149,"count":196},{"degree":150,"count":196},{"degree":151,"count":188},{"degree":152,"count":188},{"degree":153,"count":180},{"degree":154,"count":180},{"degree":155,"count":172},{"degree":156,"count":172},{"degree":157,"count":164},{"degree":158,"count":164},{"degree":159,"count":156},{"degree":160,"count":156},{"degree":161,"count":148},{"degree":162,"count":148},{"degree":163,"count":140},{"degree":164,"count":140},{"degree":165,"count":132},{"degree":166,"count":132},{"degree":167,"count":124},{"degree":168,"count":124},{"degree":169,"count":116},{"degree":170,"count":116},{"degree":171,"count":108},{"degree":172,"count":108},{"degree":173,"count":100},{"degree":174,"count":100},{"degree":175,"count":92},{"degree":176,"count":92},{"degree":177,"count":84},{"degree":178,"count":84},{"degree":179,"count":76},{"degree":180,"count":76},{"degree":181,"count":68},{"degree":182,"count":68},{"degree":183,"count":60},{"degree":184,"count":60},{"degree":185,"count":52},{"degree":186,"count":52},{"degree":187,"count":44},{"degree":188,"count":44},{"degree":189,"count":36},{"degree":190,"count":36},{"degree":191,"count":28},{"degree":192,"count":28},{"degree":193,"count":20},{"degree":194,"count":20},{"degree":195,"count":12},{"degree":196,"count":12},{"degree":197,"count":4},{"degree":198,"count":4}]
Minimum constraint arity2
Maximum constraint arity5000
Distribution of constraint arities[{"arity":2,"count":409200},{"arity":5000,"count":1}]
Number of extensional constraints0
Number of intensional constraints409200
Distribution of constraint types[{"type":"intension","count":409200},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.99/0.75	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 (10656 MiB free)
  memory of node 1: 16384 MiB (11765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302314-1532897793/watcher-4302314-1532897793 -o /tmp/evaluation-result-4302314-1532897793/solver-4302314-1532897793 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=445147182 HOME/instance-4302314-1532897793.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
Current StackSize limit: 8192 KiB

solver pid=21622, runsolver pid=21619

[startup+0.100138 s]*
/proc/loadavg: 1.83 1.65 1.64 2/202 21675
/proc/meminfo: memFree=22958728/32770624 swapFree=67108860/67108860
[pid=21622] ppid=21619 vsize=10005480 memory=12268 CPUtime=0.09 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 6396 0 -1 1077944320 3718 13142 0 0 1 0 5 3 20 0 6 0 107342493 10245611520 3067 33554432000 4194304 4196468 140731798529264 140731798511808 139704919764727 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
/proc/21622/statm: 2501370 3067 1495 1 0 2489808 0
[pid=21622/tid=21675] ppid=21619 vsize=10005480 memory=4279135704047452041 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21675/stat : 21675 (java) R 21619 21622 6396 0 -1 4202560 1593 13142 0 0 0 0 5 3 20 0 6 0 107342502 10245611520 3133 33554432000 4194304 4196468 140731798529264 139704891601488 139704741396342 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21676] ppid=21619 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 107342503 10245611520 3133 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=10005480 memory=139849094047360 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 107342503 10245611520 3133 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 107342503 10245611520 3133 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 107342503 10245611520 3133 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 12268 KiB

[startup+0.210734 s]*
/proc/loadavg: 1.83 1.65 1.64 3/215 21688
/proc/meminfo: memFree=22931152/32770624 swapFree=67108860/67108860
[pid=21622] ppid=21619 vsize=10982744 memory=42872 CPUtime=0.25 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 6396 0 -1 1077944320 7393 13142 0 0 16 1 5 3 20 0 15 0 107342493 11246329856 10718 33554432000 4194304 4196468 140731798529264 140731798511808 139704919764727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
/proc/21622/statm: 2745686 10718 2976 1 0 2708109 0
[pid=21622/tid=21675] ppid=21619 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21622/task/21675/stat : 21675 (java) R 21619 21622 6396 0 -1 4202560 3944 13142 0 0 10 1 5 3 20 0 15 0 107342502 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704891560768 139704903845214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21676] ppid=21619 vsize=10982744 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=10982744 memory=288370225245759104 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21680] ppid=21619 vsize=10982744 memory=139849094047360 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21680/stat : 21680 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704345283184 139704919775874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21681] ppid=21619 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21681/stat : 21681 (java) S 21619 21622 6396 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246329856 10718 33554432000 4194304 4196468 140731798529264 139703609189664 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21682] ppid=21619 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21682/stat : 21682 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246329856 10718 33554432000 4194304 4196468 140731798529264 139703407863408 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21683] ppid=21619 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21683/stat : 21683 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246329856 10718 33554432000 4194304 4196468 140731798529264 139703100463696 139704919783323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21684] ppid=21619 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21622/task/21684/stat : 21684 (java) S 21619 21622 6396 0 -1 1077944384 487 13142 0 0 1 0 5 3 20 0 15 0 107342508 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704344230000 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21685] ppid=21619 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21685/stat : 21685 (java) S 21619 21622 6396 0 -1 1077944384 137 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704343177200 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21686] ppid=21619 vsize=10982744 memory=139849094047360 CPUtime=0.11 cores=0,2,4,6
/proc/21622/task/21686/stat : 21686 (java) S 21619 21622 6396 0 -1 1077944384 607 13142 0 0 3 0 5 3 20 0 15 0 107342508 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704342124912 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21687] ppid=21619 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21687/stat : 21687 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246329856 10718 33554432000 4194304 4196468 140731798529264 139702669666784 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21688] ppid=21619 vsize=10982744 memory=139849094047360 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21688/stat : 21688 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246329856 10718 33554432000 4194304 4196468 140731798529264 139704341072816 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42872 KiB

[startup+0.310281 s]*
/proc/loadavg: 1.83 1.65 1.64 3/215 21688
/proc/meminfo: memFree=22917508/32770624 swapFree=67108860/67108860
[pid=21622] ppid=21619 vsize=10983192 memory=54672 CPUtime=0.38 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 6396 0 -1 1077944320 10166 13142 0 0 28 2 5 3 20 0 15 0 107342493 11246788608 13668 33554432000 4194304 4196468 140731798529264 140731798511808 139704919764727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
/proc/21622/statm: 2745798 13668 3095 1 0 2708109 0
[pid=21622/tid=21675] ppid=21619 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21622/task/21675/stat : 21675 (java) R 21619 21622 6396 0 -1 4202560 6704 13142 0 0 19 1 5 3 20 0 15 0 107342502 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704891576736 139704901329680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21676] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21680] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21680/stat : 21680 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704345283184 139704919775874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21681] ppid=21619 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21681/stat : 21681 (java) S 21619 21622 6396 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246788608 13668 33554432000 4194304 4196468 140731798529264 139703609189664 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21682] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21682/stat : 21682 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246788608 13668 33554432000 4194304 4196468 140731798529264 139703407863408 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21683] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21683/stat : 21683 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246788608 13668 33554432000 4194304 4196468 140731798529264 139703100463696 139704919783323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21684] ppid=21619 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21622/task/21684/stat : 21684 (java) S 21619 21622 6396 0 -1 1077944384 487 13142 0 0 2 0 5 3 20 0 15 0 107342508 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704344230000 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21685] ppid=21619 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21622/task/21685/stat : 21685 (java) S 21619 21622 6396 0 -1 1077944384 140 13142 0 0 1 0 5 3 20 0 15 0 107342508 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704343177200 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21686] ppid=21619 vsize=10983192 memory=139849094047360 CPUtime=0.13 cores=0,2,4,6
/proc/21622/task/21686/stat : 21686 (java) S 21619 21622 6396 0 -1 1077944384 617 13142 0 0 5 0 5 3 20 0 15 0 107342508 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704342124912 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21687] ppid=21619 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21687/stat : 21687 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246788608 13668 33554432000 4194304 4196468 140731798529264 139702669666784 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21688] ppid=21619 vsize=10983192 memory=139849094047360 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21688/stat : 21688 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246788608 13668 33554432000 4194304 4196468 140731798529264 139704341072816 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54672 KiB

[startup+0.700836 s]
/proc/loadavg: 1.83 1.65 1.64 3/215 21688
/proc/meminfo: memFree=22907088/32770624 swapFree=67108860/67108860
[pid=21622] ppid=21619 vsize=10983192 memory=88752 CPUtime=0.99 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 6396 0 -1 1077944320 16789 13142 0 0 87 4 5 3 20 0 15 0 107342493 11246788608 22188 33554432000 4194304 4196468 140731798529264 140731798511808 139704919764727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
/proc/21622/statm: 2745798 22188 3238 1 0 2708109 0
[pid=21622/tid=21675] ppid=21619 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21622/task/21675/stat : 21675 (java) R 21619 21622 6396 0 -1 4202560 12242 13142 0 0 55 3 5 3 20 0 15 0 107342502 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704891587728 139704904930284 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21676] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 107342503 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21680] ppid=21619 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21680/stat : 21680 (java) S 21619 21622 6396 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704345283184 139704919775874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21681] ppid=21619 vsize=10983192 memory=139848967140048 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21681/stat : 21681 (java) S 21619 21622 6396 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246788608 22188 33554432000 4194304 4196468 140731798529264 139703609189664 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21682] ppid=21619 vsize=10983192 memory=139852725092963 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21682/stat : 21682 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342505 11246788608 22188 33554432000 4194304 4196468 140731798529264 139703407863408 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21683] ppid=21619 vsize=10983192 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21683/stat : 21683 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246788608 22188 33554432000 4194304 4196468 140731798529264 139703100463696 139704919783323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21684] ppid=21619 vsize=10983192 memory=7234564758908855872 CPUtime=0.15 cores=0,2,4,6
/proc/21622/task/21684/stat : 21684 (java) S 21619 21622 6396 0 -1 1077944384 885 13142 0 0 7 0 5 3 20 0 15 0 107342508 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704344230000 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21685] ppid=21619 vsize=10983192 memory=7597685182856913236 CPUtime=0.17 cores=0,2,4,6
/proc/21622/task/21685/stat : 21685 (java) S 21619 21622 6396 0 -1 1077944384 781 13142 0 0 9 0 5 3 20 0 15 0 107342508 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704343177200 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21686] ppid=21619 vsize=10983192 memory=5787220445994897765 CPUtime=0.21 cores=0,2,4,6
/proc/21622/task/21686/stat : 21686 (java) S 21619 21622 6396 0 -1 1077944384 660 13142 0 0 13 0 5 3 20 0 15 0 107342508 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704342124912 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21687] ppid=21619 vsize=10983192 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21687/stat : 21687 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246788608 22188 33554432000 4194304 4196468 140731798529264 139702669666784 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21688] ppid=21619 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21688/stat : 21688 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342508 11246788608 22188 33554432000 4194304 4196468 140731798529264 139704341072816 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88752 KiB

[startup+1.50089 s]
/proc/loadavg: 1.83 1.65 1.64 3/215 21688
/proc/meminfo: memFree=22864160/32770624 swapFree=67108860/67108860
[pid=21622] ppid=21619 vsize=10991872 memory=316752 CPUtime=2.76 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 6396 0 -1 1077944320 22239 13142 0 0 247 21 5 3 20 0 15 0 107342493 11255676928 79188 33554432000 4194304 4196468 140731798529264 140731798511808 139704919764727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
/proc/21622/statm: 2747968 79188 3442 1 0 2709645 0
[pid=21622/tid=21675] ppid=21619 vsize=10991872 memory=12813 CPUtime=1.36 cores=0,2,4,6
/proc/21622/task/21675/stat : 21675 (java) R 21619 21622 6396 0 -1 4202560 14660 13142 0 0 122 6 5 3 20 0 15 0 107342502 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704891600288 139704919786653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21676] ppid=21619 vsize=10991872 memory=6791534058613427641 CPUtime=0.16 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 123 13142 0 0 5 3 5 3 20 0 15 0 107342503 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=10991872 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 358 13142 0 0 5 3 5 3 20 0 15 0 107342503 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=10991872 memory=27 CPUtime=0.16 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 62 13142 0 0 5 3 5 3 20 0 15 0 107342503 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=10991872 memory=88752 CPUtime=0.16 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 103 13142 0 0 5 3 5 3 20 0 15 0 107342503 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21680] ppid=21619 vsize=10991872 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21680/stat : 21680 (java) S 21619 21622 6396 0 -1 1077944384 94 13142 0 0 0 0 5 3 20 0 15 0 107342505 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704345283184 139704919775874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21681] ppid=21619 vsize=10991872 memory=279697934221808 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21681/stat : 21681 (java) S 21619 21622 6396 0 -1 1077944384 15 13142 0 0 0 0 5 3 20 0 15 0 107342505 11255676928 79188 33554432000 4194304 4196468 140731798529264 139703609189728 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21682] ppid=21619 vsize=10991872 memory=279697934272608 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21682/stat : 21682 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342505 11255676928 79188 33554432000 4194304 4196468 140731798529264 139703407863424 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21683] ppid=21619 vsize=10991872 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21683/stat : 21683 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342508 11255676928 79188 33554432000 4194304 4196468 140731798529264 139703100463696 139704919783323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21684] ppid=21619 vsize=10991872 memory=4638778398332698720 CPUtime=0.43 cores=0,2,4,6
/proc/21622/task/21684/stat : 21684 (java) S 21619 21622 6396 0 -1 1077944384 2163 13142 0 0 35 0 5 3 20 0 15 0 107342508 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704344230000 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21685] ppid=21619 vsize=10991872 memory=279697934556032 CPUtime=0.44 cores=0,2,4,6
/proc/21622/task/21685/stat : 21685 (java) S 21619 21622 6396 0 -1 1077944384 1206 13142 0 0 36 0 5 3 20 0 15 0 107342508 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704343177200 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21686] ppid=21619 vsize=10991872 memory=-7531822216213012384 CPUtime=0.37 cores=0,2,4,6
/proc/21622/task/21686/stat : 21686 (java) S 21619 21622 6396 0 -1 1077944384 1256 13142 0 0 29 0 5 3 20 0 15 0 107342508 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704342124912 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21687] ppid=21619 vsize=10991872 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21687/stat : 21687 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 107342508 11255676928 79188 33554432000 4194304 4196468 140731798529264 139702669666784 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21688] ppid=21619 vsize=10991872 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21688/stat : 21688 (java) S 21619 21622 6396 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 107342508 11255676928 79188 33554432000 4194304 4196468 140731798529264 139704341072816 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 10991872 KiB

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

[pid=21622/tid=21676] ppid=21619 vsize=11270504 memory=5408 CPUtime=26.01 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 12053 13142 0 0 2510 83 5 3 20 0 17 0 107342503 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=11270504 memory=1008 CPUtime=26 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 11402 13142 0 0 2511 81 5 3 20 0 17 0 107342503 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=11270504 memory=9992 CPUtime=26.15 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 14224 13142 0 0 2521 86 5 3 20 0 17 0 107342503 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=11270504 memory=1228 CPUtime=26.06 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 9529 13142 0 0 2515 83 5 3 20 0 17 0 107342503 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21680] ppid=21619 vsize=11270504 memory=1952 CPUtime=3.04 cores=0,2,4,6
/proc/21622/task/21680/stat : 21680 (java) S 21619 21622 6396 0 -1 1077944384 31906 13142 0 0 294 2 5 3 20 0 17 0 107342505 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704345283184 139704919775874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21681] ppid=21619 vsize=11270504 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21681/stat : 21681 (java) S 21619 21622 6396 0 -1 1077944384 47 13142 0 0 0 0 5 3 20 0 17 0 107342505 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139703609189728 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21682] ppid=21619 vsize=11270504 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21682/stat : 21682 (java) S 21619 21622 6396 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 17 0 107342505 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139703407863424 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21683] ppid=21619 vsize=11270504 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21683/stat : 21683 (java) S 21619 21622 6396 0 -1 1077944384 38 13142 0 0 0 0 5 3 20 0 17 0 107342508 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139703100463696 139704919783323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21684] ppid=21619 vsize=11270504 memory=1428 CPUtime=7.03 cores=0,2,4,6
/proc/21622/task/21684/stat : 21684 (java) S 21619 21622 6396 0 -1 1077944384 18141 13142 0 0 692 3 5 3 20 0 17 0 107342508 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704344230000 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21685] ppid=21619 vsize=11270504 memory=30484 CPUtime=6.97 cores=0,2,4,6
/proc/21622/task/21685/stat : 21685 (java) S 21619 21622 6396 0 -1 1077944384 13374 13142 0 0 686 3 5 3 20 0 17 0 107342508 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704343177200 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21686] ppid=21619 vsize=11270504 memory=1292 CPUtime=2.24 cores=0,2,4,6
/proc/21622/task/21686/stat : 21686 (java) S 21619 21622 6396 0 -1 1077944384 20933 13142 0 0 212 4 5 3 20 0 17 0 107342508 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704342124912 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21687] ppid=21619 vsize=11270504 memory=9992 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21687/stat : 21687 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 17 0 107342508 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139702669666784 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21688] ppid=21619 vsize=11270504 memory=1228 CPUtime=0.18 cores=0,2,4,6
/proc/21622/task/21688/stat : 21688 (java) S 21619 21622 6396 0 -1 1077944384 445 13142 0 0 4 6 5 3 20 0 17 0 107342508 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139704341072816 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21692] ppid=21619 vsize=11270504 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21692/stat : 21692 (java) S 21619 21622 6396 0 -1 1077944384 11 13142 0 0 0 0 5 3 20 0 17 0 107358323 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139702468338160 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21693] ppid=21619 vsize=11270504 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21693/stat : 21693 (java) S 21619 21622 6396 0 -1 1077944384 4 13142 0 0 0 0 5 3 20 0 17 0 107358323 11540996096 1114733 33554432000 4194304 4196468 140731798529264 139702267012960 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 252.94 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 4458932 KiB

[startup+160.001 s]*
/proc/loadavg: 2.02 1.78 1.70 3/217 21693
/proc/meminfo: memFree=17680320/32770624 swapFree=67108860/67108860
[pid=21622] ppid=21619 vsize=11270504 memory=4459056 CPUtime=254.43 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 6396 0 -1 1077944320 180200 13142 0 0 25055 380 5 3 20 0 17 0 107342493 11540996096 1114764 33554432000 4194304 4196468 140731798529264 140731798511808 139704919764727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
/proc/21622/statm: 2817626 1114764 3533 1 0 2779279 0
[pid=21622/tid=21675] ppid=21619 vsize=11270504 memory=6791534058613427641 CPUtime=130.43 cores=0,2,4,6
/proc/21622/task/21675/stat : 21675 (java) R 21619 21622 6396 0 -1 4202560 45889 13142 0 0 13008 27 5 3 20 0 17 0 107342502 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704891599744 139704491252781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21676] ppid=21619 vsize=11270504 memory=4126316290023845779 CPUtime=26.24 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 12054 13142 0 0 2533 83 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=11270504 memory=6944656592387989600 CPUtime=26.23 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 11402 13142 0 0 2534 81 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=11270504 memory=6655300316396806240 CPUtime=26.38 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 14224 13142 0 0 2544 86 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=11270504 memory=6944656575208382560 CPUtime=26.29 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 9529 13142 0 0 2538 83 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21680] ppid=21619 vsize=11270504 memory=1796 CPUtime=3.08 cores=0,2,4,6
/proc/21622/task/21680/stat : 21680 (java) S 21619 21622 6396 0 -1 1077944384 31906 13142 0 0 298 2 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704345283184 139704919775874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21681] ppid=21619 vsize=11270504 memory=636 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21681/stat : 21681 (java) S 21619 21622 6396 0 -1 1077944384 47 13142 0 0 0 0 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703609189728 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21682] ppid=21619 vsize=11270504 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21682/stat : 21682 (java) S 21619 21622 6396 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703407863424 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21683] ppid=21619 vsize=11270504 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21683/stat : 21683 (java) S 21619 21622 6396 0 -1 1077944384 38 13142 0 0 0 0 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703100463696 139704919783323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21684] ppid=21619 vsize=11270504 memory=2344 CPUtime=7.03 cores=0,2,4,6
/proc/21622/task/21684/stat : 21684 (java) S 21619 21622 6396 0 -1 1077944384 18141 13142 0 0 692 3 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704344230000 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21685] ppid=21619 vsize=11270504 memory=932 CPUtime=6.97 cores=0,2,4,6
/proc/21622/task/21685/stat : 21685 (java) S 21619 21622 6396 0 -1 1077944384 13374 13142 0 0 686 3 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704343177200 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21686] ppid=21619 vsize=11270504 memory=1580 CPUtime=2.24 cores=0,2,4,6
/proc/21622/task/21686/stat : 21686 (java) S 21619 21622 6396 0 -1 1077944384 20933 13142 0 0 212 4 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704342124912 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21687] ppid=21619 vsize=11270504 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21687/stat : 21687 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702669666784 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21688] ppid=21619 vsize=11270504 memory=4124 CPUtime=0.18 cores=0,2,4,6
/proc/21622/task/21688/stat : 21688 (java) S 21619 21622 6396 0 -1 1077944384 445 13142 0 0 4 6 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704341072816 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21692] ppid=21619 vsize=11270504 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21692/stat : 21692 (java) S 21619 21622 6396 0 -1 1077944384 11 13142 0 0 0 0 5 3 20 0 17 0 107358323 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702468338160 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21693] ppid=21619 vsize=11270504 memory=7528 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21693/stat : 21693 (java) S 21619 21622 6396 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 17 0 107358323 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702267012960 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 254.43 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 4459056 KiB

[startup+160.201 s]
/proc/loadavg: 2.02 1.78 1.70 3/217 21693
/proc/meminfo: memFree=17680320/32770624 swapFree=67108860/67108860
[pid=21622] ppid=21619 vsize=11270504 memory=4459056 CPUtime=254.62 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 6396 0 -1 1077944320 180200 13142 0 0 25074 380 5 3 20 0 17 0 107342493 11540996096 1114764 33554432000 4194304 4196468 140731798529264 140731798511808 139704919764727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
/proc/21622/statm: 2817626 1114764 3533 1 0 2779279 0
[pid=21622/tid=21675] ppid=21619 vsize=11270504 memory=6791534058613427641 CPUtime=130.62 cores=0,2,4,6
/proc/21622/task/21675/stat : 21675 (java) R 21619 21622 6396 0 -1 4202560 45889 13142 0 0 13027 27 5 3 20 0 17 0 107342502 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704891599744 139704492949963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21676] ppid=21619 vsize=11270504 memory=8600 CPUtime=26.24 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 12054 13142 0 0 2533 83 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=11270504 memory=4458932 CPUtime=26.23 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 11402 13142 0 0 2534 81 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=11270504 memory=6791534058613427641 CPUtime=26.38 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 14224 13142 0 0 2544 86 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=11270504 memory=15876 CPUtime=26.29 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 9529 13142 0 0 2538 83 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21680] ppid=21619 vsize=11270504 memory=16412 CPUtime=3.08 cores=0,2,4,6
/proc/21622/task/21680/stat : 21680 (java) S 21619 21622 6396 0 -1 1077944384 31906 13142 0 0 298 2 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704345283184 139704919775874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21681] ppid=21619 vsize=11270504 memory=17448 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21681/stat : 21681 (java) S 21619 21622 6396 0 -1 1077944384 47 13142 0 0 0 0 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703609189728 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21682] ppid=21619 vsize=11270504 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21682/stat : 21682 (java) S 21619 21622 6396 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703407863424 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21683] ppid=21619 vsize=11270504 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21683/stat : 21683 (java) S 21619 21622 6396 0 -1 1077944384 38 13142 0 0 0 0 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703100463696 139704919783323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21684] ppid=21619 vsize=11270504 memory=1728 CPUtime=7.03 cores=0,2,4,6
/proc/21622/task/21684/stat : 21684 (java) S 21619 21622 6396 0 -1 1077944384 18141 13142 0 0 692 3 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704344230000 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21685] ppid=21619 vsize=11270504 memory=1704 CPUtime=6.97 cores=0,2,4,6
/proc/21622/task/21685/stat : 21685 (java) S 21619 21622 6396 0 -1 1077944384 13374 13142 0 0 686 3 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704343177200 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21686] ppid=21619 vsize=11270504 memory=796 CPUtime=2.24 cores=0,2,4,6
/proc/21622/task/21686/stat : 21686 (java) S 21619 21622 6396 0 -1 1077944384 20933 13142 0 0 212 4 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704342124912 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21687] ppid=21619 vsize=11270504 memory=5408 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21687/stat : 21687 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702669666784 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21688] ppid=21619 vsize=11270504 memory=303430223234596890 CPUtime=0.18 cores=0,2,4,6
/proc/21622/task/21688/stat : 21688 (java) S 21619 21622 6396 0 -1 1077944384 445 13142 0 0 4 6 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704341072816 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21692] ppid=21619 vsize=11270504 memory=288230621803970871 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21692/stat : 21692 (java) S 21619 21622 6396 0 -1 1077944384 11 13142 0 0 0 0 5 3 20 0 17 0 107358323 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702468338160 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21693] ppid=21619 vsize=11270504 memory=14134428972616243 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21693/stat : 21693 (java) S 21619 21622 6396 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 17 0 107358323 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702267012960 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 254.62 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 4459056 KiB

[startup+160.301 s]
/proc/loadavg: 2.02 1.78 1.70 3/217 21693
/proc/meminfo: memFree=17680320/32770624 swapFree=67108860/67108860
[pid=21622] ppid=21619 vsize=11270504 memory=4459056 CPUtime=254.72 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 6396 0 -1 1077944320 180200 13142 0 0 25084 380 5 3 20 0 17 0 107342493 11540996096 1114764 33554432000 4194304 4196468 140731798529264 140731798511808 139704919764727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
/proc/21622/statm: 2817626 1114764 3533 1 0 2779279 0
[pid=21622/tid=21675] ppid=21619 vsize=11270504 memory=4496388 CPUtime=130.72 cores=0,2,4,6
/proc/21622/task/21675/stat : 21675 (java) R 21619 21622 6396 0 -1 4202560 45889 13142 0 0 13037 27 5 3 20 0 17 0 107342502 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704891599744 139704505334716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21676] ppid=21619 vsize=11270504 memory=4458932 CPUtime=26.24 cores=0,2,4,6
/proc/21622/task/21676/stat : 21676 (java) S 21619 21622 6396 0 -1 1077944384 12054 13142 0 0 2533 83 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704924006800 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21677] ppid=21619 vsize=11270504 memory=4458932 CPUtime=26.23 cores=0,2,4,6
/proc/21622/task/21677/stat : 21677 (java) S 21619 21622 6396 0 -1 1077944384 11402 13142 0 0 2534 81 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704459176208 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21678] ppid=21619 vsize=11270504 memory=4458932 CPUtime=26.38 cores=0,2,4,6
/proc/21622/task/21678/stat : 21678 (java) S 21619 21622 6396 0 -1 1077944384 14224 13142 0 0 2544 86 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704458123920 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21679] ppid=21619 vsize=11270504 memory=4458932 CPUtime=26.29 cores=0,2,4,6
/proc/21622/task/21679/stat : 21679 (java) S 21619 21622 6396 0 -1 1077944384 9529 13142 0 0 2538 83 5 3 20 0 17 0 107342503 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704457071120 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21680] ppid=21619 vsize=11270504 memory=4560700 CPUtime=3.08 cores=0,2,4,6
/proc/21622/task/21680/stat : 21680 (java) S 21619 21622 6396 0 -1 1077944384 31906 13142 0 0 298 2 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704345283184 139704919775874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21681] ppid=21619 vsize=11270504 memory=4454836 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21681/stat : 21681 (java) S 21619 21622 6396 0 -1 1077944384 47 13142 0 0 0 0 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703609189728 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21682] ppid=21619 vsize=11270504 memory=4458932 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21682/stat : 21682 (java) S 21619 21622 6396 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 17 0 107342505 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703407863424 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21683] ppid=21619 vsize=11270504 memory=4459056 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21683/stat : 21683 (java) S 21619 21622 6396 0 -1 1077944384 38 13142 0 0 0 0 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139703100463696 139704919783323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21684] ppid=21619 vsize=11270504 memory=4454836 CPUtime=7.03 cores=0,2,4,6
/proc/21622/task/21684/stat : 21684 (java) S 21619 21622 6396 0 -1 1077944384 18141 13142 0 0 692 3 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704344230000 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21685] ppid=21619 vsize=11270504 memory=840 CPUtime=6.97 cores=0,2,4,6
/proc/21622/task/21685/stat : 21685 (java) S 21619 21622 6396 0 -1 1077944384 13374 13142 0 0 686 3 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704343177200 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21686] ppid=21619 vsize=11270504 memory=4454836 CPUtime=2.24 cores=0,2,4,6
/proc/21622/task/21686/stat : 21686 (java) S 21619 21622 6396 0 -1 1077944384 20933 13142 0 0 212 4 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704342124912 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21687] ppid=21619 vsize=11270504 memory=4454836 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21687/stat : 21687 (java) S 21619 21622 6396 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702669666784 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21688] ppid=21619 vsize=11270504 memory=4454836 CPUtime=0.18 cores=0,2,4,6
/proc/21622/task/21688/stat : 21688 (java) S 21619 21622 6396 0 -1 1077944384 445 13142 0 0 4 6 5 3 20 0 17 0 107342508 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139704341072816 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21692] ppid=21619 vsize=11270504 memory=4454836 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21692/stat : 21692 (java) S 21619 21622 6396 0 -1 1077944384 11 13142 0 0 0 0 5 3 20 0 17 0 107358323 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702468338160 139704919774933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
[pid=21622/tid=21693] ppid=21619 vsize=11270504 memory=4454836 CPUtime=0.08 cores=0,2,4,6
/proc/21622/task/21693/stat : 21693 (java) S 21619 21622 6396 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 17 0 107358323 11540996096 1114764 33554432000 4194304 4196468 140731798529264 139702267012960 139704919775874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18518016 140731798530674 140731798533473 140731798533473 140731798536143 0
Current children cumulated CPU time: 254.72 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 4459056 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 160.334
CPU time (s): 254.765
CPU user time (s): 250.901
CPU system time (s): 3.86405
CPU usage (%): 158.896
Max. virtual memory (cumulated for all children) (KiB): 11270504
Max. memory (cumulated for all children) (KiB): 4560752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.901
system time used= 3.86405
maximum resident set size= 4560752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193344
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13088
involuntary context switches= 1278


# summary of solver processes directly reported to runsolver:
#   pid: 21622
#   total CPU time (s): 254.765
#   total CPU user time (s): 250.901
#   total CPU system time (s): 3.86405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.91651 second user time and 1.59298 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:56:33
IDJOB=4302314
IDBENCH=141493
IDSOLVER=2776
FILE ID=node139/4302314-1532897793
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45004 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-50_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302314-1532897793/watcher-4302314-1532897793 -o /tmp/evaluation-result-4302314-1532897793/solver-4302314-1532897793 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=445147182 HOME/instance-4302314-1532897793.xml

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

MD5SUM BENCH= 65d9088e6e3c6b500cf18d234bd8e6c7
RANDOM SEED=445147182

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:        22961768 kB
MemAvailable:   31046680 kB
Buffers:          256300 kB
Cached:          7942432 kB
SwapCached:            0 kB
Active:          3995852 kB
Inactive:        5139052 kB
Active(anon):     891092 kB
Inactive(anon):    73544 kB
Active(file):    3104760 kB
Inactive(file):  5065508 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43564 kB
Writeback:             0 kB
AnonPages:        944088 kB
Mapped:            58228 kB
Shmem:             25228 kB
Slab:             372788 kB
SReclaimable:     343104 kB
SUnreclaim:        29684 kB
KernelStack:        3520 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2354216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    782336 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= 44976 MiB
End job on node139 at 2018-07-29 22:59:14