Trace number 4299245

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? 42.319 19.5736

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax 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
42.25/19.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
42.25/19.53		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:203)
42.25/19.53		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:138)
42.25/19.53		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
42.25/19.53		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
42.25/19.53		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
42.25/19.53		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
42.25/19.53		at org.xcsp.parser.XCallbacks$$Lambda$86/989938643.accept(Unknown Source)
42.25/19.53		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
42.25/19.53		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
42.25/19.53		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
42.25/19.53		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
42.25/19.53		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
42.25/19.53		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
42.25/19.53		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
42.25/19.53		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
42.25/19.53		at xcsp3.XCSP3.<init>(XCSP3.java:70)
42.25/19.53		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
42.25/19.53		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
42.25/19.53	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 (8089 MiB free)
  memory of node 1: 16384 MiB (13233 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299245-1532795561/watcher-4299245-1532795561 -o /tmp/evaluation-result-4299245-1532795561/solver-4299245-1532795561 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299245-1532795561.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=1337, runsolver pid=1334
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 3.26 2.61 2.28 4/216 1352
/proc/meminfo: memFree=21818656/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661056 memory=27892 CPUtime=0.12 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 5359 0 0 0 11 1 0 0 20 0 15 0 97119519 10916921344 6973 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665264 6973 2845 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661056 memory=4627829660337606006 CPUtime=0.09 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) R 1334 1337 30301 0 -1 4202560 3247 0 0 0 8 1 0 0 20 0 15 0 97119520 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481995558368 140481991339414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661056 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481943948304 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661056 memory=140621102134912 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481942895760 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481941842704 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481940790160 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661056 memory=140621102134912 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119522 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481295636720 140481991338626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1345] ppid=1334 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1345/stat : 1345 (java) S 1334 1337 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97119523 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481294582944 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1346] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1346/stat : 1346 (java) S 1334 1337 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97119523 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481293529840 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1347] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1347/stat : 1347 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481292478416 140481991346075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1348] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1348/stat : 1348 (java) S 1334 1337 30301 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481291426544 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1349] ppid=1334 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1349/stat : 1349 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481290374000 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1350] ppid=1334 vsize=10661056 memory=140621102134912 CPUtime=0.01 cores=0,2,4,6
/proc/1337/task/1350/stat : 1350 (java) R 1334 1337 30301 0 -1 4202560 320 0 0 0 1 0 0 0 20 0 15 0 97119525 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481289320944 140481969866495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1351] ppid=1334 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661056 memory=140621102134912 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119526 10916921344 6973 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27892 KiB

[startup+0.210816 s]*
/proc/loadavg: 3.26 2.61 2.28 5/216 1352
/proc/meminfo: memFree=21806640/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661056 memory=39808 CPUtime=0.33 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 8015 0 0 0 31 2 0 0 20 0 15 0 97119519 10916921344 9952 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665264 9952 2999 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661056 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) R 1334 1337 30301 0 -1 4202560 5135 0 0 0 19 1 0 0 20 0 15 0 97119520 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481995567264 140481991349405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481943948304 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661056 memory=4121273171084785312 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481942895760 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481941842704 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481940790160 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661056 memory=140621102134912 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119522 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481295636720 140481991338626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1345] ppid=1334 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1345/stat : 1345 (java) S 1334 1337 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97119523 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481294582944 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1346] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1346/stat : 1346 (java) S 1334 1337 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97119523 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481293529840 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1347] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1347/stat : 1347 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481292478416 140481991346075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1348] ppid=1334 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1337/task/1348/stat : 1348 (java) R 1334 1337 30301 0 -1 4202560 486 0 0 0 2 0 0 0 20 0 15 0 97119525 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481291426544 140481983616928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1349] ppid=1334 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1337/task/1349/stat : 1349 (java) R 1334 1337 30301 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 97119525 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481290374000 140481991338626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1350] ppid=1334 vsize=10661056 memory=140621102134912 CPUtime=0.08 cores=0,2,4,6
/proc/1337/task/1350/stat : 1350 (java) S 1334 1337 30301 0 -1 1077944384 778 0 0 0 8 0 0 0 20 0 15 0 97119525 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481289320944 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1351] ppid=1334 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661056 memory=140621102134912 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119526 10916921344 9952 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39808 KiB

[startup+0.310695 s]*
/proc/loadavg: 3.26 2.61 2.28 3/216 1352
/proc/meminfo: memFree=21754200/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661056 memory=98184 CPUtime=0.49 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 8311 0 0 0 45 4 0 0 20 0 15 0 97119519 10916921344 24546 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665264 24546 3017 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661056 memory=1398720917958146503 CPUtime=0.3 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) R 1334 1337 30301 0 -1 4202560 5177 0 0 0 26 4 0 0 20 0 15 0 97119520 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481995567264 140481991349405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661056 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481943948304 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661056 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481942895760 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481941842704 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119521 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481940790160 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) S 1334 1337 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97119522 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481295636720 140481991338626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1345] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1345/stat : 1345 (java) S 1334 1337 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97119523 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481294582944 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1346] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1346/stat : 1346 (java) S 1334 1337 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97119523 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481293529840 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1347] ppid=1334 vsize=10661056 memory=140620987476463 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1347/stat : 1347 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481292478416 140481991346075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1348] ppid=1334 vsize=10661056 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1337/task/1348/stat : 1348 (java) R 1334 1337 30301 0 -1 4202560 627 0 0 0 5 0 0 0 20 0 15 0 97119525 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481291426544 140481971966018 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1349] ppid=1334 vsize=10661056 memory=140620987460367 CPUtime=0.03 cores=0,2,4,6
/proc/1337/task/1349/stat : 1349 (java) S 1334 1337 30301 0 -1 1077944384 289 0 0 0 3 0 0 0 20 0 15 0 97119525 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481290374000 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1350] ppid=1334 vsize=10661056 memory=281242089604448 CPUtime=0.1 cores=0,2,4,6
/proc/1337/task/1350/stat : 1350 (java) S 1334 1337 30301 0 -1 1077944384 849 0 0 0 10 0 0 0 20 0 15 0 97119525 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481289320944 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1351] ppid=1334 vsize=10661056 memory=140620987464975 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661056 memory=140621102134923 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119526 10916921344 25058 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 98184 KiB

[startup+0.701217 s]
/proc/loadavg: 3.26 2.61 2.28 5/216 1352
/proc/meminfo: memFree=21558276/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661056 memory=482144 CPUtime=1.53 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 11643 0 0 0 112 41 0 0 20 0 15 0 97119519 10916921344 120536 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665264 120536 3079 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661056 memory=2372 CPUtime=0.52 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) S 1334 1337 30301 0 -1 1077944384 5210 0 0 0 45 7 0 0 20 0 15 0 97119520 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481995566736 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661056 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) R 1334 1337 30301 0 -1 4202560 224 0 0 0 6 7 0 0 20 0 15 0 97119521 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481943948304 140481984430503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661056 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) R 1334 1337 30301 0 -1 4202560 209 0 0 0 4 7 0 0 20 0 15 0 97119521 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481942895760 140481984430196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661056 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) R 1334 1337 30301 0 -1 4202560 148 0 0 0 6 8 0 0 20 0 15 0 97119521 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481941842704 140481976324141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661056 memory=146393423417215 CPUtime=0.13 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) R 1334 1337 30301 0 -1 4202560 221 0 0 0 5 8 0 0 20 0 15 0 97119521 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481940790360 140481984430196 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661056 memory=13850767857575624 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) S 1334 1337 30301 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 97119522 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481295635264 140481991337685 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1345] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1345/stat : 1345 (java) S 1334 1337 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97119523 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481294582944 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1346] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1346/stat : 1346 (java) S 1334 1337 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97119523 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481293529840 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1347] ppid=1334 vsize=10661056 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1347/stat : 1347 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481292478416 140481991346075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1348] ppid=1334 vsize=10661056 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1337/task/1348/stat : 1348 (java) S 1334 1337 30301 0 -1 1077944384 1392 0 0 0 11 0 0 0 20 0 15 0 97119525 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481291426544 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1349] ppid=1334 vsize=10661056 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/1337/task/1349/stat : 1349 (java) S 1334 1337 30301 0 -1 1077944384 1918 0 0 0 23 0 0 0 20 0 15 0 97119525 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481290358992 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1350] ppid=1334 vsize=10661056 memory=6943526294502006880 CPUtime=0.1 cores=0,2,4,6
/proc/1337/task/1350/stat : 1350 (java) S 1334 1337 30301 0 -1 1077944384 858 0 0 0 10 0 0 0 20 0 15 0 97119525 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481289320944 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1351] ppid=1334 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661056 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97119526 10916921344 120536 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 482144 KiB

[startup+1.5112 s]
/proc/loadavg: 3.26 2.61 2.28 5/216 1352
/proc/meminfo: memFree=21302476/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661132 memory=782380 CPUtime=3.24 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 13661 0 0 0 267 57 0 0 20 0 15 0 97119519 10916999168 195595 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665283 195595 3145 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661132 memory=20 CPUtime=1.22 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) S 1334 1337 30301 0 -1 1077944384 5584 0 0 0 112 10 0 0 20 0 15 0 97119520 10916999168 195595 33554432000 4194304 4196468 140731380624688 140481995565392 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661132 memory=18 CPUtime=0.22 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) R 1334 1337 30301 0 -1 4202560 391 0 0 0 12 10 0 0 20 0 15 0 97119521 10916999168 195595 33554432000 4194304 4196468 140731380624688 140481943948504 140481983955687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661132 memory=55 CPUtime=0.21 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) R 1334 1337 30301 0 -1 4202560 364 0 0 0 11 10 0 0 20 0 15 0 97119521 10916999168 195595 33554432000 4194304 4196468 140731380624688 140481942895960 140481983955687 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661132 memory=9258 CPUtime=0.24 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) R 1334 1337 30301 0 -1 4202560 259 0 0 0 12 12 0 0 20 0 15 0 97119521 10916999168 195595 33554432000 4194304 4196468 140731380624688 140481941842592 140481983955687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661132 memory=19658 CPUtime=0.22 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) R 1334 1337 30301 0 -1 4202560 426 0 0 0 11 11 0 0 20 0 15 0 97119521 10916999168 195595 33554432000 4194304 4196468 140731380624688 140481940790360 140481976371589 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661132 memory=-1807685287724412255 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) S 1334 1337 30301 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 15 0 97119522 10916999168 195595 33554432000 4194304 4196468 140731380624688 140481295635232 140481991337685 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0

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

[pid=1337/tid=1351] ppid=1334 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1980248 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 381 0 0 0 0 0 0 0 20 0 15 0 97119526 10916999168 1980248 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 35.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7918944 KiB

[startup+18.4007 s]
/proc/loadavg: 3.15 2.62 2.28 7/216 1352
/proc/meminfo: memFree=13890144/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661132 memory=7945692 CPUtime=38.09 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 54763 0 0 0 3402 407 0 0 20 0 15 0 97119519 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665283 1986423 3153 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661132 memory=4044 CPUtime=11.24 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) S 1334 1337 30301 0 -1 1077944384 10912 0 0 0 1103 21 0 0 20 0 15 0 97119520 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481995566176 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661132 memory=0 CPUtime=6.11 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) R 1334 1337 30301 0 -1 4202560 6117 0 0 0 513 98 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481943948304 140481984430498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661132 memory=28868 CPUtime=6.09 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) R 1334 1337 30301 0 -1 1077944384 6363 0 0 0 520 89 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481942895568 140481991338626 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661132 memory=0 CPUtime=6.11 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) R 1334 1337 30301 0 -1 4202560 6656 0 0 0 502 109 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481941842512 140481983955687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661132 memory=13 CPUtime=6.12 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) R 1334 1337 30301 0 -1 4202560 5109 0 0 0 527 85 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481940789968 140481983955687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661132 memory=436 CPUtime=0.75 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) S 1334 1337 30301 0 -1 1077944384 11588 0 0 0 74 1 0 0 20 0 15 0 97119522 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481295635280 140481991337685 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1345] ppid=1334 vsize=10661132 memory=52 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1345/stat : 1345 (java) S 1334 1337 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97119523 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481294583008 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1346] ppid=1334 vsize=10661132 memory=1 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1346/stat : 1346 (java) S 1334 1337 30301 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97119523 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481293529840 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1347] ppid=1334 vsize=10661132 memory=1039 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1347/stat : 1347 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481292478416 140481991346075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1348] ppid=1334 vsize=10661132 memory=133 CPUtime=0.6 cores=0,2,4,6
/proc/1337/task/1348/stat : 1348 (java) S 1334 1337 30301 0 -1 1077944384 2406 0 0 0 60 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481291426592 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1349] ppid=1334 vsize=10661132 memory=132 CPUtime=0.7 cores=0,2,4,6
/proc/1337/task/1349/stat : 1349 (java) S 1334 1337 30301 0 -1 1077944384 2221 0 0 0 70 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481290373760 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1350] ppid=1334 vsize=10661132 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/1337/task/1350/stat : 1350 (java) S 1334 1337 30301 0 -1 1077944384 1605 0 0 0 27 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481289320992 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1351] ppid=1334 vsize=10661132 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661132 memory=14698487010821710 CPUtime=0.01 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 97119526 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 38.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7945692 KiB

[startup+19.2008 s]
/proc/loadavg: 3.15 2.62 2.28 6/216 1352
/proc/meminfo: memFree=13885800/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661132 memory=7945692 CPUtime=41.2 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 59687 0 0 0 3712 408 0 0 20 0 15 0 97119519 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665283 1986423 3153 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661132 memory=0 CPUtime=11.24 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) S 1334 1337 30301 0 -1 1077944384 10912 0 0 0 1103 21 0 0 20 0 15 0 97119520 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481995566176 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661132 memory=2241 CPUtime=6.91 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) R 1334 1337 30301 0 -1 4202560 11041 0 0 0 593 98 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481943948504 140481984430493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661132 memory=8112282956445269571 CPUtime=6.86 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) R 1334 1337 30301 0 -1 4202560 6363 0 0 0 596 90 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481942895880 140481983955687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661132 memory=70 CPUtime=6.89 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) R 1334 1337 30301 0 -1 4202560 6656 0 0 0 580 109 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481941842512 140481983955687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661132 memory=27 CPUtime=6.9 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) R 1334 1337 30301 0 -1 4202560 5109 0 0 0 604 86 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481940789968 140481983955687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661132 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) S 1334 1337 30301 0 -1 1077944384 11588 0 0 0 74 1 0 0 20 0 15 0 97119522 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481295635280 140481991337685 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1345] ppid=1334 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1345/stat : 1345 (java) S 1334 1337 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97119523 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481294583008 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1346] ppid=1334 vsize=10661132 memory=60 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1346/stat : 1346 (java) S 1334 1337 30301 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97119523 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481293529840 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1347] ppid=1334 vsize=10661132 memory=70 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1347/stat : 1347 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481292478416 140481991346075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1348] ppid=1334 vsize=10661132 memory=7945692 CPUtime=0.6 cores=0,2,4,6
/proc/1337/task/1348/stat : 1348 (java) S 1334 1337 30301 0 -1 1077944384 2406 0 0 0 60 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481291426592 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1349] ppid=1334 vsize=10661132 memory=5047748 CPUtime=0.7 cores=0,2,4,6
/proc/1337/task/1349/stat : 1349 (java) S 1334 1337 30301 0 -1 1077944384 2221 0 0 0 70 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481290373760 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1350] ppid=1334 vsize=10661132 memory=5016708 CPUtime=0.27 cores=0,2,4,6
/proc/1337/task/1350/stat : 1350 (java) S 1334 1337 30301 0 -1 1077944384 1605 0 0 0 27 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481289320992 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1351] ppid=1334 vsize=10661132 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661132 memory=1200 CPUtime=0.01 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 97119526 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 41.2 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7945692 KiB

[startup+19.4009 s]
/proc/loadavg: 3.15 2.62 2.28 6/216 1352
/proc/meminfo: memFree=13885800/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661132 memory=7945692 CPUtime=41.98 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 59687 0 0 0 3790 408 0 0 20 0 15 0 97119519 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665283 1986423 3153 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661132 memory=3784276 CPUtime=11.24 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) S 1334 1337 30301 0 -1 1077944384 10912 0 0 0 1103 21 0 0 20 0 15 0 97119520 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481995566176 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661132 memory=16108 CPUtime=7.11 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) R 1334 1337 30301 0 -1 4202560 11041 0 0 0 613 98 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481943948504 140481984430451 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661132 memory=0 CPUtime=7.05 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) R 1334 1337 30301 0 -1 4202560 6363 0 0 0 615 90 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481942895880 140481983955687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661132 memory=2320257822328242234 CPUtime=7.08 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) R 1334 1337 30301 0 -1 4202560 6656 0 0 0 599 109 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481941842512 140481983955687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661132 memory=11201275375648 CPUtime=7.09 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) R 1334 1337 30301 0 -1 4202560 5109 0 0 0 623 86 0 0 20 0 15 0 97119521 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481940789968 140481983955687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661132 memory=2756772 CPUtime=0.75 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) S 1334 1337 30301 0 -1 1077944384 11588 0 0 0 74 1 0 0 20 0 15 0 97119522 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481295635280 140481991337685 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1345] ppid=1334 vsize=10661132 memory=2070020 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1345/stat : 1345 (java) S 1334 1337 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97119523 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481294583008 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1346] ppid=1334 vsize=10661132 memory=2446056 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1346/stat : 1346 (java) S 1334 1337 30301 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97119523 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481293529840 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1347] ppid=1334 vsize=10661132 memory=7689068 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1347/stat : 1347 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481292478416 140481991346075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1348] ppid=1334 vsize=10661132 memory=4012 CPUtime=0.6 cores=0,2,4,6
/proc/1337/task/1348/stat : 1348 (java) S 1334 1337 30301 0 -1 1077944384 2406 0 0 0 60 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481291426592 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1349] ppid=1334 vsize=10661132 memory=6218268 CPUtime=0.7 cores=0,2,4,6
/proc/1337/task/1349/stat : 1349 (java) S 1334 1337 30301 0 -1 1077944384 2221 0 0 0 70 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481290373760 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1350] ppid=1334 vsize=10661132 memory=3196 CPUtime=0.27 cores=0,2,4,6
/proc/1337/task/1350/stat : 1350 (java) S 1334 1337 30301 0 -1 1077944384 1605 0 0 0 27 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481289320992 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1351] ppid=1334 vsize=10661132 memory=5016708 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661132 memory=28012 CPUtime=0.01 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 97119526 10916999168 1986423 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 41.98 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7945692 KiB

[startup+19.5012 s]
/proc/loadavg: 3.15 2.62 2.28 6/216 1352
/proc/meminfo: memFree=13885800/32770624 swapFree=67108404/67108860
[pid=1337] ppid=1334 vsize=10661132 memory=7945732 CPUtime=42.25 cores=0,2,4,6
/proc/1337/stat : 1337 (java) S 1334 1337 30301 0 -1 1077944320 60067 0 0 0 3817 408 0 0 20 0 15 0 97119519 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140731380607232 140481991327479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
/proc/1337/statm: 2665283 1986433 3153 1 0 2627263 0
[pid=1337/tid=1339] ppid=1334 vsize=10661132 memory=0 CPUtime=11.24 cores=0,2,4,6
/proc/1337/task/1339/stat : 1339 (java) S 1334 1337 30301 0 -1 1077944384 10912 0 0 0 1103 21 0 0 20 0 15 0 97119520 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481995566176 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1340] ppid=1334 vsize=10661132 memory=3196 CPUtime=7.16 cores=0,2,4,6
/proc/1337/task/1340/stat : 1340 (java) S 1334 1337 30301 0 -1 1077944384 11041 0 0 0 618 98 0 0 20 0 15 0 97119521 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481943948304 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1341] ppid=1334 vsize=10661132 memory=2396 CPUtime=7.11 cores=0,2,4,6
/proc/1337/task/1341/stat : 1341 (java) S 1334 1337 30301 0 -1 1077944384 6363 0 0 0 621 90 0 0 20 0 15 0 97119521 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481942895760 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1342] ppid=1334 vsize=10661132 memory=1300 CPUtime=7.14 cores=0,2,4,6
/proc/1337/task/1342/stat : 1342 (java) S 1334 1337 30301 0 -1 1077944384 6656 0 0 0 605 109 0 0 20 0 15 0 97119521 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481941842704 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1343] ppid=1334 vsize=10661132 memory=7692504 CPUtime=7.15 cores=0,2,4,6
/proc/1337/task/1343/stat : 1343 (java) S 1334 1337 30301 0 -1 1077944384 5109 0 0 0 629 86 0 0 20 0 15 0 97119521 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481940790160 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1344] ppid=1334 vsize=10661132 memory=4612 CPUtime=0.8 cores=0,2,4,6
/proc/1337/task/1344/stat : 1344 (java) R 1334 1337 30301 0 -1 4202560 11968 0 0 0 79 1 0 0 20 0 15 0 97119522 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481295635168 140481969697654 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1345] ppid=1334 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1345/stat : 1345 (java) S 1334 1337 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97119523 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481294583008 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1346] ppid=1334 vsize=10661132 memory=281241975094656 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1346/stat : 1346 (java) S 1334 1337 30301 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97119523 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481293529840 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1347] ppid=1334 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1347/stat : 1347 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481292478416 140481991346075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1348] ppid=1334 vsize=10661132 memory=-9178176116494409632 CPUtime=0.6 cores=0,2,4,6
/proc/1337/task/1348/stat : 1348 (java) S 1334 1337 30301 0 -1 1077944384 2406 0 0 0 60 0 0 0 20 0 15 0 97119525 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481291426592 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1349] ppid=1334 vsize=10661132 memory=6944656591801717918 CPUtime=0.7 cores=0,2,4,6
/proc/1337/task/1349/stat : 1349 (java) S 1334 1337 30301 0 -1 1077944384 2221 0 0 0 70 0 0 0 20 0 15 0 97119525 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481290373760 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1350] ppid=1334 vsize=10661132 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/1337/task/1350/stat : 1350 (java) S 1334 1337 30301 0 -1 1077944384 1605 0 0 0 27 0 0 0 20 0 15 0 97119525 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481289320992 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1351] ppid=1334 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1337/task/1351/stat : 1351 (java) S 1334 1337 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97119525 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481288268640 140481991337685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
[pid=1337/tid=1352] ppid=1334 vsize=10661132 memory=52 CPUtime=0.01 cores=0,2,4,6
/proc/1337/task/1352/stat : 1352 (java) S 1334 1337 30301 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 97119526 10916999168 1986433 33554432000 4194304 4196468 140731380624688 140481287215664 140481991338626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 11763712 140731380626549 140731380626697 140731380626697 140731380629455 0
Current children cumulated CPU time: 42.25 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7945732 KiB

Child status: 1
Real time (s): 19.5736
CPU time (s): 42.319
CPU user time (s): 38.1904
CPU system time (s): 4.12861
CPU usage (%): 216.204
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 7945732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.1904
system time used= 4.12861
maximum resident set size= 7946052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5154
involuntary context switches= 297


# summary of solver processes directly reported to runsolver:
#   pid: 1337
#   total CPU time (s): 42.319
#   total CPU user time (s): 38.1904
#   total CPU system time (s): 4.12861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.141471 second user time and 0.254238 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 18:32:44
IDJOB=4299245
IDBENCH=141314
IDSOLVER=2762
FILE ID=node148/4299245-1532795561
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 43108 MiB

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

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=1839986094

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21835228 kB
MemAvailable:   30307900 kB
Buffers:          229500 kB
Cached:          8376636 kB
SwapCached:          352 kB
Active:          3784792 kB
Inactive:        6495696 kB
Active(anon):    1627960 kB
Inactive(anon):    74228 kB
Active(file):    2156832 kB
Inactive(file):  6421468 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             64592 kB
Writeback:             0 kB
AnonPages:       1681208 kB
Mapped:            54928 kB
Shmem:             25016 kB
Slab:             351536 kB
SReclaimable:     322832 kB
SUnreclaim:        28704 kB
KernelStack:        3520 kB
PageTables:         8524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2978320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1566720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43108 MiB
End job on node148 at 2018-07-28 18:33:03