Trace number 4302914

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-SuperNG? (TO) 252.172 228.854

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-11-opt_c18.xml
MD5SUM7994f0224337b533c2c19d764e718377
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark252.031
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":26},{"degree":5,"count":13},{"degree":6,"count":86},{"degree":7,"count":20},{"degree":8,"count":89},{"degree":9,"count":12},{"degree":10,"count":87},{"degree":11,"count":28},{"degree":12,"count":42},{"degree":13,"count":25},{"degree":14,"count":40},{"degree":15,"count":14},{"degree":16,"count":40},{"degree":17,"count":8},{"degree":18,"count":29},{"degree":19,"count":6},{"degree":20,"count":18},{"degree":21,"count":13},{"degree":22,"count":11},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":8},{"degree":26,"count":8},{"degree":28,"count":9},{"degree":29,"count":8},{"degree":30,"count":2},{"degree":31,"count":6},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302914-1532895540/watcher-4302914-1532895540 -o /tmp/evaluation-result-4302914-1532895540/solver-4302914-1532895540 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=536631544 -superng HOME/instance-4302914-1532895540.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
Current StackSize limit: 8192 KiB

solver pid=17378, runsolver pid=17375

[startup+0.100061 s]*
/proc/loadavg: 2.17 2.10 1.97 3/201 17427
/proc/meminfo: memFree=20920008/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=425712 memory=7664 CPUtime=0.08 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 2599 13415 0 0 0 0 5 3 20 0 2 0 107117120 435929088 1916 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 106428 1916 1065 1 0 95339 0
[pid=17378/tid=17431] ppid=17375 vsize=425712 memory=3054156605335569294 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) S 17375 17378 12222 0 -1 1077944384 405 13415 0 0 0 0 5 3 20 0 2 0 107117131 435929088 1916 33554432000 4194304 4196468 140721958696512 140006469814688 140006497983106 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 425712 KiB
Current children cumulated memory: 7664 KiB

[startup+0.209913 s]*
/proc/loadavg: 2.17 2.10 1.97 4/215 17444
/proc/meminfo: memFree=20892412/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=10982744 memory=41400 CPUtime=0.24 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 6537 13415 0 0 15 1 5 3 20 0 15 0 107117120 11246329856 10350 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 2745686 10350 2954 1 0 2708109 0
[pid=17378/tid=17431] ppid=17375 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 12222 0 -1 4202560 3102 13415 0 0 9 1 5 3 20 0 15 0 107117131 11246329856 10350 33554432000 4194304 4196468 140721958696512 140006469764384 140006482052446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17432] ppid=17375 vsize=10982744 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246329856 10350 33554432000 4194304 4196468 140721958696512 140006502214544 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17433] ppid=17375 vsize=10982744 memory=3619122395175089824 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246329856 10350 33554432000 4194304 4196468 140721958696512 140006356933392 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17434] ppid=17375 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246329856 10350 33554432000 4194304 4196468 140721958696512 140006355881104 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17435] ppid=17375 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246329856 10350 33554432000 4194304 4196468 140721958696512 140006354828304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17436] ppid=17375 vsize=10982744 memory=140125624235648 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117133 11246329856 10350 33554432000 4194304 4196468 140721958696512 140005467695216 140006497983106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17437] ppid=17375 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 12222 0 -1 1077944384 13 13415 0 0 0 0 5 3 20 0 15 0 107117134 11246329856 10350 33554432000 4194304 4196468 140721958696512 140005397750560 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17438] ppid=17375 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117134 11246329856 10374 33554432000 4194304 4196468 140721958696512 140005196424304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17439] ppid=17375 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117136 11246329856 10374 33554432000 4194304 4196468 140721958696512 140004889024592 140006497990555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17440] ppid=17375 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 12222 0 -1 1077944384 422 13415 0 0 0 0 5 3 20 0 15 0 107117136 11246329856 10374 33554432000 4194304 4196468 140721958696512 140005466643056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17441] ppid=17375 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 12222 0 -1 1077944384 197 13415 0 0 1 0 5 3 20 0 15 0 107117136 11246329856 10374 33554432000 4194304 4196468 140721958696512 140005330639344 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17442] ppid=17375 vsize=10982744 memory=140125624235648 CPUtime=0.11 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) R 17375 17378 12222 0 -1 4202560 606 13415 0 0 3 0 5 3 20 0 15 0 107117136 11246329856 10374 33554432000 4194304 4196468 140721958696512 140005329587056 140006497983894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17443] ppid=17375 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117137 11246329856 10374 33554432000 4194304 4196468 140721958696512 140004458228704 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17444] ppid=17375 vsize=10982744 memory=140125624235648 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117137 11246329856 10374 33554432000 4194304 4196468 140721958696512 140005328533936 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41400 KiB

[startup+0.310356 s]*
/proc/loadavg: 2.17 2.10 1.97 4/215 17444
/proc/meminfo: memFree=20878636/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=10983192 memory=54680 CPUtime=0.37 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 9725 13415 0 0 27 2 5 3 20 0 15 0 107117120 11246788608 13670 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 2745798 13670 3073 1 0 2708109 0
[pid=17378/tid=17431] ppid=17375 vsize=10983192 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 12222 0 -1 4202560 6260 13415 0 0 18 2 5 3 20 0 15 0 107117131 11246788608 13670 33554432000 4194304 4196468 140721958696512 140006469783968 140006479535511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17432] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246788608 13670 33554432000 4194304 4196468 140721958696512 140006502214544 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17433] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246788608 13670 33554432000 4194304 4196468 140721958696512 140006356933392 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17434] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246788608 13670 33554432000 4194304 4196468 140721958696512 140006355881104 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17435] ppid=17375 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246788608 13670 33554432000 4194304 4196468 140721958696512 140006354828304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17436] ppid=17375 vsize=10983192 memory=140125624235648 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117133 11246788608 13670 33554432000 4194304 4196468 140721958696512 140005467695216 140006497983106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17437] ppid=17375 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 12222 0 -1 1077944384 13 13415 0 0 0 0 5 3 20 0 15 0 107117134 11246788608 13670 33554432000 4194304 4196468 140721958696512 140005397750560 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17438] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117134 11246788608 13670 33554432000 4194304 4196468 140721958696512 140005196424304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17439] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117136 11246788608 13670 33554432000 4194304 4196468 140721958696512 140004889024592 140006497990555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17440] ppid=17375 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 12222 0 -1 1077944384 424 13415 0 0 1 0 5 3 20 0 15 0 107117136 11246788608 13670 33554432000 4194304 4196468 140721958696512 140005466643056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17441] ppid=17375 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 12222 0 -1 1077944384 197 13415 0 0 1 0 5 3 20 0 15 0 107117136 11246788608 13670 33554432000 4194304 4196468 140721958696512 140005330639344 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17442] ppid=17375 vsize=10983192 memory=140125624235648 CPUtime=0.13 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 12222 0 -1 1077944384 617 13415 0 0 5 0 5 3 20 0 15 0 107117136 11246788608 13670 33554432000 4194304 4196468 140721958696512 140005329587056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17443] ppid=17375 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117137 11246788608 13670 33554432000 4194304 4196468 140721958696512 140004458228704 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17444] ppid=17375 vsize=10983192 memory=140125624235648 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117137 11246788608 13670 33554432000 4194304 4196468 140721958696512 140005328533936 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54680 KiB

[startup+0.700786 s]
/proc/loadavg: 2.17 2.10 1.97 6/215 17444
/proc/meminfo: memFree=20864112/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=10983192 memory=89192 CPUtime=0.98 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 16388 13415 0 0 85 5 5 3 20 0 15 0 107117120 11246788608 22298 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 2745798 22298 3238 1 0 2708109 0
[pid=17378/tid=17431] ppid=17375 vsize=10983192 memory=916 CPUtime=0.65 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 12222 0 -1 4202560 11840 13415 0 0 54 3 5 3 20 0 15 0 107117131 11246788608 22298 33554432000 4194304 4196468 140721958696512 140006469778320 140006478247746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17432] ppid=17375 vsize=10983192 memory=3852 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246788608 22298 33554432000 4194304 4196468 140721958696512 140006502214544 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17433] ppid=17375 vsize=10983192 memory=2592 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246788608 22298 33554432000 4194304 4196468 140721958696512 140006356933392 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17434] ppid=17375 vsize=10983192 memory=2740 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246788608 22298 33554432000 4194304 4196468 140721958696512 140006355881104 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17435] ppid=17375 vsize=10983192 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11246788608 22298 33554432000 4194304 4196468 140721958696512 140006354828304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17436] ppid=17375 vsize=10983192 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 12222 0 -1 1077944384 5 13415 0 0 0 0 5 3 20 0 15 0 107117133 11246788608 22298 33554432000 4194304 4196468 140721958696512 140005467695216 140006497983106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17437] ppid=17375 vsize=10983192 memory=2808 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 12222 0 -1 1077944384 13 13415 0 0 0 0 5 3 20 0 15 0 107117134 11246788608 22298 33554432000 4194304 4196468 140721958696512 140005397750560 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17438] ppid=17375 vsize=10983192 memory=2981172 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117134 11246788608 22298 33554432000 4194304 4196468 140721958696512 140005196424304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17439] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117136 11246788608 22298 33554432000 4194304 4196468 140721958696512 140004889024592 140006497990555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17440] ppid=17375 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 12222 0 -1 1077944384 823 13415 0 0 6 0 5 3 20 0 15 0 107117136 11246788608 22298 33554432000 4194304 4196468 140721958696512 140005466643056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17441] ppid=17375 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 12222 0 -1 1077944384 820 13415 0 0 9 0 5 3 20 0 15 0 107117136 11246788608 22298 33554432000 4194304 4196468 140721958696512 140005330639344 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17442] ppid=17375 vsize=10983192 memory=17460 CPUtime=0.21 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 12222 0 -1 1077944384 675 13415 0 0 13 0 5 3 20 0 15 0 107117136 11246788608 22298 33554432000 4194304 4196468 140721958696512 140005329587056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17443] ppid=17375 vsize=10983192 memory=16240 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117137 11246788608 22298 33554432000 4194304 4196468 140721958696512 140004458228704 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17444] ppid=17375 vsize=10983192 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117137 11246788608 22298 33554432000 4194304 4196468 140721958696512 140005328533936 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89192 KiB

[startup+1.5008 s]
/proc/loadavg: 2.17 2.10 1.97 3/215 17444
/proc/meminfo: memFree=20819508/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=10996044 memory=171460 CPUtime=2.89 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 24126 13415 0 0 272 9 5 3 20 0 15 0 107117120 11259949056 42865 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 2749011 42865 3451 1 0 2710669 0
[pid=17378/tid=17431] ppid=17375 vsize=10996044 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 12222 0 -1 4202560 16455 13415 0 0 131 6 5 3 20 0 15 0 107117131 11259949056 42865 33554432000 4194304 4196468 140721958696512 140006469782912 140006482052446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17432] ppid=17375 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11259949056 42865 33554432000 4194304 4196468 140721958696512 140006502214544 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17433] ppid=17375 vsize=10996044 memory=7089600825147811927 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117132 11259949056 42865 33554432000 4194304 4196468 140721958696512 140006356933392 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17434] ppid=17375 vsize=10996044 memory=7308893961234835540 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11259949056 42865 33554432000 4194304 4196468 140721958696512 140006355881104 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17435] ppid=17375 vsize=10996044 memory=7662991784055956068 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 12222 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 107117132 11259949056 42865 33554432000 4194304 4196468 140721958696512 140006354828304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17436] ppid=17375 vsize=10996044 memory=7454130749351154278 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 12222 0 -1 1077944384 12 13415 0 0 0 0 5 3 20 0 15 0 107117133 11259949056 42865 33554432000 4194304 4196468 140721958696512 140005467695216 140006497983106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17437] ppid=17375 vsize=10996044 memory=6947762665794659687 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 12222 0 -1 1077944384 13 13415 0 0 0 0 5 3 20 0 15 0 107117134 11259949056 42865 33554432000 4194304 4196468 140721958696512 140005397750560 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17438] ppid=17375 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117134 11259949056 42865 33554432000 4194304 4196468 140721958696512 140005196424304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17439] ppid=17375 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117136 11259949056 42865 33554432000 4194304 4196468 140721958696512 140004889024592 140006497990555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17440] ppid=17375 vsize=10996044 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 12222 0 -1 1077944384 2158 13415 0 0 47 0 5 3 20 0 15 0 107117136 11259949056 42865 33554432000 4194304 4196468 140721958696512 140005466643056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17441] ppid=17375 vsize=10996044 memory=12966506269086 CPUtime=0.58 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 12222 0 -1 1077944384 1630 13415 0 0 49 1 5 3 20 0 15 0 107117136 11259949056 42865 33554432000 4194304 4196468 140721958696512 140005330639344 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17442] ppid=17375 vsize=10996044 memory=280248830656632 CPUtime=0.51 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 12222 0 -1 1077944384 1648 13415 0 0 43 0 5 3 20 0 15 0 107117136 11259949056 42865 33554432000 4194304 4196468 140721958696512 140005329587056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17443] ppid=17375 vsize=10996044 memory=302585819879973698 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117137 11259949056 42865 33554432000 4194304 4196468 140721958696512 140004458228704 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17444] ppid=17375 vsize=10996044 memory=14698491423823321 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 12222 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 107117137 11259949056 42865 33554432000 4194304 4196468 140721958696512 140005328533936 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10996044 KiB
Current children cumulated memory: 171460 KiB

[startup+3.11049 s]
/proc/loadavg: 2.16 2.10 1.97 5/215 17444
/proc/meminfo: memFree=20678992/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=11006304 memory=272912 CPUtime=6.89 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 32292 13415 0 0 666 15 5 3 20 0 15 0 107117120 11270455296 68228 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 2751576 68228 3500 1 0 2713229 0

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

/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 12222 0 -1 4202560 47246 13415 0 0 10091 42 5 3 20 0 15 0 107117131 11345952768 735691 33554432000 4194304 4196468 140721958696512 140006469800304 140006029186392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17432] ppid=17375 vsize=11080032 memory=2953016 CPUtime=0.72 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 12222 0 -1 1077944384 1815 13415 0 0 52 12 5 3 20 0 15 0 107117132 11345952768 735691 33554432000 4194304 4196468 140721958696512 140006502214544 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17433] ppid=17375 vsize=11080032 memory=2967380 CPUtime=0.69 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 12222 0 -1 1077944384 2218 13415 0 0 50 11 5 3 20 0 15 0 107117132 11345952768 735691 33554432000 4194304 4196468 140721958696512 140006356933392 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17434] ppid=17375 vsize=11080032 memory=5 CPUtime=0.68 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 12222 0 -1 1077944384 641 13415 0 0 49 11 5 3 20 0 15 0 107117132 11345952768 735691 33554432000 4194304 4196468 140721958696512 140006355881104 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17435] ppid=17375 vsize=11080032 memory=280251045525256 CPUtime=0.71 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 12222 0 -1 1077944384 962 13415 0 0 50 13 5 3 20 0 15 0 107117132 11345952768 735691 33554432000 4194304 4196468 140721958696512 140006354828304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17436] ppid=17375 vsize=11080032 memory=1716 CPUtime=0.19 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 12222 0 -1 1077944384 3897 13415 0 0 10 1 5 3 20 0 15 0 107117133 11345952768 735691 33554432000 4194304 4196468 140721958696512 140005467695216 140006497983106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17437] ppid=17375 vsize=11080032 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 12222 0 -1 1077944384 14 13415 0 0 0 0 5 3 20 0 15 0 107117134 11345952768 735691 33554432000 4194304 4196468 140721958696512 140005397750688 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17438] ppid=17375 vsize=11080032 memory=280251045791824 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 12222 0 -1 1077944384 13 13415 0 0 0 0 5 3 20 0 15 0 107117134 11345952768 735691 33554432000 4194304 4196468 140721958696512 140005196424320 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17439] ppid=17375 vsize=11080032 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117136 11345952768 735691 33554432000 4194304 4196468 140721958696512 140004889024592 140006497990555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17440] ppid=17375 vsize=11080032 memory=4012 CPUtime=7.26 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 12222 0 -1 1077944384 15636 13415 0 0 712 6 5 3 20 0 15 0 107117136 11345952768 735691 33554432000 4194304 4196468 140721958696512 140005466643056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17441] ppid=17375 vsize=11080032 memory=1008 CPUtime=7.61 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 12222 0 -1 1077944384 21615 13415 0 0 749 4 5 3 20 0 15 0 107117136 11345952768 735691 33554432000 4194304 4196468 140721958696512 140005330639344 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17442] ppid=17375 vsize=11080032 memory=1952 CPUtime=2.82 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 12222 0 -1 1077944384 14719 13415 0 0 269 5 5 3 20 0 15 0 107117136 11345952768 735691 33554432000 4194304 4196468 140721958696512 140005329587056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17443] ppid=17375 vsize=11080032 memory=2974568 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117137 11345952768 735691 33554432000 4194304 4196468 140721958696512 140004458228704 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17444] ppid=17375 vsize=11080032 memory=4012 CPUtime=0.13 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 12222 0 -1 1077944384 194 13415 0 0 3 2 5 3 20 0 15 0 107117137 11345952768 735691 33554432000 4194304 4196468 140721958696512 140005328533936 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 121.61 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2942764 KiB

[startup+162.301 s]
/proc/loadavg: 1.97 2.02 1.96 3/216 17454
/proc/meminfo: memFree=18249884/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=11080032 memory=2798344 CPUtime=183.79 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 130033 13415 0 0 18250 121 5 3 20 0 15 0 107117120 11345952768 699586 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 2770008 699586 3531 1 0 2731661 0
[pid=17378/tid=17431] ppid=17375 vsize=11080032 memory=2806044 CPUtime=161.04 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 12222 0 -1 4202560 51501 13415 0 0 16053 43 5 3 20 0 15 0 107117131 11345952768 699586 33554432000 4194304 4196468 140721958696512 140006469803216 140006019630159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17432] ppid=17375 vsize=11080032 memory=2802448 CPUtime=1 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 12222 0 -1 1077944384 2507 13415 0 0 79 13 5 3 20 0 15 0 107117132 11345952768 699586 33554432000 4194304 4196468 140721958696512 140006502214544 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17433] ppid=17375 vsize=11080032 memory=2799884 CPUtime=0.98 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 12222 0 -1 1077944384 2434 13415 0 0 77 13 5 3 20 0 15 0 107117132 11345952768 699586 33554432000 4194304 4196468 140721958696512 140006356933392 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17434] ppid=17375 vsize=11080032 memory=33 CPUtime=0.96 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 12222 0 -1 1077944384 871 13415 0 0 75 13 5 3 20 0 15 0 107117132 11345952768 699586 33554432000 4194304 4196468 140721958696512 140006355881104 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17435] ppid=17375 vsize=11080032 memory=2802964 CPUtime=0.99 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 12222 0 -1 1077944384 2117 13415 0 0 77 14 5 3 20 0 15 0 107117132 11345952768 699586 33554432000 4194304 4196468 140721958696512 140006354828304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17436] ppid=17375 vsize=11080032 memory=1008 CPUtime=0.26 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 12222 0 -1 1077944384 4225 13415 0 0 15 3 5 3 20 0 15 0 107117133 11345952768 699586 33554432000 4194304 4196468 140721958696512 140005467695216 140006497983106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17437] ppid=17375 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 12222 0 -1 1077944384 16 13415 0 0 0 0 5 3 20 0 15 0 107117134 11345952768 699586 33554432000 4194304 4196468 140721958696512 140005397750688 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17438] ppid=17375 vsize=11080032 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 12222 0 -1 1077944384 22 13415 0 0 0 0 5 3 20 0 15 0 107117134 11345952768 699586 33554432000 4194304 4196468 140721958696512 140005196424320 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17439] ppid=17375 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117136 11345952768 699586 33554432000 4194304 4196468 140721958696512 140004889024592 140006497990555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17440] ppid=17375 vsize=11080032 memory=7882931554508972400 CPUtime=7.75 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 12222 0 -1 1077944384 18684 13415 0 0 761 6 5 3 20 0 15 0 107117136 11345952768 699586 33554432000 4194304 4196468 140721958696512 140005466643056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17441] ppid=17375 vsize=11080032 memory=2806044 CPUtime=8.3 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 12222 0 -1 1077944384 24673 13415 0 0 817 5 5 3 20 0 15 0 107117136 11345952768 699586 33554432000 4194304 4196468 140721958696512 140005330639344 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17442] ppid=17375 vsize=11080032 memory=2806044 CPUtime=2.96 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 12222 0 -1 1077944384 20560 13415 0 0 283 5 5 3 20 0 15 0 107117136 11345952768 699586 33554432000 4194304 4196468 140721958696512 140005329587056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17443] ppid=17375 vsize=11080032 memory=2809632 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117137 11345952768 699586 33554432000 4194304 4196468 140721958696512 140004458228704 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17444] ppid=17375 vsize=11080032 memory=2828988 CPUtime=0.16 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 12222 0 -1 1077944384 220 13415 0 0 5 3 5 3 20 0 15 0 107117137 11345952768 699586 33554432000 4194304 4196468 140721958696512 140005328533936 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 183.79 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2798344 KiB

[startup+222.301 s]
/proc/loadavg: 1.89 1.99 1.95 3/216 17583
/proc/meminfo: memFree=18626800/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=11080032 memory=2702608 CPUtime=245.44 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 152809 13415 0 0 24408 128 5 3 20 0 15 0 107117120 11345952768 675652 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 2770008 675652 3533 1 0 2731661 0
[pid=17378/tid=17431] ppid=17375 vsize=11080032 memory=2703120 CPUtime=220.56 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 12222 0 -1 4202560 55841 13415 0 0 22004 44 5 3 20 0 15 0 107117131 11345952768 675652 33554432000 4194304 4196468 140721958696512 140006469803968 140006019629803 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17432] ppid=17375 vsize=11080032 memory=2710292 CPUtime=1.34 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 12222 0 -1 1077944384 4350 13415 0 0 112 14 5 3 20 0 15 0 107117132 11345952768 675652 33554432000 4194304 4196468 140721958696512 140006502214544 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17433] ppid=17375 vsize=11080032 memory=2706200 CPUtime=1.32 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 12222 0 -1 1077944384 2795 13415 0 0 110 14 5 3 20 0 15 0 107117132 11345952768 675652 33554432000 4194304 4196468 140721958696512 140006356933392 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17434] ppid=17375 vsize=11080032 memory=1008 CPUtime=1.29 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 12222 0 -1 1077944384 2675 13415 0 0 108 13 5 3 20 0 15 0 107117132 11345952768 675652 33554432000 4194304 4196468 140721958696512 140006355881104 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17435] ppid=17375 vsize=11080032 memory=1952 CPUtime=1.33 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 12222 0 -1 1077944384 2504 13415 0 0 110 15 5 3 20 0 15 0 107117132 11345952768 675652 33554432000 4194304 4196468 140721958696512 140006354828304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17436] ppid=17375 vsize=11080032 memory=291 CPUtime=0.36 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 12222 0 -1 1077944384 4907 13415 0 0 23 5 5 3 20 0 15 0 107117133 11345952768 675652 33554432000 4194304 4196468 140721958696512 140005467695216 140006497983106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17437] ppid=17375 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 12222 0 -1 1077944384 16 13415 0 0 0 0 5 3 20 0 15 0 107117134 11345952768 675652 33554432000 4194304 4196468 140721958696512 140005397750688 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17438] ppid=17375 vsize=11080032 memory=2705172 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 12222 0 -1 1077944384 22 13415 0 0 0 0 5 3 20 0 15 0 107117134 11345952768 675652 33554432000 4194304 4196468 140721958696512 140005196424320 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17439] ppid=17375 vsize=11080032 memory=4012 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117136 11345952768 675652 33554432000 4194304 4196468 140721958696512 140004889024592 140006497990555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17440] ppid=17375 vsize=11080032 memory=4044 CPUtime=8.06 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 12222 0 -1 1077944384 23187 13415 0 0 792 6 5 3 20 0 15 0 107117136 11345952768 675652 33554432000 4194304 4196468 140721958696512 140005466643056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17441] ppid=17375 vsize=11080032 memory=17472 CPUtime=8.6 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 12222 0 -1 1077944384 30747 13415 0 0 847 5 5 3 20 0 15 0 107117136 11345952768 675652 33554432000 4194304 4196468 140721958696512 140005330639344 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17442] ppid=17375 vsize=11080032 memory=4012 CPUtime=2.99 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 12222 0 -1 1077944384 23070 13415 0 0 285 6 5 3 20 0 15 0 107117136 11345952768 675652 33554432000 4194304 4196468 140721958696512 140005329587056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17443] ppid=17375 vsize=11080032 memory=30564 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117137 11345952768 675652 33554432000 4194304 4196468 140721958696512 140004458228704 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17444] ppid=17375 vsize=11080032 memory=2396 CPUtime=0.2 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 12222 0 -1 1077944384 492 13415 0 0 7 5 5 3 20 0 15 0 107117137 11345952768 675652 33554432000 4194304 4196468 140721958696512 140005328533936 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 245.44 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2702608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+228.801 s]
/proc/loadavg: 1.82 1.97 1.95 3/216 17583
/proc/meminfo: memFree=18625916/32770624 swapFree=67108404/67108860
[pid=17378] ppid=17375 vsize=11080032 memory=2701588 CPUtime=252.1 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 12222 0 -1 1077944320 157490 13415 0 0 25073 129 5 3 20 0 15 0 107117120 11345952768 675397 33554432000 4194304 4196468 140721958696512 140721958679056 140006497971959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
/proc/17378/statm: 2770008 675397 3533 1 0 2731661 0
[pid=17378/tid=17431] ppid=17375 vsize=11080032 memory=1952 CPUtime=227 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 12222 0 -1 4202560 56155 13415 0 0 22648 44 5 3 20 0 15 0 107117131 11345952768 675397 33554432000 4194304 4196468 140721958696512 140006469802960 140006023441278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17432] ppid=17375 vsize=11080032 memory=2703120 CPUtime=1.38 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 12222 0 -1 1077944384 4362 13415 0 0 116 14 5 3 20 0 15 0 107117132 11345952768 675397 33554432000 4194304 4196468 140721958696512 140006502214544 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17433] ppid=17375 vsize=11080032 memory=2701072 CPUtime=1.37 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 12222 0 -1 1077944384 2809 13415 0 0 115 14 5 3 20 0 15 0 107117132 11345952768 675397 33554432000 4194304 4196468 140721958696512 140006356933392 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17434] ppid=17375 vsize=11080032 memory=6791534058613427641 CPUtime=1.33 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 12222 0 -1 1077944384 2682 13415 0 0 112 13 5 3 20 0 15 0 107117132 11345952768 675397 33554432000 4194304 4196468 140721958696512 140006355881104 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17435] ppid=17375 vsize=11080032 memory=1300 CPUtime=1.37 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 12222 0 -1 1077944384 2507 13415 0 0 114 15 5 3 20 0 15 0 107117132 11345952768 675397 33554432000 4194304 4196468 140721958696512 140006354828304 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17436] ppid=17375 vsize=11080032 memory=1840 CPUtime=0.37 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 12222 0 -1 1077944384 4908 13415 0 0 24 5 5 3 20 0 15 0 107117133 11345952768 675397 33554432000 4194304 4196468 140721958696512 140005467695216 140006497983106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17437] ppid=17375 vsize=11080032 memory=1716 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 12222 0 -1 1077944384 16 13415 0 0 0 0 5 3 20 0 15 0 107117134 11345952768 675397 33554432000 4194304 4196468 140721958696512 140005397750688 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17438] ppid=17375 vsize=11080032 memory=2703124 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 12222 0 -1 1077944384 22 13415 0 0 0 0 5 3 20 0 15 0 107117134 11345952768 675397 33554432000 4194304 4196468 140721958696512 140005196424320 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17439] ppid=17375 vsize=11080032 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117136 11345952768 675397 33554432000 4194304 4196468 140721958696512 140004889024592 140006497990555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17440] ppid=17375 vsize=11080032 memory=956 CPUtime=8.07 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 12222 0 -1 1077944384 23819 13415 0 0 793 6 5 3 20 0 15 0 107117136 11345952768 675397 33554432000 4194304 4196468 140721958696512 140005466643056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17441] ppid=17375 vsize=11080032 memory=1232 CPUtime=8.62 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 12222 0 -1 1077944384 32394 13415 0 0 849 5 5 3 20 0 15 0 107117136 11345952768 675397 33554432000 4194304 4196468 140721958696512 140005330639344 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17442] ppid=17375 vsize=11080032 memory=2420 CPUtime=3 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 12222 0 -1 1077944384 25121 13415 0 0 286 6 5 3 20 0 15 0 107117136 11345952768 675397 33554432000 4194304 4196468 140721958696512 140005329587056 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17443] ppid=17375 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 12222 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 107117137 11345952768 675397 33554432000 4194304 4196468 140721958696512 140004458228704 140006497982165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
[pid=17378/tid=17444] ppid=17375 vsize=11080032 memory=4629771062077588875 CPUtime=0.2 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 12222 0 -1 1077944384 492 13415 0 0 7 5 5 3 20 0 15 0 107117137 11345952768 675397 33554432000 4194304 4196468 140721958696512 140005328533936 140006497983106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27082752 140721958697577 140721958700385 140721958700385 140721958703055 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2701588 KiB

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

[startup+228.854 s]
# the end of solver process 17378 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.813 s, system=1.35919 s

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

Child status: 143
Real time (s): 228.854
CPU time (s): 252.172
CPU user time (s): 250.813
CPU system time (s): 1.35919
CPU usage (%): 110.189
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 2979708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.813
system time used= 1.35919
maximum resident set size= 2979708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18963
involuntary context switches= 659


# summary of solver processes directly reported to runsolver:
#   pid: 17378
#   total CPU time (s): 252.172
#   total CPU user time (s): 250.813
#   total CPU system time (s): 1.35919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39518 second user time and 2.22328 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:19:00
IDJOB=4302914
IDBENCH=141192
IDSOLVER=2777
FILE ID=node148/4302914-1532895540
RUNJOBID= node148-1532892979-13580
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-11-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302914-1532895540/watcher-4302914-1532895540 -o /tmp/evaluation-result-4302914-1532895540/solver-4302914-1532895540 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=536631544 -superng HOME/instance-4302914-1532895540.xml

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

MD5SUM BENCH= 7994f0224337b533c2c19d764e718377
RANDOM SEED=536631544

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20923028 kB
MemAvailable:   28969504 kB
Buffers:          246952 kB
Cached:          7949892 kB
SwapCached:          352 kB
Active:          4835352 kB
Inactive:        6374492 kB
Active(anon):    2966260 kB
Inactive(anon):    74228 kB
Active(file):    1869092 kB
Inactive(file):  6300264 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26332 kB
Writeback:             0 kB
AnonPages:       3090816 kB
Mapped:            58040 kB
Shmem:             25016 kB
Slab:             333932 kB
SReclaimable:     305580 kB
SUnreclaim:        28352 kB
KernelStack:        3792 kB
PageTables:        10992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4033472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2854912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:22:49