Trace number 4302464

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.112 234.742

General information on the benchmark

NameTal/
Tal-08_c18.xml
MD5SUM7dc6d9a3b6a58ae0b008049a7bee9b86
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark176
Best CPU time to get the best result obtained on this benchmark252.046
Satisfiable
(Un)Satisfiability was proved
Number of variables988
Number of constraints647
Number of domains13
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":165},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":85},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":78},{"size":11,"count":13},{"size":42,"count":142}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":453},{"degree":1,"count":165},{"degree":2,"count":97},{"degree":3,"count":12},{"degree":4,"count":13},{"degree":5,"count":59},{"degree":6,"count":25},{"degree":7,"count":16},{"degree":8,"count":16},{"degree":9,"count":25},{"degree":10,"count":24},{"degree":11,"count":30},{"degree":12,"count":21},{"degree":13,"count":17},{"degree":14,"count":8},{"degree":15,"count":4},{"degree":16,"count":3}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":179},{"arity":2,"count":208},{"arity":3,"count":68},{"arity":4,"count":14},{"arity":5,"count":24},{"arity":6,"count":23},{"arity":7,"count":22},{"arity":8,"count":21},{"arity":9,"count":22},{"arity":10,"count":21},{"arity":11,"count":15},{"arity":12,"count":20},{"arity":13,"count":10}]
Number of extensional constraints121
Number of intensional constraints506
Distribution of constraint types[{"type":"extension","count":121},{"type":"intension","count":506},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302464-1532894429/watcher-4302464-1532894429 -o /tmp/evaluation-result-4302464-1532894429/solver-4302464-1532894429 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1158739505 HOME/instance-4302464-1532894429.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100076 s]*
/proc/loadavg: 1.73 1.76 1.86 3/208 16629
/proc/meminfo: memFree=24951188/32770624 swapFree=67028824/67108860
[pid=16573] ppid=16570 vsize=10005480 memory=16640 CPUtime=0.08 cores=1,3,5,7
/proc/16573/stat : 16573 (java) S 16570 16573 10029 0 -1 1077944320 4311 13094 0 0 1 0 5 2 20 0 6 0 107006129 10245611520 4160 33554432000 4194304 4196468 140731644804784 140731644787328 140070738009847 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
/proc/16573/statm: 2501370 4160 1933 1 0 2489808 0
[pid=16573/tid=16626] ppid=16570 vsize=10005480 memory=4279135703913104269 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 2131 13094 0 0 0 0 5 2 20 0 6 0 107006138 10245611520 4160 33554432000 4194304 4196468 140731644804784 140070709846608 140070722090334 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 6 0 107006139 10245611520 4160 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=10005480 memory=140344654673536 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 6 0 107006139 10245611520 4160 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 6 0 107006139 10245611520 4160 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 6 0 107006139 10245611520 4160 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16640 KiB

[startup+0.210073 s]*
/proc/loadavg: 1.73 1.76 1.86 3/218 16639
/proc/meminfo: memFree=24925052/32770624 swapFree=67028824/67108860
[pid=16573] ppid=16570 vsize=10982744 memory=44136 CPUtime=0.25 cores=1,3,5,7
/proc/16573/stat : 16573 (java) S 16570 16573 10029 0 -1 1077944320 7758 13094 0 0 17 1 5 2 20 0 15 0 107006129 11246329856 11034 33554432000 4194304 4196468 140731644804784 140731644787328 140070738009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
/proc/16573/statm: 2745686 11034 2948 1 0 2708109 0
[pid=16573/tid=16626] ppid=16570 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 4416 13094 0 0 11 0 5 2 20 0 15 0 107006138 11246329856 11166 33554432000 4194304 4196468 140731644804784 140070709833376 140070718285607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=10982744 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246329856 11166 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=10982744 memory=3474728158766151328 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246329856 11166 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246329856 11166 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246329856 11166 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16631] ppid=16570 vsize=10982744 memory=140344654673536 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16631/stat : 16631 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006140 11246329856 11166 33554432000 4194304 4196468 140731644804784 140069976300272 140070738020994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16632] ppid=16570 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16632/stat : 16632 (java) S 16570 16573 10029 0 -1 1077944384 13 13094 0 0 0 0 5 2 20 0 15 0 107006141 11246329856 11166 33554432000 4194304 4196468 140731644804784 140069486716576 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16633] ppid=16570 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16633/stat : 16633 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006141 11246329856 11166 33554432000 4194304 4196468 140731644804784 140069285389552 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16634] ppid=16570 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16634/stat : 16634 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246329856 11166 33554432000 4194304 4196468 140731644804784 140068977990096 140070738028443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16635] ppid=16570 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16573/task/16635/stat : 16635 (java) S 16570 16573 10029 0 -1 1077944384 480 13094 0 0 1 0 5 2 20 0 15 0 107006144 11246329856 11166 33554432000 4194304 4196468 140731644804784 140069975247088 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16636] ppid=16570 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16636/stat : 16636 (java) S 16570 16573 10029 0 -1 1077944384 130 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246329856 11232 33554432000 4194304 4196468 140731644804784 140069974194544 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16637] ppid=16570 vsize=10982744 memory=140344654673536 CPUtime=0.1 cores=1,3,5,7
/proc/16573/task/16637/stat : 16637 (java) S 16570 16573 10029 0 -1 1077944384 605 13094 0 0 3 0 5 2 20 0 15 0 107006144 11246329856 11232 33554432000 4194304 4196468 140731644804784 140069973141488 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16638] ppid=16570 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16638/stat : 16638 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246329856 11232 33554432000 4194304 4196468 140731644804784 140068547193184 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16639] ppid=16570 vsize=10982744 memory=140344654673536 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16639/stat : 16639 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246329856 11232 33554432000 4194304 4196468 140731644804784 140069972089904 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44136 KiB

[startup+0.310382 s]*
/proc/loadavg: 1.73 1.76 1.86 3/218 16639
/proc/meminfo: memFree=24912152/32770624 swapFree=67028824/67108860
[pid=16573] ppid=16570 vsize=10983192 memory=56432 CPUtime=0.37 cores=1,3,5,7
/proc/16573/stat : 16573 (java) S 16570 16573 10029 0 -1 1077944320 10655 13094 0 0 28 2 5 2 20 0 15 0 107006129 11246788608 14108 33554432000 4194304 4196468 140731644804784 140731644787328 140070738009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
/proc/16573/statm: 2745798 14108 3067 1 0 2708109 0
[pid=16573/tid=16626] ppid=16570 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 7210 13094 0 0 19 1 5 2 20 0 15 0 107006138 11246788608 14108 33554432000 4194304 4196468 140731644804784 140070709821856 140070719573399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246788608 14108 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246788608 14108 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246788608 14108 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246788608 14108 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16631] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16631/stat : 16631 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006140 11246788608 14108 33554432000 4194304 4196468 140731644804784 140069976300272 140070738020994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16632] ppid=16570 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16632/stat : 16632 (java) S 16570 16573 10029 0 -1 1077944384 13 13094 0 0 0 0 5 2 20 0 15 0 107006141 11246788608 14108 33554432000 4194304 4196468 140731644804784 140069486716576 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16633] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16633/stat : 16633 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006141 11246788608 14108 33554432000 4194304 4196468 140731644804784 140069285389552 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16634] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16634/stat : 16634 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246788608 14108 33554432000 4194304 4196468 140731644804784 140068977990096 140070738028443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16635] ppid=16570 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16573/task/16635/stat : 16635 (java) S 16570 16573 10029 0 -1 1077944384 481 13094 0 0 2 0 5 2 20 0 15 0 107006144 11246788608 14108 33554432000 4194304 4196468 140731644804784 140069975247088 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16636] ppid=16570 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16573/task/16636/stat : 16636 (java) S 16570 16573 10029 0 -1 1077944384 130 13094 0 0 1 0 5 2 20 0 15 0 107006144 11246788608 14108 33554432000 4194304 4196468 140731644804784 140069974194544 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16637] ppid=16570 vsize=10983192 memory=140344654673536 CPUtime=0.12 cores=1,3,5,7
/proc/16573/task/16637/stat : 16637 (java) S 16570 16573 10029 0 -1 1077944384 615 13094 0 0 5 0 5 2 20 0 15 0 107006144 11246788608 14108 33554432000 4194304 4196468 140731644804784 140069973141488 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16638] ppid=16570 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16638/stat : 16638 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246788608 14108 33554432000 4194304 4196468 140731644804784 140068547193184 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16639] ppid=16570 vsize=10983192 memory=140344654673536 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16639/stat : 16639 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246788608 14108 33554432000 4194304 4196468 140731644804784 140069972089904 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56432 KiB

[startup+0.700771 s]
/proc/loadavg: 1.73 1.76 1.86 3/218 16639
/proc/meminfo: memFree=24901484/32770624 swapFree=67028824/67108860
[pid=16573] ppid=16570 vsize=10983192 memory=88540 CPUtime=0.99 cores=1,3,5,7
/proc/16573/stat : 16573 (java) S 16570 16573 10029 0 -1 1077944320 16738 13094 0 0 88 4 5 2 20 0 15 0 107006129 11246788608 22135 33554432000 4194304 4196468 140731644804784 140731644787328 140070738009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
/proc/16573/statm: 2745798 22135 3247 1 0 2708109 0
[pid=16573/tid=16626] ppid=16570 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 12208 13094 0 0 56 2 5 2 20 0 15 0 107006138 11246788608 22135 33554432000 4194304 4196468 140731644804784 140070709832368 140070724230252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246788608 22135 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246788608 22135 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246788608 22135 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11246788608 22135 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16631] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16631/stat : 16631 (java) S 16570 16573 10029 0 -1 1077944384 5 13094 0 0 0 0 5 2 20 0 15 0 107006140 11246788608 22135 33554432000 4194304 4196468 140731644804784 140069976300272 140070738020994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16632] ppid=16570 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16632/stat : 16632 (java) S 16570 16573 10029 0 -1 1077944384 13 13094 0 0 0 0 5 2 20 0 15 0 107006141 11246788608 22135 33554432000 4194304 4196468 140731644804784 140069486716576 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16633] ppid=16570 vsize=10983192 memory=140344498991888 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16633/stat : 16633 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006141 11246788608 22135 33554432000 4194304 4196468 140731644804784 140069285389552 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16634] ppid=16570 vsize=10983192 memory=140346646331977 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16634/stat : 16634 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246788608 22135 33554432000 4194304 4196468 140731644804784 140068977990096 140070738028443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16635] ppid=16570 vsize=10983192 memory=796 CPUtime=0.17 cores=1,3,5,7
/proc/16573/task/16635/stat : 16635 (java) S 16570 16573 10029 0 -1 1077944384 1115 13094 0 0 10 0 5 2 20 0 15 0 107006144 11246788608 22135 33554432000 4194304 4196468 140731644804784 140069975247088 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16636] ppid=16570 vsize=10983192 memory=7014751519650764113 CPUtime=0.13 cores=1,3,5,7
/proc/16573/task/16636/stat : 16636 (java) S 16570 16573 10029 0 -1 1077944384 531 13094 0 0 6 0 5 2 20 0 15 0 107006144 11246788608 22135 33554432000 4194304 4196468 140731644804784 140069974194544 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16637] ppid=16570 vsize=10983192 memory=7597123233646858610 CPUtime=0.2 cores=1,3,5,7
/proc/16573/task/16637/stat : 16637 (java) S 16570 16573 10029 0 -1 1077944384 662 13094 0 0 13 0 5 2 20 0 15 0 107006144 11246788608 22135 33554432000 4194304 4196468 140731644804784 140069973141488 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16638] ppid=16570 vsize=10983192 memory=3544 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16638/stat : 16638 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246788608 22135 33554432000 4194304 4196468 140731644804784 140068547193184 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16639] ppid=16570 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16639/stat : 16639 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006144 11246788608 22135 33554432000 4194304 4196468 140731644804784 140069972089904 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88540 KiB

[startup+1.50079 s]
/proc/loadavg: 1.73 1.76 1.86 3/218 16639
/proc/meminfo: memFree=24857820/32770624 swapFree=67028824/67108860
[pid=16573] ppid=16570 vsize=10996044 memory=173112 CPUtime=3.02 cores=1,3,5,7
/proc/16573/stat : 16573 (java) S 16570 16573 10029 0 -1 1077944320 26761 13094 0 0 288 7 5 2 20 0 15 0 107006129 11259949056 43278 33554432000 4194304 4196468 140731644804784 140731644787328 140070738009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
/proc/16573/statm: 2749011 43278 3443 1 0 2710669 0
[pid=16573/tid=16626] ppid=16570 vsize=10996044 memory=9169 CPUtime=1.44 cores=1,3,5,7
/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 16480 13094 0 0 133 4 5 2 20 0 15 0 107006138 11259949056 43278 33554432000 4194304 4196468 140731644804784 140070709840128 140070719573433 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11259949056 43278 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=10996044 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11259949056 43278 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=10996044 memory=2876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006139 11259949056 43278 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=10996044 memory=88540 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107006139 11259949056 43278 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16631] ppid=16570 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16631/stat : 16631 (java) S 16570 16573 10029 0 -1 1077944384 6 13094 0 0 0 0 5 2 20 0 15 0 107006140 11259949056 43278 33554432000 4194304 4196468 140731644804784 140069976300272 140070738020994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16632] ppid=16570 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16632/stat : 16632 (java) S 16570 16573 10029 0 -1 1077944384 13 13094 0 0 0 0 5 2 20 0 15 0 107006141 11259949056 43278 33554432000 4194304 4196468 140731644804784 140069486716576 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16633] ppid=16570 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16633/stat : 16633 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006141 11259949056 43278 33554432000 4194304 4196468 140731644804784 140069285389552 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16634] ppid=16570 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16634/stat : 16634 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11259949056 43278 33554432000 4194304 4196468 140731644804784 140068977990096 140070738028443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16635] ppid=16570 vsize=10996044 memory=4638778398332698720 CPUtime=0.63 cores=1,3,5,7
/proc/16573/task/16635/stat : 16635 (java) S 16570 16573 10029 0 -1 1077944384 3419 13094 0 0 56 0 5 2 20 0 15 0 107006144 11259949056 43278 33554432000 4194304 4196468 140731644804784 140069975247088 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16636] ppid=16570 vsize=10996044 memory=280688998259584 CPUtime=0.58 cores=1,3,5,7
/proc/16573/task/16636/stat : 16636 (java) R 16570 16573 10029 0 -1 4202560 2823 13094 0 0 51 0 5 2 20 0 15 0 107006144 11259949056 43278 33554432000 4194304 4196468 140731644804784 140069974180304 140070724074067 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16637] ppid=16570 vsize=10996044 memory=6944656592452807323 CPUtime=0.52 cores=1,3,5,7
/proc/16573/task/16637/stat : 16637 (java) S 16570 16573 10029 0 -1 1077944384 1816 13094 0 0 45 0 5 2 20 0 15 0 107006144 11259949056 43278 33554432000 4194304 4196468 140731644804784 140069973141488 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16638] ppid=16570 vsize=10996044 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16638/stat : 16638 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11259949056 43278 33554432000 4194304 4196468 140731644804784 140068547193184 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16639] ppid=16570 vsize=10996044 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16639/stat : 16639 (java) S 16570 16573 10029 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107006144 11259949056 43278 33554432000 4194304 4196468 140731644804784 140069972089904 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 10996044 KiB

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

/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 50672 13094 0 0 16087 24 5 2 20 0 15 0 107006138 11280941056 345277 33554432000 4194304 4196468 140731644804784 140070709843312 140070316667776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=11016544 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 5110 13094 0 0 21 8 5 2 20 0 15 0 107006139 11280941056 345277 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=11016544 memory=1392904 CPUtime=0.37 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2718 13094 0 0 22 8 5 2 20 0 15 0 107006139 11280941056 345277 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=11016544 memory=1392904 CPUtime=0.35 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 2815 13094 0 0 20 8 5 2 20 0 15 0 107006139 11280941056 345277 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=11016544 memory=1392904 CPUtime=0.36 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 881 13094 0 0 20 9 5 2 20 0 15 0 107006139 11280941056 345277 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16631] ppid=16570 vsize=11016544 memory=1381108 CPUtime=0.19 cores=1,3,5,7
/proc/16573/task/16631/stat : 16631 (java) S 16570 16573 10029 0 -1 1077944384 4306 13094 0 0 11 1 5 2 20 0 15 0 107006140 11280941056 345277 33554432000 4194304 4196468 140731644804784 140069976300272 140070738020994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16632] ppid=16570 vsize=11016544 memory=1381108 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16632/stat : 16632 (java) S 16570 16573 10029 0 -1 1077944384 28 13094 0 0 0 0 5 2 20 0 15 0 107006141 11280941056 345277 33554432000 4194304 4196468 140731644804784 140069486716640 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16633] ppid=16570 vsize=11016544 memory=1381108 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16633/stat : 16633 (java) S 16570 16573 10029 0 -1 1077944384 18 13094 0 0 0 0 5 2 20 0 15 0 107006141 11280941056 345277 33554432000 4194304 4196468 140731644804784 140069285389568 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16634] ppid=16570 vsize=11016544 memory=1381108 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16634/stat : 16634 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11280941056 345277 33554432000 4194304 4196468 140731644804784 140068977990096 140070738028443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16635] ppid=16570 vsize=11016544 memory=1381108 CPUtime=6.65 cores=1,3,5,7
/proc/16573/task/16635/stat : 16635 (java) S 16570 16573 10029 0 -1 1077944384 29727 13094 0 0 654 4 5 2 20 0 15 0 107006144 11280941056 345277 33554432000 4194304 4196468 140731644804784 140069975247088 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16636] ppid=16570 vsize=11016544 memory=2160 CPUtime=6.85 cores=1,3,5,7
/proc/16573/task/16636/stat : 16636 (java) S 16570 16573 10029 0 -1 1077944384 28253 13094 0 0 675 3 5 2 20 0 15 0 107006144 11280941056 345277 33554432000 4194304 4196468 140731644804784 140069974194544 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16637] ppid=16570 vsize=11016544 memory=1381108 CPUtime=2.94 cores=1,3,5,7
/proc/16573/task/16637/stat : 16637 (java) S 16570 16573 10029 0 -1 1077944384 17843 13094 0 0 282 5 5 2 20 0 15 0 107006144 11280941056 345277 33554432000 4194304 4196468 140731644804784 140069973141488 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16638] ppid=16570 vsize=11016544 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16638/stat : 16638 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11280941056 345277 33554432000 4194304 4196468 140731644804784 140068547193184 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16639] ppid=16570 vsize=11016544 memory=1392904 CPUtime=0.15 cores=1,3,5,7
/proc/16573/task/16639/stat : 16639 (java) S 16570 16573 10029 0 -1 1077944384 2661 13094 0 0 5 3 5 2 20 0 15 0 107006144 11280941056 345277 33554432000 4194304 4196468 140731644804784 140069972089904 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 178.88 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1381108 KiB

[startup+222.301 s]
/proc/loadavg: 1.78 1.75 1.84 3/217 16792
/proc/meminfo: memFree=24077872/32770624 swapFree=67028828/67108860
[pid=16573] ppid=16570 vsize=11016544 memory=1312876 CPUtime=239.41 cores=1,3,5,7
/proc/16573/stat : 16573 (java) S 16570 16573 10029 0 -1 1077944320 161769 13094 0 0 23855 79 5 2 20 0 15 0 107006129 11280941056 328219 33554432000 4194304 4196468 140731644804784 140731644787328 140070738009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
/proc/16573/statm: 2754136 328219 3530 1 0 2715789 0
[pid=16573/tid=16626] ppid=16570 vsize=11016544 memory=1312876 CPUtime=221.07 cores=1,3,5,7
/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 52038 13094 0 0 22076 24 5 2 20 0 15 0 107006138 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070709836112 140070329403214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.42 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 5745 13094 0 0 26 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.43 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2759 13094 0 0 27 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=11016544 memory=280688997845184 CPUtime=0.41 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 3915 13094 0 0 25 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=11016544 memory=3544 CPUtime=0.41 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 1084 13094 0 0 25 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16631] ppid=16570 vsize=11016544 memory=1337500 CPUtime=0.23 cores=1,3,5,7
/proc/16573/task/16631/stat : 16631 (java) S 16570 16573 10029 0 -1 1077944384 4599 13094 0 0 15 1 5 2 20 0 15 0 107006140 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069976300272 140070738020994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16632] ppid=16570 vsize=11016544 memory=22118 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16632/stat : 16632 (java) S 16570 16573 10029 0 -1 1077944384 28 13094 0 0 0 0 5 2 20 0 15 0 107006141 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069486716640 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16633] ppid=16570 vsize=11016544 memory=1313392 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16633/stat : 16633 (java) S 16570 16573 10029 0 -1 1077944384 18 13094 0 0 0 0 5 2 20 0 15 0 107006141 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069285389568 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16634] ppid=16570 vsize=11016544 memory=1828 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16634/stat : 16634 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140068977990096 140070738028443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16635] ppid=16570 vsize=11016544 memory=1312876 CPUtime=6.94 cores=1,3,5,7
/proc/16573/task/16635/stat : 16635 (java) S 16570 16573 10029 0 -1 1077944384 36128 13094 0 0 683 4 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069975247088 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16636] ppid=16570 vsize=11016544 memory=1312876 CPUtime=6.88 cores=1,3,5,7
/proc/16573/task/16636/stat : 16636 (java) S 16570 16573 10029 0 -1 1077944384 29907 13094 0 0 678 3 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069974194544 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16637] ppid=16570 vsize=11016544 memory=1312876 CPUtime=2.96 cores=1,3,5,7
/proc/16573/task/16637/stat : 16637 (java) S 16570 16573 10029 0 -1 1077944384 20661 13094 0 0 284 5 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069973141488 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16638] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16638/stat : 16638 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140068547193184 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16639] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.18 cores=1,3,5,7
/proc/16573/task/16639/stat : 16639 (java) S 16570 16573 10029 0 -1 1077944384 2692 13094 0 0 7 4 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069972089904 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 239.41 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1312876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.701 s]
/proc/loadavg: 1.67 1.73 1.83 3/217 16792
/proc/meminfo: memFree=24023200/32770624 swapFree=67028828/67108860
[pid=16573] ppid=16570 vsize=11016544 memory=1312876 CPUtime=252.05 cores=1,3,5,7
/proc/16573/stat : 16573 (java) S 16570 16573 10029 0 -1 1077944320 165772 13094 0 0 25118 80 5 2 20 0 15 0 107006129 11280941056 328219 33554432000 4194304 4196468 140731644804784 140731644787328 140070738009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
/proc/16573/statm: 2754136 328219 3530 1 0 2715789 0
[pid=16573/tid=16626] ppid=16570 vsize=11016544 memory=1337500 CPUtime=233.43 cores=1,3,5,7
/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 52148 13094 0 0 23311 25 5 2 20 0 15 0 107006138 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070709844704 140070329405253 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.45 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 5747 13094 0 0 29 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.45 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2762 13094 0 0 29 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=11016544 memory=35 CPUtime=0.43 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 3918 13094 0 0 27 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.43 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 1087 13094 0 0 27 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16631] ppid=16570 vsize=11016544 memory=1876 CPUtime=0.25 cores=1,3,5,7
/proc/16573/task/16631/stat : 16631 (java) S 16570 16573 10029 0 -1 1077944384 4604 13094 0 0 17 1 5 2 20 0 15 0 107006140 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069976300272 140070738020994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16632] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16632/stat : 16632 (java) S 16570 16573 10029 0 -1 1077944384 28 13094 0 0 0 0 5 2 20 0 15 0 107006141 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069486716640 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16633] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16633/stat : 16633 (java) S 16570 16573 10029 0 -1 1077944384 18 13094 0 0 0 0 5 2 20 0 15 0 107006141 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069285389568 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16634] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16634/stat : 16634 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140068977990096 140070738028443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16635] ppid=16570 vsize=11016544 memory=1312876 CPUtime=6.95 cores=1,3,5,7
/proc/16573/task/16635/stat : 16635 (java) S 16570 16573 10029 0 -1 1077944384 36503 13094 0 0 684 4 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069975247088 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16636] ppid=16570 vsize=11016544 memory=800 CPUtime=7.04 cores=1,3,5,7
/proc/16573/task/16636/stat : 16636 (java) S 16570 16573 10029 0 -1 1077944384 33116 13094 0 0 694 3 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069974194544 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16637] ppid=16570 vsize=11016544 memory=5220 CPUtime=2.96 cores=1,3,5,7
/proc/16573/task/16637/stat : 16637 (java) S 16570 16573 10029 0 -1 1077944384 20954 13094 0 0 284 5 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069973141488 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16638] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16638/stat : 16638 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140068547193184 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16639] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.18 cores=1,3,5,7
/proc/16573/task/16639/stat : 16639 (java) S 16570 16573 10029 0 -1 1077944384 2692 13094 0 0 7 4 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069972089904 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1312876 KiB

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

[startup+234.742 s]
# the end of solver process 16573 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.257 s, system=0.855074 s

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

[startup+234.701 s]
/proc/loadavg: 1.67 1.73 1.83 3/217 16792
/proc/meminfo: memFree=24023200/32770624 swapFree=67028828/67108860
[pid=16573] ppid=16570 vsize=11016544 memory=1312876 CPUtime=252.05 cores=1,3,5,7
/proc/16573/stat : 16573 (java) S 16570 16573 10029 0 -1 1077944320 165772 13094 0 0 25118 80 5 2 20 0 15 0 107006129 11280941056 328219 33554432000 4194304 4196468 140731644804784 140731644787328 140070738009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
/proc/16573/statm: 2754136 328219 3530 1 0 2715789 0
[pid=16573/tid=16626] ppid=16570 vsize=11016544 memory=1337500 CPUtime=233.43 cores=1,3,5,7
/proc/16573/task/16626/stat : 16626 (java) R 16570 16573 10029 0 -1 4202560 52148 13094 0 0 23311 25 5 2 20 0 15 0 107006138 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070709844704 140070329405253 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16627] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.45 cores=1,3,5,7
/proc/16573/task/16627/stat : 16627 (java) S 16570 16573 10029 0 -1 1077944384 5747 13094 0 0 29 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070742252048 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16628] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.45 cores=1,3,5,7
/proc/16573/task/16628/stat : 16628 (java) S 16570 16573 10029 0 -1 1077944384 2762 13094 0 0 29 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070629657232 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16629] ppid=16570 vsize=11016544 memory=35 CPUtime=0.43 cores=1,3,5,7
/proc/16573/task/16629/stat : 16629 (java) S 16570 16573 10029 0 -1 1077944384 3918 13094 0 0 27 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070276114704 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16630] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.43 cores=1,3,5,7
/proc/16573/task/16630/stat : 16630 (java) S 16570 16573 10029 0 -1 1077944384 1087 13094 0 0 27 9 5 2 20 0 15 0 107006139 11280941056 328219 33554432000 4194304 4196468 140731644804784 140070275062160 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16631] ppid=16570 vsize=11016544 memory=1876 CPUtime=0.25 cores=1,3,5,7
/proc/16573/task/16631/stat : 16631 (java) S 16570 16573 10029 0 -1 1077944384 4604 13094 0 0 17 1 5 2 20 0 15 0 107006140 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069976300272 140070738020994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16632] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16632/stat : 16632 (java) S 16570 16573 10029 0 -1 1077944384 28 13094 0 0 0 0 5 2 20 0 15 0 107006141 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069486716640 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16633] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16633/stat : 16633 (java) S 16570 16573 10029 0 -1 1077944384 18 13094 0 0 0 0 5 2 20 0 15 0 107006141 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069285389568 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16634] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16634/stat : 16634 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140068977990096 140070738028443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16635] ppid=16570 vsize=11016544 memory=1312876 CPUtime=6.95 cores=1,3,5,7
/proc/16573/task/16635/stat : 16635 (java) S 16570 16573 10029 0 -1 1077944384 36503 13094 0 0 684 4 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069975247088 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16636] ppid=16570 vsize=11016544 memory=800 CPUtime=7.04 cores=1,3,5,7
/proc/16573/task/16636/stat : 16636 (java) S 16570 16573 10029 0 -1 1077944384 33116 13094 0 0 694 3 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069974194544 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16637] ppid=16570 vsize=11016544 memory=5220 CPUtime=2.96 cores=1,3,5,7
/proc/16573/task/16637/stat : 16637 (java) S 16570 16573 10029 0 -1 1077944384 20954 13094 0 0 284 5 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069973141488 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16638] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.07 cores=1,3,5,7
/proc/16573/task/16638/stat : 16638 (java) S 16570 16573 10029 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140068547193184 140070738020053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
[pid=16573/tid=16639] ppid=16570 vsize=11016544 memory=1312876 CPUtime=0.18 cores=1,3,5,7
/proc/16573/task/16639/stat : 16639 (java) S 16570 16573 10029 0 -1 1077944384 2692 13094 0 0 7 4 5 2 20 0 15 0 107006144 11280941056 328219 33554432000 4194304 4196468 140731644804784 140069972089904 140070738020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 30625792 140731644807793 140731644810593 140731644810593 140731644813263 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1312876 KiB

Child status: 143
Real time (s): 234.742
CPU time (s): 252.112
CPU user time (s): 251.257
CPU system time (s): 0.855074
CPU usage (%): 107.399
Max. virtual memory (cumulated for all children) (KiB): 11017204
Max. memory (cumulated for all children) (KiB): 1588416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.257
system time used= 0.855074
maximum resident set size= 1589956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16788
involuntary context switches= 264


# summary of solver processes directly reported to runsolver:
#   pid: 16573
#   total CPU time (s): 252.112
#   total CPU user time (s): 251.257
#   total CPU system time (s): 0.855074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31922 second user time and 2.33855 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:00:29
IDJOB=4302464
IDBENCH=141101
IDSOLVER=2776
FILE ID=node102/4302464-1532894429
RUNJOBID= node102-1532894154-16079
PBS_JOBID= 21022526
Free space on /tmp= 52952 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Tal/Tal-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302464-1532894429/watcher-4302464-1532894429 -o /tmp/evaluation-result-4302464-1532894429/solver-4302464-1532894429 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1158739505 HOME/instance-4302464-1532894429.xml

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

MD5SUM BENCH= 7dc6d9a3b6a58ae0b008049a7bee9b86
RANDOM SEED=1158739505

node102.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.51
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.51
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.51
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.51
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:        24953972 kB
MemAvailable:   30230556 kB
Buffers:          232596 kB
Cached:          5287904 kB
SwapCached:        53028 kB
Active:          2966648 kB
Inactive:        4325072 kB
Active(anon):    1697076 kB
Inactive(anon):    99168 kB
Active(file):    1269572 kB
Inactive(file):  4225904 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028824 kB
Dirty:             27016 kB
Writeback:             0 kB
AnonPages:       1735228 kB
Mapped:            51328 kB
Shmem:             22588 kB
Slab:             222900 kB
SReclaimable:     193888 kB
SUnreclaim:        29012 kB
KernelStack:        3840 kB
PageTables:         8640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2789104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1503232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52928 MiB
End job on node102 at 2018-07-29 22:04:24