Trace number 4302768

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.214 200.883

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko90_c18.xml
MD5SUMe1bd5b7e730358cb8a15a6f1e37f47a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64864
Best CPU time to get the best result obtained on this benchmark252.148
Satisfiable
(Un)Satisfiability was proved
Number of variables8190
Number of constraints4006
Number of domains2
Minimum domain size8
Maximum domain size90
Distribution of domain sizes[{"size":8,"count":4005},{"size":90,"count":90}]
Minimum variable degree0
Maximum variable degree90
Distribution of variable degrees[{"degree":0,"count":4095},{"degree":2,"count":4005},{"degree":90,"count":90}]
Minimum constraint arity3
Maximum constraint arity90
Distribution of constraint arities[{"arity":3,"count":4005},{"arity":90,"count":1}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302768-1532896303/watcher-4302768-1532896303 -o /tmp/evaluation-result-4302768-1532896303/solver-4302768-1532896303 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=355160106 -superng HOME/instance-4302768-1532896303.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=11196, runsolver pid=11193

[startup+0.100173 s]*
/proc/loadavg: 1.53 1.72 1.62 2/206 11253
/proc/meminfo: memFree=19776040/32770624 swapFree=67108860/67108860
[pid=11196] ppid=11193 vsize=10005480 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/11196/stat : 11196 (java) S 11193 11196 8396 0 -1 1077944320 4386 13136 0 0 1 0 5 2 20 0 6 0 107193513 10245611520 4204 33554432000 4194304 4196468 140722280863488 140722280846032 140384773373687 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
/proc/11196/statm: 2501370 4204 1935 1 0 2489808 0
[pid=11196/tid=11249] ppid=11193 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 2214 13136 0 0 1 0 5 2 20 0 6 0 107193522 10245611520 4270 33554432000 4194304 4196468 140722280863488 140384745210448 140384759056213 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 6 0 107193523 10245611520 4270 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=10005480 memory=140276543481472 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 6 0 107193523 10245611520 4270 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 6 0 107193523 10245611520 4270 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 6 0 107193523 10245611520 4270 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209848 s]*
/proc/loadavg: 1.53 1.72 1.62 3/215 11262
/proc/meminfo: memFree=19754604/32770624 swapFree=67108860/67108860
[pid=11196] ppid=11193 vsize=10982696 memory=44420 CPUtime=0.25 cores=0,2,4,6
/proc/11196/stat : 11196 (java) S 11193 11196 8396 0 -1 1077944320 8496 13136 0 0 17 1 5 2 20 0 15 0 107193513 11246280704 11105 33554432000 4194304 4196468 140722280863488 140722280846032 140384773373687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
/proc/11196/statm: 2745674 11105 2932 1 0 2708109 0
[pid=11196/tid=11249] ppid=11193 vsize=10982696 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 5033 13136 0 0 11 0 5 2 20 0 15 0 107193522 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384745171344 140384753648882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=10982696 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=10982696 memory=140276543481472 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11254] ppid=11193 vsize=10982696 memory=140276543481472 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11254/stat : 11254 (java) S 11193 11196 8396 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 107193524 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384199379824 140384773384834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11255] ppid=11193 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11255/stat : 11255 (java) S 11193 11196 8396 0 -1 1077944384 13 13136 0 0 0 0 5 2 20 0 15 0 107193525 11246280704 11105 33554432000 4194304 4196468 140722280863488 140383569831456 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11256] ppid=11193 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11256/stat : 11256 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193525 11246280704 11105 33554432000 4194304 4196468 140722280863488 140383421982064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11257] ppid=11193 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11257/stat : 11257 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246280704 11105 33554432000 4194304 4196468 140722280863488 140383114582352 140384773392283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11258] ppid=11193 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11196/task/11258/stat : 11258 (java) S 11193 11196 8396 0 -1 1077944384 367 13136 0 0 1 0 5 2 20 0 15 0 107193528 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384198326640 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11259] ppid=11193 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11259/stat : 11259 (java) S 11193 11196 8396 0 -1 1077944384 252 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384197273840 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11260] ppid=11193 vsize=10982696 memory=140276543481472 CPUtime=0.1 cores=0,2,4,6
/proc/11196/task/11260/stat : 11260 (java) S 11193 11196 8396 0 -1 1077944384 620 13136 0 0 3 0 5 2 20 0 15 0 107193528 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384196221040 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11261] ppid=11193 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11261/stat : 11261 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246280704 11105 33554432000 4194304 4196468 140722280863488 140382683785440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11262] ppid=11193 vsize=10982696 memory=140276543481472 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11262/stat : 11262 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246280704 11105 33554432000 4194304 4196468 140722280863488 140384195169456 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44420 KiB

[startup+0.310423 s]*
/proc/loadavg: 1.53 1.72 1.62 3/215 11262
/proc/meminfo: memFree=19743812/32770624 swapFree=67108860/67108860
[pid=11196] ppid=11193 vsize=10983192 memory=55748 CPUtime=0.38 cores=0,2,4,6
/proc/11196/stat : 11196 (java) S 11193 11196 8396 0 -1 1077944320 10516 13136 0 0 29 2 5 2 20 0 15 0 107193513 11246788608 13937 33554432000 4194304 4196468 140722280863488 140722280846032 140384773373687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
/proc/11196/statm: 2745798 13937 3064 1 0 2708109 0
[pid=11196/tid=11249] ppid=11193 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 7045 13136 0 0 20 1 5 2 20 0 15 0 107193522 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384745185696 140384754937243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=10983192 memory=5865745418596405329 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=10983192 memory=2072 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11254] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11254/stat : 11254 (java) S 11193 11196 8396 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 107193524 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384199379824 140384773384834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11255] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11255/stat : 11255 (java) S 11193 11196 8396 0 -1 1077944384 13 13136 0 0 0 0 5 2 20 0 15 0 107193525 11246788608 13937 33554432000 4194304 4196468 140722280863488 140383569831456 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11256] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11256/stat : 11256 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193525 11246788608 13937 33554432000 4194304 4196468 140722280863488 140383421982064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11257] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11257/stat : 11257 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246788608 13937 33554432000 4194304 4196468 140722280863488 140383114582352 140384773392283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11258] ppid=11193 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11196/task/11258/stat : 11258 (java) S 11193 11196 8396 0 -1 1077944384 367 13136 0 0 1 0 5 2 20 0 15 0 107193528 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384198326640 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11259] ppid=11193 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11196/task/11259/stat : 11259 (java) S 11193 11196 8396 0 -1 1077944384 255 13136 0 0 1 0 5 2 20 0 15 0 107193528 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384197273840 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11260] ppid=11193 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11196/task/11260/stat : 11260 (java) S 11193 11196 8396 0 -1 1077944384 625 13136 0 0 5 0 5 2 20 0 15 0 107193528 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384196221040 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11261] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11261/stat : 11261 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246788608 13937 33554432000 4194304 4196468 140722280863488 140382683785440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11262] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11262/stat : 11262 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246788608 13937 33554432000 4194304 4196468 140722280863488 140384195169456 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55748 KiB

[startup+0.700836 s]
/proc/loadavg: 1.53 1.72 1.62 4/215 11262
/proc/meminfo: memFree=19731904/32770624 swapFree=67108860/67108860
[pid=11196] ppid=11193 vsize=10983192 memory=89004 CPUtime=0.99 cores=0,2,4,6
/proc/11196/stat : 11196 (java) S 11193 11196 8396 0 -1 1077944320 16817 13136 0 0 88 4 5 2 20 0 15 0 107193513 11246788608 22251 33554432000 4194304 4196468 140722280863488 140722280846032 140384773373687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
/proc/11196/statm: 2745798 22251 3242 1 0 2708109 0
[pid=11196/tid=11249] ppid=11193 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 12345 13136 0 0 56 2 5 2 20 0 15 0 107193522 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384745194512 140384754937264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 107193523 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11254] ppid=11193 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11254/stat : 11254 (java) S 11193 11196 8396 0 -1 1077944384 5 13136 0 0 0 0 5 2 20 0 15 0 107193524 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384199379824 140384773384834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11255] ppid=11193 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11255/stat : 11255 (java) S 11193 11196 8396 0 -1 1077944384 13 13136 0 0 0 0 5 2 20 0 15 0 107193525 11246788608 22251 33554432000 4194304 4196468 140722280863488 140383569831456 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11256] ppid=11193 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11256/stat : 11256 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193525 11246788608 22251 33554432000 4194304 4196468 140722280863488 140383421982064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11257] ppid=11193 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11257/stat : 11257 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246788608 22251 33554432000 4194304 4196468 140722280863488 140383114582352 140384773392283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11258] ppid=11193 vsize=10983192 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/11196/task/11258/stat : 11258 (java) S 11193 11196 8396 0 -1 1077944384 999 13136 0 0 9 0 5 2 20 0 15 0 107193528 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384198326640 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11259] ppid=11193 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/11196/task/11259/stat : 11259 (java) S 11193 11196 8396 0 -1 1077944384 541 13136 0 0 7 0 5 2 20 0 15 0 107193528 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384197273840 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11260] ppid=11193 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/11196/task/11260/stat : 11260 (java) S 11193 11196 8396 0 -1 1077944384 705 13136 0 0 13 0 5 2 20 0 15 0 107193528 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384196221040 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11261] ppid=11193 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11261/stat : 11261 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246788608 22251 33554432000 4194304 4196468 140722280863488 140382683785440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11262] ppid=11193 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11262/stat : 11262 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193528 11246788608 22251 33554432000 4194304 4196468 140722280863488 140384195169456 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89004 KiB

[startup+1.50133 s]
/proc/loadavg: 1.53 1.72 1.62 3/215 11262
/proc/meminfo: memFree=19657236/32770624 swapFree=67108860/67108860
[pid=11196] ppid=11193 vsize=10993996 memory=193424 CPUtime=3.15 cores=0,2,4,6
/proc/11196/stat : 11196 (java) S 11193 11196 8396 0 -1 1077944320 23687 13136 0 0 302 6 5 2 20 0 15 0 107193513 11257851904 48356 33554432000 4194304 4196468 140722280863488 140722280846032 140384773373687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
/proc/11196/statm: 2748499 48356 3449 1 0 2710157 0
[pid=11196/tid=11249] ppid=11193 vsize=10993996 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 15528 13136 0 0 135 4 5 2 20 0 15 0 107193522 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384745190928 140384757417317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=10993996 memory=4051323354130624818 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193523 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 107193523 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11254] ppid=11193 vsize=10993996 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11254/stat : 11254 (java) S 11193 11196 8396 0 -1 1077944384 6 13136 0 0 0 0 5 2 20 0 15 0 107193524 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384199379824 140384773384834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11255] ppid=11193 vsize=10993996 memory=280552766777600 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11255/stat : 11255 (java) S 11193 11196 8396 0 -1 1077944384 13 13136 0 0 0 0 5 2 20 0 15 0 107193525 11257851904 48356 33554432000 4194304 4196468 140722280863488 140383569831456 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11256] ppid=11193 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11256/stat : 11256 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193525 11257851904 48356 33554432000 4194304 4196468 140722280863488 140383421982064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11257] ppid=11193 vsize=10993996 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11257/stat : 11257 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11257851904 48356 33554432000 4194304 4196468 140722280863488 140383114582352 140384773392283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11258] ppid=11193 vsize=10993996 memory=5788 CPUtime=0.67 cores=0,2,4,6
/proc/11196/task/11258/stat : 11258 (java) R 11193 11196 8396 0 -1 4202560 2498 13136 0 0 59 1 5 2 20 0 15 0 107193528 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384198312736 140384756758541 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11259] ppid=11193 vsize=10993996 memory=4616 CPUtime=0.67 cores=0,2,4,6
/proc/11196/task/11259/stat : 11259 (java) R 11193 11196 8396 0 -1 4202560 1767 13136 0 0 60 0 5 2 20 0 15 0 107193528 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384197256064 140384757340849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11260] ppid=11193 vsize=10993996 memory=12032 CPUtime=0.53 cores=0,2,4,6
/proc/11196/task/11260/stat : 11260 (java) R 11193 11196 8396 0 -1 4202560 1667 13136 0 0 46 0 5 2 20 0 15 0 107193528 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384196221040 140384752391907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11261] ppid=11193 vsize=10993996 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11261/stat : 11261 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11257851904 48356 33554432000 4194304 4196468 140722280863488 140382683785440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11262] ppid=11193 vsize=10993996 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11262/stat : 11262 (java) S 11193 11196 8396 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 107193528 11257851904 48356 33554432000 4194304 4196468 140722280863488 140384195169456 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10993996 KiB

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

/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 76486 13136 0 0 8846 23 5 2 20 0 15 0 107193522 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384745191904 140384330783177 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=11080032 memory=280552767187976 CPUtime=12.41 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 71161 13136 0 0 1205 29 5 2 20 0 15 0 107193523 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=11080032 memory=1228 CPUtime=12.36 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 74209 13136 0 0 1202 27 5 2 20 0 15 0 107193523 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=11080032 memory=1428 CPUtime=12.4 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 71416 13136 0 0 1205 28 5 2 20 0 15 0 107193523 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=11080032 memory=6791534058613427641 CPUtime=12.42 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 66622 13136 0 0 1207 28 5 2 20 0 15 0 107193523 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11254] ppid=11193 vsize=11080032 memory=18484 CPUtime=1.1 cores=0,2,4,6
/proc/11196/task/11254/stat : 11254 (java) S 11193 11196 8396 0 -1 1077944384 15699 13136 0 0 102 1 5 2 20 0 15 0 107193524 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384199379824 140384773384834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11255] ppid=11193 vsize=11080032 memory=3130836 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11255/stat : 11255 (java) S 11193 11196 8396 0 -1 1077944384 50 13136 0 0 0 0 5 2 20 0 15 0 107193525 11345952768 782709 33554432000 4194304 4196468 140722280863488 140383569831584 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11256] ppid=11193 vsize=11080032 memory=2412 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11256/stat : 11256 (java) S 11193 11196 8396 0 -1 1077944384 38 13136 0 0 0 0 5 2 20 0 15 0 107193525 11345952768 782709 33554432000 4194304 4196468 140722280863488 140383421982080 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11257] ppid=11193 vsize=11080032 memory=280552767602144 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11257/stat : 11257 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11345952768 782709 33554432000 4194304 4196468 140722280863488 140383114582352 140384773392283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11258] ppid=11193 vsize=11080032 memory=280552767034224 CPUtime=4.25 cores=0,2,4,6
/proc/11196/task/11258/stat : 11258 (java) S 11193 11196 8396 0 -1 1077944384 20475 13136 0 0 414 4 5 2 20 0 15 0 107193528 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384198326640 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11259] ppid=11193 vsize=11080032 memory=280552767961536 CPUtime=4.49 cores=0,2,4,6
/proc/11196/task/11259/stat : 11259 (java) S 11193 11196 8396 0 -1 1077944384 16401 13136 0 0 439 3 5 2 20 0 15 0 107193528 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384197273840 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11260] ppid=11193 vsize=11080032 memory=31356350842106267 CPUtime=2.21 cores=0,2,4,6
/proc/11196/task/11260/stat : 11260 (java) S 11193 11196 8396 0 -1 1077944384 20363 13136 0 0 212 2 5 2 20 0 15 0 107193528 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384196221040 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11261] ppid=11193 vsize=11080032 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11261/stat : 11261 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11345952768 782709 33554432000 4194304 4196468 140722280863488 140382683785440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11262] ppid=11193 vsize=11080032 memory=5788 CPUtime=0.11 cores=0,2,4,6
/proc/11196/task/11262/stat : 11262 (java) S 11193 11196 8396 0 -1 1077944384 1200 13136 0 0 2 2 5 2 20 0 15 0 107193528 11345952768 782709 33554432000 4194304 4196468 140722280863488 140384195169456 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 149.99 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3130836 KiB

[startup+162.301 s]
/proc/loadavg: 1.43 1.65 1.62 3/215 11264
/proc/meminfo: memFree=16630304/32770624 swapFree=67108860/67108860
[pid=11196] ppid=11193 vsize=11080032 memory=3146508 CPUtime=213.48 cores=0,2,4,6
/proc/11196/stat : 11196 (java) S 11193 11196 8396 0 -1 1077944320 469288 13136 0 0 21185 156 5 2 20 0 15 0 107193513 11345952768 786627 33554432000 4194304 4196468 140722280863488 140722280846032 140384773373687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
/proc/11196/statm: 2770008 786627 3531 1 0 2731661 0
[pid=11196/tid=11249] ppid=11193 vsize=11080032 memory=3146112 CPUtime=148.67 cores=0,2,4,6
/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 79470 13136 0 0 14837 23 5 2 20 0 15 0 107193522 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384745196368 140384331155196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=11080032 memory=280552767003136 CPUtime=12.5 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 76044 13136 0 0 1213 30 5 2 20 0 15 0 107193523 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=11080032 memory=3146504 CPUtime=12.44 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 77244 13136 0 0 1210 27 5 2 20 0 15 0 107193523 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=11080032 memory=3146504 CPUtime=12.48 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 71915 13136 0 0 1213 28 5 2 20 0 15 0 107193523 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=11080032 memory=3146504 CPUtime=12.51 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 70239 13136 0 0 1214 30 5 2 20 0 15 0 107193523 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11254] ppid=11193 vsize=11080032 memory=20150 CPUtime=1.1 cores=0,2,4,6
/proc/11196/task/11254/stat : 11254 (java) S 11193 11196 8396 0 -1 1077944384 16200 13136 0 0 102 1 5 2 20 0 15 0 107193524 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384199379824 140384773384834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11255] ppid=11193 vsize=11080032 memory=3146504 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11255/stat : 11255 (java) S 11193 11196 8396 0 -1 1077944384 54 13136 0 0 0 0 5 2 20 0 15 0 107193525 11345952768 786627 33554432000 4194304 4196468 140722280863488 140383569831584 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11256] ppid=11193 vsize=11080032 memory=3146508 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11256/stat : 11256 (java) S 11193 11196 8396 0 -1 1077944384 56 13136 0 0 0 0 5 2 20 0 15 0 107193525 11345952768 786627 33554432000 4194304 4196468 140722280863488 140383421982080 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11257] ppid=11193 vsize=11080032 memory=3146508 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11257/stat : 11257 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11345952768 786627 33554432000 4194304 4196468 140722280863488 140383114582352 140384773392283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11258] ppid=11193 vsize=11080032 memory=3146508 CPUtime=5.32 cores=0,2,4,6
/proc/11196/task/11258/stat : 11258 (java) S 11193 11196 8396 0 -1 1077944384 26454 13136 0 0 521 4 5 2 20 0 15 0 107193528 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384198326640 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11259] ppid=11193 vsize=11080032 memory=0 CPUtime=6.62 cores=0,2,4,6
/proc/11196/task/11259/stat : 11259 (java) S 11193 11196 8396 0 -1 1077944384 24006 13136 0 0 651 4 5 2 20 0 15 0 107193528 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384197273840 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11260] ppid=11193 vsize=11080032 memory=3122644 CPUtime=2.24 cores=0,2,4,6
/proc/11196/task/11260/stat : 11260 (java) S 11193 11196 8396 0 -1 1077944384 24148 13136 0 0 215 2 5 2 20 0 15 0 107193528 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384196221040 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11261] ppid=11193 vsize=11080032 memory=3146508 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11261/stat : 11261 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11345952768 786627 33554432000 4194304 4196468 140722280863488 140382683785440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11262] ppid=11193 vsize=11080032 memory=3146508 CPUtime=0.13 cores=0,2,4,6
/proc/11196/task/11262/stat : 11262 (java) S 11193 11196 8396 0 -1 1077944384 1256 13136 0 0 3 3 5 2 20 0 15 0 107193528 11345952768 786627 33554432000 4194304 4196468 140722280863488 140384195169456 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 213.48 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3146508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+200.701 s]
/proc/loadavg: 1.39 1.62 1.61 3/215 11265
/proc/meminfo: memFree=16636256/32770624 swapFree=67108860/67108860
[pid=11196] ppid=11193 vsize=11080032 memory=3146596 CPUtime=252 cores=0,2,4,6
/proc/11196/stat : 11196 (java) S 11193 11196 8396 0 -1 1077944320 472786 13136 0 0 25035 158 5 2 20 0 15 0 107193513 11345952768 786649 33554432000 4194304 4196468 140722280863488 140722280846032 140384773373687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
/proc/11196/statm: 2770008 786649 3531 1 0 2731661 0
[pid=11196/tid=11249] ppid=11193 vsize=11080032 memory=3146596 CPUtime=187.07 cores=0,2,4,6
/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 80431 13136 0 0 18677 23 5 2 20 0 15 0 107193522 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384745202808 140384330926976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=11080032 memory=3146508 CPUtime=12.5 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 76044 13136 0 0 1213 30 5 2 20 0 15 0 107193523 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=11080032 memory=20150 CPUtime=12.44 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 77244 13136 0 0 1210 27 5 2 20 0 15 0 107193523 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=11080032 memory=3146512 CPUtime=12.48 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 71915 13136 0 0 1213 28 5 2 20 0 15 0 107193523 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=11080032 memory=3146596 CPUtime=12.51 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 70239 13136 0 0 1214 30 5 2 20 0 15 0 107193523 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11254] ppid=11193 vsize=11080032 memory=3146596 CPUtime=1.1 cores=0,2,4,6
/proc/11196/task/11254/stat : 11254 (java) S 11193 11196 8396 0 -1 1077944384 16269 13136 0 0 102 1 5 2 20 0 15 0 107193524 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384199379824 140384773384834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11255] ppid=11193 vsize=11080032 memory=3146596 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11255/stat : 11255 (java) S 11193 11196 8396 0 -1 1077944384 54 13136 0 0 0 0 5 2 20 0 15 0 107193525 11345952768 786649 33554432000 4194304 4196468 140722280863488 140383569831584 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11256] ppid=11193 vsize=11080032 memory=3146596 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11256/stat : 11256 (java) S 11193 11196 8396 0 -1 1077944384 56 13136 0 0 0 0 5 2 20 0 15 0 107193525 11345952768 786649 33554432000 4194304 4196468 140722280863488 140383421982080 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11257] ppid=11193 vsize=11080032 memory=3146596 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11257/stat : 11257 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11345952768 786649 33554432000 4194304 4196468 140722280863488 140383114582352 140384773392283 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11258] ppid=11193 vsize=11080032 memory=3146596 CPUtime=5.4 cores=0,2,4,6
/proc/11196/task/11258/stat : 11258 (java) S 11193 11196 8396 0 -1 1077944384 27876 13136 0 0 529 4 5 2 20 0 15 0 107193528 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384198326640 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11259] ppid=11193 vsize=11080032 memory=4126316290023845779 CPUtime=6.63 cores=0,2,4,6
/proc/11196/task/11259/stat : 11259 (java) S 11193 11196 8396 0 -1 1077944384 24432 13136 0 0 652 4 5 2 20 0 15 0 107193528 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384197273840 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11260] ppid=11193 vsize=11080032 memory=1240 CPUtime=2.26 cores=0,2,4,6
/proc/11196/task/11260/stat : 11260 (java) S 11193 11196 8396 0 -1 1077944384 24537 13136 0 0 216 3 5 2 20 0 15 0 107193528 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384196221040 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11261] ppid=11193 vsize=11080032 memory=3146596 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11261/stat : 11261 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 107193528 11345952768 786649 33554432000 4194304 4196468 140722280863488 140382683785440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11262] ppid=11193 vsize=11080032 memory=30424 CPUtime=0.15 cores=0,2,4,6
/proc/11196/task/11262/stat : 11262 (java) S 11193 11196 8396 0 -1 1077944384 1487 13136 0 0 3 5 5 2 20 0 15 0 107193528 11345952768 786649 33554432000 4194304 4196468 140722280863488 140384195169456 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3146596 KiB

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

[startup+200.883 s]
# the end of solver process 11196 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.534 s, system=1.68005 s

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

[startup+200.805 s]
/proc/loadavg: 1.39 1.62 1.61 3/215 11265
/proc/meminfo: memFree=16636256/32770624 swapFree=67108860/67108860
[pid=11196] ppid=11193 vsize=11342184 memory=3148824 CPUtime=252.11 cores=0,2,4,6
/proc/11196/stat : 11196 (java) S 11193 11196 8396 0 -1 1077944320 473254 13136 0 0 25046 158 5 2 20 0 17 0 107193513 11614396416 787206 33554432000 4194304 4196468 140722280863488 140722280846032 140384773373687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
/proc/11196/statm: 2835546 787206 3532 1 0 2797199 0
[pid=11196/tid=11249] ppid=11193 vsize=11342184 memory=4126316290023845779 CPUtime=187.18 cores=0,2,4,6
/proc/11196/task/11249/stat : 11249 (java) R 11193 11196 8396 0 -1 4202560 80431 13136 0 0 18688 23 5 2 20 0 17 0 107193522 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384745202808 140384331155527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11250] ppid=11193 vsize=11342184 memory=580544 CPUtime=12.5 cores=0,2,4,6
/proc/11196/task/11250/stat : 11250 (java) S 11193 11196 8396 0 -1 1077944384 76044 13136 0 0 1213 30 5 2 20 0 17 0 107193523 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384777616016 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11251] ppid=11193 vsize=11342184 memory=1404 CPUtime=12.44 cores=0,2,4,6
/proc/11196/task/11251/stat : 11251 (java) S 11193 11196 8396 0 -1 1077944384 77244 13136 0 0 1210 27 5 2 20 0 17 0 107193523 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384632334864 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11252] ppid=11193 vsize=11342184 memory=3140 CPUtime=12.48 cores=0,2,4,6
/proc/11196/task/11252/stat : 11252 (java) S 11193 11196 8396 0 -1 1077944384 71915 13136 0 0 1213 28 5 2 20 0 17 0 107193523 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384631282064 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11253] ppid=11193 vsize=11342184 memory=12032 CPUtime=12.51 cores=0,2,4,6
/proc/11196/task/11253/stat : 11253 (java) S 11193 11196 8396 0 -1 1077944384 70239 13136 0 0 1214 30 5 2 20 0 17 0 107193523 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384311175440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11254] ppid=11193 vsize=11342184 memory=1008 CPUtime=1.1 cores=0,2,4,6
/proc/11196/task/11254/stat : 11254 (java) S 11193 11196 8396 0 -1 1077944384 16269 13136 0 0 102 1 5 2 20 0 17 0 107193524 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384199379824 140384773384834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11255] ppid=11193 vsize=11342184 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11255/stat : 11255 (java) S 11193 11196 8396 0 -1 1077944384 54 13136 0 0 0 0 5 2 20 0 17 0 107193525 11614396416 787206 33554432000 4194304 4196468 140722280863488 140383569831584 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11256] ppid=11193 vsize=11342184 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11256/stat : 11256 (java) S 11193 11196 8396 0 -1 1077944384 56 13136 0 0 0 0 5 2 20 0 17 0 107193525 11614396416 787206 33554432000 4194304 4196468 140722280863488 140383421982080 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11257] ppid=11193 vsize=11342184 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11257/stat : 11257 (java) S 11193 11196 8396 0 -1 1077944384 237 13136 0 0 0 0 5 2 20 0 17 0 107193528 11614396416 787206 33554432000 4194304 4196468 140722280863488 140383114582352 140384773392283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11258] ppid=11193 vsize=11342184 memory=3146596 CPUtime=5.4 cores=0,2,4,6
/proc/11196/task/11258/stat : 11258 (java) S 11193 11196 8396 0 -1 1077944384 27876 13136 0 0 529 4 5 2 20 0 17 0 107193528 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384198326640 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11259] ppid=11193 vsize=11342184 memory=15872 CPUtime=6.63 cores=0,2,4,6
/proc/11196/task/11259/stat : 11259 (java) S 11193 11196 8396 0 -1 1077944384 24432 13136 0 0 652 4 5 2 20 0 17 0 107193528 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384197273840 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11260] ppid=11193 vsize=11342184 memory=6791534058613427641 CPUtime=2.26 cores=0,2,4,6
/proc/11196/task/11260/stat : 11260 (java) S 11193 11196 8396 0 -1 1077944384 24537 13136 0 0 216 3 5 2 20 0 17 0 107193528 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384196221040 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11261] ppid=11193 vsize=11342184 memory=2412 CPUtime=0.07 cores=0,2,4,6
/proc/11196/task/11261/stat : 11261 (java) S 11193 11196 8396 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 17 0 107193528 11614396416 787206 33554432000 4194304 4196468 140722280863488 140382683785440 140384773383893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
[pid=11196/tid=11262] ppid=11193 vsize=11342184 memory=1724 CPUtime=0.15 cores=0,2,4,6
/proc/11196/task/11262/stat : 11262 (java) S 11193 11196 8396 0 -1 1077944384 1487 13136 0 0 3 5 5 2 20 0 17 0 107193528 11614396416 787206 33554432000 4194304 4196468 140722280863488 140384195169456 140384773384834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38440960 140722280872553 140722280875361 140722280875361 140722280878031 0
Current children cumulated CPU time: 252.11 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 3148824 KiB

Child status: 143
Real time (s): 200.883
CPU time (s): 252.214
CPU user time (s): 250.534
CPU system time (s): 1.68005
CPU usage (%): 125.553
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 3154340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.534
system time used= 1.68005
maximum resident set size= 3154340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488073
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= 14604
involuntary context switches= 760


# summary of solver processes directly reported to runsolver:
#   pid: 11196
#   total CPU time (s): 252.214
#   total CPU user time (s): 250.534
#   total CPU system time (s): 1.68005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29647 second user time and 1.80695 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 22:31:43
IDJOB=4302768
IDBENCH=141248
IDSOLVER=2777
FILE ID=node103/4302768-1532896303
RUNJOBID= node103-1532895438-9921
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko90_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302768-1532896303/watcher-4302768-1532896303 -o /tmp/evaluation-result-4302768-1532896303/solver-4302768-1532896303 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=355160106 -superng HOME/instance-4302768-1532896303.xml

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

MD5SUM BENCH= e1bd5b7e730358cb8a15a6f1e37f47a5
RANDOM SEED=355160106

node103.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.48
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.48
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.48
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.48
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:        19784364 kB
MemAvailable:   31369184 kB
Buffers:          309336 kB
Cached:         11463488 kB
SwapCached:            0 kB
Active:          4434980 kB
Inactive:        7954800 kB
Active(anon):     619292 kB
Inactive(anon):    25184 kB
Active(file):    3815688 kB
Inactive(file):  7929616 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27048 kB
Writeback:             0 kB
AnonPages:        623368 kB
Mapped:            58184 kB
Shmem:             25228 kB
Slab:             295988 kB
SReclaimable:     267976 kB
SUnreclaim:        28012 kB
KernelStack:        3664 kB
PageTables:         6780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1817756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 22:35:04