Trace number 4305153

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? (TO) 2520.13 2500.55

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g19-g45_c18.xml
MD5SUMd9c49275b9746ea736e23f2bca190f13
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 variables64
Number of constraints233
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":64}]
Minimum variable degree4
Maximum variable degree10
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":20},{"degree":8,"count":16},{"degree":10,"count":16}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":64},{"arity":2,"count":168},{"arity":64,"count":1}]
Number of extensional constraints232
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":232},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305153-1534122755/watcher-4305153-1534122755 -o /tmp/evaluation-result-4305153-1534122755/solver-4305153-1534122755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1558603716 HOME/instance-4305153-1534122755.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=2283, runsolver pid=2280

[startup+0.100179 s]*
/proc/loadavg: 1.11 1.30 1.37 3/207 2341
/proc/meminfo: memFree=22373100/32770624 swapFree=67108372/67108860
[pid=2283] ppid=2280 vsize=10005480 memory=15172 CPUtime=0.08 cores=0,2,4,6
/proc/2283/stat : 2283 (java) S 2280 2283 30220 0 -1 1077944320 4456 12956 0 0 1 0 5 2 20 0 6 0 229838725 10245611520 3793 33554432000 4194304 4196468 140735257216464 140735257199008 139959797468919 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
/proc/2283/statm: 2501370 3793 1934 1 0 2489808 0
[pid=2283/tid=2337] ppid=2280 vsize=10021560 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 2372 12956 0 0 1 0 5 2 20 0 6 0 229838734 10262077440 3925 33554432000 4194304 4196468 140735257216464 139959769305680 139959789706046 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=10022588 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 7 0 229838735 10263130112 3925 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=10022588 memory=140072942413440 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 7 0 229838735 10263130112 3925 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=10088124 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 7 0 229838735 10330238976 3925 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=10088124 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 7 0 229838735 10330238976 3925 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=10088124 memory=140072942413440 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 7 0 229838736 10330238976 3925 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15172 KiB

[startup+0.209992 s]*
/proc/loadavg: 1.11 1.30 1.37 2/216 2351
/proc/meminfo: memFree=22352068/32770624 swapFree=67108372/67108860
[pid=2283] ppid=2280 vsize=10982696 memory=40864 CPUtime=0.26 cores=0,2,4,6
/proc/2283/stat : 2283 (java) S 2280 2283 30220 0 -1 1077944320 8598 12956 0 0 17 2 5 2 20 0 15 0 229838725 11246280704 10216 33554432000 4194304 4196468 140735257216464 140735257199008 139959797468919 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
/proc/2283/statm: 2745674 10216 2969 1 0 2708109 0
[pid=2283/tid=2337] ppid=2280 vsize=10982696 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 5035 12956 0 0 10 1 5 2 20 0 15 0 229838734 11246280704 10216 33554432000 4194304 4196468 140735257216464 139959769266576 139959777744218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=10982696 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246280704 10216 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=10982696 memory=140072942434868 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246280704 10216 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246280704 10216 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246280704 10216 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=10982696 memory=140072942413440 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 229838736 11246280704 10216 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2343] ppid=2280 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2343/stat : 2343 (java) S 2280 2283 30220 0 -1 1077944384 13 12956 0 0 0 0 5 2 20 0 15 0 229838737 11246280704 10216 33554432000 4194304 4196468 140735257216464 139958622872480 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2344] ppid=2280 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2344/stat : 2344 (java) S 2280 2283 30220 0 -1 1077944384 21 12956 0 0 0 0 5 2 20 0 15 0 229838737 11246280704 10216 33554432000 4194304 4196468 140735257216464 139958555759600 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2345] ppid=2280 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2345/stat : 2345 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838739 11246280704 10216 33554432000 4194304 4196468 140735257216464 139958248364240 139959797487515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2346] ppid=2280 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2346/stat : 2346 (java) S 2280 2283 30220 0 -1 1077944384 432 12956 0 0 1 0 5 2 20 0 15 0 229838739 11246280704 10216 33554432000 4194304 4196468 140735257216464 139958832568816 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2347] ppid=2280 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2347/stat : 2347 (java) S 2280 2283 30220 0 -1 1077944384 204 12956 0 0 1 0 5 2 20 0 15 0 229838739 11246280704 10216 33554432000 4194304 4196468 140735257216464 139958831516272 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2348] ppid=2280 vsize=10982696 memory=140072942413440 CPUtime=0.1 cores=0,2,4,6
/proc/2283/task/2348/stat : 2348 (java) S 2280 2283 30220 0 -1 1077944384 687 12956 0 0 3 0 5 2 20 0 15 0 229838739 11246280704 10216 33554432000 4194304 4196468 140735257216464 139958830463728 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2350] ppid=2280 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2350/stat : 2350 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838740 11246280704 10216 33554432000 4194304 4196468 140735257216464 139957817568352 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2351] ppid=2280 vsize=10982696 memory=140072942413440 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2351/stat : 2351 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838740 11246280704 10216 33554432000 4194304 4196468 140735257216464 139958829410608 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 40864 KiB

[startup+0.310553 s]*
/proc/loadavg: 1.11 1.30 1.37 3/216 2351
/proc/meminfo: memFree=22343072/32770624 swapFree=67108372/67108860
[pid=2283] ppid=2280 vsize=10983192 memory=52220 CPUtime=0.39 cores=0,2,4,6
/proc/2283/stat : 2283 (java) S 2280 2283 30220 0 -1 1077944320 10649 12956 0 0 29 3 5 2 20 0 15 0 229838725 11246788608 13055 33554432000 4194304 4196468 140735257216464 140735257199008 139959797468919 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
/proc/2283/statm: 2745798 13055 3101 1 0 2708109 0
[pid=2283/tid=2337] ppid=2280 vsize=10983192 memory=-8171376296011865461 CPUtime=0.28 cores=0,2,4,6
/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 7053 12956 0 0 19 2 5 2 20 0 15 0 229838734 11246788608 13055 33554432000 4194304 4196468 140735257216464 139959769280928 139959797490845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=10983192 memory=3691042062614867976 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246788608 13055 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=10983192 memory=140072942413440 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246788608 13055 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=10983192 memory=280145684559776 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246788608 13055 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=10983192 memory=67 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246788608 13055 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=10983192 memory=140072942413440 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 229838736 11246788608 13055 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2343] ppid=2280 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2343/stat : 2343 (java) S 2280 2283 30220 0 -1 1077944384 13 12956 0 0 0 0 5 2 20 0 15 0 229838737 11246788608 13055 33554432000 4194304 4196468 140735257216464 139958622872480 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2344] ppid=2280 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2344/stat : 2344 (java) S 2280 2283 30220 0 -1 1077944384 21 12956 0 0 0 0 5 2 20 0 15 0 229838737 11246788608 13055 33554432000 4194304 4196468 140735257216464 139958555759600 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2345] ppid=2280 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2345/stat : 2345 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838739 11246788608 13055 33554432000 4194304 4196468 140735257216464 139958248364240 139959797487515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2346] ppid=2280 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2346/stat : 2346 (java) S 2280 2283 30220 0 -1 1077944384 440 12956 0 0 1 0 5 2 20 0 15 0 229838739 11246788608 13055 33554432000 4194304 4196468 140735257216464 139958832568816 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2347] ppid=2280 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2347/stat : 2347 (java) S 2280 2283 30220 0 -1 1077944384 204 12956 0 0 1 0 5 2 20 0 15 0 229838739 11246788608 13055 33554432000 4194304 4196468 140735257216464 139958831516272 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2348] ppid=2280 vsize=10983192 memory=140072942413440 CPUtime=0.12 cores=0,2,4,6
/proc/2283/task/2348/stat : 2348 (java) S 2280 2283 30220 0 -1 1077944384 712 12956 0 0 5 0 5 2 20 0 15 0 229838739 11246788608 13055 33554432000 4194304 4196468 140735257216464 139958830463728 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2350] ppid=2280 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2350/stat : 2350 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838740 11246788608 13055 33554432000 4194304 4196468 140735257216464 139957817568352 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2351] ppid=2280 vsize=10983192 memory=140072942413440 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2351/stat : 2351 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838740 11246788608 13055 33554432000 4194304 4196468 140735257216464 139958829410608 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52220 KiB

[startup+0.700808 s]
/proc/loadavg: 1.11 1.30 1.37 4/216 2351
/proc/meminfo: memFree=22331028/32770624 swapFree=67108372/67108860
[pid=2283] ppid=2280 vsize=10983192 memory=85620 CPUtime=0.99 cores=0,2,4,6
/proc/2283/stat : 2283 (java) S 2280 2283 30220 0 -1 1077944320 17172 12956 0 0 88 4 5 2 20 0 15 0 229838725 11246788608 21405 33554432000 4194304 4196468 140735257216464 140735257199008 139959797468919 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
/proc/2283/statm: 2745798 21405 3237 1 0 2708109 0
[pid=2283/tid=2337] ppid=2280 vsize=10983192 memory=280145684416672 CPUtime=0.66 cores=0,2,4,6
/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 12473 12956 0 0 56 3 5 2 20 0 15 0 229838734 11246788608 21405 33554432000 4194304 4196468 140735257216464 139959769289744 139959781549406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=10983192 memory=280145684416864 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246788608 21405 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=10983192 memory=1114 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246788608 21405 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246788608 21405 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=10983192 memory=6368751097566220901 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 229838735 11246788608 21405 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=10983192 memory=6935650355287975249 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 6 12956 0 0 0 0 5 2 20 0 15 0 229838736 11246788608 21405 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2343] ppid=2280 vsize=10983192 memory=5859271421084325224 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2343/stat : 2343 (java) S 2280 2283 30220 0 -1 1077944384 13 12956 0 0 0 0 5 2 20 0 15 0 229838737 11246788608 21405 33554432000 4194304 4196468 140735257216464 139958622872480 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2344] ppid=2280 vsize=10983192 memory=3812 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2344/stat : 2344 (java) S 2280 2283 30220 0 -1 1077944384 21 12956 0 0 0 0 5 2 20 0 15 0 229838737 11246788608 21405 33554432000 4194304 4196468 140735257216464 139958555759600 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2345] ppid=2280 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2345/stat : 2345 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838739 11246788608 21405 33554432000 4194304 4196468 140735257216464 139958248364240 139959797487515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2346] ppid=2280 vsize=10983192 memory=288230583149276365 CPUtime=0.16 cores=0,2,4,6
/proc/2283/task/2346/stat : 2346 (java) S 2280 2283 30220 0 -1 1077944384 1090 12956 0 0 9 0 5 2 20 0 15 0 229838739 11246788608 21405 33554432000 4194304 4196468 140735257216464 139958832568816 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2347] ppid=2280 vsize=10983192 memory=15821084087835108 CPUtime=0.14 cores=0,2,4,6
/proc/2283/task/2347/stat : 2347 (java) R 2280 2283 30220 0 -1 1077944384 453 12956 0 0 7 0 5 2 20 0 15 0 229838739 11246788608 21405 33554432000 4194304 4196468 140735257216464 139958831516272 139959797480066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2348] ppid=2280 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2283/task/2348/stat : 2348 (java) R 2280 2283 30220 0 -1 4202560 915 12956 0 0 13 0 5 2 20 0 15 0 229838739 11246788608 21405 33554432000 4194304 4196468 140735257216464 139958830463728 139959781549406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2350] ppid=2280 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2350/stat : 2350 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838740 11246788608 21405 33554432000 4194304 4196468 140735257216464 139957817568352 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2351] ppid=2280 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2351/stat : 2351 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838740 11246788608 21405 33554432000 4194304 4196468 140735257216464 139958829410608 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 85620 KiB

[startup+1.50076 s]
/proc/loadavg: 1.11 1.30 1.37 3/216 2351
/proc/meminfo: memFree=22284324/32770624 swapFree=67108372/67108860
[pid=2283] ppid=2280 vsize=10998092 memory=181564 CPUtime=2.41 cores=0,2,4,6
/proc/2283/stat : 2283 (java) S 2280 2283 30220 0 -1 1077944320 25583 12956 0 0 224 10 5 2 20 0 15 0 229838725 11262046208 45391 33554432000 4194304 4196468 140735257216464 140735257199008 139959797468919 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
/proc/2283/statm: 2749523 45391 3472 1 0 2711181 0
[pid=2283/tid=2337] ppid=2280 vsize=10998092 memory=6442213863471604064 CPUtime=1.42 cores=0,2,4,6
/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 18084 12956 0 0 130 5 5 2 20 0 15 0 229838734 11262046208 45391 33554432000 4194304 4196468 140735257216464 139959769286608 139959781549406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=10998092 memory=6442213863471604064 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 57 12956 0 0 1 0 5 2 20 0 15 0 229838735 11262046208 45391 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=10998092 memory=7884770954501511533 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 19 12956 0 0 1 0 5 2 20 0 15 0 229838735 11262046208 45391 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=10998092 memory=7380674478409671001 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 21 12956 0 0 1 0 5 2 20 0 15 0 229838735 11262046208 45391 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=10998092 memory=7884770954501511533 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 183 12956 0 0 0 0 5 2 20 0 15 0 229838735 11262046208 45391 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=10998092 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 512 12956 0 0 1 0 5 2 20 0 15 0 229838736 11262046208 45391 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2343] ppid=2280 vsize=10998092 memory=6737 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2343/stat : 2343 (java) S 2280 2283 30220 0 -1 1077944384 13 12956 0 0 0 0 5 2 20 0 15 0 229838737 11262046208 45391 33554432000 4194304 4196468 140735257216464 139958622872544 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2344] ppid=2280 vsize=10998092 memory=13850754973884327 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2344/stat : 2344 (java) S 2280 2283 30220 0 -1 1077944384 43 12956 0 0 0 0 5 2 20 0 15 0 229838737 11262046208 45391 33554432000 4194304 4196468 140735257216464 139958555759600 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2345] ppid=2280 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2345/stat : 2345 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838739 11262046208 45391 33554432000 4194304 4196468 140735257216464 139958248364240 139959797487515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2346] ppid=2280 vsize=10998092 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/2283/task/2346/stat : 2346 (java) S 2280 2283 30220 0 -1 1077944384 1746 12956 0 0 26 0 5 2 20 0 15 0 229838739 11262046208 45391 33554432000 4194304 4196468 140735257216464 139958832568816 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2347] ppid=2280 vsize=10998092 memory=6944656592455097440 CPUtime=0.31 cores=0,2,4,6
/proc/2283/task/2347/stat : 2347 (java) S 2280 2283 30220 0 -1 1077944384 956 12956 0 0 24 0 5 2 20 0 15 0 229838739 11262046208 45391 33554432000 4194304 4196468 140735257216464 139958831516272 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2348] ppid=2280 vsize=10998092 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/2283/task/2348/stat : 2348 (java) R 2280 2283 30220 0 -1 4202560 1750 12956 0 0 36 0 5 2 20 0 15 0 229838739 11262046208 45391 33554432000 4194304 4196468 140735257216464 139958830463728 139959797490266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2350] ppid=2280 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2350/stat : 2350 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838740 11262046208 45391 33554432000 4194304 4196468 140735257216464 139957817568352 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2351] ppid=2280 vsize=10998092 memory=-7313654673739556905 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2351/stat : 2351 (java) S 2280 2283 30220 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 229838740 11262046208 45391 33554432000 4194304 4196468 140735257216464 139958829410608 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0

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

/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 116896 12956 0 0 231311 48 5 2 20 0 15 0 229838734 11343855616 530463 33554432000 4194304 4196468 140735257216464 139959769302800 139959380241306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=11077984 memory=3988 CPUtime=3.32 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 24618 12956 0 0 305 20 5 2 20 0 15 0 229838735 11343855616 530463 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=11077984 memory=2121848 CPUtime=3.33 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 27485 12956 0 0 305 21 5 2 20 0 15 0 229838735 11343855616 530463 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=11077984 memory=8112282956445269571 CPUtime=3.34 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 32020 12956 0 0 307 20 5 2 20 0 15 0 229838735 11343855616 530463 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=11077984 memory=4104 CPUtime=3.32 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 32325 12956 0 0 304 21 5 2 20 0 15 0 229838735 11343855616 530463 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=11077984 memory=1404 CPUtime=3.24 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 25821 12956 0 0 299 18 5 2 20 0 15 0 229838736 11343855616 530463 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2343] ppid=2280 vsize=11077984 memory=2876 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2343/stat : 2343 (java) S 2280 2283 30220 0 -1 1077944384 15 12956 0 0 0 0 5 2 20 0 15 0 229838737 11343855616 530463 33554432000 4194304 4196468 140735257216464 139958622872608 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2344] ppid=2280 vsize=11077984 memory=819768 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2344/stat : 2344 (java) S 2280 2283 30220 0 -1 1077944384 46 12956 0 0 0 0 5 2 20 0 15 0 229838737 11343855616 530463 33554432000 4194304 4196468 140735257216464 139958555759616 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2345] ppid=2280 vsize=11077984 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2345/stat : 2345 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838739 11343855616 530463 33554432000 4194304 4196468 140735257216464 139958248364240 139959797487515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2346] ppid=2280 vsize=11077984 memory=7100839861465685612 CPUtime=4.43 cores=0,2,4,6
/proc/2283/task/2346/stat : 2346 (java) S 2280 2283 30220 0 -1 1077944384 29225 12956 0 0 432 4 5 2 20 0 15 0 229838739 11343855616 530463 33554432000 4194304 4196468 140735257216464 139958832568816 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2347] ppid=2280 vsize=11077984 memory=3848 CPUtime=3.92 cores=0,2,4,6
/proc/2283/task/2347/stat : 2347 (java) S 2280 2283 30220 0 -1 1077944384 28478 12956 0 0 380 5 5 2 20 0 15 0 229838739 11343855616 530463 33554432000 4194304 4196468 140735257216464 139958831516272 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2348] ppid=2280 vsize=11077984 memory=2600 CPUtime=1.83 cores=0,2,4,6
/proc/2283/task/2348/stat : 2348 (java) S 2280 2283 30220 0 -1 1077944384 34059 12956 0 0 172 4 5 2 20 0 15 0 229838739 11343855616 530463 33554432000 4194304 4196468 140735257216464 139958830463728 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2350] ppid=2280 vsize=11077984 memory=1620 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2350/stat : 2350 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838740 11343855616 530463 33554432000 4194304 4196468 140735257216464 139957817568352 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2351] ppid=2280 vsize=11077984 memory=1220 CPUtime=1.18 cores=0,2,4,6
/proc/2283/task/2351/stat : 2351 (java) S 2280 2283 30220 0 -1 1077944384 2073 12956 0 0 57 54 5 2 20 0 15 0 229838740 11343855616 530463 33554432000 4194304 4196468 140735257216464 139958829410608 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
Current children cumulated CPU time: 2341.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2121852 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.31 1.37 3/215 3104
/proc/meminfo: memFree=20868368/32770624 swapFree=67108372/67108860
[pid=2283] ppid=2280 vsize=11077984 memory=2121884 CPUtime=2401.32 cores=0,2,4,6
/proc/2283/stat : 2283 (java) S 2280 2283 30220 0 -1 1077944320 360978 12956 0 0 239937 188 5 2 20 0 15 0 229838725 11343855616 530471 33554432000 4194304 4196468 140735257216464 140735257199008 139959797468919 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
/proc/2283/statm: 2769496 530471 3530 1 0 2731149 0
[pid=2283/tid=2337] ppid=2280 vsize=11077984 memory=2121884 CPUtime=2373.4 cores=0,2,4,6
/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 118306 12956 0 0 237285 48 5 2 20 0 15 0 229838734 11343855616 530471 33554432000 4194304 4196468 140735257216464 139959769302672 139959383261369 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=11077984 memory=8112282956445269571 CPUtime=3.43 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 25716 12956 0 0 315 21 5 2 20 0 15 0 229838735 11343855616 530471 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=11077984 memory=3848 CPUtime=3.43 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 28218 12956 0 0 315 21 5 2 20 0 15 0 229838735 11343855616 530471 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=11077984 memory=2600 CPUtime=3.43 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 32098 12956 0 0 316 20 5 2 20 0 15 0 229838735 11343855616 530471 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=11077984 memory=2916 CPUtime=3.43 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 34001 12956 0 0 314 22 5 2 20 0 15 0 229838735 11343855616 530471 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=11077984 memory=13756 CPUtime=3.34 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 26485 12956 0 0 308 19 5 2 20 0 15 0 229838736 11343855616 530471 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2343] ppid=2280 vsize=11077984 memory=3316 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2343/stat : 2343 (java) S 2280 2283 30220 0 -1 1077944384 15 12956 0 0 0 0 5 2 20 0 15 0 229838737 11343855616 530471 33554432000 4194304 4196468 140735257216464 139958622872608 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2344] ppid=2280 vsize=11077984 memory=488 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2344/stat : 2344 (java) S 2280 2283 30220 0 -1 1077944384 46 12956 0 0 0 0 5 2 20 0 15 0 229838737 11343855616 530471 33554432000 4194304 4196468 140735257216464 139958555759616 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2345] ppid=2280 vsize=11077984 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2345/stat : 2345 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838739 11343855616 530471 33554432000 4194304 4196468 140735257216464 139958248364240 139959797487515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2346] ppid=2280 vsize=11077984 memory=8112282956445269571 CPUtime=4.43 cores=0,2,4,6
/proc/2283/task/2346/stat : 2346 (java) S 2280 2283 30220 0 -1 1077944384 29230 12956 0 0 432 4 5 2 20 0 15 0 229838739 11343855616 530471 33554432000 4194304 4196468 140735257216464 139958832568816 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2347] ppid=2280 vsize=11077984 memory=752 CPUtime=3.93 cores=0,2,4,6
/proc/2283/task/2347/stat : 2347 (java) S 2280 2283 30220 0 -1 1077944384 28483 12956 0 0 381 5 5 2 20 0 15 0 229838739 11343855616 530471 33554432000 4194304 4196468 140735257216464 139958831516272 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2348] ppid=2280 vsize=11077984 memory=3812 CPUtime=1.83 cores=0,2,4,6
/proc/2283/task/2348/stat : 2348 (java) S 2280 2283 30220 0 -1 1077944384 34065 12956 0 0 172 4 5 2 20 0 15 0 229838739 11343855616 530471 33554432000 4194304 4196468 140735257216464 139958830463728 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2350] ppid=2280 vsize=11077984 memory=62576 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2350/stat : 2350 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838740 11343855616 530471 33554432000 4194304 4196468 140735257216464 139957817568352 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2351] ppid=2280 vsize=11077984 memory=1100 CPUtime=1.21 cores=0,2,4,6
/proc/2283/task/2351/stat : 2351 (java) S 2280 2283 30220 0 -1 1077944384 2117 12956 0 0 58 56 5 2 20 0 15 0 229838740 11343855616 530471 33554432000 4194304 4196468 140735257216464 139958829410608 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
Current children cumulated CPU time: 2401.32 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2121884 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.33 1.38 3/215 3105
/proc/meminfo: memFree=20868928/32770624 swapFree=67108372/67108860
[pid=2283] ppid=2280 vsize=11077984 memory=2121928 CPUtime=2461.57 cores=0,2,4,6
/proc/2283/stat : 2283 (java) S 2280 2283 30220 0 -1 1077944320 366690 12956 0 0 245960 190 5 2 20 0 15 0 229838725 11343855616 530482 33554432000 4194304 4196468 140735257216464 140735257199008 139959797468919 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
/proc/2283/statm: 2769496 530482 3530 1 0 2731149 0
[pid=2283/tid=2337] ppid=2280 vsize=11077984 memory=1276 CPUtime=2433.12 cores=0,2,4,6
/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 119702 12956 0 0 243257 48 5 2 20 0 15 0 229838734 11343855616 530482 33554432000 4194304 4196468 140735257216464 139959769302688 139959380185235 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=11077984 memory=1068 CPUtime=3.52 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 25875 12956 0 0 324 21 5 2 20 0 15 0 229838735 11343855616 530482 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=11077984 memory=15064 CPUtime=3.53 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 28887 12956 0 0 325 21 5 2 20 0 15 0 229838735 11343855616 530482 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=11077984 memory=8112282956445269571 CPUtime=3.54 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 33726 12956 0 0 326 21 5 2 20 0 15 0 229838735 11343855616 530482 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=11077984 memory=1752 CPUtime=3.53 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 35132 12956 0 0 324 22 5 2 20 0 15 0 229838735 11343855616 530482 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=11077984 memory=5752 CPUtime=3.43 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 27145 12956 0 0 317 19 5 2 20 0 15 0 229838736 11343855616 530482 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2343] ppid=2280 vsize=11077984 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2343/stat : 2343 (java) S 2280 2283 30220 0 -1 1077944384 15 12956 0 0 0 0 5 2 20 0 15 0 229838737 11343855616 530482 33554432000 4194304 4196468 140735257216464 139958622872608 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2344] ppid=2280 vsize=11077984 memory=1620 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2344/stat : 2344 (java) S 2280 2283 30220 0 -1 1077944384 46 12956 0 0 0 0 5 2 20 0 15 0 229838737 11343855616 530482 33554432000 4194304 4196468 140735257216464 139958555759616 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2345] ppid=2280 vsize=11077984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2345/stat : 2345 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838739 11343855616 530482 33554432000 4194304 4196468 140735257216464 139958248364240 139959797487515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2346] ppid=2280 vsize=11077984 memory=6792 CPUtime=4.43 cores=0,2,4,6
/proc/2283/task/2346/stat : 2346 (java) S 2280 2283 30220 0 -1 1077944384 29239 12956 0 0 432 4 5 2 20 0 15 0 229838739 11343855616 530482 33554432000 4194304 4196468 140735257216464 139958832568816 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2347] ppid=2280 vsize=11077984 memory=11628 CPUtime=3.93 cores=0,2,4,6
/proc/2283/task/2347/stat : 2347 (java) S 2280 2283 30220 0 -1 1077944384 28490 12956 0 0 381 5 5 2 20 0 15 0 229838739 11343855616 530482 33554432000 4194304 4196468 140735257216464 139958831516272 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2348] ppid=2280 vsize=11077984 memory=752 CPUtime=1.83 cores=0,2,4,6
/proc/2283/task/2348/stat : 2348 (java) S 2280 2283 30220 0 -1 1077944384 34072 12956 0 0 172 4 5 2 20 0 15 0 229838739 11343855616 530482 33554432000 4194304 4196468 140735257216464 139958830463728 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2350] ppid=2280 vsize=11077984 memory=1276 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2350/stat : 2350 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838740 11343855616 530482 33554432000 4194304 4196468 140735257216464 139957817568352 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2351] ppid=2280 vsize=11077984 memory=2121928 CPUtime=1.24 cores=0,2,4,6
/proc/2283/task/2351/stat : 2351 (java) S 2280 2283 30220 0 -1 1077944384 2163 12956 0 0 60 57 5 2 20 0 15 0 229838740 11343855616 530482 33554432000 4194304 4196468 140735257216464 139958829410608 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
Current children cumulated CPU time: 2461.57 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2121928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.5 s]*
/proc/loadavg: 1.41 1.34 1.38 3/215 3106
/proc/meminfo: memFree=20868456/32770624 swapFree=67108372/67108860
[pid=2283] ppid=2280 vsize=11077984 memory=2121960 CPUtime=2520.06 cores=0,2,4,6
/proc/2283/stat : 2283 (java) S 2280 2283 30220 0 -1 1077944320 371084 12956 0 0 251805 194 5 2 20 0 15 0 229838725 11343855616 530490 33554432000 4194304 4196468 140735257216464 140735257199008 139959797468919 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
/proc/2283/statm: 2769496 530490 3530 1 0 2731149 0
[pid=2283/tid=2337] ppid=2280 vsize=11077984 memory=6935054825532540783 CPUtime=2491.1 cores=0,2,4,6
/proc/2283/task/2337/stat : 2337 (java) R 2280 2283 30220 0 -1 4202560 120719 12956 0 0 249054 49 5 2 20 0 15 0 229838734 11343855616 530490 33554432000 4194304 4196468 140735257216464 139959769303040 139959380994412 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2338] ppid=2280 vsize=11077984 memory=2196 CPUtime=3.62 cores=0,2,4,6
/proc/2283/task/2338/stat : 2338 (java) S 2280 2283 30220 0 -1 1077944384 27511 12956 0 0 333 22 5 2 20 0 15 0 229838735 11343855616 530490 33554432000 4194304 4196468 140735257216464 139959801711376 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2339] ppid=2280 vsize=11077984 memory=3988 CPUtime=3.63 cores=0,2,4,6
/proc/2283/task/2339/stat : 2339 (java) S 2280 2283 30220 0 -1 1077944384 29102 12956 0 0 334 22 5 2 20 0 15 0 229838735 11343855616 530490 33554432000 4194304 4196468 140735257216464 139959697914768 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2340] ppid=2280 vsize=11077984 memory=1408 CPUtime=3.63 cores=0,2,4,6
/proc/2283/task/2340/stat : 2340 (java) S 2280 2283 30220 0 -1 1077944384 34776 12956 0 0 335 21 5 2 20 0 15 0 229838735 11343855616 530490 33554432000 4194304 4196468 140735257216464 139959336365072 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2341] ppid=2280 vsize=11077984 memory=4126316290023845779 CPUtime=3.63 cores=0,2,4,6
/proc/2283/task/2341/stat : 2341 (java) S 2280 2283 30220 0 -1 1077944384 35188 12956 0 0 333 23 5 2 20 0 15 0 229838735 11343855616 530490 33554432000 4194304 4196468 140735257216464 139959335312528 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2342] ppid=2280 vsize=11077984 memory=2121940 CPUtime=3.53 cores=0,2,4,6
/proc/2283/task/2342/stat : 2342 (java) S 2280 2283 30220 0 -1 1077944384 27527 12956 0 0 326 20 5 2 20 0 15 0 229838736 11343855616 530490 33554432000 4194304 4196468 140735257216464 139958833620976 139959797480066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2343] ppid=2280 vsize=11077984 memory=1924 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2343/stat : 2343 (java) S 2280 2283 30220 0 -1 1077944384 15 12956 0 0 0 0 5 2 20 0 15 0 229838737 11343855616 530490 33554432000 4194304 4196468 140735257216464 139958622872608 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2344] ppid=2280 vsize=11077984 memory=7532 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2344/stat : 2344 (java) S 2280 2283 30220 0 -1 1077944384 46 12956 0 0 0 0 5 2 20 0 15 0 229838737 11343855616 530490 33554432000 4194304 4196468 140735257216464 139958555759616 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2345] ppid=2280 vsize=11077984 memory=808 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2345/stat : 2345 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838739 11343855616 530490 33554432000 4194304 4196468 140735257216464 139958248364240 139959797487515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2346] ppid=2280 vsize=11077984 memory=4104 CPUtime=4.43 cores=0,2,4,6
/proc/2283/task/2346/stat : 2346 (java) S 2280 2283 30220 0 -1 1077944384 29244 12956 0 0 432 4 5 2 20 0 15 0 229838739 11343855616 530490 33554432000 4194304 4196468 140735257216464 139958832568816 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2347] ppid=2280 vsize=11077984 memory=1404 CPUtime=3.93 cores=0,2,4,6
/proc/2283/task/2347/stat : 2347 (java) S 2280 2283 30220 0 -1 1077944384 28494 12956 0 0 381 5 5 2 20 0 15 0 229838739 11343855616 530490 33554432000 4194304 4196468 140735257216464 139958831516272 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2348] ppid=2280 vsize=11077984 memory=3092 CPUtime=1.83 cores=0,2,4,6
/proc/2283/task/2348/stat : 2348 (java) S 2280 2283 30220 0 -1 1077944384 34077 12956 0 0 172 4 5 2 20 0 15 0 229838739 11343855616 530490 33554432000 4194304 4196468 140735257216464 139958830463728 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2350] ppid=2280 vsize=11077984 memory=822936 CPUtime=0.07 cores=0,2,4,6
/proc/2283/task/2350/stat : 2350 (java) S 2280 2283 30220 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 229838740 11343855616 530490 33554432000 4194304 4196468 140735257216464 139957817568352 139959797479125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
[pid=2283/tid=2351] ppid=2280 vsize=11077984 memory=1800 CPUtime=1.27 cores=0,2,4,6
/proc/2283/task/2351/stat : 2351 (java) S 2280 2283 30220 0 -1 1077944384 2187 12956 0 0 62 58 5 2 20 0 15 0 229838740 11343855616 530490 33554432000 4194304 4196468 140735257216464 139958829410608 139959797480066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140735257217644 140735257220444 140735257220444 140735257223119 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2121960 KiB

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

[startup+2500.55 s]
# the end of solver process 2283 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.13 s, system=2.00125 s

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

Child status: 143
Real time (s): 2500.55
CPU time (s): 2520.13
CPU user time (s): 2518.13
CPU system time (s): 2.00125
CPU usage (%): 100.783
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 2121960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.13
system time used= 2.00125
maximum resident set size= 2124436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132079
involuntary context switches= 6740


# summary of solver processes directly reported to runsolver:
#   pid: 2283
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.13
#   total CPU system time (s): 2.00125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1037 second user time and 20.9017 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-13 03:12:35
IDJOB=4305153
IDBENCH=141500
IDSOLVER=2780
FILE ID=node137/4305153-1534122755
RUNJOBID= node137-1534096381-30251
PBS_JOBID= 21036996
Free space on /tmp= 26516 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g19-g45_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305153-1534122755/watcher-4305153-1534122755 -o /tmp/evaluation-result-4305153-1534122755/solver-4305153-1534122755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30251 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1558603716 HOME/instance-4305153-1534122755.xml

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

MD5SUM BENCH= d9c49275b9746ea736e23f2bca190f13
RANDOM SEED=1558603716

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22380088 kB
MemAvailable:   30469512 kB
Buffers:           86344 kB
Cached:          8202012 kB
SwapCached:            8 kB
Active:          5465152 kB
Inactive:        4310260 kB
Active(anon):    1433976 kB
Inactive(anon):   105408 kB
Active(file):    4031176 kB
Inactive(file):  4204852 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26564 kB
Writeback:             0 kB
AnonPages:       1494432 kB
Mapped:            66504 kB
Shmem:             49656 kB
Slab:             310040 kB
SReclaimable:     281856 kB
SUnreclaim:        28184 kB
KernelStack:        3616 kB
PageTables:         7884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2571704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1247232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-13 03:54:16