Trace number 4298271

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? 116.849 39.7543

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-07-opt_c18.xml
MD5SUMa3e395aa512c401cf03b466e858ef0f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3065
Number of constraints2865
Number of domains7
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":2665},{"size":22,"count":8},{"size":36,"count":184},{"size":44,"count":208}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":2665},{"degree":3,"count":15},{"degree":4,"count":8},{"degree":5,"count":34},{"degree":6,"count":11},{"degree":7,"count":34},{"degree":8,"count":5},{"degree":9,"count":45},{"degree":10,"count":18},{"degree":11,"count":11},{"degree":12,"count":7},{"degree":13,"count":30},{"degree":14,"count":10},{"degree":15,"count":31},{"degree":16,"count":5},{"degree":17,"count":26},{"degree":18,"count":5},{"degree":19,"count":13},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":5},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":2665}]
Number of extensional constraints2865
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2865}]
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
116.79/39.71	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
116.79/39.71		at minicp.engine.constraints.TableCT.<init>(TableCT.java:91)
116.79/39.71		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:145)
116.79/39.71		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
116.79/39.71		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
116.79/39.71		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
116.79/39.71		at org.xcsp.parser.XCallbacks$$Lambda$87/1651162064.accept(Unknown Source)
116.79/39.71		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
116.79/39.71		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
116.79/39.71		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
116.79/39.71		at xcsp3.XCSP3.<init>(XCSP3.java:73)
116.79/39.71		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
116.79/39.71		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
116.79/39.71	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 (11937 MiB free)
  memory of node 1: 16384 MiB (13963 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298271-1532809107/watcher-4298271-1532809107 -o /tmp/evaluation-result-4298271-1532809107/solver-4298271-1532809107 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298271-1532809107.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 2.09 1.54 1.16 3/215 31193
/proc/meminfo: memFree=26507368/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661052 memory=27704 CPUtime=0.12 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 5275 0 0 0 11 1 0 0 20 0 15 0 98473833 10916917248 6926 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665263 6926 2840 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661052 memory=-8269626465541330300 CPUtime=0.09 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) R 31175 31178 30712 0 -1 4202560 3137 0 0 0 8 1 0 0 20 0 15 0 98473833 10916917248 6926 33554432000 4194304 4196468 140725443390304 140694029268096 140693616012416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473834 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693951114128 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661052 memory=140334418232960 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) S 31175 31178 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473834 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693950061328 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473834 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693949009040 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) S 31175 31178 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473834 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693947956240 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661052 memory=140334418232960 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) S 31175 31178 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473835 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693516253296 140694025050754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31186] ppid=31175 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31186/stat : 31186 (java) S 31175 31178 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98473836 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693515199264 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31187] ppid=31175 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31187/stat : 31187 (java) S 31175 31178 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473836 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693514146928 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31188] ppid=31175 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31188/stat : 31188 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693513095248 140694025058203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31189] ppid=31175 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31189/stat : 31189 (java) S 31175 31178 30712 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 98473838 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693512043120 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31190] ppid=31175 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31190/stat : 31190 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693510990320 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31191] ppid=31175 vsize=10661052 memory=140334418232960 CPUtime=0.02 cores=1,3,5,7
/proc/31178/task/31191/stat : 31191 (java) R 31175 31178 30712 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 98473838 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693509938032 140694004024295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31192] ppid=31175 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661052 memory=140334418232960 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473839 10916917248 6926 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27704 KiB

[startup+0.210494 s]*
/proc/loadavg: 2.09 1.54 1.16 4/215 31193
/proc/meminfo: memFree=26495272/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661052 memory=39920 CPUtime=0.34 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 8122 0 0 0 32 2 0 0 20 0 15 0 98473833 10916917248 9980 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665263 9980 2992 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) R 31175 31178 30712 0 -1 4202560 5098 0 0 0 19 1 0 0 20 0 15 0 98473833 10916917248 9980 33554432000 4194304 4196468 140725443390304 140694029270848 140693617647833 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661052 memory=345 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473834 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693951114128 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661052 memory=3977999926526871200 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) S 31175 31178 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473834 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693950061328 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473834 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693949009040 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) S 31175 31178 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473834 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693947956240 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661052 memory=140334418232960 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) S 31175 31178 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473835 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693516253296 140694025050754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31186] ppid=31175 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31186/stat : 31186 (java) S 31175 31178 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98473836 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693515199264 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31187] ppid=31175 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31187/stat : 31187 (java) S 31175 31178 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473836 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693514146928 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31188] ppid=31175 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31188/stat : 31188 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693513095248 140694025058203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31189] ppid=31175 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31178/task/31189/stat : 31189 (java) R 31175 31178 30712 0 -1 4202560 659 0 0 0 2 0 0 0 20 0 15 0 98473838 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693512043120 140694005739904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31190] ppid=31175 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31178/task/31190/stat : 31190 (java) R 31175 31178 30712 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 98473838 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693510990320 140694025050754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31191] ppid=31175 vsize=10661052 memory=140334418232960 CPUtime=0.07 cores=1,3,5,7
/proc/31178/task/31191/stat : 31191 (java) S 31175 31178 30712 0 -1 1077944384 781 0 0 0 7 0 0 0 20 0 15 0 98473838 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693509938032 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31192] ppid=31175 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661052 memory=140334418232960 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473839 10916917248 9980 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39920 KiB

[startup+0.313033 s]*
/proc/loadavg: 2.09 1.54 1.16 6/215 31193
/proc/meminfo: memFree=26456864/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661128 memory=78812 CPUtime=0.66 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 10087 0 0 0 62 4 0 0 20 0 15 0 98473833 10916995072 19703 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665282 19703 3073 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) R 31175 31178 30712 0 -1 4202560 5263 0 0 0 28 2 0 0 20 0 15 0 98473833 10916995072 19703 33554432000 4194304 4196468 140725443390304 140694029276272 140694009120094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661128 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473834 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693951114128 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661128 memory=3474446686454679200 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) S 31175 31178 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473834 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693950061328 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473834 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693949009040 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) S 31175 31178 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98473834 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693947956240 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661128 memory=140334418232960 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) S 31175 31178 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98473835 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693516253296 140694025050754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31186] ppid=31175 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31186/stat : 31186 (java) S 31175 31178 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693515199264 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31187] ppid=31175 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31187/stat : 31187 (java) S 31175 31178 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693514146928 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31188] ppid=31175 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31188/stat : 31188 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693513095248 140694025058203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31189] ppid=31175 vsize=10661128 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31178/task/31189/stat : 31189 (java) R 31175 31178 30712 0 -1 4202560 1572 0 0 0 11 0 0 0 20 0 15 0 98473838 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693512024136 140694006218752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31190] ppid=31175 vsize=10661128 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/31178/task/31190/stat : 31190 (java) R 31175 31178 30712 0 -1 4202560 818 0 0 0 10 0 0 0 20 0 15 0 98473838 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693510976344 140694009934905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31191] ppid=31175 vsize=10661128 memory=140334418232960 CPUtime=0.12 cores=1,3,5,7
/proc/31178/task/31191/stat : 31191 (java) S 31175 31178 30712 0 -1 1077944384 1062 0 0 0 12 0 0 0 20 0 15 0 98473838 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693509938032 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31192] ppid=31175 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661128 memory=140334418232960 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473839 10916995072 19703 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 78812 KiB

[startup+0.701081 s]
/proc/loadavg: 2.09 1.54 1.16 5/215 31193
/proc/meminfo: memFree=26420316/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661128 memory=214496 CPUtime=1.95 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 11967 0 0 0 184 11 0 0 20 0 15 0 98473833 10916995072 53624 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665282 53624 3116 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661128 memory=1784 CPUtime=0.65 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) R 31175 31178 30712 0 -1 4202560 5544 0 0 0 61 4 0 0 20 0 15 0 98473833 10916995072 53624 33554432000 4194304 4196468 140725443390304 140694029276624 140693619264462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661128 memory=5752 CPUtime=0.03 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) S 31175 31178 30712 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 15 0 98473834 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693951114128 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661128 memory=4588 CPUtime=0.01 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) S 31175 31178 30712 0 -1 1077944384 27 0 0 0 0 1 0 0 20 0 15 0 98473834 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693950061328 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661128 memory=1612 CPUtime=0.03 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) S 31175 31178 30712 0 -1 1077944384 23 0 0 0 2 1 0 0 20 0 15 0 98473834 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693949009040 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661128 memory=1228 CPUtime=0.02 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) S 31175 31178 30712 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 15 0 98473834 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693947956240 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661128 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) S 31175 31178 30712 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98473835 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693516253296 140694025050754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31186] ppid=31175 vsize=10661128 memory=872 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31186/stat : 31186 (java) S 31175 31178 30712 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693515199264 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31187] ppid=31175 vsize=10661128 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31187/stat : 31187 (java) S 31175 31178 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693514146928 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31188] ppid=31175 vsize=10661128 memory=7518026621751089001 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31188/stat : 31188 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693513095248 140694025058203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31189] ppid=31175 vsize=10661128 memory=7881696724453321575 CPUtime=0.45 cores=1,3,5,7
/proc/31178/task/31189/stat : 31189 (java) R 31175 31178 30712 0 -1 4202560 1945 0 0 0 45 0 0 0 20 0 15 0 98473838 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693512036312 140694018136055 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31190] ppid=31175 vsize=10661128 memory=5787213827046467687 CPUtime=0.45 cores=1,3,5,7
/proc/31178/task/31190/stat : 31190 (java) R 31175 31178 30712 0 -1 4202560 1397 0 0 0 45 0 0 0 20 0 15 0 98473838 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693510978752 140694009951905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31191] ppid=31175 vsize=10661128 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/31178/task/31191/stat : 31191 (java) S 31175 31178 30712 0 -1 1077944384 1537 0 0 0 25 0 0 0 20 0 15 0 98473838 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693509938032 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31192] ppid=31175 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661128 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98473839 10916995072 53624 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 214496 KiB

[startup+1.50081 s]
/proc/loadavg: 2.09 1.54 1.16 3/215 31193
/proc/meminfo: memFree=26258776/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661128 memory=413160 CPUtime=3.35 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 13257 0 0 0 310 25 0 0 20 0 15 0 98473833 10916995072 103290 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665282 103290 3136 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661128 memory=6791534058613427641 CPUtime=1.37 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) R 31175 31178 30712 0 -1 4202560 5610 0 0 0 132 5 0 0 20 0 15 0 98473833 10916995072 103290 33554432000 4194304 4196468 140725443390304 140694029275712 140693619001024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661128 memory=-8253362762724047225 CPUtime=0.09 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) S 31175 31178 30712 0 -1 1077944384 217 0 0 0 5 4 0 0 20 0 15 0 98473834 10916995072 103290 33554432000 4194304 4196468 140725443390304 140693951114128 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661128 memory=-8609294073281748341 CPUtime=0.08 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) S 31175 31178 30712 0 -1 1077944384 293 0 0 0 4 4 0 0 20 0 15 0 98473834 10916995072 103290 33554432000 4194304 4196468 140725443390304 140693950061328 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661128 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) S 31175 31178 30712 0 -1 1077944384 170 0 0 0 5 3 0 0 20 0 15 0 98473834 10916995072 103290 33554432000 4194304 4196468 140725443390304 140693949009040 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661128 memory=4134692831991786133 CPUtime=0.09 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) S 31175 31178 30712 0 -1 1077944384 116 0 0 0 5 4 0 0 20 0 15 0 98473834 10916995072 103290 33554432000 4194304 4196468 140725443390304 140693947956240 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) S 31175 31178 30712 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 98473835 10916995072 103290 33554432000 4194304 4196468 140725443390304 140693516253296 140694025050754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0

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

[pid=31178/tid=31192] ppid=31175 vsize=10661128 memory=1 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 2073060 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661128 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 125 0 0 0 0 2 0 0 20 0 15 0 98473839 10916995072 2073060 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 106.27 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292240 KiB

[startup+38.401 s]
/proc/loadavg: 3.25 1.88 1.29 4/214 31193
/proc/meminfo: memFree=17570064/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661128 memory=8292312 CPUtime=112.16 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 513426 0 0 0 10727 489 0 0 20 0 15 0 98473833 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665282 2073078 3177 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661128 memory=453 CPUtime=11.45 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) S 31175 31178 30712 0 -1 1077944384 10416 0 0 0 1124 21 0 0 20 0 15 0 98473833 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140694029278032 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661128 memory=6791534058613427641 CPUtime=23.88 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) R 31175 31178 30712 0 -1 4202560 89219 0 0 0 2260 128 0 0 20 0 15 0 98473834 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693951114328 140694010024903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661128 memory=0 CPUtime=23.84 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) R 31175 31178 30712 0 -1 4202560 102657 0 0 0 2272 112 0 0 20 0 15 0 98473834 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693950061528 140694009737246 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661128 memory=0 CPUtime=23.82 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) R 31175 31178 30712 0 -1 4202560 118956 0 0 0 2280 102 0 0 20 0 15 0 98473834 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693949008928 140694005065824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661128 memory=0 CPUtime=23.87 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) R 31175 31178 30712 0 -1 4202560 149611 0 0 0 2270 117 0 0 20 0 15 0 98473834 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693947956240 140694009990734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661128 memory=6791534058613427641 CPUtime=2.79 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) S 31175 31178 30712 0 -1 1077944384 32764 0 0 0 277 2 0 0 20 0 15 0 98473835 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693516251616 140694025049813 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31186] ppid=31175 vsize=10661128 memory=3467964962262297792 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31186/stat : 31186 (java) S 31175 31178 30712 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693515199440 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31187] ppid=31175 vsize=10661128 memory=280668596927754 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31187/stat : 31187 (java) S 31175 31178 30712 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693514146928 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31188] ppid=31175 vsize=10661128 memory=280668597406688 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31188/stat : 31188 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693513095248 140694025058203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31189] ppid=31175 vsize=10661128 memory=1612 CPUtime=0.91 cores=1,3,5,7
/proc/31178/task/31189/stat : 31189 (java) S 31175 31178 30712 0 -1 1077944384 3087 0 0 0 90 1 0 0 20 0 15 0 98473838 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693512043120 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31190] ppid=31175 vsize=10661128 memory=1228 CPUtime=1.04 cores=1,3,5,7
/proc/31178/task/31190/stat : 31190 (java) S 31175 31178 30712 0 -1 1077944384 2839 0 0 0 103 1 0 0 20 0 15 0 98473838 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693510990320 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31191] ppid=31175 vsize=10661128 memory=1852 CPUtime=0.46 cores=1,3,5,7
/proc/31178/task/31191/stat : 31191 (java) S 31175 31178 30712 0 -1 1077944384 2302 0 0 0 45 1 0 0 20 0 15 0 98473838 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693509933904 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31192] ppid=31175 vsize=10661128 memory=872 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661128 memory=8068 CPUtime=0.02 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 125 0 0 0 0 2 0 0 20 0 15 0 98473839 10916995072 2073078 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 112.16 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292312 KiB

[startup+39.2011 s]
/proc/loadavg: 3.39 1.93 1.31 6/214 31193
/proc/meminfo: memFree=17570064/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661128 memory=8292500 CPUtime=115.17 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 513514 0 0 0 11028 489 0 0 20 0 15 0 98473833 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665282 2073125 3177 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661128 memory=872 CPUtime=11.45 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) S 31175 31178 30712 0 -1 1077944384 10416 0 0 0 1124 21 0 0 20 0 15 0 98473833 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140694029278032 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661128 memory=6791534058613427641 CPUtime=24.62 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) R 31175 31178 30712 0 -1 4202560 89229 0 0 0 2334 128 0 0 20 0 15 0 98473834 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693951114328 140694009737246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661128 memory=796 CPUtime=24.57 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) R 31175 31178 30712 0 -1 4202560 102717 0 0 0 2345 112 0 0 20 0 15 0 98473834 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693950061216 140694009990184 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661128 memory=1388 CPUtime=24.56 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) R 31175 31178 30712 0 -1 4202560 118956 0 0 0 2354 102 0 0 20 0 15 0 98473834 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693949009040 140694005065765 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661128 memory=280668597837760 CPUtime=24.61 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) R 31175 31178 30712 0 -1 4202560 149611 0 0 0 2344 117 0 0 20 0 15 0 98473834 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693947956240 140694009737349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661128 memory=6791534058613427641 CPUtime=2.84 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) S 31175 31178 30712 0 -1 1077944384 32782 0 0 0 282 2 0 0 20 0 15 0 98473835 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693516251632 140694025049813 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31186] ppid=31175 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31186/stat : 31186 (java) S 31175 31178 30712 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693515199440 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31187] ppid=31175 vsize=10661128 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31187/stat : 31187 (java) S 31175 31178 30712 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693514146928 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31188] ppid=31175 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31188/stat : 31188 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693513095248 140694025058203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31189] ppid=31175 vsize=10661128 memory=6944652177228980320 CPUtime=0.91 cores=1,3,5,7
/proc/31178/task/31189/stat : 31189 (java) S 31175 31178 30712 0 -1 1077944384 3087 0 0 0 90 1 0 0 20 0 15 0 98473838 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693512042880 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31190] ppid=31175 vsize=10661128 memory=6943526294502006880 CPUtime=1.04 cores=1,3,5,7
/proc/31178/task/31190/stat : 31190 (java) S 31175 31178 30712 0 -1 1077944384 2839 0 0 0 103 1 0 0 20 0 15 0 98473838 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693510990368 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31191] ppid=31175 vsize=10661128 memory=6655300316396806240 CPUtime=0.46 cores=1,3,5,7
/proc/31178/task/31191/stat : 31191 (java) S 31175 31178 30712 0 -1 1077944384 2302 0 0 0 45 1 0 0 20 0 15 0 98473838 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693509933904 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31192] ppid=31175 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661128 memory=6944656592455097440 CPUtime=0.03 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 125 0 0 0 1 2 0 0 20 0 15 0 98473839 10916995072 2073125 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 115.17 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292500 KiB

[startup+39.6011 s]
/proc/loadavg: 3.39 1.93 1.31 6/214 31193
/proc/meminfo: memFree=17570064/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661128 memory=8292508 CPUtime=116.68 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 513588 0 0 0 11178 490 0 0 20 0 15 0 98473833 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665282 2073127 3177 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661128 memory=214 CPUtime=11.45 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) S 31175 31178 30712 0 -1 1077944384 10416 0 0 0 1124 21 0 0 20 0 15 0 98473833 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140694029278032 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661128 memory=6791534058613427641 CPUtime=24.98 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) S 31175 31178 30712 0 -1 1077944384 89271 0 0 0 2370 128 0 0 20 0 15 0 98473834 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693951114128 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661128 memory=6791534058613427641 CPUtime=24.94 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) S 31175 31178 30712 0 -1 1077944384 102717 0 0 0 2382 112 0 0 20 0 15 0 98473834 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693950061328 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661128 memory=16148 CPUtime=24.93 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) S 31175 31178 30712 0 -1 1077944384 118981 0 0 0 2391 102 0 0 20 0 15 0 98473834 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693949009040 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661128 memory=4004 CPUtime=24.98 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) S 31175 31178 30712 0 -1 1077944384 149611 0 0 0 2381 117 0 0 20 0 15 0 98473834 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693947956240 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661128 memory=636 CPUtime=2.87 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) R 31175 31178 30712 0 -1 4202560 32789 0 0 0 285 2 0 0 20 0 15 0 98473835 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693516251744 140694003409787 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31186] ppid=31175 vsize=10661128 memory=1780 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31186/stat : 31186 (java) S 31175 31178 30712 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693515199440 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31187] ppid=31175 vsize=10661128 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31187/stat : 31187 (java) S 31175 31178 30712 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693514146928 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31188] ppid=31175 vsize=10661128 memory=960 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31188/stat : 31188 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693513095248 140694025058203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31189] ppid=31175 vsize=10661128 memory=6504 CPUtime=0.91 cores=1,3,5,7
/proc/31178/task/31189/stat : 31189 (java) S 31175 31178 30712 0 -1 1077944384 3087 0 0 0 90 1 0 0 20 0 15 0 98473838 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693512042880 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31190] ppid=31175 vsize=10661128 memory=0 CPUtime=1.04 cores=1,3,5,7
/proc/31178/task/31190/stat : 31190 (java) S 31175 31178 30712 0 -1 1077944384 2839 0 0 0 103 1 0 0 20 0 15 0 98473838 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693510990368 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31191] ppid=31175 vsize=10661128 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/31178/task/31191/stat : 31191 (java) S 31175 31178 30712 0 -1 1077944384 2302 0 0 0 45 1 0 0 20 0 15 0 98473838 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693509933904 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31192] ppid=31175 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 125 0 0 0 1 2 0 0 20 0 15 0 98473839 10916995072 2073127 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 116.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292508 KiB

[startup+39.7007 s]
/proc/loadavg: 3.39 1.93 1.31 6/214 31193
/proc/meminfo: memFree=17570064/32770624 swapFree=67108436/67108860
[pid=31178] ppid=31175 vsize=10661128 memory=6467304 CPUtime=116.79 cores=1,3,5,7
/proc/31178/stat : 31178 (java) S 31175 31178 30712 0 -1 1077944320 513640 0 0 0 11187 492 0 0 20 0 15 0 98473833 10916995072 1617338 33554432000 4194304 4196468 140725443390304 140725443372848 140694025039607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
/proc/31178/statm: 2665282 1616826 3178 1 0 2627263 0
[pid=31178/tid=31180] ppid=31175 vsize=10661128 memory=8292500 CPUtime=11.45 cores=1,3,5,7
/proc/31178/task/31180/stat : 31180 (java) S 31175 31178 30712 0 -1 1077944384 10446 0 0 0 1124 21 0 0 20 0 15 0 98473833 10916995072 1616314 33554432000 4194304 4196468 140725443390304 140694029278976 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31181] ppid=31175 vsize=10661128 memory=8292312 CPUtime=24.99 cores=1,3,5,7
/proc/31178/task/31181/stat : 31181 (java) S 31175 31178 30712 0 -1 1077944384 89273 0 0 0 2371 128 0 0 20 0 15 0 98473834 10916995072 1615802 33554432000 4194304 4196468 140725443390304 140693951114128 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31182] ppid=31175 vsize=10661128 memory=8292240 CPUtime=24.94 cores=1,3,5,7
/proc/31178/task/31182/stat : 31182 (java) S 31175 31178 30712 0 -1 1077944384 102717 0 0 0 2382 112 0 0 20 0 15 0 98473834 10916995072 1615802 33554432000 4194304 4196468 140725443390304 140693950061328 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31183] ppid=31175 vsize=10661128 memory=8292508 CPUtime=24.94 cores=1,3,5,7
/proc/31178/task/31183/stat : 31183 (java) S 31175 31178 30712 0 -1 1077944384 118981 0 0 0 2392 102 0 0 20 0 15 0 98473834 10916995072 1615290 33554432000 4194304 4196468 140725443390304 140693949009040 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31184] ppid=31175 vsize=10661128 memory=33 CPUtime=24.99 cores=1,3,5,7
/proc/31178/task/31184/stat : 31184 (java) S 31175 31178 30712 0 -1 1077944384 149611 0 0 0 2382 117 0 0 20 0 15 0 98473834 10916995072 1615290 33554432000 4194304 4196468 140725443390304 140693947956240 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31185] ppid=31175 vsize=10661128 memory=8292500 CPUtime=2.97 cores=1,3,5,7
/proc/31178/task/31185/stat : 31185 (java) R 31175 31178 30712 0 -1 4202560 32790 0 0 0 292 5 0 0 20 0 15 0 98473835 10916995072 1614778 33554432000 4194304 4196468 140725443390304 140693516251840 140694017756570 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31186] ppid=31175 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31186/stat : 31186 (java) S 31175 31178 30712 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 1614778 33554432000 4194304 4196468 140725443390304 140693515199264 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31187] ppid=31175 vsize=10661128 memory=8292240 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31187/stat : 31187 (java) S 31175 31178 30712 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98473836 10916995072 1614266 33554432000 4194304 4196468 140725443390304 140693514146928 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31188] ppid=31175 vsize=10661128 memory=8292092 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31188/stat : 31188 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 1614266 33554432000 4194304 4196468 140725443390304 140693513095248 140694025058203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31189] ppid=31175 vsize=10661128 memory=8292100 CPUtime=0.91 cores=1,3,5,7
/proc/31178/task/31189/stat : 31189 (java) S 31175 31178 30712 0 -1 1077944384 3087 0 0 0 90 1 0 0 20 0 15 0 98473838 10916995072 1613754 33554432000 4194304 4196468 140725443390304 140693512043120 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31190] ppid=31175 vsize=10661128 memory=13331578489260 CPUtime=1.04 cores=1,3,5,7
/proc/31178/task/31190/stat : 31190 (java) S 31175 31178 30712 0 -1 1077944384 2839 0 0 0 103 1 0 0 20 0 15 0 98473838 10916995072 1613754 33554432000 4194304 4196468 140725443390304 140693510990320 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31191] ppid=31175 vsize=10661128 memory=8292500 CPUtime=0.46 cores=1,3,5,7
/proc/31178/task/31191/stat : 31191 (java) S 31175 31178 30712 0 -1 1077944384 2320 0 0 0 45 1 0 0 20 0 15 0 98473838 10916995072 1613242 33554432000 4194304 4196468 140725443390304 140693509938032 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31192] ppid=31175 vsize=10661128 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/31178/task/31192/stat : 31192 (java) S 31175 31178 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98473838 10916995072 1613242 33554432000 4194304 4196468 140725443390304 140693508885472 140694025049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
[pid=31178/tid=31193] ppid=31175 vsize=10661128 memory=1145 CPUtime=0.03 cores=1,3,5,7
/proc/31178/task/31193/stat : 31193 (java) S 31175 31178 30712 0 -1 1077944384 125 0 0 0 1 2 0 0 20 0 15 0 98473839 10916995072 1613242 33554432000 4194304 4196468 140725443390304 140693507832240 140694025050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140725443392650 140725443392777 140725443392777 140725443395535 0
Current children cumulated CPU time: 116.79 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 6467304 KiB

Child status: 1
Real time (s): 39.7543
CPU time (s): 116.849
CPU user time (s): 111.88
CPU system time (s): 4.96906
CPU usage (%): 293.929
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8292508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.88
system time used= 4.96906
maximum resident set size= 8292512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7259
involuntary context switches= 1143


# summary of solver processes directly reported to runsolver:
#   pid: 31178
#   total CPU time (s): 116.849
#   total CPU user time (s): 111.88
#   total CPU system time (s): 4.96906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.259256 second user time and 0.441653 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 22:18:27
IDJOB=4298271
IDBENCH=141093
IDSOLVER=2767
FILE ID=node137/4298271-1532809107
RUNJOBID= node137-1532808776-30744
PBS_JOBID= 21022474
Free space on /tmp= 48120 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-07-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298271-1532809107/watcher-4298271-1532809107 -o /tmp/evaluation-result-4298271-1532809107/solver-4298271-1532809107 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298271-1532809107.xml

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

MD5SUM BENCH= a3e395aa512c401cf03b466e858ef0f4
RANDOM SEED=469253279

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26523392 kB
MemAvailable:   30440048 kB
Buffers:          196152 kB
Cached:          3953436 kB
SwapCached:           32 kB
Active:          3337520 kB
Inactive:        2359112 kB
Active(anon):    1494408 kB
Inactive(anon):    80052 kB
Active(file):    1843112 kB
Inactive(file):  2279060 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             15560 kB
Writeback:             0 kB
AnonPages:       1553672 kB
Mapped:            53052 kB
Shmem:             25052 kB
Slab:             248672 kB
SReclaimable:     220636 kB
SUnreclaim:        28036 kB
KernelStack:        3536 kB
PageTables:         8276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3655916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1452032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48120 MiB
End job on node137 at 2018-07-28 22:19:07