Trace number 4302649

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-SuperNGSAT (TO)50 252.121 235.844

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark252.121
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
52.72/39.29	o 13
53.13/39.59	o 16
53.41/39.73	o 20
53.75/40.09	o 21
54.80/40.88	o 28
55.21/41.27	o 31
55.54/41.59	o 34
58.85/44.79	o 35
68.64/54.10	o 37
70.39/55.56	o 40
77.35/62.48	o 41
83.16/68.14	o 42
86.91/71.88	o 44
91.82/76.55	o 46
92.14/76.80	o 50
252.06/235.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/235.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/235.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/235.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.06/235.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.06/235.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/235.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.06/235.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/235.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/235.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/235.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/235.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/235.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/235.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/235.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/235.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/235.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/235.81		at scala.Option.map(Option.scala:146)
252.06/235.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/235.81		at concrete.MAC.mac(MAC.scala:203)
252.06/235.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/235.81		at scala.util.Try$.apply(Try.scala:209)
252.06/235.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/235.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/235.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/235.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/235.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/235.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/235.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/235.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/235.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/235.81		at concrete.MAC.oneRun(MAC.scala:253)
252.06/235.81		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/235.81		at concrete.MAC.nextSolution(MAC.scala:355)
252.06/235.81		at concrete.Solver.hasNext(Solver.scala:166)
252.06/235.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/235.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/235.81		at concrete.Solver.foreach(Solver.scala:68)
252.06/235.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/235.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/235.81		at scala.util.Success.map(Try.scala:209)
252.06/235.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/235.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/235.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/235.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/235.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/235.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/235.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/235.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/235.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/235.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/235.81		at scala.App.main(App.scala:76)
252.06/235.81		at scala.App.main$(App.scala:74)
252.06/235.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/235.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/235.81	v <instantiation cost="50">
252.06/235.81	v       <list>
252.06/235.81	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] r[6][0] r[6][1] r[6][2] r[6][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pr[6][0] pr[6][1] pr[6][2] pr[6][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[6][0] pc[6][1] pc[6][2] pc[6][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] br[6][0] br[6][1] br[6][2] br[6][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] bc[6][0] bc[6][1] bc[6][2] bc[6][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
252.06/235.81	v       </list>
252.06/235.81	v       <values>
252.06/235.81	v         14582 -1 -1 -1 8786 -1 -1 -1 0 0 29964 -1 4912 24654 -1 -1 29964 24586 29799 -1 2682 2428 -1 -1 19326 11195 -1 -1 5394 -1 -1 -1 15359 36429 -1 -1 2354 11562 9783 -1 22544 24586 2004 -1 3374 -1 -1 -1 18491 17377 -1 -1 0 11562 29964 -1 1 -1 -1 -1 0 -1 -1 -1 0 2 4 -1 0 3 -1 -1 0 4 6 -1 0 3 -1 -1 0 2 -1 -1 1 -1 -1 -1 0 3 -1 -1 0 4 6 -1 0 3 5 -1 0 -1 -1 -1 0 5 -1 -1 0 2 4 -1 6 0 0 0 6 0 0 0 0 0 3 0 0 3 0 0 3 0 0 0 0 4 0 0 0 5 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 0 0 0 4 0 0 0 0 0 3 0 26 6 0 12 1 8 0 2 14 18 12 0 18 26 0 26 0 26 17 0 4 1 19 26 14 1 8 26 17 0 4 26 14 26 17 0 20 26 0 18 8 0 11 26 3 17 0 10 4
252.06/235.81	v       </values>
252.06/235.81	v     </instantiation>
252.06/235.81	s SATISFIABLE

Verifier Data

OK	50

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 (12087 MiB free)
  memory of node 1: 16384 MiB (12757 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302649-1532896890/watcher-4302649-1532896890 -o /tmp/evaluation-result-4302649-1532896890/solver-4302649-1532896890 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=679903348 -superng HOME/instance-4302649-1532896890.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=27610, runsolver pid=27607

[startup+0.100059 s]*
/proc/loadavg: 2.69 2.25 1.98 3/206 27667
/proc/meminfo: memFree=25433916/32770624 swapFree=67108860/67108860
[pid=27610] ppid=27607 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 13514 0 -1 1077944320 4327 13181 0 0 1 0 5 3 20 0 6 0 107252205 10245611520 4137 33554432000 4194304 4196468 140731945378976 140731945361520 140627314183927 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
/proc/27610/statm: 2501370 4137 1933 1 0 2489808 0
[pid=27610/tid=27663] ppid=27607 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 2133 13181 0 0 0 0 5 3 20 0 6 0 107252214 10245611520 4203 33554432000 4194304 4196468 140731945378976 140627286020688 140627298264414 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 6 0 107252215 10245611520 4203 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=10005480 memory=140229065696896 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 6 0 107252215 10245611520 4203 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 6 0 107252215 10245611520 4203 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 6 0 107252215 10245611520 4203 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210143 s]*
/proc/loadavg: 2.69 2.25 1.98 3/215 27676
/proc/meminfo: memFree=25410124/32770624 swapFree=67108860/67108860
[pid=27610] ppid=27607 vsize=10982728 memory=44760 CPUtime=0.26 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 13514 0 -1 1077944320 8556 13181 0 0 16 2 5 3 20 0 15 0 107252205 11246313472 11190 33554432000 4194304 4196468 140731945378976 140731945361520 140627314183927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
/proc/27610/statm: 2745682 11190 2940 1 0 2708117 0
[pid=27610/tid=27663] ppid=27607 vsize=10982728 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 5210 13181 0 0 10 1 5 3 20 0 15 0 107252214 11246313472 11256 33554432000 4194304 4196468 140731945378976 140627285981584 140627306863645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=10982696 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246280704 11309 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=10982696 memory=3617997693943146144 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246280704 11309 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246280704 11309 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246280704 11309 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27668] ppid=27607 vsize=10982696 memory=140229065696896 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27668/stat : 27668 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246280704 11309 33554432000 4194304 4196468 140731945378976 140626740107376 140627314195074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27669] ppid=27607 vsize=10982728 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27669/stat : 27669 (java) S 27607 27610 13514 0 -1 1077944384 13 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246313472 11309 33554432000 4194304 4196468 140731945378976 140626154742560 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27670] ppid=27607 vsize=10982728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27670/stat : 27670 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246313472 11309 33554432000 4194304 4196468 140731945378976 140625953416304 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27671] ppid=27607 vsize=10982728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27671/stat : 27671 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11246313472 11309 33554432000 4194304 4196468 140731945378976 140625646016592 140627314202523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27672] ppid=27607 vsize=10982728 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27610/task/27672/stat : 27672 (java) S 27607 27610 13514 0 -1 1077944384 527 13181 0 0 1 0 5 3 20 0 15 0 107252220 11246313472 11309 33554432000 4194304 4196468 140731945378976 140626739055216 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27673] ppid=27607 vsize=10982728 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27610/task/27673/stat : 27673 (java) S 27607 27610 13514 0 -1 1077944384 67 13181 0 0 1 0 5 3 20 0 15 0 107252220 11246313472 11309 33554432000 4194304 4196468 140731945378976 140626738002416 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27674] ppid=27607 vsize=10982728 memory=140229065696896 CPUtime=0.11 cores=0,2,4,6
/proc/27610/task/27674/stat : 27674 (java) S 27607 27610 13514 0 -1 1077944384 633 13181 0 0 3 0 5 3 20 0 15 0 107252220 11246313472 11309 33554432000 4194304 4196468 140731945378976 140626736950128 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27675] ppid=27607 vsize=10982728 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27675/stat : 27675 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11246313472 11309 33554432000 4194304 4196468 140731945378976 140625215220704 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27676] ppid=27607 vsize=10982728 memory=140229065696896 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27676/stat : 27676 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252221 11246313472 11309 33554432000 4194304 4196468 140731945378976 140626735897008 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982728 KiB
Current children cumulated memory: 44760 KiB

[startup+0.31024 s]*
/proc/loadavg: 2.69 2.25 1.98 3/215 27676
/proc/meminfo: memFree=25397472/32770624 swapFree=67108860/67108860
[pid=27610] ppid=27607 vsize=10983192 memory=53764 CPUtime=0.38 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 13514 0 -1 1077944320 10034 13181 0 0 28 2 5 3 20 0 15 0 107252205 11246788608 13441 33554432000 4194304 4196468 140731945378976 140731945361520 140627314183927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
/proc/27610/statm: 2745798 13441 3071 1 0 2708109 0
[pid=27610/tid=27663] ppid=27607 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 6571 13181 0 0 19 1 5 3 20 0 15 0 107252214 11246788608 13441 33554432000 4194304 4196468 140731945378976 140627285995936 140627295747541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246788608 13441 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246788608 13441 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246788608 13441 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246788608 13441 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27668] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27668/stat : 27668 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246788608 13441 33554432000 4194304 4196468 140731945378976 140626740107376 140627314195074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27669] ppid=27607 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27669/stat : 27669 (java) S 27607 27610 13514 0 -1 1077944384 13 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246788608 13441 33554432000 4194304 4196468 140731945378976 140626154742560 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27670] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27670/stat : 27670 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246788608 13441 33554432000 4194304 4196468 140731945378976 140625953416304 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27671] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27671/stat : 27671 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11246788608 13441 33554432000 4194304 4196468 140731945378976 140625646016592 140627314202523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27672] ppid=27607 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27610/task/27672/stat : 27672 (java) S 27607 27610 13514 0 -1 1077944384 527 13181 0 0 1 0 5 3 20 0 15 0 107252220 11246788608 13441 33554432000 4194304 4196468 140731945378976 140626739055216 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27673] ppid=27607 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27610/task/27673/stat : 27673 (java) S 27607 27610 13514 0 -1 1077944384 68 13181 0 0 1 0 5 3 20 0 15 0 107252220 11246788608 13441 33554432000 4194304 4196468 140731945378976 140626738002416 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27674] ppid=27607 vsize=10983192 memory=140229065696896 CPUtime=0.13 cores=0,2,4,6
/proc/27610/task/27674/stat : 27674 (java) S 27607 27610 13514 0 -1 1077944384 643 13181 0 0 5 0 5 3 20 0 15 0 107252220 11246788608 13441 33554432000 4194304 4196468 140731945378976 140626736950128 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27675] ppid=27607 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27675/stat : 27675 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11246788608 13441 33554432000 4194304 4196468 140731945378976 140625215220704 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27676] ppid=27607 vsize=10983192 memory=140229065696896 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27676/stat : 27676 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252221 11246788608 13441 33554432000 4194304 4196468 140731945378976 140626735897008 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53764 KiB

[startup+0.700745 s]
/proc/loadavg: 2.69 2.25 1.98 3/215 27676
/proc/meminfo: memFree=25386432/32770624 swapFree=67108860/67108860
[pid=27610] ppid=27607 vsize=10983192 memory=89064 CPUtime=0.99 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 13514 0 -1 1077944320 16892 13181 0 0 87 4 5 3 20 0 15 0 107252205 11246788608 22266 33554432000 4194304 4196468 140731945378976 140731945361520 140627314183927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
/proc/27610/statm: 2745798 22266 3237 1 0 2708109 0
[pid=27610/tid=27663] ppid=27607 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 12479 13181 0 0 56 3 5 3 20 0 15 0 107252214 11246788608 22266 33554432000 4194304 4196468 140731945378976 140627285975448 140627299349582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246788608 22266 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246788608 22266 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246788608 22266 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252215 11246788608 22266 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27668] ppid=27607 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27668/stat : 27668 (java) S 27607 27610 13514 0 -1 1077944384 5 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246788608 22266 33554432000 4194304 4196468 140731945378976 140626740107376 140627314195074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27669] ppid=27607 vsize=10983192 memory=140228937527984 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27669/stat : 27669 (java) S 27607 27610 13514 0 -1 1077944384 13 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246788608 22266 33554432000 4194304 4196468 140731945378976 140626154742560 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27670] ppid=27607 vsize=10983192 memory=140230682214992 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27670/stat : 27670 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252217 11246788608 22266 33554432000 4194304 4196468 140731945378976 140625953416304 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27671] ppid=27607 vsize=10983192 memory=1020 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27671/stat : 27671 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11246788608 22266 33554432000 4194304 4196468 140731945378976 140625646016592 140627314202523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27672] ppid=27607 vsize=10983192 memory=7089042195949315648 CPUtime=0.14 cores=0,2,4,6
/proc/27610/task/27672/stat : 27672 (java) S 27607 27610 13514 0 -1 1077944384 811 13181 0 0 6 0 5 3 20 0 15 0 107252220 11246788608 22266 33554432000 4194304 4196468 140731945378976 140626739055216 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27673] ppid=27607 vsize=10983192 memory=7881696724453321575 CPUtime=0.18 cores=0,2,4,6
/proc/27610/task/27673/stat : 27673 (java) S 27607 27610 13514 0 -1 1077944384 688 13181 0 0 10 0 5 3 20 0 15 0 107252220 11246788608 22266 33554432000 4194304 4196468 140731945378976 140626738002416 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27674] ppid=27607 vsize=10983192 memory=5789189752906409301 CPUtime=0.21 cores=0,2,4,6
/proc/27610/task/27674/stat : 27674 (java) S 27607 27610 13514 0 -1 1077944384 686 13181 0 0 13 0 5 3 20 0 15 0 107252220 11246788608 22266 33554432000 4194304 4196468 140731945378976 140626736950128 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27675] ppid=27607 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27675/stat : 27675 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11246788608 22266 33554432000 4194304 4196468 140731945378976 140625215220704 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27676] ppid=27607 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27676/stat : 27676 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252221 11246788608 22266 33554432000 4194304 4196468 140731945378976 140626735897008 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89064 KiB

[startup+1.5011 s]
/proc/loadavg: 2.69 2.25 1.98 4/215 27676
/proc/meminfo: memFree=25343036/32770624 swapFree=67108860/67108860
[pid=27610] ppid=27607 vsize=10991948 memory=249916 CPUtime=2.91 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 13514 0 -1 1077944320 23978 13181 0 0 273 10 5 3 20 0 15 0 107252205 11255754752 62479 33554432000 4194304 4196468 140731945378976 140731945361520 140627314183927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
/proc/27610/statm: 2747987 62479 3458 1 0 2709645 0
[pid=27610/tid=27663] ppid=27607 vsize=10991948 memory=10757 CPUtime=1.45 cores=0,2,4,6
/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 15143 13181 0 0 131 6 5 3 20 0 15 0 107252214 11255754752 62479 33554432000 4194304 4196468 140731945378976 140627286016688 140626846127048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 57 13181 0 0 0 0 5 3 20 0 15 0 107252215 11255754752 62479 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=10991948 memory=1404 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 265 13181 0 0 0 0 5 3 20 0 15 0 107252215 11255754752 62479 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=10991948 memory=2804 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 8 13181 0 0 0 0 5 3 20 0 15 0 107252215 11255754752 62479 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=10991948 memory=89064 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 47 13181 0 0 0 0 5 3 20 0 15 0 107252215 11255754752 62479 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27668] ppid=27607 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27668/stat : 27668 (java) S 27607 27610 13514 0 -1 1077944384 94 13181 0 0 0 0 5 3 20 0 15 0 107252217 11255754752 62479 33554432000 4194304 4196468 140731945378976 140626740107376 140627314195074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27669] ppid=27607 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27669/stat : 27669 (java) S 27607 27610 13514 0 -1 1077944384 13 13181 0 0 0 0 5 3 20 0 15 0 107252217 11255754752 62479 33554432000 4194304 4196468 140731945378976 140626154742560 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27670] ppid=27607 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27670/stat : 27670 (java) S 27607 27610 13514 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 107252217 11255754752 62479 33554432000 4194304 4196468 140731945378976 140625953416304 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27671] ppid=27607 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27671/stat : 27671 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11255754752 62479 33554432000 4194304 4196468 140731945378976 140625646016592 140627314202523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27672] ppid=27607 vsize=10991948 memory=4638778398332698720 CPUtime=0.6 cores=0,2,4,6
/proc/27610/task/27672/stat : 27672 (java) R 27607 27610 13514 0 -1 4202560 2625 13181 0 0 51 1 5 3 20 0 15 0 107252220 11255754752 62479 33554432000 4194304 4196468 140731945378976 140626739041312 140627297570538 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27673] ppid=27607 vsize=10991948 memory=280457875331968 CPUtime=0.61 cores=0,2,4,6
/proc/27610/task/27673/stat : 27673 (java) R 27607 27610 13514 0 -1 4202560 2173 13181 0 0 53 0 5 3 20 0 15 0 107252220 11255754752 62479 33554432000 4194304 4196468 140731945378976 140626737988440 140627299299105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27674] ppid=27607 vsize=10991948 memory=6944656592452807323 CPUtime=0.41 cores=0,2,4,6
/proc/27610/task/27674/stat : 27674 (java) S 27607 27610 13514 0 -1 1077944384 1348 13181 0 0 33 0 5 3 20 0 15 0 107252220 11255754752 62479 33554432000 4194304 4196468 140731945378976 140626736950128 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27675] ppid=27607 vsize=10991948 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27675/stat : 27675 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11255754752 62479 33554432000 4194304 4196468 140731945378976 140625215220704 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27676] ppid=27607 vsize=10991948 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27676/stat : 27676 (java) S 27607 27610 13514 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 107252221 11255754752 62479 33554432000 4194304 4196468 140731945378976 140626735897008 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 10991948 KiB

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

/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 58686 13181 0 0 10038 47 5 3 20 0 15 0 107252214 11345952768 792030 33554432000 4194304 4196468 140731945378976 140627286014616 140626856382556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=11080032 memory=280457875883936 CPUtime=1.21 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 2150 13181 0 0 98 15 5 3 20 0 15 0 107252215 11345952768 792030 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=11080032 memory=3168120 CPUtime=1.21 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 1466 13181 0 0 98 15 5 3 20 0 15 0 107252215 11345952768 792030 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=11080032 memory=4140 CPUtime=1.2 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 1575 13181 0 0 97 15 5 3 20 0 15 0 107252215 11345952768 792030 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=11080032 memory=140228937721800 CPUtime=1.22 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 1965 13181 0 0 98 16 5 3 20 0 15 0 107252215 11345952768 792030 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27668] ppid=27607 vsize=11080032 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/27610/task/27668/stat : 27668 (java) S 27607 27610 13514 0 -1 1077944384 4284 13181 0 0 15 1 5 3 20 0 15 0 107252217 11345952768 792030 33554432000 4194304 4196468 140731945378976 140626740107376 140627314195074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27669] ppid=27607 vsize=11080032 memory=7233736994252652628 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27669/stat : 27669 (java) S 27607 27610 13514 0 -1 1077944384 22 13181 0 0 0 0 5 3 20 0 15 0 107252217 11345952768 792030 33554432000 4194304 4196468 140731945378976 140626154742624 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27670] ppid=27607 vsize=11080032 memory=3168120 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27670/stat : 27670 (java) S 27607 27610 13514 0 -1 1077944384 4 13181 0 0 0 0 5 3 20 0 15 0 107252217 11345952768 792030 33554432000 4194304 4196468 140731945378976 140625953416320 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27671] ppid=27607 vsize=11080032 memory=10368 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27671/stat : 27671 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11345952768 792030 33554432000 4194304 4196468 140731945378976 140625646016592 140627314202523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27672] ppid=27607 vsize=11080032 memory=6791534058613427641 CPUtime=5.04 cores=0,2,4,6
/proc/27610/task/27672/stat : 27672 (java) S 27607 27610 13514 0 -1 1077944384 12911 13181 0 0 492 4 5 3 20 0 15 0 107252220 11345952768 792030 33554432000 4194304 4196468 140731945378976 140626739055216 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27673] ppid=27607 vsize=11080032 memory=1812 CPUtime=5.2 cores=0,2,4,6
/proc/27610/task/27673/stat : 27673 (java) S 27607 27610 13514 0 -1 1077944384 13776 13181 0 0 508 4 5 3 20 0 15 0 107252220 11345952768 792030 33554432000 4194304 4196468 140731945378976 140626738002416 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27674] ppid=27607 vsize=11080032 memory=1020 CPUtime=2.03 cores=0,2,4,6
/proc/27610/task/27674/stat : 27674 (java) S 27607 27610 13514 0 -1 1077944384 13498 13181 0 0 192 3 5 3 20 0 15 0 107252220 11345952768 792030 33554432000 4194304 4196468 140731945378976 140626736950128 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27675] ppid=27607 vsize=11080032 memory=2724 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27675/stat : 27675 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11345952768 792030 33554432000 4194304 4196468 140731945378976 140625215220704 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27676] ppid=27607 vsize=11080032 memory=1256 CPUtime=0.14 cores=0,2,4,6
/proc/27610/task/27676/stat : 27676 (java) S 27607 27610 13514 0 -1 1077944384 946 13181 0 0 3 3 5 3 20 0 15 0 107252221 11345952768 792030 33554432000 4194304 4196468 140731945378976 140626735897008 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 117.81 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3168120 KiB

[startup+162.301 s]
/proc/loadavg: 1.81 2.08 1.96 3/215 27678
/proc/meminfo: memFree=21820368/32770624 swapFree=67108860/67108860
[pid=27610] ppid=27607 vsize=11080032 memory=3170788 CPUtime=178.24 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 13514 0 -1 1077944320 130234 13181 0 0 17685 131 5 3 20 0 15 0 107252205 11345952768 792697 33554432000 4194304 4196468 140731945378976 140731945361520 140627314183927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
/proc/27610/statm: 2770008 792697 3527 1 0 2731661 0
[pid=27610/tid=27663] ppid=27607 vsize=11080032 memory=3170788 CPUtime=160.83 cores=0,2,4,6
/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 64301 13181 0 0 16027 48 5 3 20 0 15 0 107252214 11345952768 792697 33554432000 4194304 4196468 140731945378976 140627285950384 140626856386999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=11080032 memory=3168736 CPUtime=1.25 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 3261 13181 0 0 101 16 5 3 20 0 15 0 107252215 11345952768 792697 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=11080032 memory=3170784 CPUtime=1.26 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 1633 13181 0 0 102 16 5 3 20 0 15 0 107252215 11345952768 792697 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=11080032 memory=3170788 CPUtime=1.24 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 2529 13181 0 0 101 15 5 3 20 0 15 0 107252215 11345952768 792697 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=11080032 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 2122 13181 0 0 101 16 5 3 20 0 15 0 107252215 11345952768 792697 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27668] ppid=27607 vsize=11080032 memory=3170788 CPUtime=0.29 cores=0,2,4,6
/proc/27610/task/27668/stat : 27668 (java) S 27607 27610 13514 0 -1 1077944384 4583 13181 0 0 20 1 5 3 20 0 15 0 107252217 11345952768 792697 33554432000 4194304 4196468 140731945378976 140626740107376 140627314195074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27669] ppid=27607 vsize=11080032 memory=3170788 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27669/stat : 27669 (java) S 27607 27610 13514 0 -1 1077944384 22 13181 0 0 0 0 5 3 20 0 15 0 107252217 11345952768 792697 33554432000 4194304 4196468 140731945378976 140626154742624 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27670] ppid=27607 vsize=11080032 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27670/stat : 27670 (java) S 27607 27610 13514 0 -1 1077944384 4 13181 0 0 0 0 5 3 20 0 15 0 107252217 11345952768 792697 33554432000 4194304 4196468 140731945378976 140625953416320 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27671] ppid=27607 vsize=11080032 memory=3170788 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27671/stat : 27671 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11345952768 792697 33554432000 4194304 4196468 140731945378976 140625646016592 140627314202523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27672] ppid=27607 vsize=11080032 memory=3168732 CPUtime=5.2 cores=0,2,4,6
/proc/27610/task/27672/stat : 27672 (java) S 27607 27610 13514 0 -1 1077944384 16808 13181 0 0 508 4 5 3 20 0 15 0 107252220 11345952768 792697 33554432000 4194304 4196468 140731945378976 140626739055216 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27673] ppid=27607 vsize=11080032 memory=3170788 CPUtime=5.28 cores=0,2,4,6
/proc/27610/task/27673/stat : 27673 (java) S 27607 27610 13514 0 -1 1077944384 15228 13181 0 0 516 4 5 3 20 0 15 0 107252220 11345952768 792697 33554432000 4194304 4196468 140731945378976 140626738002416 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27674] ppid=27607 vsize=11080032 memory=3170788 CPUtime=2.08 cores=0,2,4,6
/proc/27610/task/27674/stat : 27674 (java) S 27607 27610 13514 0 -1 1077944384 16516 13181 0 0 196 4 5 3 20 0 15 0 107252220 11345952768 792697 33554432000 4194304 4196468 140731945378976 140626736950128 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27675] ppid=27607 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27675/stat : 27675 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11345952768 792697 33554432000 4194304 4196468 140731945378976 140625215220704 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27676] ppid=27607 vsize=11080032 memory=3360 CPUtime=0.18 cores=0,2,4,6
/proc/27610/task/27676/stat : 27676 (java) S 27607 27610 13514 0 -1 1077944384 1025 13181 0 0 5 5 5 3 20 0 15 0 107252221 11345952768 792697 33554432000 4194304 4196468 140731945378976 140626735897008 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 178.24 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3170788 KiB

[startup+222.301 s]
/proc/loadavg: 1.66 1.98 1.93 3/215 27810
/proc/meminfo: memFree=24379016/32770624 swapFree=67108860/67108860
[pid=27610] ppid=27607 vsize=11080032 memory=3173388 CPUtime=238.5 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 13514 0 -1 1077944320 140855 13181 0 0 23706 136 5 3 20 0 15 0 107252205 11345952768 793347 33554432000 4194304 4196468 140731945378976 140731945361520 140627314183927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
/proc/27610/statm: 2770008 793347 3527 1 0 2731661 0
[pid=27610/tid=27663] ppid=27607 vsize=11080032 memory=3173164 CPUtime=220.73 cores=0,2,4,6
/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 70013 13181 0 0 22015 50 5 3 20 0 15 0 107252214 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627281779392 140626856287276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=11080032 memory=3173376 CPUtime=1.3 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 3302 13181 0 0 106 16 5 3 20 0 15 0 107252215 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=11080032 memory=3173380 CPUtime=1.3 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 3533 13181 0 0 106 16 5 3 20 0 15 0 107252215 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=11080032 memory=3173388 CPUtime=1.28 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 2762 13181 0 0 105 15 5 3 20 0 15 0 107252215 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=11080032 memory=3173388 CPUtime=1.3 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 2339 13181 0 0 106 16 5 3 20 0 15 0 107252215 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27668] ppid=27607 vsize=11080032 memory=3173388 CPUtime=0.33 cores=0,2,4,6
/proc/27610/task/27668/stat : 27668 (java) S 27607 27610 13514 0 -1 1077944384 4914 13181 0 0 24 1 5 3 20 0 15 0 107252217 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626740107376 140627314195074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27669] ppid=27607 vsize=11080032 memory=3173388 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27669/stat : 27669 (java) S 27607 27610 13514 0 -1 1077944384 22 13181 0 0 0 0 5 3 20 0 15 0 107252217 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626154742624 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27670] ppid=27607 vsize=11080032 memory=3173372 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27670/stat : 27670 (java) S 27607 27610 13514 0 -1 1077944384 4 13181 0 0 0 0 5 3 20 0 15 0 107252217 11345952768 793347 33554432000 4194304 4196468 140731945378976 140625953416320 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27671] ppid=27607 vsize=11080032 memory=3173388 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27671/stat : 27671 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140625646016592 140627314202523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27672] ppid=27607 vsize=11080032 memory=4140 CPUtime=5.22 cores=0,2,4,6
/proc/27610/task/27672/stat : 27672 (java) S 27607 27610 13514 0 -1 1077944384 17647 13181 0 0 510 4 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626739055216 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27673] ppid=27607 vsize=11080032 memory=3173388 CPUtime=5.32 cores=0,2,4,6
/proc/27610/task/27673/stat : 27673 (java) S 27607 27610 13514 0 -1 1077944384 15538 13181 0 0 520 4 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626738002416 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27674] ppid=27607 vsize=11080032 memory=2236 CPUtime=2.1 cores=0,2,4,6
/proc/27610/task/27674/stat : 27674 (java) S 27607 27610 13514 0 -1 1077944384 17499 13181 0 0 198 4 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626736950128 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27675] ppid=27607 vsize=11080032 memory=3173388 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27675/stat : 27675 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140625215220704 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27676] ppid=27607 vsize=11080032 memory=4108 CPUtime=0.21 cores=0,2,4,6
/proc/27610/task/27676/stat : 27676 (java) S 27607 27610 13514 0 -1 1077944384 1080 13181 0 0 6 7 5 3 20 0 15 0 107252221 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626735897008 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 238.5 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3173388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.801 s]
/proc/loadavg: 1.51 1.93 1.91 3/215 27810
/proc/meminfo: memFree=24372388/32770624 swapFree=67108860/67108860
[pid=27610] ppid=27607 vsize=11080032 memory=3173388 CPUtime=252.06 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 13514 0 -1 1077944320 144455 13181 0 0 25062 136 5 3 20 0 15 0 107252205 11345952768 793347 33554432000 4194304 4196468 140731945378976 140731945361520 140627314183927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
/proc/27610/statm: 2770008 793347 3527 1 0 2731661 0
[pid=27610/tid=27663] ppid=27607 vsize=11080032 memory=14572 CPUtime=234.22 cores=0,2,4,6
/proc/27610/task/27663/stat : 27663 (java) R 27607 27610 13514 0 -1 4202560 71536 13181 0 0 23364 50 5 3 20 0 15 0 107252214 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627285006496 140626856149504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27664] ppid=27607 vsize=11080032 memory=12708 CPUtime=1.3 cores=0,2,4,6
/proc/27610/task/27664/stat : 27664 (java) S 27607 27610 13514 0 -1 1077944384 3306 13181 0 0 106 16 5 3 20 0 15 0 107252215 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627318426512 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27665] ppid=27607 vsize=11080032 memory=17028 CPUtime=1.31 cores=0,2,4,6
/proc/27610/task/27665/stat : 27665 (java) S 27607 27610 13514 0 -1 1077944384 3533 13181 0 0 107 16 5 3 20 0 15 0 107252215 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627173145360 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27666] ppid=27607 vsize=11080032 memory=2324 CPUtime=1.29 cores=0,2,4,6
/proc/27610/task/27666/stat : 27666 (java) S 27607 27610 13514 0 -1 1077944384 2763 13181 0 0 106 15 5 3 20 0 15 0 107252215 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627172093072 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27667] ppid=27607 vsize=11080032 memory=1584 CPUtime=1.31 cores=0,2,4,6
/proc/27610/task/27667/stat : 27667 (java) S 27607 27610 13514 0 -1 1077944384 2340 13181 0 0 107 16 5 3 20 0 15 0 107252215 11345952768 793347 33554432000 4194304 4196468 140731945378976 140627171040272 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27668] ppid=27607 vsize=11080032 memory=496 CPUtime=0.33 cores=0,2,4,6
/proc/27610/task/27668/stat : 27668 (java) S 27607 27610 13514 0 -1 1077944384 4914 13181 0 0 24 1 5 3 20 0 15 0 107252217 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626740107376 140627314195074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27669] ppid=27607 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27669/stat : 27669 (java) S 27607 27610 13514 0 -1 1077944384 22 13181 0 0 0 0 5 3 20 0 15 0 107252217 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626154742624 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27670] ppid=27607 vsize=11080032 memory=804 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27670/stat : 27670 (java) S 27607 27610 13514 0 -1 1077944384 4 13181 0 0 0 0 5 3 20 0 15 0 107252217 11345952768 793347 33554432000 4194304 4196468 140731945378976 140625953416320 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27671] ppid=27607 vsize=11080032 memory=1696 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27671/stat : 27671 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140625646016592 140627314202523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27672] ppid=27607 vsize=11080032 memory=916 CPUtime=5.26 cores=0,2,4,6
/proc/27610/task/27672/stat : 27672 (java) S 27607 27610 13514 0 -1 1077944384 19262 13181 0 0 514 4 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626739055216 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27673] ppid=27607 vsize=11080032 memory=3852 CPUtime=5.33 cores=0,2,4,6
/proc/27610/task/27673/stat : 27673 (java) S 27607 27610 13514 0 -1 1077944384 15993 13181 0 0 521 4 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626738002416 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27674] ppid=27607 vsize=11080032 memory=4108 CPUtime=2.1 cores=0,2,4,6
/proc/27610/task/27674/stat : 27674 (java) S 27607 27610 13514 0 -1 1077944384 17499 13181 0 0 198 4 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626736950128 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27675] ppid=27607 vsize=11080032 memory=2596 CPUtime=0.08 cores=0,2,4,6
/proc/27610/task/27675/stat : 27675 (java) S 27607 27610 13514 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 107252220 11345952768 793347 33554432000 4194304 4196468 140731945378976 140625215220704 140627314194133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
[pid=27610/tid=27676] ppid=27607 vsize=11080032 memory=3173388 CPUtime=0.23 cores=0,2,4,6
/proc/27610/task/27676/stat : 27676 (java) S 27607 27610 13514 0 -1 1077944384 1081 13181 0 0 7 8 5 3 20 0 15 0 107252221 11345952768 793347 33554432000 4194304 4196468 140731945378976 140626735897008 140627314195074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 8605696 140731945380457 140731945383265 140731945383265 140731945385935 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3173388 KiB

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

[startup+235.844 s]
# the end of solver process 27610 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.698 s, system=1.42274 s

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

Child status: 143
Real time (s): 235.844
CPU time (s): 252.121
CPU user time (s): 250.698
CPU system time (s): 1.42274
CPU usage (%): 106.901
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 3183684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.698
system time used= 1.42274
maximum resident set size= 3183728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159278
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= 15344
involuntary context switches= 399


# summary of solver processes directly reported to runsolver:
#   pid: 27610
#   total CPU time (s): 252.121
#   total CPU user time (s): 250.698
#   total CPU system time (s): 1.42274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41505 second user time and 2.34639 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:41:30
IDJOB=4302649
IDBENCH=141308
IDSOLVER=2777
FILE ID=node136/4302649-1532896890
RUNJOBID= node136-1532893975-22776
PBS_JOBID= 21022516
Free space on /tmp= 60188 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302649-1532896890/watcher-4302649-1532896890 -o /tmp/evaluation-result-4302649-1532896890/solver-4302649-1532896890 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=679903348 -superng HOME/instance-4302649-1532896890.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=679903348

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25441268 kB
MemAvailable:   28869092 kB
Buffers:          219644 kB
Cached:          3478136 kB
SwapCached:            0 kB
Active:          4892724 kB
Inactive:        1958048 kB
Active(anon):    3103980 kB
Inactive(anon):    76480 kB
Active(file):    1788744 kB
Inactive(file):  1881568 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             31464 kB
Writeback:             0 kB
AnonPages:       3160068 kB
Mapped:            48040 kB
Shmem:             25228 kB
Slab:             175076 kB
SReclaimable:     146692 kB
SUnreclaim:        28384 kB
KernelStack:        3536 kB
PageTables:        11452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4147892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2961408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60172 MiB
End job on node136 at 2018-07-29 22:45:26