Trace number 4304475

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? 2122.01 1332.36

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
2121.52/1332.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2121.52/1332.10		at scala.collection.mutable.HashTable.resize(HashTable.scala:257)
2121.52/1332.10		at scala.collection.mutable.HashTable.addEntry0(HashTable.scala:157)
2121.52/1332.10		at scala.collection.mutable.HashTable.addEntry(HashTable.scala:148)
2121.52/1332.10		at scala.collection.mutable.HashTable.addEntry$(HashTable.scala:147)
2121.52/1332.10		at scala.collection.mutable.HashMap.addEntry(HashMap.scala:40)
2121.52/1332.10		at scala.collection.mutable.HashMap.addEntry(HashMap.scala:101)
2121.52/1332.10		at scala.collection.mutable.HashMap.getOrElseUpdate(HashMap.scala:86)
2121.52/1332.10		at mdd.BDD.$anonfun$identify$1(BDD.scala:80)
2121.52/1332.10		at mdd.BDD$$Lambda$553/1712626276.apply$mcI$sp(Unknown Source)
2121.52/1332.10		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
2121.52/1332.10		at mdd.TSSet.onceOrElse(TSSet.scala:22)
2121.52/1332.10		at mdd.BDD.traverse$1(BDD.scala:83)
2121.52/1332.10		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
2121.52/1332.10		at mdd.BDD$$Lambda$553/1712626276.apply$mcI$sp(Unknown Source)
2121.52/1332.10		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
2121.52/1332.10		at mdd.TSSet.onceOrElse(TSSet.scala:22)
2121.52/1332.10		at mdd.BDD.traverse$1(BDD.scala:83)
2121.52/1332.10		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
2121.52/1332.10		at mdd.BDD$$Lambda$553/1712626276.apply$mcI$sp(Unknown Source)
2121.52/1332.10		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
2121.52/1332.10		at mdd.TSSet.onceOrElse(TSSet.scala:22)
2121.52/1332.10		at mdd.BDD.traverse$1(BDD.scala:83)
2121.52/1332.10		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
2121.52/1332.10		at mdd.BDD$$Lambda$553/1712626276.apply$mcI$sp(Unknown Source)
2121.52/1332.10		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
2121.52/1332.10		at mdd.TSSet.onceOrElse(TSSet.scala:22)
2121.52/1332.10		at mdd.BDD.traverse$1(BDD.scala:83)
2121.52/1332.10		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
2121.52/1332.10		at mdd.BDD$$Lambda$553/1712626276.apply$mcI$sp(Unknown Source)
2121.52/1332.10		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
2121.52/1332.10		at mdd.TSSet.onceOrElse(TSSet.scala:22)
2121.52/1332.10		at mdd.BDD.traverse$1(BDD.scala:83)
2121.74/1332.11	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 (6758 MiB free)
  memory of node 1: 16384 MiB (1043 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304475-1534093600/watcher-4304475-1534093600 -o /tmp/evaluation-result-4304475-1534093600/solver-4304475-1534093600 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534093409-26323 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1239517727 HOME/instance-4304475-1534093600.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=26681, runsolver pid=26678
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 2.17 1.71 1.70 3/206 26738
/proc/meminfo: memFree=7984608/32770624 swapFree=67108404/67108860
[pid=26681] ppid=26678 vsize=10005480 memory=17072 CPUtime=0.09 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26681 21340 0 -1 1077944320 4395 12985 0 0 1 0 5 3 20 0 6 0 226923416 10245611520 4268 33554432000 4194304 4196468 140732793738496 140732793721040 140090096049911 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
/proc/26681/statm: 2501370 4268 1934 1 0 2489808 0
[pid=26681/tid=26734] ppid=26678 vsize=10005480 memory=4279135703946853774 CPUtime=0.09 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) R 26678 26681 21340 0 -1 4202560 2212 12985 0 0 1 0 5 3 20 0 6 0 226923425 10245611520 4268 33554432000 4194304 4196468 140732793738496 140090067886672 140090081732437 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 6 0 226923425 10245611520 4268 33554432000 4194304 4196468 140732793738496 140090100292624 140090096060117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=10005480 memory=140129601902208 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 6 0 226923425 10245611520 4268 33554432000 4194304 4196468 140732793738496 140089636154512 140090096060117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 6 0 226923426 10245611520 4268 33554432000 4194304 4196468 140732793738496 140089635101456 140090096060117 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) S 26678 26681 21340 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 6 0 226923426 10245611520 4268 33554432000 4194304 4196468 140732793738496 140089634048912 140090096060117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.209897 s]*
/proc/loadavg: 2.17 1.71 1.70 3/215 26747
/proc/meminfo: memFree=7958380/32770624 swapFree=67108404/67108860
[pid=26681] ppid=26678 vsize=10982696 memory=44440 CPUtime=0.27 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26681 21340 0 -1 1077944320 8493 12985 0 0 17 2 5 3 20 0 15 0 226923416 11246280704 11110 33554432000 4194304 4196468 140732793738496 140732793721040 140090096049911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
/proc/26681/statm: 2745674 11110 2943 1 0 2708109 0
[pid=26681/tid=26734] ppid=26678 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) R 26678 26681 21340 0 -1 4202560 5040 12985 0 0 10 1 5 3 20 0 15 0 226923425 11246280704 11110 33554432000 4194304 4196468 140732793738496 140090067837056 140090077613502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=10982696 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923425 11246280704 11110 33554432000 4194304 4196468 140732793738496 140090100292624 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=10982696 memory=140129601926270 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923425 11246280704 11110 33554432000 4194304 4196468 140732793738496 140089636154512 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923426 11246280704 11110 33554432000 4194304 4196468 140732793738496 140089635101456 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) S 26678 26681 21340 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 226923426 11246280704 11110 33554432000 4194304 4196468 140732793738496 140089634048912 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26739] ppid=26678 vsize=10982696 memory=140129601902208 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26739/stat : 26739 (java) S 26678 26681 21340 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 226923427 11246280704 11110 33554432000 4194304 4196468 140732793738496 140089387763952 140090096061058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26740] ppid=26678 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26740/stat : 26740 (java) S 26678 26681 21340 0 -1 1077944384 13 12985 0 0 0 0 5 3 20 0 15 0 226923427 11246280704 11110 33554432000 4194304 4196468 140732793738496 140088948286624 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26741] ppid=26678 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26741/stat : 26741 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923428 11246280704 11110 33554432000 4194304 4196468 140732793738496 140088746959600 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26742] ppid=26678 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26742/stat : 26742 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923430 11246280704 11110 33554432000 4194304 4196468 140732793738496 140088439560144 140090096068507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26743] ppid=26678 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26681/task/26743/stat : 26743 (java) S 26678 26681 21340 0 -1 1077944384 420 12985 0 0 1 0 5 3 20 0 15 0 226923430 11246280704 11110 33554432000 4194304 4196468 140732793738496 140089386711792 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26744] ppid=26678 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26681/task/26744/stat : 26744 (java) S 26678 26681 21340 0 -1 1077944384 189 12985 0 0 1 0 5 3 20 0 15 0 226923430 11246280704 11110 33554432000 4194304 4196468 140732793738496 140089385659248 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26745] ppid=26678 vsize=10982696 memory=140129601902208 CPUtime=0.11 cores=0,2,4,6
/proc/26681/task/26745/stat : 26745 (java) S 26678 26681 21340 0 -1 1077944384 627 12985 0 0 3 0 5 3 20 0 15 0 226923430 11246280704 11110 33554432000 4194304 4196468 140732793738496 140089384606192 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26746] ppid=26678 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26746/stat : 26746 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923431 11246280704 11110 33554432000 4194304 4196468 140732793738496 140088008764256 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26747] ppid=26678 vsize=10982696 memory=140129601902208 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26747/stat : 26747 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923431 11246280704 11110 33554432000 4194304 4196468 140732793738496 140089383553584 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44440 KiB

[startup+0.310421 s]*
/proc/loadavg: 2.17 1.71 1.70 3/215 26747
/proc/meminfo: memFree=7949324/32770624 swapFree=67108404/67108860
[pid=26681] ppid=26678 vsize=10983192 memory=55784 CPUtime=0.38 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26681 21340 0 -1 1077944320 10515 12985 0 0 28 2 5 3 20 0 15 0 226923416 11246788608 13946 33554432000 4194304 4196468 140732793738496 140732793721040 140090096049911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
/proc/26681/statm: 2745798 13946 3075 1 0 2708109 0
[pid=26681/tid=26734] ppid=26678 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) R 26678 26681 21340 0 -1 4202560 7055 12985 0 0 19 2 5 3 20 0 15 0 226923425 11246788608 13946 33554432000 4194304 4196468 140732793738496 140090067861920 140090081215504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923425 11246788608 13946 33554432000 4194304 4196468 140732793738496 140090100292624 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923425 11246788608 13946 33554432000 4194304 4196468 140732793738496 140089636154512 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923426 11246788608 13946 33554432000 4194304 4196468 140732793738496 140089635101456 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) S 26678 26681 21340 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 226923426 11246788608 13946 33554432000 4194304 4196468 140732793738496 140089634048912 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26739] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26739/stat : 26739 (java) S 26678 26681 21340 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 226923427 11246788608 13946 33554432000 4194304 4196468 140732793738496 140089387763952 140090096061058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26740] ppid=26678 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26740/stat : 26740 (java) S 26678 26681 21340 0 -1 1077944384 13 12985 0 0 0 0 5 3 20 0 15 0 226923427 11246788608 13946 33554432000 4194304 4196468 140732793738496 140088948286624 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26741] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26741/stat : 26741 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923428 11246788608 13946 33554432000 4194304 4196468 140732793738496 140088746959600 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26742] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26742/stat : 26742 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923430 11246788608 13946 33554432000 4194304 4196468 140732793738496 140088439560144 140090096068507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26743] ppid=26678 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26681/task/26743/stat : 26743 (java) S 26678 26681 21340 0 -1 1077944384 422 12985 0 0 1 0 5 3 20 0 15 0 226923430 11246788608 13946 33554432000 4194304 4196468 140732793738496 140089386711792 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26744] ppid=26678 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26681/task/26744/stat : 26744 (java) S 26678 26681 21340 0 -1 1077944384 189 12985 0 0 1 0 5 3 20 0 15 0 226923430 11246788608 13946 33554432000 4194304 4196468 140732793738496 140089385659248 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26745] ppid=26678 vsize=10983192 memory=140129601902208 CPUtime=0.13 cores=0,2,4,6
/proc/26681/task/26745/stat : 26745 (java) S 26678 26681 21340 0 -1 1077944384 632 12985 0 0 5 0 5 3 20 0 15 0 226923430 11246788608 13946 33554432000 4194304 4196468 140732793738496 140089384606192 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26746] ppid=26678 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26746/stat : 26746 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923431 11246788608 13946 33554432000 4194304 4196468 140732793738496 140088008764256 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26747] ppid=26678 vsize=10983192 memory=140129601902208 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26747/stat : 26747 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923431 11246788608 13946 33554432000 4194304 4196468 140732793738496 140089383553584 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55784 KiB

[startup+0.700787 s]
/proc/loadavg: 2.17 1.71 1.70 6/215 26747
/proc/meminfo: memFree=7938160/32770624 swapFree=67108404/67108860
[pid=26681] ppid=26678 vsize=10983192 memory=88868 CPUtime=0.98 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26681 21340 0 -1 1077944320 16814 12985 0 0 86 4 5 3 20 0 15 0 226923416 11246788608 22217 33554432000 4194304 4196468 140732793738496 140732793721040 140090096049911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
/proc/26681/statm: 2745798 22217 3237 1 0 2708109 0
[pid=26681/tid=26734] ppid=26678 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) R 26678 26681 21340 0 -1 4202560 12411 12985 0 0 55 3 5 3 20 0 15 0 226923425 11246788608 22217 33554432000 4194304 4196468 140732793738496 140090067870736 140090076325268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923425 11246788608 22217 33554432000 4194304 4196468 140732793738496 140090100292624 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923425 11246788608 22217 33554432000 4194304 4196468 140732793738496 140089636154512 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=10983192 memory=140129482191664 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923426 11246788608 22217 33554432000 4194304 4196468 140732793738496 140089635101456 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=10983192 memory=140131897967180 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) S 26678 26681 21340 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 226923426 11246788608 22217 33554432000 4194304 4196468 140732793738496 140089634048912 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26739] ppid=26678 vsize=10983192 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26739/stat : 26739 (java) S 26678 26681 21340 0 -1 1077944384 5 12985 0 0 0 0 5 3 20 0 15 0 226923427 11246788608 22217 33554432000 4194304 4196468 140732793738496 140089387763952 140090096061058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26740] ppid=26678 vsize=10983192 memory=4639098309541128813 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26740/stat : 26740 (java) S 26678 26681 21340 0 -1 1077944384 13 12985 0 0 0 0 5 3 20 0 15 0 226923427 11246788608 22217 33554432000 4194304 4196468 140732793738496 140088948286624 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26741] ppid=26678 vsize=10983192 memory=6082220498126138728 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26741/stat : 26741 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923428 11246788608 22217 33554432000 4194304 4196468 140732793738496 140088746959600 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26742] ppid=26678 vsize=10983192 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26742/stat : 26742 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923430 11246788608 22217 33554432000 4194304 4196468 140732793738496 140088439560144 140090096068507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26743] ppid=26678 vsize=10983192 memory=34060 CPUtime=0.15 cores=0,2,4,6
/proc/26681/task/26743/stat : 26743 (java) S 26678 26681 21340 0 -1 1077944384 675 12985 0 0 7 0 5 3 20 0 15 0 226923430 11246788608 22217 33554432000 4194304 4196468 140732793738496 140089386711792 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26744] ppid=26678 vsize=10983192 memory=14644 CPUtime=0.17 cores=0,2,4,6
/proc/26681/task/26744/stat : 26744 (java) S 26678 26681 21340 0 -1 1077944384 822 12985 0 0 9 0 5 3 20 0 15 0 226923430 11246788608 22217 33554432000 4194304 4196468 140732793738496 140089385659248 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26745] ppid=26678 vsize=10983192 memory=1720 CPUtime=0.2 cores=0,2,4,6
/proc/26681/task/26745/stat : 26745 (java) S 26678 26681 21340 0 -1 1077944384 686 12985 0 0 12 0 5 3 20 0 15 0 226923430 11246788608 22217 33554432000 4194304 4196468 140732793738496 140089384606192 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26746] ppid=26678 vsize=10983192 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26746/stat : 26746 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923431 11246788608 22217 33554432000 4194304 4196468 140732793738496 140088008764256 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26747] ppid=26678 vsize=10983192 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26747/stat : 26747 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923431 11246788608 22217 33554432000 4194304 4196468 140732793738496 140089383553584 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88868 KiB

[startup+1.50256 s]
/proc/loadavg: 2.17 1.71 1.70 3/215 26747
/proc/meminfo: memFree=7891004/32770624 swapFree=67108404/67108860
[pid=26681] ppid=26678 vsize=10991948 memory=461692 CPUtime=2.68 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26681 21340 0 -1 1077944320 22132 12985 0 0 215 45 5 3 20 0 15 0 226923416 11255754752 115423 33554432000 4194304 4196468 140732793738496 140732793721040 140090096049911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
/proc/26681/statm: 2747987 115423 3466 1 0 2709645 0
[pid=26681/tid=26734] ppid=26678 vsize=10991948 memory=65020 CPUtime=1.33 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) R 26678 26681 21340 0 -1 4202560 14920 12985 0 0 114 11 5 3 20 0 15 0 226923425 11255754752 115423 33554432000 4194304 4196468 140732793738496 140090067878752 140090096061846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=10991948 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) S 26678 26681 21340 0 -1 1077944384 220 12985 0 0 4 7 5 3 20 0 15 0 226923425 11255754752 115423 33554432000 4194304 4196468 140732793738496 140090100292624 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=10991948 memory=280258964414624 CPUtime=0.2 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) S 26678 26681 21340 0 -1 1077944384 505 12985 0 0 5 7 5 3 20 0 15 0 226923425 11255754752 115423 33554432000 4194304 4196468 140732793738496 140089636154512 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=10991948 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) S 26678 26681 21340 0 -1 1077944384 199 12985 0 0 5 8 5 3 20 0 15 0 226923426 11255754752 115423 33554432000 4194304 4196468 140732793738496 140089635101456 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=10991948 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) S 26678 26681 21340 0 -1 1077944384 259 12985 0 0 5 7 5 3 20 0 15 0 226923426 11255754752 115423 33554432000 4194304 4196468 140732793738496 140089634048912 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26739] ppid=26678 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26739/stat : 26739 (java) S 26678 26681 21340 0 -1 1077944384 96 12985 0 0 0 0 5 3 20 0 15 0 226923427 11255754752 115423 33554432000 4194304 4196468 140732793738496 140089387763952 140090096061058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26740] ppid=26678 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26740/stat : 26740 (java) S 26678 26681 21340 0 -1 1077944384 14 12985 0 0 0 0 5 3 20 0 15 0 226923427 11255754752 115423 33554432000 4194304 4196468 140732793738496 140088948286688 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26741] ppid=26678 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26741/stat : 26741 (java) S 26678 26681 21340 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 226923428 11255754752 115423 33554432000 4194304 4196468 140732793738496 140088746959616 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26742] ppid=26678 vsize=10991948 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26742/stat : 26742 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923430 11255754752 115423 33554432000 4194304 4196468 140732793738496 140088439560144 140090096068507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26743] ppid=26678 vsize=10991948 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/26681/task/26743/stat : 26743 (java) R 26678 26681 21340 0 -1 4202560 1577 12985 0 0 27 0 5 3 20 0 15 0 226923430 11255754752 115423 33554432000 4194304 4196468 140732793738496 140089386697816 140090077595275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26744] ppid=26678 vsize=10991948 memory=10 CPUtime=0.32 cores=0,2,4,6
/proc/26681/task/26744/stat : 26744 (java) R 26678 26681 21340 0 -1 4202560 1105 12985 0 0 24 0 5 3 20 0 15 0 226923430 11255754752 115423 33554432000 4194304 4196468 140732793738496 140089385659248 140090075767047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26745] ppid=26678 vsize=10991948 memory=6791534058613427641 CPUtime=0.34 cores=0,2,4,6
/proc/26681/task/26745/stat : 26745 (java) R 26678 26681 21340 0 -1 1077944384 1040 12985 0 0 26 0 5 3 20 0 15 0 226923430 11255754752 115423 33554432000 4194304 4196468 140732793738496 140089384601264 140090096060117 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26746] ppid=26678 vsize=10991948 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26746/stat : 26746 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923431 11255754752 115423 33554432000 4194304 4196468 140732793738496 140088008764256 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26747] ppid=26678 vsize=10991948 memory=280258964659072 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26747/stat : 26747 (java) S 26678 26681 21340 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 226923431 11255754752 115423 33554432000 4194304 4196468 140732793738496 140089383553584 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10991948 KiB

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

[pid=26681/tid=26734] ppid=26678 vsize=11010400 memory=1720 CPUtime=1057.79 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) S 26678 26681 21340 0 -1 1077944384 2324492 12985 0 0 105568 203 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140090064796752 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=11010400 memory=4872558044660077418 CPUtime=256.98 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) R 26678 26681 21340 0 -1 4202560 1131137 12985 0 0 24850 840 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140090100292744 140090080749701 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=11010400 memory=1224 CPUtime=257.12 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) R 26678 26681 21340 0 -1 4202560 1110611 12985 0 0 24875 829 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089636154632 140090088678119 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=11010400 memory=4700 CPUtime=256.84 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) R 26678 26681 21340 0 -1 4202560 1061056 12985 0 0 24814 862 5 3 20 0 15 0 226923426 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089635101576 140090088678119 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=11010400 memory=1404 CPUtime=257.41 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) R 26678 26681 21340 0 -1 4202560 1180693 12985 0 0 24924 809 5 3 20 0 15 0 226923426 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089634048720 140090088678119 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26739] ppid=26678 vsize=11010400 memory=4000 CPUtime=9.87 cores=0,2,4,6
/proc/26681/task/26739/stat : 26739 (java) S 26678 26681 21340 0 -1 1077944384 187885 12985 0 0 946 33 5 3 20 0 15 0 226923427 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089387762512 140090096060117 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26740] ppid=26678 vsize=11010400 memory=1156 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26740/stat : 26740 (java) S 26678 26681 21340 0 -1 1077944384 30 12985 0 0 0 0 5 3 20 0 15 0 226923427 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088948286752 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26741] ppid=26678 vsize=11010400 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26741/stat : 26741 (java) S 26678 26681 21340 0 -1 1077944384 11 12985 0 0 0 0 5 3 20 0 15 0 226923428 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088746959616 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26742] ppid=26678 vsize=11010400 memory=7540 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26742/stat : 26742 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088439560144 140090096068507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26743] ppid=26678 vsize=11010400 memory=812 CPUtime=4.41 cores=0,2,4,6
/proc/26681/task/26743/stat : 26743 (java) S 26678 26681 21340 0 -1 1077944384 26283 12985 0 0 429 4 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089386711840 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26744] ppid=26678 vsize=11010400 memory=1800 CPUtime=4.53 cores=0,2,4,6
/proc/26681/task/26744/stat : 26744 (java) S 26678 26681 21340 0 -1 1077944384 24577 12985 0 0 442 3 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089385659008 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26745] ppid=26678 vsize=11010400 memory=916 CPUtime=1.57 cores=0,2,4,6
/proc/26681/task/26745/stat : 26745 (java) S 26678 26681 21340 0 -1 1077944384 26694 12985 0 0 145 4 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089384606240 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26746] ppid=26678 vsize=11010400 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26746/stat : 26746 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923431 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088008764256 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26747] ppid=26678 vsize=11010400 memory=6791534058613427641 CPUtime=0.85 cores=0,2,4,6
/proc/26681/task/26747/stat : 26747 (java) S 26678 26681 21340 0 -1 1077944384 1844 12985 0 0 39 38 5 3 20 0 15 0 226923431 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089383553584 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 2106.76 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 8491964 KiB

[startup+1329.6 s]
/proc/loadavg: 3.45 3.12 2.86 9/215 26912
/proc/meminfo: memFree=2031728/32770624 swapFree=67108404/67108860
[pid=26681] ppid=26678 vsize=11010400 memory=8491964 CPUtime=2113 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26681 21340 0 -1 1077944320 7081698 12985 0 0 207672 3620 5 3 20 0 15 0 226923416 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140732793721040 140090096049911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
/proc/26681/statm: 2752600 2122991 3515 1 0 2714253 0
[pid=26681/tid=26734] ppid=26678 vsize=11010400 memory=61784 CPUtime=1057.79 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) S 26678 26681 21340 0 -1 1077944384 2324492 12985 0 0 105568 203 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140090064796752 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=11010400 memory=2148 CPUtime=258.56 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) R 26678 26681 21340 0 -1 4202560 1133233 12985 0 0 25007 841 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140090100292744 140090081046315 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=11010400 memory=6791534058613427641 CPUtime=258.7 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) R 26678 26681 21340 0 -1 4202560 1111732 12985 0 0 25032 830 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089636154632 140090077659520 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=11010400 memory=876 CPUtime=258.39 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) R 26678 26681 21340 0 -1 4202560 1062002 12985 0 0 24968 863 5 3 20 0 15 0 226923426 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089635101264 140090088678119 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=11010400 memory=1924 CPUtime=258.95 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) R 26678 26681 21340 0 -1 4202560 1180720 12985 0 0 25077 810 5 3 20 0 15 0 226923426 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089634048720 140090088678119 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26739] ppid=26678 vsize=11010400 memory=6992 CPUtime=9.87 cores=0,2,4,6
/proc/26681/task/26739/stat : 26739 (java) S 26678 26681 21340 0 -1 1077944384 187885 12985 0 0 946 33 5 3 20 0 15 0 226923427 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089387762512 140090096060117 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26740] ppid=26678 vsize=11010400 memory=8491964 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26740/stat : 26740 (java) S 26678 26681 21340 0 -1 1077944384 30 12985 0 0 0 0 5 3 20 0 15 0 226923427 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088948286752 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26741] ppid=26678 vsize=11010400 memory=8491960 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26741/stat : 26741 (java) S 26678 26681 21340 0 -1 1077944384 11 12985 0 0 0 0 5 3 20 0 15 0 226923428 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088746959616 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26742] ppid=26678 vsize=11010400 memory=8491960 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26742/stat : 26742 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088439560144 140090096068507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26743] ppid=26678 vsize=11010400 memory=8491960 CPUtime=4.41 cores=0,2,4,6
/proc/26681/task/26743/stat : 26743 (java) S 26678 26681 21340 0 -1 1077944384 26283 12985 0 0 429 4 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089386711840 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26744] ppid=26678 vsize=11010400 memory=3192 CPUtime=4.53 cores=0,2,4,6
/proc/26681/task/26744/stat : 26744 (java) S 26678 26681 21340 0 -1 1077944384 24577 12985 0 0 442 3 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089385659008 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26745] ppid=26678 vsize=11010400 memory=61784 CPUtime=1.57 cores=0,2,4,6
/proc/26681/task/26745/stat : 26745 (java) S 26678 26681 21340 0 -1 1077944384 26694 12985 0 0 145 4 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089384606240 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26746] ppid=26678 vsize=11010400 memory=2148 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26746/stat : 26746 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923431 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088008764256 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26747] ppid=26678 vsize=11010400 memory=1160 CPUtime=0.85 cores=0,2,4,6
/proc/26681/task/26747/stat : 26747 (java) S 26678 26681 21340 0 -1 1077944384 1844 12985 0 0 39 38 5 3 20 0 15 0 226923431 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089383553584 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 2113 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 8491964 KiB

[startup+1331.21 s]
/proc/loadavg: 3.57 3.15 2.87 6/215 26912
/proc/meminfo: memFree=1898052/32770624 swapFree=67108404/67108860
[pid=26681] ppid=26678 vsize=11010400 memory=8491964 CPUtime=2118.34 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26681 21340 0 -1 1077944320 7086453 12985 0 0 208206 3620 5 3 20 0 15 0 226923416 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140732793721040 140090096049911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
/proc/26681/statm: 2752600 2122991 3515 1 0 2714253 0
[pid=26681/tid=26734] ppid=26678 vsize=11010400 memory=132 CPUtime=1057.79 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) S 26678 26681 21340 0 -1 1077944384 2324535 12985 0 0 105568 203 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140090067874144 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=11010400 memory=6944656592455359580 CPUtime=259.81 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) R 26678 26681 21340 0 -1 4202560 1133589 12985 0 0 25132 841 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140090100292624 140090080750544 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=11010400 memory=8440360 CPUtime=259.93 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) R 26678 26681 21340 0 -1 4202560 1111746 12985 0 0 25155 830 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089636154712 140090080750627 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=11010400 memory=756 CPUtime=259.64 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) R 26678 26681 21340 0 -1 4202560 1062293 12985 0 0 25093 863 5 3 20 0 15 0 226923426 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089635101456 140090080750363 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=11010400 memory=288230574492221466 CPUtime=260.2 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) R 26678 26681 21340 0 -1 4202560 1180977 12985 0 0 25202 810 5 3 20 0 15 0 226923426 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089634049112 140090089154594 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26739] ppid=26678 vsize=11010400 memory=288230596050944315 CPUtime=10.22 cores=0,2,4,6
/proc/26681/task/26739/stat : 26739 (java) S 26678 26681 21340 0 -1 1077944384 191672 12985 0 0 981 33 5 3 20 0 15 0 226923427 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089387762496 140090096060117 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26740] ppid=26678 vsize=11010400 memory=13850767857552039 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26740/stat : 26740 (java) S 26678 26681 21340 0 -1 1077944384 30 12985 0 0 0 0 5 3 20 0 15 0 226923427 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088948286752 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26741] ppid=26678 vsize=11010400 memory=8491960 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26741/stat : 26741 (java) S 26678 26681 21340 0 -1 1077944384 11 12985 0 0 0 0 5 3 20 0 15 0 226923428 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088746959616 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26742] ppid=26678 vsize=11010400 memory=6992 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26742/stat : 26742 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088439560144 140090096068507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26743] ppid=26678 vsize=11010400 memory=8491960 CPUtime=4.41 cores=0,2,4,6
/proc/26681/task/26743/stat : 26743 (java) S 26678 26681 21340 0 -1 1077944384 26285 12985 0 0 429 4 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089386711792 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26744] ppid=26678 vsize=11010400 memory=6791534058613427641 CPUtime=4.53 cores=0,2,4,6
/proc/26681/task/26744/stat : 26744 (java) S 26678 26681 21340 0 -1 1077944384 24579 12985 0 0 442 3 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089385659248 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26745] ppid=26678 vsize=11010400 memory=61784 CPUtime=1.57 cores=0,2,4,6
/proc/26681/task/26745/stat : 26745 (java) S 26678 26681 21340 0 -1 1077944384 26696 12985 0 0 145 4 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089384606192 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26746] ppid=26678 vsize=11010400 memory=8491960 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26746/stat : 26746 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923431 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088008764256 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26747] ppid=26678 vsize=11010400 memory=8288780 CPUtime=0.85 cores=0,2,4,6
/proc/26681/task/26747/stat : 26747 (java) S 26678 26681 21340 0 -1 1077944384 1845 12985 0 0 39 38 5 3 20 0 15 0 226923431 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089383553584 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 2118.34 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 8491964 KiB

[startup+1332 s]*
/proc/loadavg: 3.57 3.15 2.87 10/215 26912
/proc/meminfo: memFree=1897928/32770624 swapFree=67108404/67108860
[pid=26681] ppid=26678 vsize=11010400 memory=8491964 CPUtime=2121.52 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26681 21340 0 -1 1077944320 7086473 12985 0 0 208524 3620 5 3 20 0 15 0 226923416 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140732793721040 140090096049911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
/proc/26681/statm: 2752600 2122991 3515 1 0 2714253 0
[pid=26681/tid=26734] ppid=26678 vsize=11010400 memory=756 CPUtime=1057.79 cores=0,2,4,6
/proc/26681/task/26734/stat : 26734 (java) S 26678 26681 21340 0 -1 1077944384 2324535 12985 0 0 105568 203 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140090067874144 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26735] ppid=26678 vsize=11010400 memory=9624 CPUtime=260.61 cores=0,2,4,6
/proc/26681/task/26735/stat : 26735 (java) R 26678 26681 21340 0 -1 4202560 1133609 12985 0 0 25212 841 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140090100292824 140090080750544 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26736] ppid=26678 vsize=11010400 memory=4872558044660077418 CPUtime=260.72 cores=0,2,4,6
/proc/26681/task/26736/stat : 26736 (java) R 26678 26681 21340 0 -1 4202560 1111746 12985 0 0 25234 830 5 3 20 0 15 0 226923425 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089636154632 140090088678119 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26737] ppid=26678 vsize=11010400 memory=4126316290023845779 CPUtime=260.43 cores=0,2,4,6
/proc/26681/task/26737/stat : 26737 (java) R 26678 26681 21340 0 -1 4202560 1062293 12985 0 0 25172 863 5 3 20 0 15 0 226923426 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089635101576 140090088678119 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26738] ppid=26678 vsize=11010400 memory=2592 CPUtime=261 cores=0,2,4,6
/proc/26681/task/26738/stat : 26738 (java) R 26678 26681 21340 0 -1 4202560 1180977 12985 0 0 25282 810 5 3 20 0 15 0 226923426 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089634048720 140090088678119 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26739] ppid=26678 vsize=11010400 memory=1408 CPUtime=10.22 cores=0,2,4,6
/proc/26681/task/26739/stat : 26739 (java) S 26678 26681 21340 0 -1 1077944384 191672 12985 0 0 981 33 5 3 20 0 15 0 226923427 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089387762496 140090096060117 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26740] ppid=26678 vsize=11010400 memory=3244 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26740/stat : 26740 (java) S 26678 26681 21340 0 -1 1077944384 30 12985 0 0 0 0 5 3 20 0 15 0 226923427 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088948286752 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26741] ppid=26678 vsize=11010400 memory=8491960 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26741/stat : 26741 (java) S 26678 26681 21340 0 -1 1077944384 11 12985 0 0 0 0 5 3 20 0 15 0 226923428 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088746959616 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26742] ppid=26678 vsize=11010400 memory=1800 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26742/stat : 26742 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088439560144 140090096068507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26743] ppid=26678 vsize=11010400 memory=916 CPUtime=4.41 cores=0,2,4,6
/proc/26681/task/26743/stat : 26743 (java) S 26678 26681 21340 0 -1 1077944384 26285 12985 0 0 429 4 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089386711792 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26744] ppid=26678 vsize=11010400 memory=3848 CPUtime=4.53 cores=0,2,4,6
/proc/26681/task/26744/stat : 26744 (java) S 26678 26681 21340 0 -1 1077944384 24579 12985 0 0 442 3 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089385659248 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26745] ppid=26678 vsize=11010400 memory=2592 CPUtime=1.57 cores=0,2,4,6
/proc/26681/task/26745/stat : 26745 (java) S 26678 26681 21340 0 -1 1077944384 26696 12985 0 0 145 4 5 3 20 0 15 0 226923430 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089384606192 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26746] ppid=26678 vsize=11010400 memory=2592 CPUtime=0.08 cores=0,2,4,6
/proc/26681/task/26746/stat : 26746 (java) S 26678 26681 21340 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 226923431 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140088008764256 140090096060117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
[pid=26681/tid=26747] ppid=26678 vsize=11010400 memory=1408 CPUtime=0.86 cores=0,2,4,6
/proc/26681/task/26747/stat : 26747 (java) S 26678 26681 21340 0 -1 1077944384 1845 12985 0 0 39 39 5 3 20 0 15 0 226923431 11274649600 2122991 33554432000 4194304 4196468 140732793738496 140089383553584 140090096061058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36671488 140732793739884 140732793742684 140732793742684 140732793745359 0
Current children cumulated CPU time: 2121.52 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 8491964 KiB

[startup+1332.2 s]*
/proc/loadavg: 3.57 3.15 2.87 6/202 26913
/proc/meminfo: memFree=6657472/32770624 swapFree=67108404/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1332.31 s]
/proc/loadavg: 3.57 3.15 2.87 6/202 26913
/proc/meminfo: memFree=6657472/32770624 swapFree=67108404/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 1332.36
CPU time (s): 2122.01
CPU user time (s): 2085.5
CPU system time (s): 36.5058
CPU usage (%): 159.267
Max. virtual memory (cumulated for all children) (KiB): 11141476
Max. memory (cumulated for all children) (KiB): 8491964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2085.5
system time used= 36.5058
maximum resident set size= 8491964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7100180
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55982
involuntary context switches= 17124


# summary of solver processes directly reported to runsolver:
#   pid: 26681
#   total CPU time (s): 2122.01
#   total CPU user time (s): 2085.5
#   total CPU system time (s): 36.5058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.04304 second user time and 12.8198 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 19:06:43
IDJOB=4304475
IDBENCH=141312
IDSOLVER=2780
FILE ID=node148/4304475-1534093600
RUNJOBID= node148-1534093409-26323
PBS_JOBID= 21036979
Free space on /tmp= 33756 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304475-1534093600/watcher-4304475-1534093600 -o /tmp/evaluation-result-4304475-1534093600/solver-4304475-1534093600 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534093409-26323 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1239517727 HOME/instance-4304475-1534093600.xml

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=1239517727

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:         7990500 kB
MemAvailable:   26349600 kB
Buffers:          250380 kB
Cached:         18090184 kB
SwapCached:          352 kB
Active:         14404952 kB
Inactive:        9533400 kB
Active(anon):    5548696 kB
Inactive(anon):   101676 kB
Active(file):    8856256 kB
Inactive(file):  9431724 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             63552 kB
Writeback:             0 kB
AnonPages:       5605028 kB
Mapped:            67332 kB
Shmem:             49592 kB
Slab:             528200 kB
SReclaimable:     499580 kB
SUnreclaim:        28620 kB
KernelStack:        3520 kB
PageTables:        16440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6214156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5376000 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= 33776 MiB
End job on node148 at 2018-08-12 19:28:55