Trace number 4302443

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.079 208.242

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-3-2_c18.xml
MD5SUMcf06b96073d81f03e6b89e8a6528df72
Bench CategoryCOP (optimization 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 variables333
Number of constraints356
Number of domains3
Minimum domain size20
Maximum domain size111
Distribution of domain sizes[{"size":20,"count":111},{"size":43,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
252.01/208.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.01/208.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.01/208.21		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.01/208.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.01/208.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.01/208.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.01/208.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.01/208.21		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.01/208.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/208.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.01/208.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.01/208.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/208.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.01/208.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.01/208.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/208.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.01/208.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.01/208.21		at scala.Option.map(Option.scala:146)
252.01/208.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.01/208.21		at concrete.MAC.mac(MAC.scala:203)
252.01/208.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.01/208.21		at scala.util.Try$.apply(Try.scala:209)
252.01/208.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.01/208.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.01/208.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.01/208.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.01/208.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.01/208.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.01/208.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.01/208.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.01/208.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.01/208.21		at concrete.MAC.oneRun(MAC.scala:253)
252.01/208.21		at concrete.MAC.nextSolution(MAC.scala:272)
252.01/208.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.01/208.21		at concrete.ProblemState.map(ProblemState.scala:221)
252.01/208.21		at concrete.ProblemState.map(ProblemState.scala:204)
252.01/208.21		at concrete.MAC.nextSolution(MAC.scala:334)
252.01/208.21		at concrete.Solver.hasNext(Solver.scala:166)
252.01/208.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.01/208.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.01/208.21		at concrete.Solver.foreach(Solver.scala:68)
252.01/208.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.01/208.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.01/208.21		at scala.util.Success.map(Try.scala:209)
252.01/208.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.01/208.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.01/208.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.01/208.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.01/208.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.01/208.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.01/208.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.01/208.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.01/208.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.01/208.21		at scala.collection.immutable.List.foreach(List.scala:389)
252.01/208.21		at scala.App.main(App.scala:76)
252.01/208.21		at scala.App.main$(App.scala:74)
252.01/208.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.01/208.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.01/208.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 (10473 MiB free)
  memory of node 1: 16384 MiB (10800 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302443-1532898717/watcher-4302443-1532898717 -o /tmp/evaluation-result-4302443-1532898717/solver-4302443-1532898717 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1065555231 HOME/instance-4302443-1532898717.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100094 s]*
/proc/loadavg: 1.38 1.50 1.66 3/207 22074
/proc/meminfo: memFree=21779272/32770624 swapFree=67108860/67108860
[pid=22017] ppid=22014 vsize=10005480 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/22017/stat : 22017 (java) S 22014 22017 12183 0 -1 1077944320 4357 13400 0 0 1 0 5 2 20 0 6 0 107434905 10245611520 4203 33554432000 4194304 4196468 140720980821024 140720980803568 140594232893175 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
/proc/22017/statm: 2501370 4203 1935 1 0 2489808 0
[pid=22017/tid=22070] ppid=22014 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 2191 13400 0 0 1 0 5 2 20 0 6 0 107434914 10245611520 4203 33554432000 4194304 4196468 140720980821024 140594204729936 140594218575701 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 6 0 107434914 10245611520 4203 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=10005480 memory=139744291321472 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 6 0 107434914 10245611520 4269 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 6 0 107434914 10245611520 4269 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 2 13400 0 0 0 0 5 2 20 0 6 0 107434914 10245611520 4269 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210399 s]*
/proc/loadavg: 1.38 1.50 1.66 3/216 22083
/proc/meminfo: memFree=21753540/32770624 swapFree=67108860/67108860
[pid=22017] ppid=22014 vsize=10982744 memory=46000 CPUtime=0.25 cores=0,2,4,6
/proc/22017/stat : 22017 (java) S 22014 22017 12183 0 -1 1077944320 7725 13400 0 0 17 1 5 2 20 0 15 0 107434905 11246329856 11500 33554432000 4194304 4196468 140720980821024 140720980803568 140594232893175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
/proc/22017/statm: 2745686 11500 2944 1 0 2708109 0
[pid=22017/tid=22070] ppid=22014 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 4397 13400 0 0 11 1 5 2 20 0 15 0 107434914 11246329856 11632 33554432000 4194304 4196468 140720980821024 140594204690096 140594213169003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246329856 11632 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=10982744 memory=139744291321472 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246329856 11632 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246329856 11632 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 2 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246329856 11632 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22075] ppid=22014 vsize=10982744 memory=139744291321472 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22075/stat : 22075 (java) S 22014 22017 12183 0 -1 1077944384 2 13400 0 0 0 0 5 2 20 0 15 0 107434916 11246329856 11698 33554432000 4194304 4196468 140720980821024 140593658263792 140594232904322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22076] ppid=22014 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22076/stat : 22076 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434916 11246329856 11698 33554432000 4194304 4196468 140720980821024 140593016595616 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22077] ppid=22014 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22077/stat : 22077 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434917 11246329856 11698 33554432000 4194304 4196468 140720980821024 140592868745968 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22078] ppid=22014 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22078/stat : 22078 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434919 11246329856 11698 33554432000 4194304 4196468 140720980821024 140592561346512 140594232911771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22079] ppid=22014 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22017/task/22079/stat : 22079 (java) S 22014 22017 12183 0 -1 1077944384 435 13400 0 0 1 0 5 2 20 0 15 0 107434919 11246329856 11698 33554432000 4194304 4196468 140720980821024 140593657211632 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22080] ppid=22014 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22017/task/22080/stat : 22080 (java) S 22014 22017 12183 0 -1 1077944384 187 13400 0 0 1 0 5 2 20 0 15 0 107434919 11246329856 11698 33554432000 4194304 4196468 140720980821024 140593656159088 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22081] ppid=22014 vsize=10982744 memory=139744291321472 CPUtime=0.1 cores=0,2,4,6
/proc/22017/task/22081/stat : 22081 (java) S 22014 22017 12183 0 -1 1077944384 611 13400 0 0 3 0 5 2 20 0 15 0 107434919 11246329856 11698 33554432000 4194304 4196468 140720980821024 140593655106032 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22082] ppid=22014 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22082/stat : 22082 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434920 11246329856 11698 33554432000 4194304 4196468 140720980821024 140592130550624 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22083] ppid=22014 vsize=10982744 memory=139744291321472 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22083/stat : 22083 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434920 11246329856 11698 33554432000 4194304 4196468 140720980821024 140593654053424 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46000 KiB

[startup+0.310395 s]*
/proc/loadavg: 1.38 1.50 1.66 3/216 22083
/proc/meminfo: memFree=21742128/32770624 swapFree=67108860/67108860
[pid=22017] ppid=22014 vsize=10983192 memory=57436 CPUtime=0.37 cores=0,2,4,6
/proc/22017/stat : 22017 (java) S 22014 22017 12183 0 -1 1077944320 10413 13400 0 0 28 2 5 2 20 0 15 0 107434905 11246788608 14359 33554432000 4194304 4196468 140720980821024 140720980803568 140594232893175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
/proc/22017/statm: 2745798 14359 3063 1 0 2708109 0
[pid=22017/tid=22070] ppid=22014 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 6950 13400 0 0 19 2 5 2 20 0 15 0 107434914 11246788608 14359 33554432000 4194304 4196468 140720980821024 140594204705184 140594232915101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=10983192 memory=7012755875661107280 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246788608 14359 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246788608 14359 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246788608 14359 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 2 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246788608 14359 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22075] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22075/stat : 22075 (java) S 22014 22017 12183 0 -1 1077944384 2 13400 0 0 0 0 5 2 20 0 15 0 107434916 11246788608 14359 33554432000 4194304 4196468 140720980821024 140593658263792 140594232904322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22076] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22076/stat : 22076 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434916 11246788608 14359 33554432000 4194304 4196468 140720980821024 140593016595616 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22077] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22077/stat : 22077 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434917 11246788608 14359 33554432000 4194304 4196468 140720980821024 140592868745968 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22078] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22078/stat : 22078 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434919 11246788608 14359 33554432000 4194304 4196468 140720980821024 140592561346512 140594232911771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22079] ppid=22014 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22017/task/22079/stat : 22079 (java) S 22014 22017 12183 0 -1 1077944384 437 13400 0 0 1 0 5 2 20 0 15 0 107434919 11246788608 14359 33554432000 4194304 4196468 140720980821024 140593657211632 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22080] ppid=22014 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22017/task/22080/stat : 22080 (java) S 22014 22017 12183 0 -1 1077944384 187 13400 0 0 1 0 5 2 20 0 15 0 107434919 11246788608 14359 33554432000 4194304 4196468 140720980821024 140593656159088 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22081] ppid=22014 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/22017/task/22081/stat : 22081 (java) S 22014 22017 12183 0 -1 1077944384 623 13400 0 0 5 0 5 2 20 0 15 0 107434919 11246788608 14359 33554432000 4194304 4196468 140720980821024 140593655106032 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22082] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22082/stat : 22082 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434920 11246788608 14359 33554432000 4194304 4196468 140720980821024 140592130550624 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22083] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22083/stat : 22083 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434920 11246788608 14359 33554432000 4194304 4196468 140720980821024 140593654053424 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57436 KiB

[startup+0.700789 s]
/proc/loadavg: 1.38 1.50 1.66 3/216 22083
/proc/meminfo: memFree=21730096/32770624 swapFree=67108860/67108860
[pid=22017] ppid=22014 vsize=10983192 memory=90652 CPUtime=0.99 cores=0,2,4,6
/proc/22017/stat : 22017 (java) S 22014 22017 12183 0 -1 1077944320 16739 13400 0 0 89 3 5 2 20 0 15 0 107434905 11246788608 22663 33554432000 4194304 4196468 140720980821024 140720980803568 140594232893175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
/proc/22017/statm: 2745798 22663 3239 1 0 2708109 0
[pid=22017/tid=22070] ppid=22014 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 12182 13400 0 0 56 3 5 2 20 0 15 0 107434914 11246788608 22663 33554432000 4194304 4196468 140720980821024 140594204714000 140594216079984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246788608 22663 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246788608 22663 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246788608 22663 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 2 13400 0 0 0 0 5 2 20 0 15 0 107434914 11246788608 22663 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22075] ppid=22014 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22075/stat : 22075 (java) S 22014 22017 12183 0 -1 1077944384 5 13400 0 0 0 0 5 2 20 0 15 0 107434916 11246788608 22663 33554432000 4194304 4196468 140720980821024 140593658263792 140594232904322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22076] ppid=22014 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22076/stat : 22076 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434916 11246788608 22663 33554432000 4194304 4196468 140720980821024 140593016595616 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22077] ppid=22014 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22077/stat : 22077 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434917 11246788608 22663 33554432000 4194304 4196468 140720980821024 140592868745968 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22078] ppid=22014 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22078/stat : 22078 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434919 11246788608 22663 33554432000 4194304 4196468 140720980821024 140592561346512 140594232911771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22079] ppid=22014 vsize=10983192 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/22017/task/22079/stat : 22079 (java) S 22014 22017 12183 0 -1 1077944384 1008 13400 0 0 9 0 5 2 20 0 15 0 107434919 11246788608 22663 33554432000 4194304 4196468 140720980821024 140593657211632 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22080] ppid=22014 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/22017/task/22080/stat : 22080 (java) S 22014 22017 12183 0 -1 1077944384 617 13400 0 0 7 0 5 2 20 0 15 0 107434919 11246788608 22663 33554432000 4194304 4196468 140720980821024 140593656159088 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22081] ppid=22014 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/22017/task/22081/stat : 22081 (java) S 22014 22017 12183 0 -1 1077944384 713 13400 0 0 13 0 5 2 20 0 15 0 107434919 11246788608 22663 33554432000 4194304 4196468 140720980821024 140593655106032 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22082] ppid=22014 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22082/stat : 22082 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434920 11246788608 22663 33554432000 4194304 4196468 140720980821024 140592130550624 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22083] ppid=22014 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22083/stat : 22083 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434920 11246788608 22663 33554432000 4194304 4196468 140720980821024 140593654053424 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90652 KiB

[startup+1.50171 s]
/proc/loadavg: 1.51 1.52 1.67 6/216 22083
/proc/meminfo: memFree=21684796/32770624 swapFree=67108860/67108860
[pid=22017] ppid=22014 vsize=10993996 memory=203740 CPUtime=3.16 cores=0,2,4,6
/proc/22017/stat : 22017 (java) S 22014 22017 12183 0 -1 1077944320 24857 13400 0 0 302 7 5 2 20 0 15 0 107434905 11257851904 50935 33554432000 4194304 4196468 140720980821024 140720980803568 140594232893175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
/proc/22017/statm: 2748499 50935 3450 1 0 2710157 0
[pid=22017/tid=22070] ppid=22014 vsize=10993996 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 15736 13400 0 0 133 5 5 2 20 0 15 0 107434914 11257851904 50935 33554432000 4194304 4196468 140720980821024 140594204665760 140594218586656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11257851904 50935 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11257851904 50935 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434914 11257851904 50935 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 2 13400 0 0 0 0 5 2 20 0 15 0 107434914 11257851904 50935 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22075] ppid=22014 vsize=10993996 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22075/stat : 22075 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434916 11257851904 50935 33554432000 4194304 4196468 140720980821024 140593658263792 140594232904322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22076] ppid=22014 vsize=10993996 memory=279488285976832 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22076/stat : 22076 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434916 11257851904 50935 33554432000 4194304 4196468 140720980821024 140593016595616 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22077] ppid=22014 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22077/stat : 22077 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434917 11257851904 50935 33554432000 4194304 4196468 140720980821024 140592868745968 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22078] ppid=22014 vsize=10993996 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22078/stat : 22078 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434919 11257851904 50935 33554432000 4194304 4196468 140720980821024 140592561346512 140594232911771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22079] ppid=22014 vsize=10993996 memory=1232 CPUtime=0.67 cores=0,2,4,6
/proc/22017/task/22079/stat : 22079 (java) R 22014 22017 12183 0 -1 4202560 3231 13400 0 0 60 0 5 2 20 0 15 0 107434919 11257851904 50935 33554432000 4194304 4196468 140720980821024 140593657197656 140594218000987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22080] ppid=22014 vsize=10993996 memory=8560 CPUtime=0.69 cores=0,2,4,6
/proc/22017/task/22080/stat : 22080 (java) R 22014 22017 12183 0 -1 4202560 1983 13400 0 0 62 0 5 2 20 0 15 0 107434919 11257851904 50935 33554432000 4194304 4196468 140720980821024 140593656145112 140594217774847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22081] ppid=22014 vsize=10993996 memory=1712 CPUtime=0.51 cores=0,2,4,6
/proc/22017/task/22081/stat : 22081 (java) S 22014 22017 12183 0 -1 1077944384 1680 13400 0 0 44 0 5 2 20 0 15 0 107434919 11257851904 50935 33554432000 4194304 4196468 140720980821024 140593655106032 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22082] ppid=22014 vsize=10993996 memory=5412 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22082/stat : 22082 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434920 11257851904 50935 33554432000 4194304 4196468 140720980821024 140592130550624 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22083] ppid=22014 vsize=10993996 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22083/stat : 22083 (java) S 22014 22017 12183 0 -1 1077944384 1 13400 0 0 0 0 5 2 20 0 15 0 107434920 11257851904 50935 33554432000 4194304 4196468 140720980821024 140593654053424 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 10993996 KiB

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

/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 61035 13400 0 0 4931 19 5 2 20 0 15 0 107434914 11345952768 455649 33554432000 4194304 4196468 140720980821024 140594204724560 140593779843399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=11080032 memory=1302968 CPUtime=1.26 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 1787 13400 0 0 91 28 5 2 20 0 15 0 107434914 11345952768 455649 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=11080032 memory=1633608 CPUtime=1.27 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 1358 13400 0 0 92 28 5 2 20 0 15 0 107434914 11345952768 455649 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=11080032 memory=1453732 CPUtime=1.28 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 1566 13400 0 0 93 28 5 2 20 0 15 0 107434914 11345952768 455649 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=11080032 memory=4140 CPUtime=1.3 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 2506 13400 0 0 95 28 5 2 20 0 15 0 107434914 11345952768 455649 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22075] ppid=22014 vsize=11080032 memory=1822596 CPUtime=0.2 cores=0,2,4,6
/proc/22017/task/22075/stat : 22075 (java) S 22014 22017 12183 0 -1 1077944384 4581 13400 0 0 12 1 5 2 20 0 15 0 107434916 11345952768 455649 33554432000 4194304 4196468 140720980821024 140593658263792 140594232904322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22076] ppid=22014 vsize=11080032 memory=1548652 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22076/stat : 22076 (java) S 22014 22017 12183 0 -1 1077944384 21 13400 0 0 0 0 5 2 20 0 15 0 107434916 11345952768 455649 33554432000 4194304 4196468 140720980821024 140593016595680 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22077] ppid=22014 vsize=11080032 memory=14431090117230 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22077/stat : 22077 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434917 11345952768 455649 33554432000 4194304 4196468 140720980821024 140592868745984 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22078] ppid=22014 vsize=11080032 memory=279488286214112 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22078/stat : 22078 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434919 11345952768 455649 33554432000 4194304 4196468 140720980821024 140592561346512 140594232911771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22079] ppid=22014 vsize=11080032 memory=33 CPUtime=10.77 cores=0,2,4,6
/proc/22017/task/22079/stat : 22079 (java) S 22014 22017 12183 0 -1 1077944384 19039 13400 0 0 1066 4 5 2 20 0 15 0 107434919 11345952768 455649 33554432000 4194304 4196468 140720980821024 140593657211632 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22080] ppid=22014 vsize=11080032 memory=9050721892068786349 CPUtime=11.22 cores=0,2,4,6
/proc/22017/task/22080/stat : 22080 (java) S 22014 22017 12183 0 -1 1077944384 17124 13400 0 0 1112 3 5 2 20 0 15 0 107434919 11345952768 455649 33554432000 4194304 4196468 140720980821024 140593656159088 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22081] ppid=22014 vsize=11080032 memory=-6366780717116381059 CPUtime=3.09 cores=0,2,4,6
/proc/22017/task/22081/stat : 22081 (java) S 22014 22017 12183 0 -1 1077944384 15372 13400 0 0 297 5 5 2 20 0 15 0 107434919 11345952768 455649 33554432000 4194304 4196468 140720980821024 140593655106032 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22082] ppid=22014 vsize=11080032 memory=81 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22082/stat : 22082 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434920 11345952768 455649 33554432000 4194304 4196468 140720980821024 140592130550624 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22083] ppid=22014 vsize=11080032 memory=6003386686554465897 CPUtime=0.09 cores=0,2,4,6
/proc/22017/task/22083/stat : 22083 (java) S 22014 22017 12183 0 -1 1077944384 543 13400 0 0 1 1 5 2 20 0 15 0 107434920 11345952768 455649 33554432000 4194304 4196468 140720980821024 140593654053424 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 79.53 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1822596 KiB

[startup+102.301 s]
/proc/loadavg: 1.63 1.57 1.67 3/216 22084
/proc/meminfo: memFree=18882532/32770624 swapFree=67108860/67108860
[pid=22017] ppid=22014 vsize=11080032 memory=2840996 CPUtime=136.38 cores=0,2,4,6
/proc/22017/stat : 22017 (java) S 22014 22017 12183 0 -1 1077944320 141164 13400 0 0 13394 237 5 2 20 0 15 0 107434905 11345952768 710249 33554432000 4194304 4196468 140720980821024 140720980803568 140594232893175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
/proc/22017/statm: 2770008 710249 3534 1 0 2731661 0
[pid=22017/tid=22070] ppid=22014 vsize=11080032 memory=4140 CPUtime=99.82 cores=0,2,4,6
/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 63970 13400 0 0 9950 25 5 2 20 0 15 0 107434914 11345952768 710249 33554432000 4194304 4196468 140720980821024 140594204724800 140593760898871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=11080032 memory=2803552 CPUtime=2.15 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 2213 13400 0 0 161 47 5 2 20 0 15 0 107434914 11345952768 710249 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=11080032 memory=279488286803200 CPUtime=2.16 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 1789 13400 0 0 161 48 5 2 20 0 15 0 107434914 11345952768 710249 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=11080032 memory=2826192 CPUtime=2.17 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 2946 13400 0 0 161 49 5 2 20 0 15 0 107434914 11345952768 710249 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=11080032 memory=2840896 CPUtime=2.19 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 2887 13400 0 0 165 47 5 2 20 0 15 0 107434914 11345952768 710249 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22075] ppid=22014 vsize=11080032 memory=129 CPUtime=0.25 cores=0,2,4,6
/proc/22017/task/22075/stat : 22075 (java) S 22014 22017 12183 0 -1 1077944384 5074 13400 0 0 17 1 5 2 20 0 15 0 107434916 11345952768 710249 33554432000 4194304 4196468 140720980821024 140593658263792 140594232904322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22076] ppid=22014 vsize=11080032 memory=279488286407552 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22076/stat : 22076 (java) S 22014 22017 12183 0 -1 1077944384 21 13400 0 0 0 0 5 2 20 0 15 0 107434916 11345952768 710249 33554432000 4194304 4196468 140720980821024 140593016595680 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22077] ppid=22014 vsize=11080032 memory=2840896 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22077/stat : 22077 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434917 11345952768 710249 33554432000 4194304 4196468 140720980821024 140592868745984 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22078] ppid=22014 vsize=11080032 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22078/stat : 22078 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434919 11345952768 710249 33554432000 4194304 4196468 140720980821024 140592561346512 140594232911771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22079] ppid=22014 vsize=11080032 memory=0 CPUtime=12.04 cores=0,2,4,6
/proc/22017/task/22079/stat : 22079 (java) S 22014 22017 12183 0 -1 1077944384 20755 13400 0 0 1192 5 5 2 20 0 15 0 107434919 11345952768 710249 33554432000 4194304 4196468 140720980821024 140593657211632 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22080] ppid=22014 vsize=11080032 memory=8387223549236478041 CPUtime=12.55 cores=0,2,4,6
/proc/22017/task/22080/stat : 22080 (java) S 22014 22017 12183 0 -1 1077944384 18811 13400 0 0 1244 4 5 2 20 0 15 0 107434919 11345952768 710249 33554432000 4194304 4196468 140720980821024 140593656159088 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22081] ppid=22014 vsize=11080032 memory=4140 CPUtime=3.46 cores=0,2,4,6
/proc/22017/task/22081/stat : 22081 (java) S 22014 22017 12183 0 -1 1077944384 19902 13400 0 0 334 5 5 2 20 0 15 0 107434919 11345952768 710249 33554432000 4194304 4196468 140720980821024 140593655106032 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22082] ppid=22014 vsize=11080032 memory=30768 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22082/stat : 22082 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434920 11345952768 710249 33554432000 4194304 4196468 140720980821024 140592130550624 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22083] ppid=22014 vsize=11080032 memory=1296 CPUtime=0.12 cores=0,2,4,6
/proc/22017/task/22083/stat : 22083 (java) S 22014 22017 12183 0 -1 1077944384 589 13400 0 0 2 3 5 2 20 0 15 0 107434920 11345952768 710249 33554432000 4194304 4196468 140720980821024 140593654053424 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 136.38 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2840996 KiB

[startup+162.301 s]
/proc/loadavg: 1.56 1.56 1.66 3/216 22213
/proc/meminfo: memFree=20783616/32770624 swapFree=67108860/67108860
[pid=22017] ppid=22014 vsize=11080032 memory=2529364 CPUtime=201.8 cores=0,2,4,6
/proc/22017/stat : 22017 (java) S 22014 22017 12183 0 -1 1077944320 158588 13400 0 0 19929 244 5 2 20 0 15 0 107434905 11345952768 632341 33554432000 4194304 4196468 140720980821024 140720980803568 140594232893175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
/proc/22017/statm: 2770008 632341 3536 1 0 2731661 0
[pid=22017/tid=22070] ppid=22014 vsize=11080032 memory=2590924 CPUtime=159.7 cores=0,2,4,6
/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 68098 13400 0 0 15937 26 5 2 20 0 15 0 107434914 11345952768 632341 33554432000 4194304 4196468 140720980821024 140594204724304 140593770717161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=11080032 memory=2847080 CPUtime=2.24 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 2317 13400 0 0 170 47 5 2 20 0 15 0 107434914 11345952768 632341 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=11080032 memory=2590924 CPUtime=2.24 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 3081 13400 0 0 169 48 5 2 20 0 15 0 107434914 11345952768 632341 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=11080032 memory=2529364 CPUtime=2.25 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 4160 13400 0 0 169 49 5 2 20 0 15 0 107434914 11345952768 632341 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=11080032 memory=0 CPUtime=2.27 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 3134 13400 0 0 173 47 5 2 20 0 15 0 107434914 11345952768 632341 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22075] ppid=22014 vsize=11080032 memory=2742772 CPUtime=0.28 cores=0,2,4,6
/proc/22017/task/22075/stat : 22075 (java) S 22014 22017 12183 0 -1 1077944384 5578 13400 0 0 19 2 5 2 20 0 15 0 107434916 11345952768 632341 33554432000 4194304 4196468 140720980821024 140593658263792 140594232904322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22076] ppid=22014 vsize=11080032 memory=2742772 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22076/stat : 22076 (java) S 22014 22017 12183 0 -1 1077944384 23 13400 0 0 0 0 5 2 20 0 15 0 107434916 11345952768 632341 33554432000 4194304 4196468 140720980821024 140593016595680 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22077] ppid=22014 vsize=11080032 memory=2590924 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22077/stat : 22077 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434917 11345952768 632341 33554432000 4194304 4196468 140720980821024 140592868745984 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22078] ppid=22014 vsize=11080032 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22078/stat : 22078 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434919 11345952768 632341 33554432000 4194304 4196468 140720980821024 140592561346512 140594232911771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22079] ppid=22014 vsize=11080032 memory=2590924 CPUtime=14.2 cores=0,2,4,6
/proc/22017/task/22079/stat : 22079 (java) S 22014 22017 12183 0 -1 1077944384 22660 13400 0 0 1407 6 5 2 20 0 15 0 107434919 11345952768 632341 33554432000 4194304 4196468 140720980821024 140593657211632 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22080] ppid=22014 vsize=11080032 memory=2590924 CPUtime=14.88 cores=0,2,4,6
/proc/22017/task/22080/stat : 22080 (java) S 22014 22017 12183 0 -1 1077944384 24376 13400 0 0 1476 5 5 2 20 0 15 0 107434919 11345952768 632341 33554432000 4194304 4196468 140720980821024 140593656159088 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22081] ppid=22014 vsize=11080032 memory=2529364 CPUtime=4.09 cores=0,2,4,6
/proc/22017/task/22081/stat : 22081 (java) S 22014 22017 12183 0 -1 1077944384 22326 13400 0 0 396 6 5 2 20 0 15 0 107434919 11345952768 632341 33554432000 4194304 4196468 140720980821024 140593655106032 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22082] ppid=22014 vsize=11080032 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22082/stat : 22082 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434920 11345952768 632341 33554432000 4194304 4196468 140720980821024 140592130550624 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22083] ppid=22014 vsize=11080032 memory=2529364 CPUtime=0.16 cores=0,2,4,6
/proc/22017/task/22083/stat : 22083 (java) S 22014 22017 12183 0 -1 1077944384 628 13400 0 0 4 5 5 2 20 0 15 0 107434920 11345952768 632341 33554432000 4194304 4196468 140720980821024 140593654053424 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 201.8 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2529364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+208.201 s]
/proc/loadavg: 1.56 1.56 1.66 3/215 22214
/proc/meminfo: memFree=21019496/32770624 swapFree=67108860/67108860
[pid=22017] ppid=22014 vsize=11082080 memory=2157740 CPUtime=252.01 cores=0,2,4,6
/proc/22017/stat : 22017 (java) S 22014 22017 12183 0 -1 1077944320 166260 13400 0 0 24946 248 5 2 20 0 15 0 107434905 11348049920 539435 33554432000 4194304 4196468 140720980821024 140720980803568 140594232893175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
/proc/22017/statm: 2770520 539435 3537 1 0 2732173 0
[pid=22017/tid=22070] ppid=22014 vsize=11082080 memory=1296 CPUtime=205.42 cores=0,2,4,6
/proc/22017/task/22070/stat : 22070 (java) R 22014 22017 12183 0 -1 4202560 69430 13400 0 0 20508 27 5 2 20 0 15 0 107434914 11348049920 539435 33554432000 4194304 4196468 140720980821024 140594204726288 140593776546148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22071] ppid=22014 vsize=11082080 memory=8560 CPUtime=2.4 cores=0,2,4,6
/proc/22017/task/22071/stat : 22071 (java) S 22014 22017 12183 0 -1 1077944384 2344 13400 0 0 185 48 5 2 20 0 15 0 107434914 11348049920 539435 33554432000 4194304 4196468 140720980821024 140594237135888 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22072] ppid=22014 vsize=11082080 memory=1712 CPUtime=2.39 cores=0,2,4,6
/proc/22017/task/22072/stat : 22072 (java) S 22014 22017 12183 0 -1 1077944384 3116 13400 0 0 184 48 5 2 20 0 15 0 107434914 11348049920 539435 33554432000 4194304 4196468 140720980821024 140594091854992 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22073] ppid=22014 vsize=11082080 memory=5412 CPUtime=2.4 cores=0,2,4,6
/proc/22017/task/22073/stat : 22073 (java) S 22014 22017 12183 0 -1 1077944384 5408 13400 0 0 183 50 5 2 20 0 15 0 107434914 11348049920 539435 33554432000 4194304 4196468 140720980821024 140594090801936 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22074] ppid=22014 vsize=11082080 memory=304556123141439514 CPUtime=2.42 cores=0,2,4,6
/proc/22017/task/22074/stat : 22074 (java) S 22014 22017 12183 0 -1 1077944384 3172 13400 0 0 187 48 5 2 20 0 15 0 107434914 11348049920 539435 33554432000 4194304 4196468 140720980821024 140594089749392 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22075] ppid=22014 vsize=11082080 memory=288230596050944315 CPUtime=0.3 cores=0,2,4,6
/proc/22017/task/22075/stat : 22075 (java) S 22014 22017 12183 0 -1 1077944384 5608 13400 0 0 21 2 5 2 20 0 15 0 107434916 11348049920 539435 33554432000 4194304 4196468 140720980821024 140593658263792 140594232904322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22076] ppid=22014 vsize=11082080 memory=14133333755955767 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22076/stat : 22076 (java) S 22014 22017 12183 0 -1 1077944384 23 13400 0 0 0 0 5 2 20 0 15 0 107434916 11348049920 539435 33554432000 4194304 4196468 140720980821024 140593016595680 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22077] ppid=22014 vsize=11082080 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22077/stat : 22077 (java) S 22014 22017 12183 0 -1 1077944384 13 13400 0 0 0 0 5 2 20 0 15 0 107434917 11348049920 539435 33554432000 4194304 4196468 140720980821024 140592868745984 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22078] ppid=22014 vsize=11082080 memory=1012 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22078/stat : 22078 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434919 11348049920 539435 33554432000 4194304 4196468 140720980821024 140592561346512 140594232911771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22079] ppid=22014 vsize=11082080 memory=1436 CPUtime=15.83 cores=0,2,4,6
/proc/22017/task/22079/stat : 22079 (java) S 22014 22017 12183 0 -1 1077944384 24401 13400 0 0 1570 6 5 2 20 0 15 0 107434919 11348049920 539435 33554432000 4194304 4196468 140720980821024 140593657211632 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22080] ppid=22014 vsize=11082080 memory=1200 CPUtime=16.56 cores=0,2,4,6
/proc/22017/task/22080/stat : 22080 (java) S 22014 22017 12183 0 -1 1077944384 25881 13400 0 0 1644 5 5 2 20 0 15 0 107434919 11348049920 539435 33554432000 4194304 4196468 140720980821024 140593656159088 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22081] ppid=22014 vsize=11082080 memory=15876 CPUtime=4.63 cores=0,2,4,6
/proc/22017/task/22081/stat : 22081 (java) S 22014 22017 12183 0 -1 1077944384 24039 13400 0 0 449 7 5 2 20 0 15 0 107434919 11348049920 539435 33554432000 4194304 4196468 140720980821024 140593655106032 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22082] ppid=22014 vsize=11082080 memory=17544 CPUtime=0.07 cores=0,2,4,6
/proc/22017/task/22082/stat : 22082 (java) S 22014 22017 12183 0 -1 1077944384 3 13400 0 0 0 0 5 2 20 0 15 0 107434920 11348049920 539435 33554432000 4194304 4196468 140720980821024 140592130550624 140594232903381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
[pid=22017/tid=22083] ppid=22014 vsize=11082080 memory=2164412 CPUtime=0.19 cores=0,2,4,6
/proc/22017/task/22083/stat : 22083 (java) S 22014 22017 12183 0 -1 1077944384 631 13400 0 0 6 6 5 2 20 0 15 0 107434920 11348049920 539435 33554432000 4194304 4196468 140720980821024 140593654053424 140594232904322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38428672 140720980822641 140720980825441 140720980825441 140720980828111 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 2157740 KiB

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

[startup+208.242 s]
# the end of solver process 22017 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.545 s, system=2.5337 s

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

Child status: 143
Real time (s): 208.242
CPU time (s): 252.079
CPU user time (s): 249.545
CPU system time (s): 2.5337
CPU usage (%): 121.051
Max. virtual memory (cumulated for all children) (KiB): 11082080
Max. memory (cumulated for all children) (KiB): 2857536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.545
system time used= 2.5337
maximum resident set size= 2857536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23284
involuntary context switches= 1135


# summary of solver processes directly reported to runsolver:
#   pid: 22017
#   total CPU time (s): 252.079
#   total CPU user time (s): 249.545
#   total CPU system time (s): 2.5337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.24218 second user time and 2.05626 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 23:11:57
IDJOB=4302443
IDBENCH=141641
IDSOLVER=2776
FILE ID=node107/4302443-1532898717
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-3-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302443-1532898717/watcher-4302443-1532898717 -o /tmp/evaluation-result-4302443-1532898717/solver-4302443-1532898717 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1065555231 HOME/instance-4302443-1532898717.xml

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

MD5SUM BENCH= cf06b96073d81f03e6b89e8a6528df72
RANDOM SEED=1065555231

node107.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.40
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.40
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.40
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.40
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:        21784884 kB
MemAvailable:   29033960 kB
Buffers:          249352 kB
Cached:          7262528 kB
SwapCached:            0 kB
Active:          6754960 kB
Inactive:        3736176 kB
Active(anon):    2930568 kB
Inactive(anon):    76484 kB
Active(file):    3824392 kB
Inactive(file):  3659692 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27068 kB
Writeback:             0 kB
AnonPages:       2986020 kB
Mapped:            58272 kB
Shmem:             25228 kB
Slab:             189672 kB
SReclaimable:     161656 kB
SUnreclaim:        28016 kB
KernelStack:        3600 kB
PageTables:        11096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4013912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2746368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 23:15:26