Trace number 4295917

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 NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.08 2483.83

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-10_c18.xml
MD5SUM527aaa9849fb01578545f5f3ea53e2c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1431.43
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints182
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":190}]
Minimum variable degree0
Maximum variable degree21
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":20,"count":10},{"degree":21,"count":90}]
Minimum constraint arity10
Maximum constraint arity100
Distribution of constraint arities[{"arity":10,"count":1},{"arity":12,"count":180},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":180}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
2520.03/2483.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2483.81		at concrete.MAC.mac(MAC.scala:188)
2520.03/2483.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2483.81		at scala.util.Try$.apply(Try.scala:209)
2520.03/2483.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2483.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2483.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2483.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2483.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2483.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2483.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2483.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2483.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2483.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2483.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2483.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2483.81		at concrete.ProblemState.map(ProblemState.scala:221)
2520.03/2483.81		at concrete.ProblemState.map(ProblemState.scala:204)
2520.03/2483.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2483.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2483.81		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.03/2483.81		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.03/2483.81		at concrete.Solver.toStream(Solver.scala:68)
2520.03/2483.81		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.03/2483.81		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.03/2483.81		at concrete.Solver.toIterable(Solver.scala:68)
2520.03/2483.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.03/2483.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2483.81		at scala.util.Success.map(Try.scala:209)
2520.03/2483.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2483.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2483.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2483.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2483.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2483.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2483.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2483.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2483.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2483.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2483.81		at scala.App.main(App.scala:76)
2520.03/2483.81		at scala.App.main$(App.scala:74)
2520.03/2483.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2483.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2483.81	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5788 MiB free)
  memory of node 1: 16384 MiB (10488 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295917-1532598299/watcher-4295917-1532598299 -o /tmp/evaluation-result-4295917-1532598299/solver-4295917-1532598299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1481385058 -superng HOME/instance-4295917-1532598299.xml 

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

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


[startup+0.100089 s]*
/proc/loadavg: 1.40 1.41 1.41 3/207 3119
/proc/meminfo: memFree=16659212/32770624 swapFree=67108796/67108860
[pid=3062] ppid=3059 vsize=9972712 memory=16948 CPUtime=0.08 cores=1,3,5,7
/proc/3062/stat : 3062 (java) S 3059 3062 32560 0 -1 1077944320 4405 13282 0 0 1 0 4 3 20 0 6 0 77393130 10212057088 4237 33554432000 4194304 4196468 140723248876192 140723248858736 139780990652151 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
/proc/3062/statm: 2493178 4237 1934 1 0 2481616 0
[pid=3062/tid=3115] ppid=3059 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 2241 13282 0 0 1 0 4 3 20 0 6 0 77393139 10212057088 4814 33554432000 4194304 4196468 140723248876192 139780962488912 139780970475328 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 6 0 77393140 10212057088 4814 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=9972712 memory=140032599602816 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 6 0 77393140 10212057088 4814 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 6 0 77393140 10212057088 4814 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 6 0 77393140 10212057088 4814 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16948 KiB

[startup+0.209858 s]*
/proc/loadavg: 1.40 1.41 1.41 3/216 3128
/proc/meminfo: memFree=16635368/32770624 swapFree=67108796/67108860
[pid=3062] ppid=3059 vsize=10818936 memory=48092 CPUtime=0.26 cores=1,3,5,7
/proc/3062/stat : 3062 (java) S 3059 3062 32560 0 -1 1077944320 8895 13282 0 0 17 2 4 3 20 0 15 0 77393130 11078590464 12023 33554432000 4194304 4196468 140723248876192 140723248858736 139780990652151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
/proc/3062/statm: 2704734 12023 2939 1 0 2667157 0
[pid=3062/tid=3115] ppid=3059 vsize=10818904 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 5940 13282 0 0 10 1 4 3 20 0 15 0 77393139 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780962476960 139780983369255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=10818904 memory=140032599602816 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393140 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3120] ppid=3059 vsize=10818904 memory=140032599602816 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3120/stat : 3120 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393141 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780517309040 139780990663298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3121] ppid=3059 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3121/stat : 3121 (java) S 3059 3062 32560 0 -1 1077944384 13 13282 0 0 0 0 4 3 20 0 15 0 77393142 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780448838944 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3122] ppid=3059 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3122/stat : 3122 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393142 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780314621552 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3123] ppid=3059 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3123/stat : 3123 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393144 11078557696 12406 33554432000 4194304 4196468 140723248876192 139779710642768 139780990670747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3124] ppid=3059 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3062/task/3124/stat : 3124 (java) S 3059 3062 32560 0 -1 1077944384 512 13282 0 0 1 0 4 3 20 0 15 0 77393144 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780415281264 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3125] ppid=3059 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3125/stat : 3125 (java) S 3059 3062 32560 0 -1 1077944384 53 13282 0 0 0 0 4 3 20 0 15 0 77393144 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780414228464 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3126] ppid=3059 vsize=10818904 memory=140032599602816 CPUtime=0.1 cores=1,3,5,7
/proc/3062/task/3126/stat : 3126 (java) R 3059 3062 32560 0 -1 4202560 564 13282 0 0 3 0 4 3 20 0 15 0 77393144 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780413176176 139780990673498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3127] ppid=3059 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3127/stat : 3127 (java) S 3059 3062 32560 0 -1 1077944384 3 13282 0 0 0 0 4 3 20 0 15 0 77393145 11078557696 12406 33554432000 4194304 4196468 140723248876192 139779240880608 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3128] ppid=3059 vsize=10818904 memory=140032599602816 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3128/stat : 3128 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393145 11078557696 12406 33554432000 4194304 4196468 140723248876192 139780412124080 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 48092 KiB

[startup+0.31031 s]*
/proc/loadavg: 1.40 1.41 1.41 3/216 3128
/proc/meminfo: memFree=16621972/32770624 swapFree=67108796/67108860
[pid=3062] ppid=3059 vsize=10819352 memory=57500 CPUtime=0.38 cores=1,3,5,7
/proc/3062/stat : 3062 (java) S 3059 3062 32560 0 -1 1077944320 10479 13282 0 0 29 2 4 3 20 0 15 0 77393130 11079016448 14375 33554432000 4194304 4196468 140723248876192 140723248858736 139780990652151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
/proc/3062/statm: 2704838 14375 3058 1 0 2667149 0
[pid=3062/tid=3115] ppid=3059 vsize=10819352 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 7132 13282 0 0 20 2 4 3 20 0 15 0 77393139 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780962464160 139780973838960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393140 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3120] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3120/stat : 3120 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393141 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780517309040 139780990663298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3121] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3121/stat : 3121 (java) S 3059 3062 32560 0 -1 1077944384 13 13282 0 0 0 0 4 3 20 0 15 0 77393142 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780448838944 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3122] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3122/stat : 3122 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393142 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780314621552 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3123] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3123/stat : 3123 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393144 11079016448 14375 33554432000 4194304 4196468 140723248876192 139779710642768 139780990670747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3124] ppid=3059 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3062/task/3124/stat : 3124 (java) S 3059 3062 32560 0 -1 1077944384 512 13282 0 0 2 0 4 3 20 0 15 0 77393144 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780415281264 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3125] ppid=3059 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3062/task/3125/stat : 3125 (java) S 3059 3062 32560 0 -1 1077944384 54 13282 0 0 1 0 4 3 20 0 15 0 77393144 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780414228464 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3126] ppid=3059 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3062/task/3126/stat : 3126 (java) S 3059 3062 32560 0 -1 1077944384 572 13282 0 0 5 0 4 3 20 0 15 0 77393144 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780413176176 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3127] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3127/stat : 3127 (java) S 3059 3062 32560 0 -1 1077944384 3 13282 0 0 0 0 4 3 20 0 15 0 77393145 11079016448 14375 33554432000 4194304 4196468 140723248876192 139779240880608 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3128] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3128/stat : 3128 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393145 11079016448 14375 33554432000 4194304 4196468 140723248876192 139780412124080 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57500 KiB

[startup+0.700679 s]
/proc/loadavg: 1.40 1.41 1.41 4/216 3128
/proc/meminfo: memFree=16612160/32770624 swapFree=67108796/67108860
[pid=3062] ppid=3059 vsize=10819352 memory=90652 CPUtime=0.99 cores=1,3,5,7
/proc/3062/stat : 3062 (java) S 3059 3062 32560 0 -1 1077944320 16752 13282 0 0 88 4 4 3 20 0 15 0 77393130 11079016448 22663 33554432000 4194304 4196468 140723248876192 140723248858736 139780990652151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
/proc/3062/statm: 2704838 22663 3240 1 0 2667149 0
[pid=3062/tid=3115] ppid=3059 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 12406 13282 0 0 56 3 4 3 20 0 15 0 77393139 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780962472976 139780974732638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=10819352 memory=7886766292050524213 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=10819352 memory=5860705218891763792 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393140 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=10819352 memory=6226596351323422817 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393140 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3120] ppid=3059 vsize=10819352 memory=2319389199337275488 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3120/stat : 3120 (java) S 3059 3062 32560 0 -1 1077944384 5 13282 0 0 0 0 4 3 20 0 15 0 77393141 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780517309040 139780990663298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3121] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3121/stat : 3121 (java) S 3059 3062 32560 0 -1 1077944384 13 13282 0 0 0 0 4 3 20 0 15 0 77393142 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780448838944 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3122] ppid=3059 vsize=10819352 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3122/stat : 3122 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393142 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780314621552 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3123] ppid=3059 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3123/stat : 3123 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393144 11079016448 22663 33554432000 4194304 4196468 140723248876192 139779710642768 139780990670747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3124] ppid=3059 vsize=10819352 memory=2244 CPUtime=0.17 cores=1,3,5,7
/proc/3062/task/3124/stat : 3124 (java) S 3059 3062 32560 0 -1 1077944384 1076 13282 0 0 10 0 4 3 20 0 15 0 77393144 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780415281264 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3125] ppid=3059 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/3062/task/3125/stat : 3125 (java) S 3059 3062 32560 0 -1 1077944384 403 13282 0 0 7 0 4 3 20 0 15 0 77393144 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780414228464 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3126] ppid=3059 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3062/task/3126/stat : 3126 (java) R 3059 3062 32560 0 -1 4202560 654 13282 0 0 13 0 4 3 20 0 15 0 77393144 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780413176176 139780969318093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3127] ppid=3059 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3127/stat : 3127 (java) S 3059 3062 32560 0 -1 1077944384 3 13282 0 0 0 0 4 3 20 0 15 0 77393145 11079016448 22663 33554432000 4194304 4196468 140723248876192 139779240880608 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3128] ppid=3059 vsize=10819352 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3128/stat : 3128 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393145 11079016448 22663 33554432000 4194304 4196468 140723248876192 139780412124080 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90652 KiB

[startup+1.50069 s]
/proc/loadavg: 1.40 1.41 1.41 5/216 3128
/proc/meminfo: memFree=16567068/32770624 swapFree=67108796/67108860
[pid=3062] ppid=3059 vsize=10834252 memory=181312 CPUtime=2.3 cores=1,3,5,7
/proc/3062/stat : 3062 (java) S 3059 3062 32560 0 -1 1077944320 23934 13282 0 0 213 10 4 3 20 0 15 0 77393130 11094274048 45328 33554432000 4194304 4196468 140723248876192 140723248858736 139780990652151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
/proc/3062/statm: 2708563 45328 3476 1 0 2670221 0
[pid=3062/tid=3115] ppid=3059 vsize=10834252 memory=124 CPUtime=1.42 cores=1,3,5,7
/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 17884 13282 0 0 129 6 4 3 20 0 15 0 77393139 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780962483392 139780990674077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=10834252 memory=78 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 28 13282 0 0 0 0 4 3 20 0 15 0 77393140 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 17 13282 0 0 1 0 4 3 20 0 15 0 77393140 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 215 13282 0 0 1 0 4 3 20 0 15 0 77393140 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 71 13282 0 0 1 0 4 3 20 0 15 0 77393140 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3120] ppid=3059 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3062/task/3120/stat : 3120 (java) S 3059 3062 32560 0 -1 1077944384 69 13282 0 0 1 0 4 3 20 0 15 0 77393141 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780517309040 139780990663298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3121] ppid=3059 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3121/stat : 3121 (java) S 3059 3062 32560 0 -1 1077944384 14 13282 0 0 0 0 4 3 20 0 15 0 77393142 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780448839008 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3122] ppid=3059 vsize=10834252 memory=-7591201286991560646 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3122/stat : 3122 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393142 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780314621568 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3123] ppid=3059 vsize=10834252 memory=-2127761035138457591 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3123/stat : 3123 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393144 11094274048 45328 33554432000 4194304 4196468 140723248876192 139779710642768 139780990670747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3124] ppid=3059 vsize=10834252 memory=-2897801490638248331 CPUtime=0.29 cores=1,3,5,7
/proc/3062/task/3124/stat : 3124 (java) S 3059 3062 32560 0 -1 1077944384 1512 13282 0 0 22 0 4 3 20 0 15 0 77393144 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780415281264 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3125] ppid=3059 vsize=10834252 memory=-6724536730952820888 CPUtime=0.26 cores=1,3,5,7
/proc/3062/task/3125/stat : 3125 (java) S 3059 3062 32560 0 -1 1077944384 654 13282 0 0 19 0 4 3 20 0 15 0 77393144 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780414228464 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3126] ppid=3059 vsize=10834252 memory=-2746958450906831519 CPUtime=0.42 cores=1,3,5,7
/proc/3062/task/3126/stat : 3126 (java) S 3059 3062 32560 0 -1 1077944384 1276 13282 0 0 35 0 4 3 20 0 15 0 77393144 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780413176176 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3127] ppid=3059 vsize=10834252 memory=64 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3127/stat : 3127 (java) S 3059 3062 32560 0 -1 1077944384 3 13282 0 0 0 0 4 3 20 0 15 0 77393145 11094274048 45328 33554432000 4194304 4196468 140723248876192 139779240880608 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3128] ppid=3059 vsize=10834252 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3128/stat : 3128 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393145 11094274048 45328 33554432000 4194304 4196468 140723248876192 139780412124080 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10834252 KiB

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

/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 86587 13282 0 0 230510 40 4 3 20 0 15 0 77393139 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780962485792 139780607488067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=10914144 memory=810100 CPUtime=8.03 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 15281 13282 0 0 760 36 4 3 20 0 15 0 77393140 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=10914144 memory=810100 CPUtime=8.06 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 12908 13282 0 0 763 36 4 3 20 0 15 0 77393140 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=10914144 memory=810100 CPUtime=8.02 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 14455 13282 0 0 756 39 4 3 20 0 15 0 77393140 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=10914144 memory=810100 CPUtime=8.06 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 10263 13282 0 0 763 36 4 3 20 0 15 0 77393140 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3120] ppid=3059 vsize=10914144 memory=810100 CPUtime=7.17 cores=1,3,5,7
/proc/3062/task/3120/stat : 3120 (java) S 3059 3062 32560 0 -1 1077944384 14202 13282 0 0 679 31 4 3 20 0 15 0 77393141 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780517309040 139780990663298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3121] ppid=3059 vsize=10914144 memory=810100 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3121/stat : 3121 (java) S 3059 3062 32560 0 -1 1077944384 14 13282 0 0 0 0 4 3 20 0 15 0 77393142 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780448839072 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3122] ppid=3059 vsize=10914144 memory=810100 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3122/stat : 3122 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393142 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780314621568 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3123] ppid=3059 vsize=10914144 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3123/stat : 3123 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393144 11176083456 202525 33554432000 4194304 4196468 140723248876192 139779710642768 139780990670747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3124] ppid=3059 vsize=10914144 memory=810100 CPUtime=4.53 cores=1,3,5,7
/proc/3062/task/3124/stat : 3124 (java) S 3059 3062 32560 0 -1 1077944384 27854 13282 0 0 442 4 4 3 20 0 15 0 77393144 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780415281264 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3125] ppid=3059 vsize=10914144 memory=810100 CPUtime=4.6 cores=1,3,5,7
/proc/3062/task/3125/stat : 3125 (java) S 3059 3062 32560 0 -1 1077944384 29089 13282 0 0 450 3 4 3 20 0 15 0 77393144 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780414228464 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3126] ppid=3059 vsize=10914144 memory=810100 CPUtime=2.05 cores=1,3,5,7
/proc/3062/task/3126/stat : 3126 (java) S 3059 3062 32560 0 -1 1077944384 31050 13282 0 0 194 4 4 3 20 0 15 0 77393144 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780413176176 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3127] ppid=3059 vsize=10914144 memory=810100 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3127/stat : 3127 (java) S 3059 3062 32560 0 -1 1077944384 3 13282 0 0 0 0 4 3 20 0 15 0 77393145 11176083456 202525 33554432000 4194304 4196468 140723248876192 139779240880608 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3128] ppid=3059 vsize=10914144 memory=810100 CPUtime=1.25 cores=1,3,5,7
/proc/3062/task/3128/stat : 3128 (java) S 3059 3062 32560 0 -1 1077944384 1548 13282 0 0 53 65 4 3 20 0 15 0 77393145 11176083456 202525 33554432000 4194304 4196468 140723248876192 139780412124080 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 2356.83 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 810100 KiB

[startup+2382.3 s]
/proc/loadavg: 1.37 1.40 1.36 3/216 3352
/proc/meminfo: memFree=16238696/32770624 swapFree=67108796/67108860
[pid=3062] ppid=3059 vsize=10914144 memory=812148 CPUtime=2417.47 cores=1,3,5,7
/proc/3062/stat : 3062 (java) S 3059 3062 32560 0 -1 1077944320 246666 13282 0 0 241481 259 4 3 20 0 15 0 77393130 11176083456 203037 33554432000 4194304 4196468 140723248876192 140723248858736 139780990652151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
/proc/3062/statm: 2728536 203037 3525 1 0 2690189 0
[pid=3062/tid=3115] ppid=3059 vsize=10914144 memory=812148 CPUtime=2365.15 cores=1,3,5,7
/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 87157 13282 0 0 236468 40 4 3 20 0 15 0 77393139 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780962486480 139780607487840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=10914144 memory=812148 CPUtime=8.25 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 15302 13282 0 0 781 37 4 3 20 0 15 0 77393140 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=10914144 memory=812148 CPUtime=8.27 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 12929 13282 0 0 784 36 4 3 20 0 15 0 77393140 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=10914144 memory=812148 CPUtime=8.24 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 14774 13282 0 0 777 40 4 3 20 0 15 0 77393140 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=10914144 memory=812148 CPUtime=8.27 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 10332 13282 0 0 783 37 4 3 20 0 15 0 77393140 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3120] ppid=3059 vsize=10914144 memory=812148 CPUtime=7.36 cores=1,3,5,7
/proc/3062/task/3120/stat : 3120 (java) S 3059 3062 32560 0 -1 1077944384 14400 13282 0 0 697 32 4 3 20 0 15 0 77393141 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780517309040 139780990663298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3121] ppid=3059 vsize=10914144 memory=8876 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3121/stat : 3121 (java) S 3059 3062 32560 0 -1 1077944384 14 13282 0 0 0 0 4 3 20 0 15 0 77393142 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780448839072 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3122] ppid=3059 vsize=10914144 memory=812148 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3122/stat : 3122 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393142 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780314621568 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3123] ppid=3059 vsize=10914144 memory=812148 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3123/stat : 3123 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393144 11176083456 203037 33554432000 4194304 4196468 140723248876192 139779710642768 139780990670747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3124] ppid=3059 vsize=10914144 memory=812148 CPUtime=4.53 cores=1,3,5,7
/proc/3062/task/3124/stat : 3124 (java) S 3059 3062 32560 0 -1 1077944384 27856 13282 0 0 442 4 4 3 20 0 15 0 77393144 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780415281264 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3125] ppid=3059 vsize=10914144 memory=812148 CPUtime=4.6 cores=1,3,5,7
/proc/3062/task/3125/stat : 3125 (java) S 3059 3062 32560 0 -1 1077944384 29091 13282 0 0 450 3 4 3 20 0 15 0 77393144 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780414228464 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3126] ppid=3059 vsize=10914144 memory=288230621803970871 CPUtime=2.05 cores=1,3,5,7
/proc/3062/task/3126/stat : 3126 (java) S 3059 3062 32560 0 -1 1077944384 31052 13282 0 0 194 4 4 3 20 0 15 0 77393144 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780413176176 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3127] ppid=3059 vsize=10914144 memory=1040 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3127/stat : 3127 (java) S 3059 3062 32560 0 -1 1077944384 3 13282 0 0 0 0 4 3 20 0 15 0 77393145 11176083456 203037 33554432000 4194304 4196468 140723248876192 139779240880608 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3128] ppid=3059 vsize=10914144 memory=1628 CPUtime=1.27 cores=1,3,5,7
/proc/3062/task/3128/stat : 3128 (java) S 3059 3062 32560 0 -1 1077944384 1566 13282 0 0 54 66 4 3 20 0 15 0 77393145 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780412124080 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 2417.47 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 812148 KiB

[startup+2442.3 s]
/proc/loadavg: 1.12 1.33 1.33 3/215 3354
/proc/meminfo: memFree=16237756/32770624 swapFree=67108796/67108860
[pid=3062] ppid=3059 vsize=10914144 memory=812148 CPUtime=2478.09 cores=1,3,5,7
/proc/3062/stat : 3062 (java) S 3059 3062 32560 0 -1 1077944320 248287 13282 0 0 247538 264 4 3 20 0 15 0 77393130 11176083456 203037 33554432000 4194304 4196468 140723248876192 140723248858736 139780990652151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
/proc/3062/statm: 2728536 203037 3525 1 0 2690189 0
[pid=3062/tid=3115] ppid=3059 vsize=10914144 memory=812148 CPUtime=2424.71 cores=1,3,5,7
/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 87730 13282 0 0 242423 41 4 3 20 0 15 0 77393139 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780962485568 139780609934277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=10914144 memory=812148 CPUtime=8.46 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 15627 13282 0 0 801 38 4 3 20 0 15 0 77393140 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=10914144 memory=812148 CPUtime=8.49 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 12956 13282 0 0 805 37 4 3 20 0 15 0 77393140 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=10914144 memory=812148 CPUtime=8.45 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 14787 13282 0 0 797 41 4 3 20 0 15 0 77393140 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=10914144 memory=812148 CPUtime=8.48 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 10404 13282 0 0 803 38 4 3 20 0 15 0 77393140 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3120] ppid=3059 vsize=10914144 memory=812148 CPUtime=7.54 cores=1,3,5,7
/proc/3062/task/3120/stat : 3120 (java) S 3059 3062 32560 0 -1 1077944384 14601 13282 0 0 714 33 4 3 20 0 15 0 77393141 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780517309040 139780990663298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3121] ppid=3059 vsize=10914144 memory=812148 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3121/stat : 3121 (java) S 3059 3062 32560 0 -1 1077944384 14 13282 0 0 0 0 4 3 20 0 15 0 77393142 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780448839072 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3122] ppid=3059 vsize=10914144 memory=812148 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3122/stat : 3122 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393142 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780314621568 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3123] ppid=3059 vsize=10914144 memory=812148 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3123/stat : 3123 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393144 11176083456 203037 33554432000 4194304 4196468 140723248876192 139779710642768 139780990670747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3124] ppid=3059 vsize=10914144 memory=812148 CPUtime=4.53 cores=1,3,5,7
/proc/3062/task/3124/stat : 3124 (java) S 3059 3062 32560 0 -1 1077944384 27858 13282 0 0 442 4 4 3 20 0 15 0 77393144 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780415281264 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3125] ppid=3059 vsize=10914144 memory=812148 CPUtime=4.61 cores=1,3,5,7
/proc/3062/task/3125/stat : 3125 (java) S 3059 3062 32560 0 -1 1077944384 29479 13282 0 0 451 3 4 3 20 0 15 0 77393144 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780414228464 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3126] ppid=3059 vsize=10914144 memory=812148 CPUtime=2.05 cores=1,3,5,7
/proc/3062/task/3126/stat : 3126 (java) S 3059 3062 32560 0 -1 1077944384 31054 13282 0 0 194 4 4 3 20 0 15 0 77393144 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780413176176 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3127] ppid=3059 vsize=10914144 memory=22960 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3127/stat : 3127 (java) S 3059 3062 32560 0 -1 1077944384 3 13282 0 0 0 0 4 3 20 0 15 0 77393145 11176083456 203037 33554432000 4194304 4196468 140723248876192 139779240880608 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3128] ppid=3059 vsize=10914144 memory=812148 CPUtime=1.3 cores=1,3,5,7
/proc/3062/task/3128/stat : 3128 (java) S 3059 3062 32560 0 -1 1077944384 1584 13282 0 0 56 67 4 3 20 0 15 0 77393145 11176083456 203037 33554432000 4194304 4196468 140723248876192 139780412124080 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 2478.09 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 812148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.8 s]
/proc/loadavg: 1.31 1.35 1.34 3/215 3355
/proc/meminfo: memFree=16236396/32770624 swapFree=67108796/67108860
[pid=3062] ppid=3059 vsize=10914144 memory=814196 CPUtime=2520.03 cores=1,3,5,7
/proc/3062/stat : 3062 (java) S 3059 3062 32560 0 -1 1077944320 248981 13282 0 0 251730 266 4 3 20 0 15 0 77393130 11176083456 203549 33554432000 4194304 4196468 140723248876192 140723248858736 139780990652151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
/proc/3062/statm: 2728536 203549 3525 1 0 2690189 0
[pid=3062/tid=3115] ppid=3059 vsize=10914144 memory=8112282956445269571 CPUtime=2465.9 cores=1,3,5,7
/proc/3062/task/3115/stat : 3115 (java) R 3059 3062 32560 0 -1 4202560 88318 13282 0 0 246542 41 4 3 20 0 15 0 77393139 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780962485648 139780608108776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3116] ppid=3059 vsize=10914144 memory=4072 CPUtime=8.61 cores=1,3,5,7
/proc/3062/task/3116/stat : 3116 (java) S 3059 3062 32560 0 -1 1077944384 15642 13282 0 0 816 38 4 3 20 0 15 0 77393140 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780994894224 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3117] ppid=3059 vsize=10914144 memory=2244 CPUtime=8.63 cores=1,3,5,7
/proc/3062/task/3117/stat : 3117 (java) S 3059 3062 32560 0 -1 1077944384 12969 13282 0 0 819 37 4 3 20 0 15 0 77393140 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780920199440 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3118] ppid=3059 vsize=10914144 memory=4124 CPUtime=8.6 cores=1,3,5,7
/proc/3062/task/3118/stat : 3118 (java) S 3059 3062 32560 0 -1 1077944384 14806 13282 0 0 812 41 4 3 20 0 15 0 77393140 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780562803344 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3119] ppid=3059 vsize=10914144 memory=814196 CPUtime=8.63 cores=1,3,5,7
/proc/3062/task/3119/stat : 3119 (java) S 3059 3062 32560 0 -1 1077944384 10417 13282 0 0 818 38 4 3 20 0 15 0 77393140 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780561750544 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3120] ppid=3059 vsize=10914144 memory=7020 CPUtime=7.66 cores=1,3,5,7
/proc/3062/task/3120/stat : 3120 (java) S 3059 3062 32560 0 -1 1077944384 14633 13282 0 0 726 33 4 3 20 0 15 0 77393141 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780517309040 139780990663298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3121] ppid=3059 vsize=10914144 memory=15044 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3121/stat : 3121 (java) S 3059 3062 32560 0 -1 1077944384 14 13282 0 0 0 0 4 3 20 0 15 0 77393142 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780448839072 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3122] ppid=3059 vsize=10914144 memory=18240 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3122/stat : 3122 (java) S 3059 3062 32560 0 -1 1077944384 1 13282 0 0 0 0 4 3 20 0 15 0 77393142 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780314621568 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3123] ppid=3059 vsize=10914144 memory=17804 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3123/stat : 3123 (java) S 3059 3062 32560 0 -1 1077944384 2 13282 0 0 0 0 4 3 20 0 15 0 77393144 11176083456 203549 33554432000 4194304 4196468 140723248876192 139779710642768 139780990670747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3124] ppid=3059 vsize=10914144 memory=548372 CPUtime=4.53 cores=1,3,5,7
/proc/3062/task/3124/stat : 3124 (java) S 3059 3062 32560 0 -1 1077944384 27858 13282 0 0 442 4 4 3 20 0 15 0 77393144 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780415281264 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3125] ppid=3059 vsize=10914144 memory=1692 CPUtime=4.61 cores=1,3,5,7
/proc/3062/task/3125/stat : 3125 (java) S 3059 3062 32560 0 -1 1077944384 29479 13282 0 0 451 3 4 3 20 0 15 0 77393144 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780414228464 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3126] ppid=3059 vsize=10914144 memory=916 CPUtime=2.05 cores=1,3,5,7
/proc/3062/task/3126/stat : 3126 (java) S 3059 3062 32560 0 -1 1077944384 31054 13282 0 0 194 4 4 3 20 0 15 0 77393144 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780413176176 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3127] ppid=3059 vsize=10914144 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/3062/task/3127/stat : 3127 (java) S 3059 3062 32560 0 -1 1077944384 3 13282 0 0 0 0 4 3 20 0 15 0 77393145 11176083456 203549 33554432000 4194304 4196468 140723248876192 139779240880608 139780990662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
[pid=3062/tid=3128] ppid=3059 vsize=10914144 memory=2600 CPUtime=1.32 cores=1,3,5,7
/proc/3062/task/3128/stat : 3128 (java) S 3059 3062 32560 0 -1 1077944384 1598 13282 0 0 57 68 4 3 20 0 15 0 77393145 11176083456 203549 33554432000 4194304 4196468 140723248876192 139780412124080 139780990663298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36929536 140723248879787 140723248883036 140723248883036 140723248885711 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 814196 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2483.83 s]
# the end of solver process 3062 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.36 s, system=2.71274 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2483.83
CPU time (s): 2520.08
CPU user time (s): 2517.36
CPU system time (s): 2.71274
CPU usage (%): 101.459
Max. virtual memory (cumulated for all children) (KiB): 10917004
Max. memory (cumulated for all children) (KiB): 816524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.36
system time used= 2.71274
maximum resident set size= 818400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263181
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205078
involuntary context switches= 4280


# summary of solver processes directly reported to runsolver:
#   pid: 3062
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.36
#   total CPU system time (s): 2.71274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0767 second user time and 23.3601 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 11:44:59
IDJOB=4295917
IDBENCH=141616
IDSOLVER=2751
FILE ID=node138/4295917-1532598299
RUNJOBID= node138-1532582651-32592
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-10_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295917-1532598299/watcher-4295917-1532598299 -o /tmp/evaluation-result-4295917-1532598299/solver-4295917-1532598299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1481385058 -superng HOME/instance-4295917-1532598299.xml

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

MD5SUM BENCH= 527aaa9849fb01578545f5f3ea53e2c8
RANDOM SEED=1481385058

node138.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.71
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.71
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.71
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.71
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:        16667540 kB
MemAvailable:   31011116 kB
Buffers:          188708 kB
Cached:         14299556 kB
SwapCached:           44 kB
Active:          3314180 kB
Inactive:       12144572 kB
Active(anon):     920900 kB
Inactive(anon):    77320 kB
Active(file):    2393280 kB
Inactive(file): 12067252 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26496 kB
Writeback:             0 kB
AnonPages:        977508 kB
Mapped:            48640 kB
Shmem:             25164 kB
Slab:             339588 kB
SReclaimable:     311504 kB
SUnreclaim:        28084 kB
KernelStack:        3616 kB
PageTables:         7488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1901836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 12:26:24