Trace number 4299012

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
GG's minicp 2018-04-29? 1348.12 397.86

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-04-0300_c18.xml
MD5SUMfe02389438635ce836f3ec0e18156e6a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark244954546
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints3360
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3360}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
1348.06/397.81	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1348.06/397.81		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:37)
1348.06/397.81		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:31)
1348.06/397.81		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
1348.06/397.81		at minicp.cp.Factory.makeIntVar(Factory.java:92)
1348.06/397.81		at minicp.cp.Factory.sum(Factory.java:240)
1348.06/397.81		at xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:550)
1348.06/397.81		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:578)
1348.06/397.81		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
1348.06/397.81		at org.xcsp.parser.XCallbacks$$Lambda$79/1330411679.accept(Unknown Source)
1348.06/397.81		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1348.06/397.81		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1348.06/397.81		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
1348.06/397.81		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
1348.06/397.81		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1348.06/397.81		at xcsp3.XCSP3.<init>(XCSP3.java:70)
1348.06/397.81		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
1348.06/397.81		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
1348.06/397.81	s UNKNOWN

Verifier Data


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 (7923 MiB free)
  memory of node 1: 16384 MiB (7137 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299012-1532789529/watcher-4299012-1532789529 -o /tmp/evaluation-result-4299012-1532789529/solver-4299012-1532789529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299012-1532789529.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31976, runsolver pid=31973
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.70 3.03 2.07 3/216 31991
/proc/meminfo: memFree=15406412/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661056 memory=27688 CPUtime=0.12 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 5278 0 0 0 11 1 0 0 20 0 15 0 96516236 10916921344 6922 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665264 6922 2843 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661056 memory=-8269626465541066109 CPUtime=0.09 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) R 31973 31976 30301 0 -1 4202560 3136 0 0 0 8 1 0 0 20 0 15 0 96516237 10916921344 6922 33554432000 4194304 4196468 140721800002480 139915418766736 139915019938440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 6922 33554432000 4194304 4196468 140721800002480 139915340614800 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 6922 33554432000 4194304 4196468 140721800002480 139915339562000 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) S 31973 31976 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 6922 33554432000 4194304 4196468 140721800002480 139915018890128 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 6922 33554432000 4194304 4196468 140721800002480 139915017837328 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914906446192 139915414551170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31984] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31984/stat : 31984 (java) S 31973 31976 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914905392160 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31985] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31985/stat : 31985 (java) S 31973 31976 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914904339312 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31986] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31986/stat : 31986 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914903287632 139915414558619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31987] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31987/stat : 31987 (java) R 31973 31976 30301 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914902236016 139915414551170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31988] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31988/stat : 31988 (java) R 31973 31976 30301 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914901183216 139915397995520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31989] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0.02 cores=0,2,4,6
/proc/31976/task/31989/stat : 31989 (java) R 31973 31976 30301 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 96516242 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914900130416 139915393507968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31990] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 6922 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27688 KiB

[startup+0.210682 s]*
/proc/loadavg: 4.70 3.03 2.07 5/216 31991
/proc/meminfo: memFree=15394768/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661056 memory=40412 CPUtime=0.34 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 8234 0 0 0 32 2 0 0 20 0 15 0 96516236 10916921344 10103 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665264 10103 3007 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) R 31973 31976 30301 0 -1 4202560 5105 0 0 0 18 2 0 0 20 0 15 0 96516237 10916921344 10103 33554432000 4194304 4196468 140721800002480 139915418777872 139915414561949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 10103 33554432000 4194304 4196468 140721800002480 139915340614800 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661056 memory=140460466879992 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 10103 33554432000 4194304 4196468 140721800002480 139915339562000 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) S 31973 31976 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 10103 33554432000 4194304 4196468 140721800002480 139915018890128 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 10103 33554432000 4194304 4196468 140721800002480 139915017837328 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914906446192 139915414551170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31984] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31984/stat : 31984 (java) S 31973 31976 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914905392160 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31985] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31985/stat : 31985 (java) S 31973 31976 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914904339312 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31986] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31986/stat : 31986 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914903287632 139915414558619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31987] ppid=31973 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31976/task/31987/stat : 31987 (java) R 31973 31976 30301 0 -1 4202560 772 0 0 0 3 0 0 0 20 0 15 0 96516242 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914902236016 139915406777150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31988] ppid=31973 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31976/task/31988/stat : 31988 (java) R 31973 31976 30301 0 -1 1077944384 132 0 0 0 1 0 0 0 20 0 15 0 96516242 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914901183216 139915414551170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31989] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0.08 cores=0,2,4,6
/proc/31976/task/31989/stat : 31989 (java) R 31973 31976 30301 0 -1 4202560 857 0 0 0 8 0 0 0 20 0 15 0 96516242 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914900128224 139915400220721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31990] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 10103 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40412 KiB

[startup+0.310688 s]*
/proc/loadavg: 4.70 3.03 2.07 4/216 31991
/proc/meminfo: memFree=15344688/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661056 memory=97368 CPUtime=0.57 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 9101 0 0 0 53 4 0 0 20 0 15 0 96516236 10916921344 24342 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665264 24342 3046 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) R 31973 31976 30301 0 -1 4202560 5137 0 0 0 27 3 0 0 20 0 15 0 96516237 10916921344 24342 33554432000 4194304 4196468 140721800002480 139915418778080 139915019232042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661056 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 24342 33554432000 4194304 4196468 140721800002480 139915340614800 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661056 memory=140460466879884 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 24342 33554432000 4194304 4196468 140721800002480 139915339562000 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) S 31973 31976 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 24342 33554432000 4194304 4196468 140721800002480 139915018890128 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516237 10916921344 24342 33554432000 4194304 4196468 140721800002480 139915017837328 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) S 31973 31976 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 24342 33554432000 4194304 4196468 140721800002480 139914906446192 139915414551170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31984] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31984/stat : 31984 (java) S 31973 31976 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 24342 33554432000 4194304 4196468 140721800002480 139914905392160 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31985] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31985/stat : 31985 (java) S 31973 31976 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 24854 33554432000 4194304 4196468 140721800002480 139914904339312 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31986] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31986/stat : 31986 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 24854 33554432000 4194304 4196468 140721800002480 139914903287632 139915414558619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31987] ppid=31973 vsize=10661056 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31976/task/31987/stat : 31987 (java) R 31973 31976 30301 0 -1 4202560 1343 0 0 0 10 0 0 0 20 0 15 0 96516242 10916921344 24854 33554432000 4194304 4196468 140721800002480 139914902227112 139915398942144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31988] ppid=31973 vsize=10661056 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/31976/task/31988/stat : 31988 (java) R 31973 31976 30301 0 -1 4202560 367 0 0 0 4 0 0 0 20 0 15 0 96516242 10916921344 24854 33554432000 4194304 4196468 140721800002480 139914901164232 139915396083746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31989] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0.11 cores=0,2,4,6
/proc/31976/task/31989/stat : 31989 (java) R 31973 31976 30301 0 -1 1077944384 885 0 0 0 11 0 0 0 20 0 15 0 96516242 10916921344 24854 33554432000 4194304 4196468 140721800002480 139914900130416 139915414551170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31990] ppid=31973 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 24854 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661056 memory=140460466849408 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 24854 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 97368 KiB

[startup+0.701215 s]
/proc/loadavg: 4.70 3.03 2.07 5/216 31991
/proc/meminfo: memFree=15138100/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661056 memory=420680 CPUtime=1.63 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 12643 0 0 0 129 34 0 0 20 0 15 0 96516236 10916921344 105170 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665264 105170 3083 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661056 memory=1840 CPUtime=0.55 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) S 31973 31976 30301 0 -1 1077944384 5174 0 0 0 49 6 0 0 20 0 15 0 96516237 10916921344 105170 33554432000 4194304 4196468 140721800002480 139915418779280 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661056 memory=1716 CPUtime=0.09 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) R 31973 31976 30301 0 -1 4202560 173 0 0 0 4 5 0 0 20 0 15 0 96516237 10916921344 105170 33554432000 4194304 4196468 140721800002480 139915340614800 139915407642740 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661056 memory=796 CPUtime=0.09 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) R 31973 31976 30301 0 -1 4202560 163 0 0 0 4 5 0 0 20 0 15 0 96516237 10916921344 105170 33554432000 4194304 4196468 140721800002480 139915339562000 139915407639723 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661056 memory=11008 CPUtime=0.09 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) R 31973 31976 30301 0 -1 4202560 162 0 0 0 3 6 0 0 20 0 15 0 96516237 10916921344 105170 33554432000 4194304 4196468 140721800002480 139915018890328 139915407643002 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661056 memory=1008 CPUtime=0.12 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) R 31973 31976 30301 0 -1 4202560 194 0 0 0 5 7 0 0 20 0 15 0 96516237 10916921344 105170 33554432000 4194304 4196468 140721800002480 139915017837328 139915407643062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661056 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) S 31973 31976 30301 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914906444704 139915414550229 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31984] ppid=31973 vsize=10661056 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31984/stat : 31984 (java) S 31973 31976 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914905392160 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31985] ppid=31973 vsize=10661056 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31985/stat : 31985 (java) S 31973 31976 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96516239 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914904339312 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31986] ppid=31973 vsize=10661056 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31986/stat : 31986 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914903287632 139915414558619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31987] ppid=31973 vsize=10661056 memory=7302135314614015848 CPUtime=0.33 cores=0,2,4,6
/proc/31976/task/31987/stat : 31987 (java) S 31973 31976 30301 0 -1 1077944384 2993 0 0 0 33 0 0 0 20 0 15 0 96516242 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914902236016 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31988] ppid=31973 vsize=10661056 memory=7450453974481135974 CPUtime=0.16 cores=0,2,4,6
/proc/31976/task/31988/stat : 31988 (java) S 31973 31976 30301 0 -1 1077944384 1372 0 0 0 16 0 0 0 20 0 15 0 96516242 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914901174496 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31989] ppid=31973 vsize=10661056 memory=7440061282865139792 CPUtime=0.11 cores=0,2,4,6
/proc/31976/task/31989/stat : 31989 (java) S 31973 31976 30301 0 -1 1077944384 968 0 0 0 11 0 0 0 20 0 15 0 96516242 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914900130416 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31990] ppid=31973 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661056 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516242 10916921344 105170 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 420680 KiB

[startup+1.50073 s]
/proc/loadavg: 4.57 3.03 2.08 3/216 31991
/proc/meminfo: memFree=14891900/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661056 memory=885720 CPUtime=3.5 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 14795 0 0 0 268 82 0 0 20 0 15 0 96516236 10916921344 221430 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665264 221430 3101 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661056 memory=0 CPUtime=1.03 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) R 31973 31976 30301 0 -1 4202560 5231 0 0 0 91 12 0 0 20 0 15 0 96516237 10916921344 221430 33554432000 4194304 4196468 140721800002480 139915418771824 139915414561949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661056 memory=-6951259422114956437 CPUtime=0.4 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) S 31973 31976 30301 0 -1 1077944384 359 0 0 0 24 16 0 0 20 0 15 0 96516237 10916921344 221430 33554432000 4194304 4196468 140721800002480 139915340614800 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661056 memory=-6509546260019855299 CPUtime=0.39 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) S 31973 31976 30301 0 -1 1077944384 498 0 0 0 24 15 0 0 20 0 15 0 96516237 10916921344 221430 33554432000 4194304 4196468 140721800002480 139915339562000 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661056 memory=-7390251449858225344 CPUtime=0.4 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) S 31973 31976 30301 0 -1 1077944384 571 0 0 0 23 17 0 0 20 0 15 0 96516237 10916921344 221430 33554432000 4194304 4196468 140721800002480 139915018890128 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661056 memory=4134692831991786133 CPUtime=0.42 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) S 31973 31976 30301 0 -1 1077944384 608 0 0 0 24 18 0 0 20 0 15 0 96516237 10916921344 221430 33554432000 4194304 4196468 140721800002480 139915017837328 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) S 31973 31976 30301 0 -1 1077944384 801 0 0 0 1 0 0 0 20 0 15 0 96516239 10916921344 221430 33554432000 4194304 4196468 140721800002480 139914906446192 139915414551170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0

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

[pid=31976/tid=31990] ppid=31973 vsize=10661132 memory=8266584 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066652 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661132 memory=8266584 CPUtime=0.21 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1280 0 0 0 10 11 0 0 20 0 15 0 96516242 10916999168 2066652 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 1331.98 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8266608 KiB

[startup+395.201 s]
/proc/loadavg: 4.67 4.00 2.81 6/215 31999
/proc/meminfo: memFree=7145444/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661132 memory=8266632 CPUtime=1338.09 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 202044 0 0 0 132767 1042 0 0 20 0 15 0 96516236 10916999168 2066658 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665283 2066658 3183 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661132 memory=8266584 CPUtime=64.78 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) S 31973 31976 30301 0 -1 1077944384 23743 0 0 0 6455 23 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915418778736 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661132 memory=6791534058613427641 CPUtime=315.27 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) R 31973 31976 30301 0 -1 4202560 19626 0 0 0 31286 241 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915340615000 139915399490628 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661132 memory=1580 CPUtime=314.95 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) R 31973 31976 30301 0 -1 4202560 19753 0 0 0 31241 254 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915339562000 139915399490628 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661132 memory=1008 CPUtime=314.81 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) R 31973 31976 30301 0 -1 4202560 19840 0 0 0 31225 256 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915018890328 139915399525319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661132 memory=1952 CPUtime=315.96 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) R 31973 31976 30301 0 -1 4202560 22440 0 0 0 31346 250 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915017837328 139915399525320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661132 memory=8266584 CPUtime=7.78 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) S 31973 31976 30301 0 -1 1077944384 68096 0 0 0 772 6 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914906444528 139915414550229 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31984] ppid=31973 vsize=10661132 memory=7690168 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31984/stat : 31984 (java) S 31973 31976 30301 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914905392224 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31985] ppid=31973 vsize=10661132 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31985/stat : 31985 (java) S 31973 31976 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914904339312 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31986] ppid=31973 vsize=10661132 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31986/stat : 31986 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914903287632 139915414558619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31987] ppid=31973 vsize=10661132 memory=8266584 CPUtime=1.93 cores=0,2,4,6
/proc/31976/task/31987/stat : 31987 (java) S 31973 31976 30301 0 -1 1077944384 10419 0 0 0 191 2 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914902227296 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31988] ppid=31973 vsize=10661132 memory=4012 CPUtime=1.75 cores=0,2,4,6
/proc/31976/task/31988/stat : 31988 (java) S 31973 31976 30301 0 -1 1077944384 9739 0 0 0 174 1 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914901170176 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31989] ppid=31973 vsize=10661132 memory=27856 CPUtime=0.55 cores=0,2,4,6
/proc/31976/task/31989/stat : 31989 (java) S 31973 31976 30301 0 -1 1077944384 5704 0 0 0 54 1 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914900129984 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31990] ppid=31973 vsize=10661132 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661132 memory=1300 CPUtime=0.21 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1280 0 0 0 10 11 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 1338.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8266632 KiB

[startup+396.801 s]
/proc/loadavg: 4.70 4.01 2.82 6/215 31999
/proc/meminfo: memFree=7145444/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661132 memory=8266632 CPUtime=1344.34 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 203037 0 0 0 133392 1042 0 0 20 0 15 0 96516236 10916999168 2066658 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665283 2066658 3183 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661132 memory=4012 CPUtime=64.78 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) S 31973 31976 30301 0 -1 1077944384 23743 0 0 0 6455 23 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915418778736 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661132 memory=27856 CPUtime=316.81 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) R 31973 31976 30301 0 -1 4202560 19681 0 0 0 31440 241 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915340614920 139915407168231 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661132 memory=4096 CPUtime=316.51 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) R 31973 31976 30301 0 -1 4202560 19767 0 0 0 31397 254 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915339561808 139915407168231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661132 memory=1408 CPUtime=316.41 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) R 31973 31976 30301 0 -1 4202560 20753 0 0 0 31384 257 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915018890328 139915399529488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661132 memory=8266584 CPUtime=317.53 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) R 31973 31976 30301 0 -1 4202560 22443 0 0 0 31502 251 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915017837136 139915407168231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661132 memory=8266584 CPUtime=7.79 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) S 31973 31976 30301 0 -1 1077944384 68104 0 0 0 773 6 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914906444752 139915414550229 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31984] ppid=31973 vsize=10661132 memory=16240 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31984/stat : 31984 (java) S 31973 31976 30301 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914905392224 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31985] ppid=31973 vsize=10661132 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31985/stat : 31985 (java) S 31973 31976 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914904339312 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31986] ppid=31973 vsize=10661132 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31986/stat : 31986 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914903287632 139915414558619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31987] ppid=31973 vsize=10661132 memory=11008 CPUtime=1.93 cores=0,2,4,6
/proc/31976/task/31987/stat : 31987 (java) S 31973 31976 30301 0 -1 1077944384 10419 0 0 0 191 2 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914902227296 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31988] ppid=31973 vsize=10661132 memory=1008 CPUtime=1.75 cores=0,2,4,6
/proc/31976/task/31988/stat : 31988 (java) S 31973 31976 30301 0 -1 1077944384 9739 0 0 0 174 1 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914901170176 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31989] ppid=31973 vsize=10661132 memory=4012 CPUtime=0.55 cores=0,2,4,6
/proc/31976/task/31989/stat : 31989 (java) S 31973 31976 30301 0 -1 1077944384 5704 0 0 0 54 1 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914900129984 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31990] ppid=31973 vsize=10661132 memory=27856 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661132 memory=2396 CPUtime=0.21 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1280 0 0 0 10 11 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 1344.34 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8266632 KiB

[startup+397.601 s]
/proc/loadavg: 4.70 4.01 2.82 6/215 31999
/proc/meminfo: memFree=7145444/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661132 memory=8266632 CPUtime=1347.44 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 203037 0 0 0 133701 1043 0 0 20 0 15 0 96516236 10916999168 2066658 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665283 2066658 3183 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661132 memory=1300 CPUtime=64.78 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) S 31973 31976 30301 0 -1 1077944384 23743 0 0 0 6455 23 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915418778736 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661132 memory=1840 CPUtime=317.56 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) R 31973 31976 30301 0 -1 4202560 19681 0 0 0 31515 241 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915340614920 139915407168231 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661132 memory=6791534058613427641 CPUtime=317.28 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) R 31973 31976 30301 0 -1 4202560 19767 0 0 0 31473 255 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915339561808 139915407168231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661132 memory=8568 CPUtime=317.21 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) R 31973 31976 30301 0 -1 4202560 20753 0 0 0 31464 257 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915018890328 139915399529666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661132 memory=1228 CPUtime=318.3 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) R 31973 31976 30301 0 -1 4202560 22443 0 0 0 31579 251 0 0 20 0 15 0 96516237 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139915017837136 139915407168231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661132 memory=5372 CPUtime=7.79 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) S 31973 31976 30301 0 -1 1077944384 68104 0 0 0 773 6 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914906444752 139915414550229 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31984] ppid=31973 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31984/stat : 31984 (java) S 31973 31976 30301 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914905392224 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31985] ppid=31973 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31985/stat : 31985 (java) S 31973 31976 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96516239 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914904339312 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31986] ppid=31973 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31986/stat : 31986 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914903287632 139915414558619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31987] ppid=31973 vsize=10661132 memory=1008 CPUtime=1.93 cores=0,2,4,6
/proc/31976/task/31987/stat : 31987 (java) S 31973 31976 30301 0 -1 1077944384 10419 0 0 0 191 2 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914902227296 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31988] ppid=31973 vsize=10661132 memory=1440 CPUtime=1.75 cores=0,2,4,6
/proc/31976/task/31988/stat : 31988 (java) S 31973 31976 30301 0 -1 1077944384 9739 0 0 0 174 1 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914901170176 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31989] ppid=31973 vsize=10661132 memory=4612 CPUtime=0.55 cores=0,2,4,6
/proc/31976/task/31989/stat : 31989 (java) S 31973 31976 30301 0 -1 1077944384 5704 0 0 0 54 1 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914900129984 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31990] ppid=31973 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661132 memory=15876 CPUtime=0.21 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1280 0 0 0 10 11 0 0 20 0 15 0 96516242 10916999168 2066658 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 1347.44 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8266632 KiB

[startup+397.801 s]
/proc/loadavg: 4.70 4.01 2.82 6/215 31999
/proc/meminfo: memFree=7145444/32770624 swapFree=67108404/67108860
[pid=31976] ppid=31973 vsize=10661132 memory=8266640 CPUtime=1348.06 cores=0,2,4,6
/proc/31976/stat : 31976 (java) S 31973 31976 30301 0 -1 1077944320 203165 0 0 0 133762 1044 0 0 20 0 15 0 96516236 10916999168 2066660 33554432000 4194304 4196468 140721800002480 140721799985024 139915414540023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
/proc/31976/statm: 2665283 2066660 3183 1 0 2627263 0
[pid=31976/tid=31978] ppid=31973 vsize=10661132 memory=6791534058613427641 CPUtime=64.78 cores=0,2,4,6
/proc/31976/task/31978/stat : 31978 (java) S 31973 31976 30301 0 -1 1077944384 23743 0 0 0 6455 23 0 0 20 0 15 0 96516237 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139915418778736 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31979] ppid=31973 vsize=10661132 memory=2336 CPUtime=317.7 cores=0,2,4,6
/proc/31976/task/31979/stat : 31979 (java) S 31973 31976 30301 0 -1 1077944384 19681 0 0 0 31529 241 0 0 20 0 15 0 96516237 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139915340614800 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31980] ppid=31973 vsize=10661132 memory=1580 CPUtime=317.42 cores=0,2,4,6
/proc/31976/task/31980/stat : 31980 (java) S 31973 31976 30301 0 -1 1077944384 19767 0 0 0 31487 255 0 0 20 0 15 0 96516237 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139915339562000 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31981] ppid=31973 vsize=10661132 memory=928 CPUtime=317.35 cores=0,2,4,6
/proc/31976/task/31981/stat : 31981 (java) S 31973 31976 30301 0 -1 1077944384 20753 0 0 0 31478 257 0 0 20 0 15 0 96516237 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139915018890128 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31982] ppid=31973 vsize=10661132 memory=2244 CPUtime=318.44 cores=0,2,4,6
/proc/31976/task/31982/stat : 31982 (java) S 31973 31976 30301 0 -1 1077944384 22443 0 0 0 31593 251 0 0 20 0 15 0 96516237 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139915017837328 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31983] ppid=31973 vsize=10661132 memory=4124 CPUtime=7.84 cores=0,2,4,6
/proc/31976/task/31983/stat : 31983 (java) R 31973 31976 30301 0 -1 4202560 68232 0 0 0 778 6 0 0 20 0 15 0 96516239 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914906444640 139915392910203 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31984] ppid=31973 vsize=10661132 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31984/stat : 31984 (java) S 31973 31976 30301 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96516239 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914905392224 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31985] ppid=31973 vsize=10661132 memory=7284 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31985/stat : 31985 (java) S 31973 31976 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96516239 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914904339312 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31986] ppid=31973 vsize=10661132 memory=840 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31986/stat : 31986 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914903287632 139915414558619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31987] ppid=31973 vsize=10661132 memory=1800 CPUtime=1.93 cores=0,2,4,6
/proc/31976/task/31987/stat : 31987 (java) S 31973 31976 30301 0 -1 1077944384 10419 0 0 0 191 2 0 0 20 0 15 0 96516242 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914902227296 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31988] ppid=31973 vsize=10661132 memory=916 CPUtime=1.75 cores=0,2,4,6
/proc/31976/task/31988/stat : 31988 (java) S 31973 31976 30301 0 -1 1077944384 9739 0 0 0 174 1 0 0 20 0 15 0 96516242 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914901170176 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31989] ppid=31973 vsize=10661132 memory=3852 CPUtime=0.55 cores=0,2,4,6
/proc/31976/task/31989/stat : 31989 (java) S 31973 31976 30301 0 -1 1077944384 5704 0 0 0 54 1 0 0 20 0 15 0 96516242 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914900129984 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31990] ppid=31973 vsize=10661132 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/31976/task/31990/stat : 31990 (java) S 31973 31976 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516242 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914899077856 139915414550229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
[pid=31976/tid=31991] ppid=31973 vsize=10661132 memory=8266632 CPUtime=0.21 cores=0,2,4,6
/proc/31976/task/31991/stat : 31991 (java) S 31973 31976 30301 0 -1 1077944384 1280 0 0 0 10 11 0 0 20 0 15 0 96516242 10916999168 2066660 33554432000 4194304 4196468 140721800002480 139914898025136 139915414551170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34574336 140721800004725 140721800004873 140721800004873 140721800007631 0
Current children cumulated CPU time: 1348.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8266640 KiB

Child status: 1
Real time (s): 397.86
CPU time (s): 1348.12
CPU user time (s): 1337.65
CPU system time (s): 10.4731
CPU usage (%): 338.844
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8266640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1337.65
system time used= 10.4731
maximum resident set size= 8266896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37370
involuntary context switches= 18478


# summary of solver processes directly reported to runsolver:
#   pid: 31976
#   total CPU time (s): 1348.12
#   total CPU user time (s): 1337.65
#   total CPU system time (s): 10.4731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.56764 second user time and 3.94086 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 16:52:11
IDJOB=4299012
IDBENCH=141283
IDSOLVER=2762
FILE ID=node148/4299012-1532789529
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 42728 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-04-0300_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299012-1532789529/watcher-4299012-1532789529 -o /tmp/evaluation-result-4299012-1532789529/solver-4299012-1532789529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299012-1532789529.xml

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

MD5SUM BENCH= fe02389438635ce836f3ec0e18156e6a
RANDOM SEED=2080632552

node148.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.50
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.50
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.50
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.50
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:        15423936 kB
MemAvailable:   24247848 kB
Buffers:          227512 kB
Cached:          8729500 kB
SwapCached:          352 kB
Active:         10211884 kB
Inactive:        6469340 kB
Active(anon):    7677692 kB
Inactive(anon):    74228 kB
Active(file):    2534192 kB
Inactive(file):  6395112 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:            364132 kB
Writeback:             0 kB
AnonPages:       7743100 kB
Mapped:            55100 kB
Shmem:             25016 kB
Slab:             351580 kB
SReclaimable:     323068 kB
SUnreclaim:        28512 kB
KernelStack:        3600 kB
PageTables:        20380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8654044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7606272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42728 MiB
End job on node148 at 2018-07-28 16:58:49