Trace number 4305240

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.9.2-SuperNG? (TO) 2520.04 2476.23

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-10_c18.xml
MD5SUM13340ae912518807f9e2f6bcededa797
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints182
Number of domains2
Minimum domain size10
Maximum domain size100
Distribution of domain sizes[{"size":10,"count":100},{"size":100,"count":90}]
Minimum variable degree0
Maximum variable degree93
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":92,"count":10},{"degree":93,"count":90}]
Minimum constraint arity3
Maximum constraint arity101
Distribution of constraint arities[{"arity":3,"count":90},{"arity":10,"count":1},{"arity":100,"count":1},{"arity":101,"count":90}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":90}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
2520.00/2476.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2476.21		at concrete.MAC.mac(MAC.scala:188)
2520.00/2476.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2476.21		at scala.util.Try$.apply(Try.scala:209)
2520.00/2476.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2476.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2476.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2476.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2476.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2476.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2476.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2476.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2476.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2476.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2476.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2476.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2476.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.00/2476.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.00/2476.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2476.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2476.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.00/2476.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.00/2476.21		at concrete.Solver.toStream(Solver.scala:68)
2520.00/2476.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.00/2476.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.00/2476.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.00/2476.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.00/2476.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2476.21		at scala.util.Success.map(Try.scala:209)
2520.00/2476.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2476.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2476.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2476.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2476.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2476.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2476.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2476.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2476.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2476.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2476.21		at scala.App.main(App.scala:76)
2520.00/2476.21		at scala.App.main$(App.scala:74)
2520.00/2476.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2476.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2476.21	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 (9525 MiB free)
  memory of node 1: 16384 MiB (6640 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305240-1534144097/watcher-4305240-1534144097 -o /tmp/evaluation-result-4305240-1534144097/solver-4305240-1534144097 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2605 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1116251967 -superng HOME/instance-4305240-1534144097.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
Current StackSize limit: 8192 KiB
solver pid=3410, runsolver pid=3407


[startup+0.100125 s]*
/proc/loadavg: 1.43 1.31 1.33 3/206 3467
/proc/meminfo: memFree=16548116/32770624 swapFree=67108404/67108860
[pid=3410] ppid=3407 vsize=10005480 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/3410/stat : 3410 (java) S 3407 3410 1786 0 -1 1077944320 4391 13125 0 0 1 1 6 2 20 0 6 0 231972903 10245611520 4269 33554432000 4194304 4196468 140725703346288 140725703328832 140524329434871 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
/proc/3410/statm: 2501370 4269 1934 1 0 2489808 0
[pid=3410/tid=3463] ppid=3407 vsize=10005480 memory=-8530506832973971393 CPUtime=0.09 cores=0,2,4,6
/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 2231 13125 0 0 1 0 6 2 20 0 6 0 231972911 10245611520 4269 33554432000 4194304 4196468 140725703346288 140524301271632 140524329456797 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 6 0 231972912 10245611520 4269 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=10005480 memory=140718608807552 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 6 0 231972912 10245611520 4269 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 6 0 231972912 10245611520 4269 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 6 0 231972912 10245611520 4269 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209884 s]*
/proc/loadavg: 1.43 1.31 1.33 3/215 3476
/proc/meminfo: memFree=16491564/32770624 swapFree=67108404/67108860
[pid=3410] ppid=3407 vsize=10982744 memory=45528 CPUtime=0.26 cores=0,2,4,6
/proc/3410/stat : 3410 (java) S 3407 3410 1786 0 -1 1077944320 8117 13125 0 0 16 2 6 2 20 0 15 0 231972903 11246329856 11382 33554432000 4194304 4196468 140725703346288 140725703328832 140524329434871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
/proc/3410/statm: 2745686 11382 2948 1 0 2708109 0
[pid=3410/tid=3463] ppid=3407 vsize=10985364 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 4978 13125 0 0 10 1 6 2 20 0 15 0 231972911 11249012736 11712 33554432000 4194304 4196468 140725703346288 140524301259680 140524322114589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=10985364 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972912 11249012736 11712 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=10985364 memory=140718608818568 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11249012736 11712 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11249012736 11778 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11249012736 11778 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3468] ppid=3407 vsize=10985364 memory=140718608807552 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3468/stat : 3468 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972914 11249012736 11778 33554432000 4194304 4196468 140725703346288 140523822557296 140524329446018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3469] ppid=3407 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3469/stat : 3469 (java) S 3407 3410 1786 0 -1 1077944384 13 13125 0 0 0 0 6 2 20 0 15 0 231972914 11249012736 11778 33554432000 4194304 4196468 140725703346288 140523089158944 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3470] ppid=3407 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3470/stat : 3470 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972914 11249012736 11778 33554432000 4194304 4196468 140725703346288 140522941310064 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3471] ppid=3407 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3471/stat : 3471 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11249012736 11844 33554432000 4194304 4196468 140725703346288 140522633910352 140524329453467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3472] ppid=3407 vsize=10985364 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3410/task/3472/stat : 3472 (java) S 3407 3410 1786 0 -1 1077944384 360 13125 0 0 1 0 6 2 20 0 15 0 231972917 11249012736 11844 33554432000 4194304 4196468 140725703346288 140523821505136 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3473] ppid=3407 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3473/stat : 3473 (java) S 3407 3410 1786 0 -1 1077944384 254 13125 0 0 0 0 6 2 20 0 15 0 231972917 11249012736 11844 33554432000 4194304 4196468 140725703346288 140523820452336 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3474] ppid=3407 vsize=10985364 memory=140718608807552 CPUtime=0.11 cores=0,2,4,6
/proc/3410/task/3474/stat : 3474 (java) S 3407 3410 1786 0 -1 1077944384 612 13125 0 0 3 0 6 2 20 0 15 0 231972917 11249012736 11844 33554432000 4194304 4196468 140725703346288 140523819400048 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3475] ppid=3407 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3475/stat : 3475 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11249012736 11910 33554432000 4194304 4196468 140725703346288 140522203114464 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3476] ppid=3407 vsize=10985364 memory=140718608807552 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3476/stat : 3476 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972917 11249012736 11910 33554432000 4194304 4196468 140725703346288 140523818346928 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45528 KiB

[startup+0.310312 s]*
/proc/loadavg: 1.43 1.31 1.33 3/215 3476
/proc/meminfo: memFree=16451668/32770624 swapFree=67108404/67108860
[pid=3410] ppid=3407 vsize=10983192 memory=56204 CPUtime=0.39 cores=0,2,4,6
/proc/3410/stat : 3410 (java) S 3407 3410 1786 0 -1 1077944320 10625 13125 0 0 28 3 6 2 20 0 15 0 231972903 11246788608 14051 33554432000 4194304 4196468 140725703346288 140725703328832 140524329434871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
/proc/3410/statm: 2745798 14051 3067 1 0 2708109 0
[pid=3410/tid=3463] ppid=3407 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 7181 13125 0 0 19 2 6 2 20 0 15 0 231972911 11246788608 14051 33554432000 4194304 4196468 140725703346288 140524301246880 140524315114996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972912 11246788608 14051 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11246788608 14051 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11246788608 14051 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11246788608 14051 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3468] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3468/stat : 3468 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972914 11246788608 14051 33554432000 4194304 4196468 140725703346288 140523822557296 140524329446018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3469] ppid=3407 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3469/stat : 3469 (java) S 3407 3410 1786 0 -1 1077944384 13 13125 0 0 0 0 6 2 20 0 15 0 231972914 11246788608 14051 33554432000 4194304 4196468 140725703346288 140523089158944 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3470] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3470/stat : 3470 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972914 11246788608 14051 33554432000 4194304 4196468 140725703346288 140522941310064 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3471] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3471/stat : 3471 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11246788608 14051 33554432000 4194304 4196468 140725703346288 140522633910352 140524329453467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3472] ppid=3407 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/3410/task/3472/stat : 3472 (java) S 3407 3410 1786 0 -1 1077944384 360 13125 0 0 2 0 6 2 20 0 15 0 231972917 11246788608 14051 33554432000 4194304 4196468 140725703346288 140523821505136 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3473] ppid=3407 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3410/task/3473/stat : 3473 (java) S 3407 3410 1786 0 -1 1077944384 257 13125 0 0 1 0 6 2 20 0 15 0 231972917 11246788608 14051 33554432000 4194304 4196468 140725703346288 140523820452336 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3474] ppid=3407 vsize=10983192 memory=140718608807552 CPUtime=0.13 cores=0,2,4,6
/proc/3410/task/3474/stat : 3474 (java) R 3407 3410 1786 0 -1 4202560 618 13125 0 0 5 0 6 2 20 0 15 0 231972917 11246788608 14051 33554432000 4194304 4196468 140725703346288 140523819400048 140524308304776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3475] ppid=3407 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3475/stat : 3475 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11246788608 14051 33554432000 4194304 4196468 140725703346288 140522203114464 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3476] ppid=3407 vsize=10983192 memory=140718608807552 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3476/stat : 3476 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972917 11246788608 14051 33554432000 4194304 4196468 140725703346288 140523818346928 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56204 KiB

[startup+0.700769 s]
/proc/loadavg: 1.43 1.31 1.33 3/215 3476
/proc/meminfo: memFree=16441636/32770624 swapFree=67108404/67108860
[pid=3410] ppid=3407 vsize=10983192 memory=88624 CPUtime=0.98 cores=0,2,4,6
/proc/3410/stat : 3410 (java) S 3407 3410 1786 0 -1 1077944320 16777 13125 0 0 86 4 6 2 20 0 15 0 231972903 11246788608 22156 33554432000 4194304 4196468 140725703346288 140725703328832 140524329434871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
/proc/3410/statm: 2745798 22156 3238 1 0 2708109 0
[pid=3410/tid=3463] ppid=3407 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 12283 13125 0 0 55 3 6 2 20 0 15 0 231972911 11246788608 22156 33554432000 4194304 4196468 140725703346288 140524301255696 140524310998415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972912 11246788608 22156 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11246788608 22156 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=10983192 memory=-4190076264842474805 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11246788608 22156 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 2 13125 0 0 0 0 6 2 20 0 15 0 231972912 11246788608 22156 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3468] ppid=3407 vsize=10983192 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3468/stat : 3468 (java) S 3407 3410 1786 0 -1 1077944384 5 13125 0 0 0 0 6 2 20 0 15 0 231972914 11246788608 22156 33554432000 4194304 4196468 140725703346288 140523822557296 140524329446018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3469] ppid=3407 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3469/stat : 3469 (java) S 3407 3410 1786 0 -1 1077944384 13 13125 0 0 0 0 6 2 20 0 15 0 231972914 11246788608 22156 33554432000 4194304 4196468 140725703346288 140523089158944 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3470] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3470/stat : 3470 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972914 11246788608 22156 33554432000 4194304 4196468 140725703346288 140522941310064 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3471] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3471/stat : 3471 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11246788608 22156 33554432000 4194304 4196468 140725703346288 140522633910352 140524329453467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3472] ppid=3407 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/3410/task/3472/stat : 3472 (java) S 3407 3410 1786 0 -1 1077944384 718 13125 0 0 7 0 6 2 20 0 15 0 231972917 11246788608 22156 33554432000 4194304 4196468 140725703346288 140523821505136 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3473] ppid=3407 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/3410/task/3473/stat : 3473 (java) S 3407 3410 1786 0 -1 1077944384 868 13125 0 0 10 0 6 2 20 0 15 0 231972917 11246788608 22156 33554432000 4194304 4196468 140725703346288 140523820452336 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3474] ppid=3407 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/3410/task/3474/stat : 3474 (java) S 3407 3410 1786 0 -1 1077944384 685 13125 0 0 13 0 6 2 20 0 15 0 231972917 11246788608 22156 33554432000 4194304 4196468 140725703346288 140523819400048 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3475] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3475/stat : 3475 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11246788608 22156 33554432000 4194304 4196468 140725703346288 140522203114464 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3476] ppid=3407 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3476/stat : 3476 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972917 11246788608 22156 33554432000 4194304 4196468 140725703346288 140523818346928 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88624 KiB

[startup+1.50074 s]
/proc/loadavg: 1.43 1.31 1.33 4/215 3476
/proc/meminfo: memFree=16382736/32770624 swapFree=67108404/67108860
[pid=3410] ppid=3407 vsize=10998092 memory=180116 CPUtime=2.34 cores=0,2,4,6
/proc/3410/stat : 3410 (java) S 3407 3410 1786 0 -1 1077944320 24050 13125 0 0 217 9 6 2 20 0 15 0 231972903 11262046208 45029 33554432000 4194304 4196468 140725703346288 140725703328832 140524329434871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
/proc/3410/statm: 2749523 45029 3480 1 0 2711181 0
[pid=3410/tid=3463] ppid=3407 vsize=10998092 memory=7100839852856734832 CPUtime=1.43 cores=0,2,4,6
/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 17705 13125 0 0 129 6 6 2 20 0 15 0 231972911 11262046208 45029 33554432000 4194304 4196468 140725703346288 140524301246480 140524314804672 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=10998092 memory=7451597453789586535 CPUtime=0.09 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 213 13125 0 0 1 0 6 2 20 0 15 0 231972912 11262046208 45029 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=10998092 memory=7085400699456676715 CPUtime=0.09 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 22 13125 0 0 1 0 6 2 20 0 15 0 231972912 11262046208 45029 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=10998092 memory=7523657251061524337 CPUtime=0.09 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 17 13125 0 0 1 0 6 2 20 0 15 0 231972912 11262046208 45029 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=10998092 memory=119712 CPUtime=0.09 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 72 13125 0 0 1 0 6 2 20 0 15 0 231972912 11262046208 45029 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3468] ppid=3407 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3410/task/3468/stat : 3468 (java) S 3407 3410 1786 0 -1 1077944384 61 13125 0 0 1 0 6 2 20 0 15 0 231972914 11262046208 45029 33554432000 4194304 4196468 140725703346288 140523822557296 140524329446018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3469] ppid=3407 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3469/stat : 3469 (java) S 3407 3410 1786 0 -1 1077944384 14 13125 0 0 0 0 6 2 20 0 15 0 231972914 11262046208 45029 33554432000 4194304 4196468 140725703346288 140523089159008 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3470] ppid=3407 vsize=10998092 memory=281436993160832 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3470/stat : 3470 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972914 11262046208 45029 33554432000 4194304 4196468 140725703346288 140522941310080 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3471] ppid=3407 vsize=10998092 memory=281436993575088 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3471/stat : 3471 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11262046208 45029 33554432000 4194304 4196468 140725703346288 140522633910352 140524329453467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3472] ppid=3407 vsize=10998092 memory=281436993174960 CPUtime=0.3 cores=0,2,4,6
/proc/3410/task/3472/stat : 3472 (java) S 3407 3410 1786 0 -1 1077944384 1294 13125 0 0 22 0 6 2 20 0 15 0 231972917 11262046208 45029 33554432000 4194304 4196468 140725703346288 140523821505136 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3473] ppid=3407 vsize=10998092 memory=281436993174080 CPUtime=0.3 cores=0,2,4,6
/proc/3410/task/3473/stat : 3473 (java) S 3407 3410 1786 0 -1 1077944384 1082 13125 0 0 22 0 6 2 20 0 15 0 231972917 11262046208 45029 33554432000 4194304 4196468 140725703346288 140523820452336 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3474] ppid=3407 vsize=10998092 memory=1156 CPUtime=0.43 cores=0,2,4,6
/proc/3410/task/3474/stat : 3474 (java) S 3407 3410 1786 0 -1 1077944384 1372 13125 0 0 35 0 6 2 20 0 15 0 231972917 11262046208 45029 33554432000 4194304 4196468 140725703346288 140523819400048 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3475] ppid=3407 vsize=10998092 memory=15212 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3475/stat : 3475 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11262046208 45029 33554432000 4194304 4196468 140725703346288 140522203114464 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3476] ppid=3407 vsize=10998092 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3476/stat : 3476 (java) S 3407 3410 1786 0 -1 1077944384 1 13125 0 0 0 0 6 2 20 0 15 0 231972917 11262046208 45029 33554432000 4194304 4196468 140725703346288 140523818346928 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10998092 KiB

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

/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 104831 13125 0 0 230263 49 6 2 20 0 15 0 231972911 11345952768 372768 33554432000 4194304 4196468 140725703346288 140524301268064 140523915863090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=11080032 memory=1489024 CPUtime=10.2 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 17318 13125 0 0 975 37 6 2 20 0 15 0 231972912 11345952768 372768 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=11080032 memory=1491072 CPUtime=10.22 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 18261 13125 0 0 975 39 6 2 20 0 15 0 231972912 11345952768 372768 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=11080032 memory=1489024 CPUtime=10.24 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 23403 13125 0 0 977 39 6 2 20 0 15 0 231972912 11345952768 372768 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=11080032 memory=1491072 CPUtime=10.24 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 15044 13125 0 0 978 38 6 2 20 0 15 0 231972912 11345952768 372768 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3468] ppid=3407 vsize=11080032 memory=1491072 CPUtime=6.98 cores=0,2,4,6
/proc/3410/task/3468/stat : 3468 (java) S 3407 3410 1786 0 -1 1077944384 20216 13125 0 0 655 35 6 2 20 0 15 0 231972914 11345952768 372768 33554432000 4194304 4196468 140725703346288 140523822557296 140524329446018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3469] ppid=3407 vsize=11080032 memory=1489024 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3469/stat : 3469 (java) S 3407 3410 1786 0 -1 1077944384 21 13125 0 0 0 0 6 2 20 0 15 0 231972914 11345952768 372768 33554432000 4194304 4196468 140725703346288 140523089159008 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3470] ppid=3407 vsize=11080032 memory=1491072 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3470/stat : 3470 (java) S 3407 3410 1786 0 -1 1077944384 15 13125 0 0 0 0 6 2 20 0 15 0 231972914 11345952768 372768 33554432000 4194304 4196468 140725703346288 140522941310080 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3471] ppid=3407 vsize=11080032 memory=1491072 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3471/stat : 3471 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11345952768 372768 33554432000 4194304 4196468 140725703346288 140522633910352 140524329453467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3472] ppid=3407 vsize=11080032 memory=1491072 CPUtime=4.92 cores=0,2,4,6
/proc/3410/task/3472/stat : 3472 (java) S 3407 3410 1786 0 -1 1077944384 23881 13125 0 0 480 4 6 2 20 0 15 0 231972917 11345952768 372768 33554432000 4194304 4196468 140725703346288 140523821505136 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3473] ppid=3407 vsize=11080032 memory=1491072 CPUtime=4.98 cores=0,2,4,6
/proc/3410/task/3473/stat : 3473 (java) S 3407 3410 1786 0 -1 1077944384 24400 13125 0 0 486 4 6 2 20 0 15 0 231972917 11345952768 372768 33554432000 4194304 4196468 140725703346288 140523820452336 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3474] ppid=3407 vsize=11080032 memory=1491072 CPUtime=2.2 cores=0,2,4,6
/proc/3410/task/3474/stat : 3474 (java) S 3407 3410 1786 0 -1 1077944384 32353 13125 0 0 207 5 6 2 20 0 15 0 231972917 11345952768 372768 33554432000 4194304 4196468 140725703346288 140523819400048 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3475] ppid=3407 vsize=11080032 memory=1889560 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3475/stat : 3475 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11345952768 372768 33554432000 4194304 4196468 140725703346288 140522203114464 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3476] ppid=3407 vsize=11080032 memory=1491072 CPUtime=1.32 cores=0,2,4,6
/proc/3410/task/3476/stat : 3476 (java) S 3407 3410 1786 0 -1 1077944384 1559 13125 0 0 63 61 6 2 20 0 15 0 231972917 11345952768 372768 33554432000 4194304 4196468 140725703346288 140523818346928 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 2363.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1491072 KiB

[startup+2382.3 s]
/proc/loadavg: 1.22 1.27 1.35 3/215 3679
/proc/meminfo: memFree=13600708/32770624 swapFree=67108404/67108860
[pid=3410] ppid=3407 vsize=11080032 memory=1488500 CPUtime=2424.79 cores=0,2,4,6
/proc/3410/stat : 3410 (java) S 3407 3410 1786 0 -1 1077944320 286098 13125 0 0 242189 282 6 2 20 0 15 0 231972903 11345952768 372125 33554432000 4194304 4196468 140725703346288 140725703328832 140524329434871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
/proc/3410/statm: 2770008 372125 3533 1 0 2731661 0
[pid=3410/tid=3463] ppid=3407 vsize=11080032 memory=8112282956445269571 CPUtime=2362.69 cores=0,2,4,6
/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 105981 13125 0 0 236212 49 6 2 20 0 15 0 231972911 11345952768 372125 33554432000 4194304 4196468 140725703346288 140524301268944 140523903330867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=11080032 memory=1486452 CPUtime=10.5 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 17447 13125 0 0 1004 38 6 2 20 0 15 0 231972912 11345952768 372125 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=11080032 memory=1488500 CPUtime=10.52 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 18343 13125 0 0 1005 39 6 2 20 0 15 0 231972912 11345952768 372125 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=11080032 memory=1488500 CPUtime=10.54 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 23667 13125 0 0 1006 40 6 2 20 0 15 0 231972912 11345952768 372125 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=11080032 memory=1488500 CPUtime=10.55 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 15773 13125 0 0 1008 39 6 2 20 0 15 0 231972912 11345952768 372125 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3468] ppid=3407 vsize=11080032 memory=1488500 CPUtime=7.15 cores=0,2,4,6
/proc/3410/task/3468/stat : 3468 (java) S 3407 3410 1786 0 -1 1077944384 20438 13125 0 0 672 35 6 2 20 0 15 0 231972914 11345952768 372125 33554432000 4194304 4196468 140725703346288 140523822557296 140524329446018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3469] ppid=3407 vsize=11080032 memory=1488500 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3469/stat : 3469 (java) S 3407 3410 1786 0 -1 1077944384 21 13125 0 0 0 0 6 2 20 0 15 0 231972914 11345952768 372125 33554432000 4194304 4196468 140725703346288 140523089159008 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3470] ppid=3407 vsize=11080032 memory=1488500 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3470/stat : 3470 (java) S 3407 3410 1786 0 -1 1077944384 15 13125 0 0 0 0 6 2 20 0 15 0 231972914 11345952768 372125 33554432000 4194304 4196468 140725703346288 140522941310080 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3471] ppid=3407 vsize=11080032 memory=1488500 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3471/stat : 3471 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11345952768 372125 33554432000 4194304 4196468 140725703346288 140522633910352 140524329453467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3472] ppid=3407 vsize=11080032 memory=3684 CPUtime=4.92 cores=0,2,4,6
/proc/3410/task/3472/stat : 3472 (java) S 3407 3410 1786 0 -1 1077944384 23883 13125 0 0 480 4 6 2 20 0 15 0 231972917 11345952768 372125 33554432000 4194304 4196468 140725703346288 140523821505136 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3473] ppid=3407 vsize=11080032 memory=63092 CPUtime=4.98 cores=0,2,4,6
/proc/3410/task/3473/stat : 3473 (java) S 3407 3410 1786 0 -1 1077944384 24402 13125 0 0 486 4 6 2 20 0 15 0 231972917 11345952768 372125 33554432000 4194304 4196468 140725703346288 140523820452336 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3474] ppid=3407 vsize=11080032 memory=8112282956445269571 CPUtime=2.2 cores=0,2,4,6
/proc/3410/task/3474/stat : 3474 (java) S 3407 3410 1786 0 -1 1077944384 32355 13125 0 0 207 5 6 2 20 0 15 0 231972917 11345952768 372125 33554432000 4194304 4196468 140725703346288 140523819400048 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3475] ppid=3407 vsize=11080032 memory=2216 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3475/stat : 3475 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11345952768 372125 33554432000 4194304 4196468 140725703346288 140522203114464 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3476] ppid=3407 vsize=11080032 memory=3684 CPUtime=1.35 cores=0,2,4,6
/proc/3410/task/3476/stat : 3476 (java) S 3407 3410 1786 0 -1 1077944384 1577 13125 0 0 65 62 6 2 20 0 15 0 231972917 11345952768 372125 33554432000 4194304 4196468 140725703346288 140523818346928 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 2424.79 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1488500 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.33 1.36 3/215 3680
/proc/meminfo: memFree=13592828/32770624 swapFree=67108404/67108860
[pid=3410] ppid=3407 vsize=11080032 memory=1492596 CPUtime=2485.62 cores=0,2,4,6
/proc/3410/stat : 3410 (java) S 3407 3410 1786 0 -1 1077944320 288602 13125 0 0 248267 287 6 2 20 0 15 0 231972903 11345952768 373149 33554432000 4194304 4196468 140725703346288 140725703328832 140524329434871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
/proc/3410/statm: 2770008 373149 3533 1 0 2731661 0
[pid=3410/tid=3463] ppid=3407 vsize=11080032 memory=1492596 CPUtime=2422.16 cores=0,2,4,6
/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 107080 13125 0 0 242158 50 6 2 20 0 15 0 231972911 11345952768 373149 33554432000 4194304 4196468 140725703346288 140524301267968 140523914644160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=11080032 memory=0 CPUtime=10.8 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 17583 13125 0 0 1033 39 6 2 20 0 15 0 231972912 11345952768 373149 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=11080032 memory=1492596 CPUtime=10.82 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 18736 13125 0 0 1034 40 6 2 20 0 15 0 231972912 11345952768 373149 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=11080032 memory=1492596 CPUtime=10.83 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 23829 13125 0 0 1034 41 6 2 20 0 15 0 231972912 11345952768 373149 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=11080032 memory=1490548 CPUtime=10.84 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 16065 13125 0 0 1037 39 6 2 20 0 15 0 231972912 11345952768 373149 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3468] ppid=3407 vsize=11080032 memory=1492596 CPUtime=7.32 cores=0,2,4,6
/proc/3410/task/3468/stat : 3468 (java) S 3407 3410 1786 0 -1 1077944384 20816 13125 0 0 688 36 6 2 20 0 15 0 231972914 11345952768 373149 33554432000 4194304 4196468 140725703346288 140523822557296 140524329446018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3469] ppid=3407 vsize=11080032 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3469/stat : 3469 (java) S 3407 3410 1786 0 -1 1077944384 21 13125 0 0 0 0 6 2 20 0 15 0 231972914 11345952768 373149 33554432000 4194304 4196468 140725703346288 140523089159008 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3470] ppid=3407 vsize=11080032 memory=1800 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3470/stat : 3470 (java) S 3407 3410 1786 0 -1 1077944384 15 13125 0 0 0 0 6 2 20 0 15 0 231972914 11345952768 373149 33554432000 4194304 4196468 140725703346288 140522941310080 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3471] ppid=3407 vsize=11080032 memory=1492596 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3471/stat : 3471 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11345952768 373149 33554432000 4194304 4196468 140725703346288 140522633910352 140524329453467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3472] ppid=3407 vsize=11080032 memory=1492596 CPUtime=4.92 cores=0,2,4,6
/proc/3410/task/3472/stat : 3472 (java) S 3407 3410 1786 0 -1 1077944384 23887 13125 0 0 480 4 6 2 20 0 15 0 231972917 11345952768 373149 33554432000 4194304 4196468 140725703346288 140523821505136 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3473] ppid=3407 vsize=11080032 memory=1492596 CPUtime=4.98 cores=0,2,4,6
/proc/3410/task/3473/stat : 3473 (java) S 3407 3410 1786 0 -1 1077944384 24406 13125 0 0 486 4 6 2 20 0 15 0 231972917 11345952768 373149 33554432000 4194304 4196468 140725703346288 140523820452336 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3474] ppid=3407 vsize=11080032 memory=3228 CPUtime=2.2 cores=0,2,4,6
/proc/3410/task/3474/stat : 3474 (java) S 3407 3410 1786 0 -1 1077944384 32359 13125 0 0 207 5 6 2 20 0 15 0 231972917 11345952768 373149 33554432000 4194304 4196468 140725703346288 140523819400048 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3475] ppid=3407 vsize=11080032 memory=1492596 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3475/stat : 3475 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11345952768 373149 33554432000 4194304 4196468 140725703346288 140522203114464 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3476] ppid=3407 vsize=11080032 memory=1492596 CPUtime=1.38 cores=0,2,4,6
/proc/3410/task/3476/stat : 3476 (java) S 3407 3410 1786 0 -1 1077944384 1609 13125 0 0 67 63 6 2 20 0 15 0 231972917 11345952768 373149 33554432000 4194304 4196468 140725703346288 140523818346928 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 2485.62 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1492596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.2 s]
/proc/loadavg: 1.70 1.41 1.39 3/215 3680
/proc/meminfo: memFree=13590464/32770624 swapFree=67108404/67108860
[pid=3410] ppid=3407 vsize=11080032 memory=1494644 CPUtime=2520 cores=0,2,4,6
/proc/3410/stat : 3410 (java) S 3407 3410 1786 0 -1 1077944320 290101 13125 0 0 251702 290 6 2 20 0 15 0 231972903 11345952768 373661 33554432000 4194304 4196468 140725703346288 140725703328832 140524329434871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
/proc/3410/statm: 2770008 373661 3533 1 0 2731661 0
[pid=3410/tid=3463] ppid=3407 vsize=11080032 memory=288230596050944315 CPUtime=2455.77 cores=0,2,4,6
/proc/3410/task/3463/stat : 3463 (java) R 3407 3410 1786 0 -1 4202560 107649 13125 0 0 245519 50 6 2 20 0 15 0 231972911 11345952768 373661 33554432000 4194304 4196468 140725703346288 140524301268448 140523914861543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3464] ppid=3407 vsize=11080032 memory=16104770972682259 CPUtime=10.95 cores=0,2,4,6
/proc/3410/task/3464/stat : 3464 (java) S 3407 3410 1786 0 -1 1077944384 17711 13125 0 0 1048 39 6 2 20 0 15 0 231972912 11345952768 373661 33554432000 4194304 4196468 140725703346288 140524333677456 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3465] ppid=3407 vsize=11080032 memory=876 CPUtime=10.98 cores=0,2,4,6
/proc/3410/task/3465/stat : 3465 (java) S 3407 3410 1786 0 -1 1077944384 18937 13125 0 0 1050 40 6 2 20 0 15 0 231972912 11345952768 373661 33554432000 4194304 4196468 140725703346288 140524218874640 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3466] ppid=3407 vsize=11080032 memory=1924 CPUtime=10.99 cores=0,2,4,6
/proc/3410/task/3466/stat : 3466 (java) S 3407 3410 1786 0 -1 1077944384 23867 13125 0 0 1050 41 6 2 20 0 15 0 231972912 11345952768 373661 33554432000 4194304 4196468 140725703346288 140524217822352 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3467] ppid=3407 vsize=11080032 memory=7000 CPUtime=11 cores=0,2,4,6
/proc/3410/task/3467/stat : 3467 (java) S 3407 3410 1786 0 -1 1077944384 16407 13125 0 0 1053 39 6 2 20 0 15 0 231972912 11345952768 373661 33554432000 4194304 4196468 140725703346288 140523867134992 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3468] ppid=3407 vsize=11080032 memory=1576 CPUtime=7.41 cores=0,2,4,6
/proc/3410/task/3468/stat : 3468 (java) S 3407 3410 1786 0 -1 1077944384 21015 13125 0 0 696 37 6 2 20 0 15 0 231972914 11345952768 373661 33554432000 4194304 4196468 140725703346288 140523822557296 140524329446018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3469] ppid=3407 vsize=11080032 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3469/stat : 3469 (java) S 3407 3410 1786 0 -1 1077944384 21 13125 0 0 0 0 6 2 20 0 15 0 231972914 11345952768 373661 33554432000 4194304 4196468 140725703346288 140523089159008 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3470] ppid=3407 vsize=11080032 memory=2216 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3470/stat : 3470 (java) S 3407 3410 1786 0 -1 1077944384 15 13125 0 0 0 0 6 2 20 0 15 0 231972914 11345952768 373661 33554432000 4194304 4196468 140725703346288 140522941310080 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3471] ppid=3407 vsize=11080032 memory=3984 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3471/stat : 3471 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11345952768 373661 33554432000 4194304 4196468 140725703346288 140522633910352 140524329453467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3472] ppid=3407 vsize=11080032 memory=2144 CPUtime=4.92 cores=0,2,4,6
/proc/3410/task/3472/stat : 3472 (java) S 3407 3410 1786 0 -1 1077944384 23889 13125 0 0 480 4 6 2 20 0 15 0 231972917 11345952768 373661 33554432000 4194304 4196468 140725703346288 140523821505136 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3473] ppid=3407 vsize=11080032 memory=7540 CPUtime=4.98 cores=0,2,4,6
/proc/3410/task/3473/stat : 3473 (java) S 3407 3410 1786 0 -1 1077944384 24408 13125 0 0 486 4 6 2 20 0 15 0 231972917 11345952768 373661 33554432000 4194304 4196468 140725703346288 140523820452336 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3474] ppid=3407 vsize=11080032 memory=812 CPUtime=2.2 cores=0,2,4,6
/proc/3410/task/3474/stat : 3474 (java) S 3407 3410 1786 0 -1 1077944384 32361 13125 0 0 207 5 6 2 20 0 15 0 231972917 11345952768 373661 33554432000 4194304 4196468 140725703346288 140523819400048 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3475] ppid=3407 vsize=11080032 memory=2592 CPUtime=0.08 cores=0,2,4,6
/proc/3410/task/3475/stat : 3475 (java) S 3407 3410 1786 0 -1 1077944384 3 13125 0 0 0 0 6 2 20 0 15 0 231972917 11345952768 373661 33554432000 4194304 4196468 140725703346288 140522203114464 140524329445077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
[pid=3410/tid=3476] ppid=3407 vsize=11080032 memory=1156 CPUtime=1.39 cores=0,2,4,6
/proc/3410/task/3476/stat : 3476 (java) S 3407 3410 1786 0 -1 1077944384 1625 13125 0 0 67 64 6 2 20 0 15 0 231972917 11345952768 373661 33554432000 4194304 4196468 140725703346288 140523818346928 140524329446018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 8261632 140725703350883 140725703353692 140725703353692 140725703356367 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1494644 KiB

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

[startup+2476.23 s]
# the end of solver process 3410 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.1 s, system=2.94564 s

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

Child status: 143
Real time (s): 2476.23
CPU time (s): 2520.04
CPU user time (s): 2517.1
CPU system time (s): 2.94564
CPU usage (%): 101.769
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1584456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.1
system time used= 2.94564
maximum resident set size= 1587544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207895
involuntary context switches= 7846


# summary of solver processes directly reported to runsolver:
#   pid: 3410
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.1
#   total CPU system time (s): 2.94564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6279 second user time and 21.1421 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 09:08:17
IDJOB=4305240
IDBENCH=141604
IDSOLVER=2781
FILE ID=node148/4305240-1534144097
RUNJOBID= node148-1534139122-2605
PBS_JOBID= 21037022
Free space on /tmp= 33832 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305240-1534144097/watcher-4305240-1534144097 -o /tmp/evaluation-result-4305240-1534144097/solver-4305240-1534144097 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2605 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1116251967 -superng HOME/instance-4305240-1534144097.xml

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

MD5SUM BENCH= 13340ae912518807f9e2f6bcededa797
RANDOM SEED=1116251967

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:        16555120 kB
MemAvailable:   31506420 kB
Buffers:          208364 kB
Cached:         14792152 kB
SwapCached:          352 kB
Active:          7872516 kB
Inactive:        7584104 kB
Active(anon):     408884 kB
Inactive(anon):    99192 kB
Active(file):    7463632 kB
Inactive(file):  7484912 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26848 kB
Writeback:             4 kB
AnonPages:        453972 kB
Mapped:            68124 kB
Shmem:             49592 kB
Slab:             459308 kB
SReclaimable:     431216 kB
SUnreclaim:        28092 kB
KernelStack:        3584 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1719716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 33804 MiB
End job on node148 at 2018-08-13 09:49:34