Trace number 4298974

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
SuperSolver_Macq_Stevenart 2018-04-27? 339.62 115.9

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-03-0300_c18.xml
MD5SUM4cd5aede9cdfae4f3fb25eb1dc6a899d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark470973176
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints4376
Number of domains77
Minimum domain size2
Maximum domain size125
Distribution of domain sizes[{"size":2,"count":2350},{"size":11,"count":2050},{"size":12,"count":1},{"size":21,"count":20},{"size":23,"count":62},{"size":24,"count":4},{"size":25,"count":49},{"size":26,"count":11},{"size":27,"count":33},{"size":28,"count":8},{"size":29,"count":15},{"size":30,"count":3},{"size":31,"count":15},{"size":32,"count":17},{"size":33,"count":16},{"size":34,"count":5},{"size":35,"count":3},{"size":41,"count":2},{"size":43,"count":13},{"size":45,"count":4},{"size":47,"count":7},{"size":53,"count":13},{"size":54,"count":6},{"size":55,"count":19},{"size":57,"count":5},"...",{"size":71,"count":29}, {"size":72,"count":7}, {"size":73,"count":9}, {"size":74,"count":18}, {"size":75,"count":1}, {"size":76,"count":6}, {"size":77,"count":1}, {"size":78,"count":10}, {"size":79,"count":27}, {"size":81,"count":44}, {"size":84,"count":2}, {"size":90,"count":3}, {"size":91,"count":13}, {"size":99,"count":2}, {"size":101,"count":36}, {"size":102,"count":77}, {"size":105,"count":10}, {"size":113,"count":152}, {"size":114,"count":176}, {"size":115,"count":87}, {"size":117,"count":87}, {"size":119,"count":37}, {"size":121,"count":82}, {"size":124,"count":46}, {"size":125,"count":1037}]
Minimum variable degree2
Maximum variable degree2051
Distribution of variable degrees[{"degree":2,"count":6148},{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":5},{"degree":6,"count":11},{"degree":7,"count":12},{"degree":8,"count":20},{"degree":9,"count":18},{"degree":10,"count":21},{"degree":11,"count":30},{"degree":12,"count":39},{"degree":13,"count":45},{"degree":14,"count":47},{"degree":15,"count":54},{"degree":16,"count":61},{"degree":17,"count":83},{"degree":18,"count":104},{"degree":19,"count":49},{"degree":2051,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":277},{"arity":3,"count":2049},{"arity":6,"count":2050}]
Number of extensional constraints4376
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4376}]
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
339.50/115.81	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
339.50/115.87		at minicp.engine.constraints.TableCT.<init>(TableCT.java:89)
339.50/115.87		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:145)
339.50/115.87		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
339.50/115.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
339.50/115.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
339.50/115.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
339.50/115.87		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
339.50/115.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
339.50/115.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
339.50/115.87		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
339.50/115.87		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
339.50/115.87		at xcsp3.XCSP3.<init>(XCSP3.java:73)
339.50/115.87		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
339.50/115.87		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
339.50/115.87	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 (11269 MiB free)
  memory of node 1: 16384 MiB (15707 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298974-1532817337/watcher-4298974-1532817337 -o /tmp/evaluation-result-4298974-1532817337/solver-4298974-1532817337 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298974-1532817337.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=3981, runsolver pid=3978
Current StackSize limit: 8192 KiB


[startup+0.100615 s]*
/proc/loadavg: 1.45 1.53 1.49 5/215 3996
/proc/meminfo: memFree=27608572/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661052 memory=27740 CPUtime=0.12 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 5335 0 0 0 10 2 0 0 20 0 15 0 99297055 10916917248 6935 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665263 6935 2855 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661052 memory=-8969300681351328960 CPUtime=0.09 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) R 3978 3981 1613 0 -1 4202560 3212 0 0 0 8 1 0 0 20 0 15 0 99297055 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659842687792 140659838471574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659780463120 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659779410576 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659778357520 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) S 3978 3981 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659441588624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) S 3978 3981 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99297057 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659398171376 140659838470786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3989] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3989/stat : 3989 (java) S 3978 3981 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99297058 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659397117600 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3990] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3990/stat : 3990 (java) S 3978 3981 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99297058 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659396064496 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3991] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3991/stat : 3991 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659395013072 140659838478235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3992] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3992/stat : 3992 (java) S 3978 3981 1613 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659393960176 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3993] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3993/stat : 3993 (java) S 3978 3981 1613 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659392907632 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3994] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0.01 cores=0,2,4,6
/proc/3981/task/3994/stat : 3994 (java) R 3978 3981 1613 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 15 0 99297061 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659391854576 140659817417846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3995] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 6935 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27740 KiB

[startup+0.212138 s]*
/proc/loadavg: 1.45 1.53 1.49 4/215 3996
/proc/meminfo: memFree=27596788/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661052 memory=40048 CPUtime=0.35 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 8140 0 0 0 32 3 0 0 20 0 15 0 99297055 10916917248 10012 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665263 10012 2962 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) R 3978 3981 1613 0 -1 4202560 5136 0 0 0 18 2 0 0 20 0 15 0 99297055 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659842693632 140659838481565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661052 memory=331 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659780463120 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661052 memory=140590625629824 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659779410576 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659778357520 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) S 3978 3981 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659441588624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) S 3978 3981 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99297057 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659398171376 140659838470786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3989] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3989/stat : 3989 (java) S 3978 3981 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99297058 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659397117600 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3990] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3990/stat : 3990 (java) S 3978 3981 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99297058 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659396064496 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3991] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3991/stat : 3991 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659395013072 140659838478235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3992] ppid=3978 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3981/task/3992/stat : 3992 (java) S 3978 3981 1613 0 -1 1077944384 592 0 0 0 2 0 0 0 20 0 15 0 99297061 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659393960176 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3993] ppid=3978 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3981/task/3993/stat : 3993 (java) R 3978 3981 1613 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 15 0 99297061 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659392907632 140659838470786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3994] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0.08 cores=0,2,4,6
/proc/3981/task/3994/stat : 3994 (java) R 3978 3981 1613 0 -1 4202560 844 0 0 0 8 0 0 0 20 0 15 0 99297061 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659391850520 140659817858207 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3995] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 10012 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40048 KiB

[startup+0.31045 s]*
/proc/loadavg: 1.45 1.53 1.49 4/215 3996
/proc/meminfo: memFree=27535468/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661052 memory=108296 CPUtime=0.58 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 9340 0 0 0 53 5 0 0 20 0 15 0 99297055 10916917248 27074 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665263 27074 3043 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661052 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) R 3978 3981 1613 0 -1 4202560 5185 0 0 0 26 4 0 0 20 0 15 0 99297055 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659842697376 140659838481565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661052 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659780463120 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661052 memory=140590625628880 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659779410576 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659778357520 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) S 3978 3981 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99297056 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659441588624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) S 3978 3981 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99297057 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659398171376 140659838470786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3989] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3989/stat : 3989 (java) S 3978 3981 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99297058 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659397117600 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3990] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3990/stat : 3990 (java) S 3978 3981 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99297058 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659396064496 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3991] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3991/stat : 3991 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659395013072 140659838478235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3992] ppid=3978 vsize=10661052 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3981/task/3992/stat : 3992 (java) R 3978 3981 1613 0 -1 4202560 1361 0 0 0 8 0 0 0 20 0 15 0 99297061 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659393941192 140659821991109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3993] ppid=3978 vsize=10661052 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/3981/task/3993/stat : 3993 (java) R 3978 3981 1613 0 -1 4202560 480 0 0 0 5 0 0 0 20 0 15 0 99297061 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659392893448 140659819157022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3994] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0.12 cores=0,2,4,6
/proc/3981/task/3994/stat : 3994 (java) S 3978 3981 1613 0 -1 1077944384 985 0 0 0 12 0 0 0 20 0 15 0 99297061 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659391854576 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3995] ppid=3978 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661052 memory=140590625613440 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 27652 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 108296 KiB

[startup+0.705628 s]
/proc/loadavg: 1.45 1.53 1.49 4/215 3996
/proc/meminfo: memFree=27345140/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661052 memory=478228 CPUtime=1.65 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 11752 0 0 0 120 45 0 0 20 0 15 0 99297055 10916917248 119557 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665263 119557 3084 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661052 memory=15980 CPUtime=0.51 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) S 3978 3981 1613 0 -1 1077944384 5215 0 0 0 44 7 0 0 20 0 15 0 99297055 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659842698896 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661052 memory=2324 CPUtime=0.14 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) R 3978 3981 1613 0 -1 4202560 477 0 0 0 7 7 0 0 20 0 15 0 99297056 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659780463120 140659831562663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661052 memory=1584 CPUtime=0.16 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) R 3978 3981 1613 0 -1 4202560 518 0 0 0 7 9 0 0 20 0 15 0 99297056 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659779410776 140659823158398 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661052 memory=496 CPUtime=0.15 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) R 3978 3981 1613 0 -1 4202560 255 0 0 0 7 8 0 0 20 0 15 0 99297056 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659778357520 140659823158521 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661052 memory=928 CPUtime=0.16 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) R 3978 3981 1613 0 -1 4202560 346 0 0 0 7 9 0 0 20 0 15 0 99297056 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659441588624 140659831562625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661052 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) S 3978 3981 1613 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 99297057 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659398169920 140659838469845 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3989] ppid=3978 vsize=10661052 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3989/stat : 3989 (java) S 3978 3981 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99297058 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659397117600 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3990] ppid=3978 vsize=10661052 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3990/stat : 3990 (java) S 3978 3981 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99297058 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659396064496 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3991] ppid=3978 vsize=10661052 memory=7157735280213317218 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3991/stat : 3991 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659395013072 140659838478235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3992] ppid=3978 vsize=10661052 memory=7668621184520841834 CPUtime=0.2 cores=0,2,4,6
/proc/3981/task/3992/stat : 3992 (java) S 3978 3981 1613 0 -1 1077944384 1761 0 0 0 20 0 0 0 20 0 15 0 99297061 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659393960176 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3993] ppid=3978 vsize=10661052 memory=7236271282744222823 CPUtime=0.13 cores=0,2,4,6
/proc/3981/task/3993/stat : 3993 (java) S 3978 3981 1613 0 -1 1077944384 714 0 0 0 13 0 0 0 20 0 15 0 99297061 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659392907632 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3994] ppid=3978 vsize=10661052 memory=5787219329336760161 CPUtime=0.13 cores=0,2,4,6
/proc/3981/task/3994/stat : 3994 (java) S 3978 3981 1613 0 -1 1077944384 1012 0 0 0 13 0 0 0 20 0 15 0 99297061 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659391854576 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3995] ppid=3978 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661052 memory=756 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99297061 10916917248 119557 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 478228 KiB

[startup+1.50617 s]
/proc/loadavg: 1.45 1.53 1.49 3/215 3996
/proc/meminfo: memFree=27064944/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661052 memory=881248 CPUtime=3.51 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 14264 0 0 0 264 87 0 0 20 0 15 0 99297055 10916917248 220312 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665263 220312 3091 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661052 memory=881248 CPUtime=1.03 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) R 3978 3981 1613 0 -1 4202560 5273 0 0 0 89 14 0 0 20 0 15 0 99297055 10916917248 220312 33554432000 4194304 4196468 140721908561552 140659842698896 140659838481565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661052 memory=8112282956445269571 CPUtime=0.41 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) S 3978 3981 1613 0 -1 1077944384 631 0 0 0 25 16 0 0 20 0 15 0 99297056 10916917248 220312 33554432000 4194304 4196468 140721908561552 140659780463120 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661052 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) S 3978 3981 1613 0 -1 1077944384 693 0 0 0 26 17 0 0 20 0 15 0 99297056 10916917248 220312 33554432000 4194304 4196468 140721908561552 140659779410576 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661052 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) S 3978 3981 1613 0 -1 1077944384 394 0 0 0 25 18 0 0 20 0 15 0 99297056 10916917248 220312 33554432000 4194304 4196468 140721908561552 140659778357520 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661052 memory=6943526294502006880 CPUtime=0.43 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) S 3978 3981 1613 0 -1 1077944384 532 0 0 0 25 18 0 0 20 0 15 0 99297056 10916917248 220312 33554432000 4194304 4196468 140721908561552 140659441588624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) S 3978 3981 1613 0 -1 1077944384 900 0 0 0 1 0 0 0 20 0 15 0 99297057 10916917248 220312 33554432000 4194304 4196468 140721908561552 140659398171376 140659838470786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0

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

[pid=3981/tid=3995] ppid=3978 vsize=10661128 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661128 memory=2236 CPUtime=0.09 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 468 0 0 0 6 3 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 324.89 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8313132 KiB

[startup+113.601 s]
/proc/loadavg: 3.90 2.27 1.76 6/215 3997
/proc/meminfo: memFree=19305276/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661128 memory=8313132 CPUtime=331.1 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 137301 0 0 0 32321 789 0 0 20 0 15 0 99297055 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665282 2078283 3180 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661128 memory=5448 CPUtime=39.01 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) S 3978 3981 1613 0 -1 1077944384 15950 0 0 0 3876 25 0 0 20 0 15 0 99297055 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659842698160 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661128 memory=4140 CPUtime=71.11 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) R 3978 3981 1613 0 -1 4202560 18633 0 0 0 6916 195 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659780463008 140659824217977 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661128 memory=28616 CPUtime=71.21 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) R 3978 3981 1613 0 -1 4202560 13915 0 0 0 6937 184 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659779410776 140659823157473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661128 memory=2204 CPUtime=71.28 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) R 3978 3981 1613 0 -1 4202560 14913 0 0 0 6941 187 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659778357720 140659818486161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661128 memory=8112282956445269571 CPUtime=71.23 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) R 3978 3981 1613 0 -1 4202560 16139 0 0 0 6935 188 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659441588824 140659823157278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661128 memory=1812 CPUtime=2.83 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) S 3978 3981 1613 0 -1 1077944384 31205 0 0 0 281 2 0 0 20 0 15 0 99297057 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659398169696 140659838469845 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3989] ppid=3978 vsize=10661128 memory=1020 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3989/stat : 3989 (java) S 3978 3981 1613 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99297058 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659397117664 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3990] ppid=3978 vsize=10661128 memory=8313132 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3990/stat : 3990 (java) S 3978 3981 1613 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99297058 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659396064496 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3991] ppid=3978 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3991/stat : 3991 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659395013072 140659838478235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3992] ppid=3978 vsize=10661128 memory=1172 CPUtime=1.92 cores=0,2,4,6
/proc/3981/task/3992/stat : 3992 (java) S 3978 3981 1613 0 -1 1077944384 10330 0 0 0 190 2 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659393960224 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3993] ppid=3978 vsize=10661128 memory=1968 CPUtime=1.78 cores=0,2,4,6
/proc/3981/task/3993/stat : 3993 (java) S 3978 3981 1613 0 -1 1077944384 9219 0 0 0 177 1 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659392907392 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3994] ppid=3978 vsize=10661128 memory=1692 CPUtime=0.54 cores=0,2,4,6
/proc/3981/task/3994/stat : 3994 (java) S 3978 3981 1613 0 -1 1077944384 5138 0 0 0 54 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659391854624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3995] ppid=3978 vsize=10661128 memory=140590625613440 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661128 memory=6944656592387989600 CPUtime=0.09 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 468 0 0 0 6 3 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 331.1 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8313132 KiB

[startup+115.202 s]
/proc/loadavg: 4.06 2.33 1.78 6/215 3997
/proc/meminfo: memFree=19305276/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661128 memory=8313132 CPUtime=337.31 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 137825 0 0 0 32939 792 0 0 20 0 15 0 99297055 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665282 2078283 3180 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661128 memory=8313104 CPUtime=39.01 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) S 3978 3981 1613 0 -1 1077944384 15950 0 0 0 3876 25 0 0 20 0 15 0 99297055 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659842698160 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661128 memory=8313104 CPUtime=72.68 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) R 3978 3981 1613 0 -1 4202560 19136 0 0 0 7073 195 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659780463320 140659823449282 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661128 memory=281181041661312 CPUtime=72.76 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) R 3978 3981 1613 0 -1 4202560 13915 0 0 0 7091 185 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659779410384 140659831087847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661128 memory=6656426216303648864 CPUtime=72.82 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) R 3978 3981 1613 0 -1 4202560 14913 0 0 0 7094 188 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659778357328 140659831087847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661128 memory=8112282956445269571 CPUtime=72.77 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) R 3978 3981 1613 0 -1 4202560 16139 0 0 0 7088 189 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659441588432 140659831087847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661128 memory=2204 CPUtime=2.84 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) S 3978 3981 1613 0 -1 1077944384 31226 0 0 0 282 2 0 0 20 0 15 0 99297057 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659398169920 140659838469845 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3989] ppid=3978 vsize=10661128 memory=8313028 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3989/stat : 3989 (java) S 3978 3981 1613 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99297058 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659397117664 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3990] ppid=3978 vsize=10661128 memory=8313132 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3990/stat : 3990 (java) S 3978 3981 1613 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99297058 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659396064496 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3991] ppid=3978 vsize=10661128 memory=159572 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3991/stat : 3991 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659395013072 140659838478235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3992] ppid=3978 vsize=10661128 memory=1404 CPUtime=1.92 cores=0,2,4,6
/proc/3981/task/3992/stat : 3992 (java) S 3978 3981 1613 0 -1 1077944384 10330 0 0 0 190 2 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659393960224 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3993] ppid=3978 vsize=10661128 memory=8112282956445269571 CPUtime=1.78 cores=0,2,4,6
/proc/3981/task/3993/stat : 3993 (java) S 3978 3981 1613 0 -1 1077944384 9219 0 0 0 177 1 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659392907392 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3994] ppid=3978 vsize=10661128 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/3981/task/3994/stat : 3994 (java) S 3978 3981 1613 0 -1 1077944384 5138 0 0 0 54 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659391854624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3995] ppid=3978 vsize=10661128 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661128 memory=104 CPUtime=0.09 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 468 0 0 0 6 3 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 337.31 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8313132 KiB

[startup+115.601 s]
/proc/loadavg: 4.06 2.33 1.78 6/215 3997
/proc/meminfo: memFree=19305276/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661128 memory=8313132 CPUtime=338.86 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 138008 0 0 0 33094 792 0 0 20 0 15 0 99297055 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665282 2078283 3180 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661128 memory=8112282956445269571 CPUtime=39.01 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) S 3978 3981 1613 0 -1 1077944384 15950 0 0 0 3876 25 0 0 20 0 15 0 99297055 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659842698160 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661128 memory=1572 CPUtime=73.07 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) R 3978 3981 1613 0 -1 4202560 19319 0 0 0 7112 195 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659780463320 140659823159683 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661128 memory=924 CPUtime=73.14 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) R 3978 3981 1613 0 -1 4202560 13915 0 0 0 7129 185 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659779410384 140659831087847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661128 memory=1992 CPUtime=73.2 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) R 3978 3981 1613 0 -1 4202560 14913 0 0 0 7132 188 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659778357328 140659831087847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661128 memory=2236 CPUtime=73.15 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) R 3978 3981 1613 0 -1 4202560 16139 0 0 0 7126 189 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659441588432 140659831087847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661128 memory=1992 CPUtime=2.84 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) S 3978 3981 1613 0 -1 1077944384 31226 0 0 0 282 2 0 0 20 0 15 0 99297057 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659398169920 140659838469845 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3989] ppid=3978 vsize=10661128 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3989/stat : 3989 (java) S 3978 3981 1613 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99297058 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659397117664 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3990] ppid=3978 vsize=10661128 memory=804 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3990/stat : 3990 (java) S 3978 3981 1613 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99297058 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659396064496 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3991] ppid=3978 vsize=10661128 memory=7239 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3991/stat : 3991 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659395013072 140659838478235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3992] ppid=3978 vsize=10661128 memory=30013 CPUtime=1.92 cores=0,2,4,6
/proc/3981/task/3992/stat : 3992 (java) S 3978 3981 1613 0 -1 1077944384 10330 0 0 0 190 2 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659393960224 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3993] ppid=3978 vsize=10661128 memory=140591459468450 CPUtime=1.78 cores=0,2,4,6
/proc/3981/task/3993/stat : 3993 (java) S 3978 3981 1613 0 -1 1077944384 9219 0 0 0 177 1 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659392907392 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3994] ppid=3978 vsize=10661128 memory=140591459468648 CPUtime=0.54 cores=0,2,4,6
/proc/3981/task/3994/stat : 3994 (java) S 3978 3981 1613 0 -1 1077944384 5138 0 0 0 54 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659391854624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3995] ppid=3978 vsize=10661128 memory=150714697385549 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661128 memory=147514946750029 CPUtime=0.09 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 468 0 0 0 6 3 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 338.86 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8313132 KiB

[startup+115.801 s]
/proc/loadavg: 4.06 2.33 1.78 6/215 3997
/proc/meminfo: memFree=19305276/32770624 swapFree=67108860/67108860
[pid=3981] ppid=3978 vsize=10661128 memory=8313132 CPUtime=339.5 cores=0,2,4,6
/proc/3981/stat : 3981 (java) S 3978 3981 1613 0 -1 1077944320 138081 0 0 0 33158 792 0 0 20 0 15 0 99297055 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140721908544096 140659838459639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
/proc/3981/statm: 2665282 2078283 3180 1 0 2627263 0
[pid=3981/tid=3983] ppid=3978 vsize=10661128 memory=147630910867021 CPUtime=39.01 cores=0,2,4,6
/proc/3981/task/3983/stat : 3983 (java) S 3978 3981 1613 0 -1 1077944384 15950 0 0 0 3876 25 0 0 20 0 15 0 99297055 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659842698160 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3984] ppid=3978 vsize=10661128 memory=8112282956445269571 CPUtime=73.22 cores=0,2,4,6
/proc/3981/task/3984/stat : 3984 (java) S 3978 3981 1613 0 -1 1077944384 19319 0 0 0 7127 195 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659780463120 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3985] ppid=3978 vsize=10661128 memory=0 CPUtime=73.29 cores=0,2,4,6
/proc/3981/task/3985/stat : 3985 (java) S 3978 3981 1613 0 -1 1077944384 13915 0 0 0 7144 185 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659779410576 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3986] ppid=3978 vsize=10661128 memory=0 CPUtime=73.35 cores=0,2,4,6
/proc/3981/task/3986/stat : 3986 (java) S 3978 3981 1613 0 -1 1077944384 14913 0 0 0 7147 188 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659778357520 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3987] ppid=3978 vsize=10661128 memory=0 CPUtime=73.3 cores=0,2,4,6
/proc/3981/task/3987/stat : 3987 (java) S 3978 3981 1613 0 -1 1077944384 16139 0 0 0 7141 189 0 0 20 0 15 0 99297056 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659441588624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3988] ppid=3978 vsize=10661128 memory=0 CPUtime=2.89 cores=0,2,4,6
/proc/3981/task/3988/stat : 3988 (java) R 3978 3981 1613 0 -1 4202560 31299 0 0 0 287 2 0 0 20 0 15 0 99297057 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659398169920 140659816829819 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3989] ppid=3978 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3989/stat : 3989 (java) S 3978 3981 1613 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99297058 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659397117664 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3990] ppid=3978 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3990/stat : 3990 (java) S 3978 3981 1613 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 99297058 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659396064496 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3991] ppid=3978 vsize=10661128 memory=2273 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3991/stat : 3991 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659395013072 140659838478235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3992] ppid=3978 vsize=10661128 memory=4140 CPUtime=1.92 cores=0,2,4,6
/proc/3981/task/3992/stat : 3992 (java) S 3978 3981 1613 0 -1 1077944384 10330 0 0 0 190 2 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659393960224 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3993] ppid=3978 vsize=10661128 memory=28616 CPUtime=1.78 cores=0,2,4,6
/proc/3981/task/3993/stat : 3993 (java) S 3978 3981 1613 0 -1 1077944384 9219 0 0 0 177 1 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659392907392 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3994] ppid=3978 vsize=10661128 memory=2204 CPUtime=0.54 cores=0,2,4,6
/proc/3981/task/3994/stat : 3994 (java) S 3978 3981 1613 0 -1 1077944384 5138 0 0 0 54 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659391854624 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3995] ppid=3978 vsize=10661128 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/3981/task/3995/stat : 3995 (java) S 3978 3981 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659390802272 140659838469845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
[pid=3981/tid=3996] ppid=3978 vsize=10661128 memory=1520 CPUtime=0.09 cores=0,2,4,6
/proc/3981/task/3996/stat : 3996 (java) S 3978 3981 1613 0 -1 1077944384 468 0 0 0 6 3 0 0 20 0 15 0 99297061 10916995072 2078283 33554432000 4194304 4196468 140721908561552 140659389750320 140659838470786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14102528 140721908565130 140721908565257 140721908565257 140721908568015 0
Current children cumulated CPU time: 339.5 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8313132 KiB

Child status: 1
Real time (s): 115.9
CPU time (s): 339.62
CPU user time (s): 331.656
CPU system time (s): 7.96332
CPU usage (%): 293.029
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8313132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.656
system time used= 7.96332
maximum resident set size= 8313148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7373
involuntary context switches= 2883


# summary of solver processes directly reported to runsolver:
#   pid: 3981
#   total CPU time (s): 339.62
#   total CPU user time (s): 331.656
#   total CPU system time (s): 7.96332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.708924 second user time and 1.16649 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 00:35:39
IDJOB=4298974
IDBENCH=141277
IDSOLVER=2767
FILE ID=node136/4298974-1532817337
RUNJOBID= node136-1532809638-1644
PBS_JOBID= 21022480
Free space on /tmp= 55428 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-03-0300_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298974-1532817337/watcher-4298974-1532817337 -o /tmp/evaluation-result-4298974-1532817337/solver-4298974-1532817337 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298974-1532817337.xml

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

MD5SUM BENCH= 4cd5aede9cdfae4f3fb25eb1dc6a899d
RANDOM SEED=1787151281

node136.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:        27625120 kB
MemAvailable:   31815148 kB
Buffers:          198188 kB
Cached:          4251692 kB
SwapCached:            0 kB
Active:          2262484 kB
Inactive:        2385824 kB
Active(anon):     150068 kB
Inactive(anon):    76472 kB
Active(file):    2112416 kB
Inactive(file):  2309352 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            379232 kB
Writeback:             0 kB
AnonPages:        206008 kB
Mapped:            45444 kB
Shmem:             25228 kB
Slab:             195840 kB
SReclaimable:     168192 kB
SUnreclaim:        27648 kB
KernelStack:        3520 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1108312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55424 MiB
End job on node136 at 2018-07-29 00:37:35