Trace number 4302648

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)44 252.132 237.96

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-06-4-rom_c18.xml
MD5SUM68fe1d73007454e14d4d429fadb25a11
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark252.043
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints48
Number of domains5
Minimum domain size2
Maximum domain size22859
Distribution of domain sizes[{"size":2,"count":12},{"size":7,"count":84},{"size":27,"count":36},{"size":22859,"count":48}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":60},{"degree":2,"count":84},{"degree":8,"count":36}]
Minimum constraint arity9
Maximum constraint arity10
Distribution of constraint arities[{"arity":9,"count":12},{"arity":10,"count":36}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
29.92/18.97	o 31
30.19/19.03	o 33
30.37/19.18	o 35
32.41/20.93	o 39
40.66/28.48	o 40
80.01/67.24	o 42
140.39/127.17	o 44
252.06/237.93	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/237.93		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/237.93		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/237.93		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.06/237.93		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.06/237.93		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.06/237.93		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/237.93		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.06/237.93		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.06/237.93		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/237.93		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/237.93		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/237.93		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/237.93		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/237.93		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/237.93		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/237.93		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/237.93		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/237.93		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/237.93		at scala.Option.map(Option.scala:146)
252.06/237.93		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/237.93		at concrete.MAC.mac(MAC.scala:203)
252.06/237.93		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/237.93		at scala.util.Try$.apply(Try.scala:209)
252.06/237.93		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/237.93		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/237.93		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/237.93		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/237.93		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/237.93		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/237.93		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/237.93		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/237.93		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/237.93		at concrete.MAC.oneRun(MAC.scala:253)
252.06/237.93		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/237.93		at concrete.MAC.nextSolution(MAC.scala:355)
252.06/237.93		at concrete.Solver.hasNext(Solver.scala:166)
252.06/237.93		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/237.93		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/237.93		at concrete.Solver.foreach(Solver.scala:68)
252.06/237.93		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/237.93		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/237.93		at scala.util.Success.map(Try.scala:209)
252.06/237.93		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/237.93		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/237.93		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/237.93		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/237.93		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/237.93		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/237.93		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/237.93		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/237.93		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/237.93		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/237.93		at scala.App.main(App.scala:76)
252.06/237.93		at scala.App.main$(App.scala:74)
252.06/237.93		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/237.93		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/237.93	v <instantiation cost="44">
252.06/237.93	v       <list>
252.06/237.93	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] 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] 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] 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] 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] 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] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5]
252.06/237.93	v       </list>
252.06/237.93	v       <values>
252.06/237.93	v         359 -1 -1 -1 6781 13868 -1 -1 16997 18904 -1 -1 9549 13868 -1 -1 4747 -1 -1 -1 0 17045 -1 -1 359 -1 -1 -1 6781 13868 -1 -1 16997 18904 -1 -1 9549 13868 -1 -1 4747 -1 -1 -1 0 17045 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 4 -1 -1 0 3 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 4 -1 -1 0 3 -1 -1 0 -1 -1 -1 0 2 -1 -1 6 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 6 0 0 0 0 4 0 0 6 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 6 0 0 0 0 4 0 0 0 5 17 8 2 0 5 26 14 12 14 26 17 14 11 26 18 17 8 12 26 14 12 14 2 14 18 12 0 18 0 26 17 14 18 18
252.06/237.93	v       </values>
252.06/237.93	v     </instantiation>
252.06/237.93	s SATISFIABLE

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302648-1532896902/watcher-4302648-1532896902 -o /tmp/evaluation-result-4302648-1532896902/solver-4302648-1532896902 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1010116768 -superng HOME/instance-4302648-1532896902.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=12117, runsolver pid=12114
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 3.02 2.27 1.89 5/207 12174
/proc/meminfo: memFree=17184124/32770624 swapFree=67108860/67108860
[pid=12117] ppid=12114 vsize=10005480 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/12117/stat : 12117 (java) S 12114 12117 8396 0 -1 1077944320 4315 13032 0 0 1 0 5 3 20 0 6 0 107253369 10245611520 4137 33554432000 4194304 4196468 140733263302464 140733263285008 140694074552055 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
/proc/12117/statm: 2501370 4137 1933 1 0 2489808 0
[pid=12117/tid=12170] ppid=12114 vsize=10005480 memory=4279135704047321741 CPUtime=0.09 cores=1,3,5,7
/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 2152 13032 0 0 1 0 5 3 20 0 6 0 107253379 10245611520 4203 33554432000 4194304 4196468 140733263302464 140694046388816 140694058632572 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 6 0 107253379 10245611520 4203 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=10005480 memory=140377843934848 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 6 0 107253379 10245611520 4203 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 6 0 107253379 10245611520 4203 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 6 0 107253379 10245611520 4203 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210139 s]*
/proc/loadavg: 3.02 2.27 1.89 3/216 12183
/proc/meminfo: memFree=17159500/32770624 swapFree=67108860/67108860
[pid=12117] ppid=12114 vsize=10982744 memory=44880 CPUtime=0.26 cores=1,3,5,7
/proc/12117/stat : 12117 (java) S 12114 12117 8396 0 -1 1077944320 7844 13032 0 0 17 1 5 3 20 0 15 0 107253369 11246329856 11220 33554432000 4194304 4196468 140733263302464 140733263285008 140694074552055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
/proc/12117/statm: 2745686 11220 2982 1 0 2708109 0
[pid=12117/tid=12170] ppid=12114 vsize=10982744 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 4540 13032 0 0 11 1 5 3 20 0 15 0 107253379 11246329856 11352 33554432000 4194304 4196468 140733263302464 140694046348976 140694054827776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246329856 11352 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=10982744 memory=140377843934848 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246329856 11352 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246329856 11352 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246329856 11352 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12175] ppid=12114 vsize=10982744 memory=140377843934848 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12175/stat : 12175 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246329856 11352 33554432000 4194304 4196468 140733263302464 140693500361456 140694074563202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12176] ppid=12114 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12176/stat : 12176 (java) S 12114 12117 8396 0 -1 1077944384 13 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246329856 11352 33554432000 4194304 4196468 140733263302464 140692928063136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12177] ppid=12114 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12177/stat : 12177 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246329856 11352 33554432000 4194304 4196468 140733263302464 140692726736112 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12178] ppid=12114 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12178/stat : 12178 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11246329856 11352 33554432000 4194304 4196468 140733263302464 140692419336656 140694074570651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12179] ppid=12114 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12117/task/12179/stat : 12179 (java) S 12114 12117 8396 0 -1 1077944384 543 13032 0 0 1 0 5 3 20 0 15 0 107253384 11246329856 11418 33554432000 4194304 4196468 140733263302464 140693499308272 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12180] ppid=12114 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12117/task/12180/stat : 12180 (java) S 12114 12117 8396 0 -1 1077944384 68 13032 0 0 1 0 5 3 20 0 15 0 107253384 11246329856 11418 33554432000 4194304 4196468 140733263302464 140693498255728 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12181] ppid=12114 vsize=10982744 memory=140377843934848 CPUtime=0.11 cores=1,3,5,7
/proc/12117/task/12181/stat : 12181 (java) S 12114 12117 8396 0 -1 1077944384 615 13032 0 0 3 0 5 3 20 0 15 0 107253384 11246329856 11418 33554432000 4194304 4196468 140733263302464 140693497202672 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12182] ppid=12114 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12182/stat : 12182 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11246329856 11418 33554432000 4194304 4196468 140733263302464 140691988539744 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12183] ppid=12114 vsize=10982744 memory=140377843934848 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12183/stat : 12183 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253385 11246329856 11418 33554432000 4194304 4196468 140733263302464 140693496151088 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44880 KiB

[startup+0.310221 s]*
/proc/loadavg: 3.02 2.27 1.89 6/216 12183
/proc/meminfo: memFree=17143744/32770624 swapFree=67108860/67108860
[pid=12117] ppid=12114 vsize=10983192 memory=56372 CPUtime=0.38 cores=1,3,5,7
/proc/12117/stat : 12117 (java) S 12114 12117 8396 0 -1 1077944320 10588 13032 0 0 28 2 5 3 20 0 15 0 107253369 11246788608 14093 33554432000 4194304 4196468 140733263302464 140733263285008 140694074552055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
/proc/12117/statm: 2745798 14093 3101 1 0 2708109 0
[pid=12117/tid=12170] ppid=12114 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 7130 13032 0 0 19 1 5 3 20 0 15 0 107253379 11246788608 14093 33554432000 4194304 4196468 140733263302464 140694046364064 140694074573981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=10983192 memory=5937803012634333265 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246788608 14093 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246788608 14093 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246788608 14093 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246788608 14093 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12175] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12175/stat : 12175 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246788608 14093 33554432000 4194304 4196468 140733263302464 140693500361456 140694074563202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12176] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12176/stat : 12176 (java) S 12114 12117 8396 0 -1 1077944384 13 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246788608 14093 33554432000 4194304 4196468 140733263302464 140692928063136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12177] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12177/stat : 12177 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246788608 14093 33554432000 4194304 4196468 140733263302464 140692726736112 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12178] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12178/stat : 12178 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11246788608 14093 33554432000 4194304 4196468 140733263302464 140692419336656 140694074570651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12179] ppid=12114 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12117/task/12179/stat : 12179 (java) S 12114 12117 8396 0 -1 1077944384 545 13032 0 0 1 0 5 3 20 0 15 0 107253384 11246788608 14093 33554432000 4194304 4196468 140733263302464 140693499308272 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12180] ppid=12114 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12117/task/12180/stat : 12180 (java) S 12114 12117 8396 0 -1 1077944384 68 13032 0 0 1 0 5 3 20 0 15 0 107253384 11246788608 14093 33554432000 4194304 4196468 140733263302464 140693498255728 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12181] ppid=12114 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/12117/task/12181/stat : 12181 (java) S 12114 12117 8396 0 -1 1077944384 624 13032 0 0 5 0 5 3 20 0 15 0 107253384 11246788608 14093 33554432000 4194304 4196468 140733263302464 140693497202672 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12182] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12182/stat : 12182 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11246788608 14093 33554432000 4194304 4196468 140733263302464 140691988539744 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12183] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12183/stat : 12183 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253385 11246788608 14093 33554432000 4194304 4196468 140733263302464 140693496151088 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56372 KiB

[startup+0.700731 s]
/proc/loadavg: 3.02 2.27 1.89 3/216 12183
/proc/meminfo: memFree=17095592/32770624 swapFree=67108860/67108860
[pid=12117] ppid=12114 vsize=10983192 memory=88684 CPUtime=1 cores=1,3,5,7
/proc/12117/stat : 12117 (java) S 12114 12117 8396 0 -1 1077944320 16771 13032 0 0 87 5 5 3 20 0 15 0 107253369 11246788608 22171 33554432000 4194304 4196468 140733263302464 140733263285008 140694074552055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
/proc/12117/statm: 2745798 22171 3238 1 0 2708109 0
[pid=12117/tid=12170] ppid=12114 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 12200 13032 0 0 56 3 5 3 20 0 15 0 107253379 11246788608 22171 33554432000 4194304 4196468 140733263302464 140694046372880 140694056115552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246788608 22171 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246788608 22171 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246788608 22171 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 107253379 11246788608 22171 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12175] ppid=12114 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12175/stat : 12175 (java) S 12114 12117 8396 0 -1 1077944384 5 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246788608 22171 33554432000 4194304 4196468 140733263302464 140693500361456 140694074563202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12176] ppid=12114 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12176/stat : 12176 (java) S 12114 12117 8396 0 -1 1077944384 13 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246788608 22171 33554432000 4194304 4196468 140733263302464 140692928063136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12177] ppid=12114 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12177/stat : 12177 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253381 11246788608 22171 33554432000 4194304 4196468 140733263302464 140692726736112 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12178] ppid=12114 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12178/stat : 12178 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11246788608 22171 33554432000 4194304 4196468 140733263302464 140692419336656 140694074570651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12179] ppid=12114 vsize=10983192 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/12117/task/12179/stat : 12179 (java) S 12114 12117 8396 0 -1 1077944384 1224 13032 0 0 10 0 5 3 20 0 15 0 107253384 11246788608 22171 33554432000 4194304 4196468 140733263302464 140693499308272 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12180] ppid=12114 vsize=10983192 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/12117/task/12180/stat : 12180 (java) S 12114 12117 8396 0 -1 1077944384 425 13032 0 0 6 0 5 3 20 0 15 0 107253384 11246788608 22171 33554432000 4194304 4196468 140733263302464 140693498255728 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12181] ppid=12114 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/12117/task/12181/stat : 12181 (java) S 12114 12117 8396 0 -1 1077944384 698 13032 0 0 13 0 5 3 20 0 15 0 107253384 11246788608 22171 33554432000 4194304 4196468 140733263302464 140693497202672 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12182] ppid=12114 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12182/stat : 12182 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11246788608 22171 33554432000 4194304 4196468 140733263302464 140691988539744 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12183] ppid=12114 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12183/stat : 12183 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253385 11246788608 22171 33554432000 4194304 4196468 140733263302464 140693496151088 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88684 KiB

[startup+1.50111 s]
/proc/loadavg: 3.02 2.29 1.90 5/216 12183
/proc/meminfo: memFree=17049064/32770624 swapFree=67108860/67108860
[pid=12117] ppid=12114 vsize=10991948 memory=239808 CPUtime=2.97 cores=1,3,5,7
/proc/12117/stat : 12117 (java) S 12114 12117 8396 0 -1 1077944320 22178 13032 0 0 278 11 5 3 20 0 15 0 107253369 11255754752 59952 33554432000 4194304 4196468 140733263302464 140733263285008 140694074552055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
/proc/12117/statm: 2747987 59952 3462 1 0 2709645 0
[pid=12117/tid=12170] ppid=12114 vsize=10991948 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 14894 13032 0 0 130 6 5 3 20 0 15 0 107253379 11255754752 59952 33554432000 4194304 4196468 140733263302464 140694046381840 140694058595685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 293 13032 0 0 0 0 5 3 20 0 15 0 107253379 11255754752 59952 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 9 13032 0 0 0 0 5 3 20 0 15 0 107253379 11255754752 59952 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=10991948 memory=4051323354130624818 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 43 13032 0 0 0 0 5 3 20 0 15 0 107253379 11255754752 59952 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 28 13032 0 0 0 0 5 3 20 0 15 0 107253379 11255754752 59952 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12175] ppid=12114 vsize=10991948 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12175/stat : 12175 (java) S 12114 12117 8396 0 -1 1077944384 87 13032 0 0 0 0 5 3 20 0 15 0 107253381 11255754752 59952 33554432000 4194304 4196468 140733263302464 140693500361456 140694074563202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12176] ppid=12114 vsize=10991948 memory=280755435546880 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12176/stat : 12176 (java) S 12114 12117 8396 0 -1 1077944384 13 13032 0 0 0 0 5 3 20 0 15 0 107253381 11255754752 59952 33554432000 4194304 4196468 140733263302464 140692928063136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12177] ppid=12114 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12177/stat : 12177 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253381 11255754752 59952 33554432000 4194304 4196468 140733263302464 140692726736112 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12178] ppid=12114 vsize=10991948 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12178/stat : 12178 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11255754752 59952 33554432000 4194304 4196468 140733263302464 140692419336656 140694074570651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12179] ppid=12114 vsize=10991948 memory=5788 CPUtime=0.63 cores=1,3,5,7
/proc/12117/task/12179/stat : 12179 (java) S 12114 12117 8396 0 -1 1077944384 1878 13032 0 0 55 0 5 3 20 0 15 0 107253384 11255754752 59952 33554432000 4194304 4196468 140733263302464 140693499308272 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12180] ppid=12114 vsize=10991948 memory=4616 CPUtime=0.6 cores=1,3,5,7
/proc/12117/task/12180/stat : 12180 (java) S 12114 12117 8396 0 -1 1077944384 1373 13032 0 0 52 0 5 3 20 0 15 0 107253384 11255754752 59952 33554432000 4194304 4196468 140733263302464 140693498255728 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12181] ppid=12114 vsize=10991948 memory=12032 CPUtime=0.44 cores=1,3,5,7
/proc/12117/task/12181/stat : 12181 (java) R 12114 12117 8396 0 -1 1077944384 1362 13032 0 0 36 0 5 3 20 0 15 0 107253384 11255754752 59952 33554432000 4194304 4196468 140733263302464 140693497202800 140694074562261 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12182] ppid=12114 vsize=10991948 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12182/stat : 12182 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11255754752 59952 33554432000 4194304 4196468 140733263302464 140691988539744 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12183] ppid=12114 vsize=10991948 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12183/stat : 12183 (java) S 12114 12117 8396 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 107253385 11255754752 59952 33554432000 4194304 4196468 140733263302464 140693496151088 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10991948 KiB

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

/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 65158 13032 0 0 16107 48 5 3 20 0 15 0 107253379 11345952768 690112 33554432000 4194304 4196468 140733263302464 140694044658128 140693630037511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=11080032 memory=2780456 CPUtime=0.54 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 3441 13032 0 0 34 12 5 3 20 0 15 0 107253379 11345952768 690112 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=11080032 memory=2890748 CPUtime=0.54 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 1425 13032 0 0 35 11 5 3 20 0 15 0 107253379 11345952768 690112 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=11080032 memory=2801488 CPUtime=0.53 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 2367 13032 0 0 34 11 5 3 20 0 15 0 107253379 11345952768 690112 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=11080032 memory=2827140 CPUtime=0.52 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 762 13032 0 0 34 10 5 3 20 0 15 0 107253379 11345952768 690112 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12175] ppid=12114 vsize=11080032 memory=2780456 CPUtime=0.22 cores=1,3,5,7
/proc/12117/task/12175/stat : 12175 (java) S 12114 12117 8396 0 -1 1077944384 5969 13032 0 0 12 2 5 3 20 0 15 0 107253381 11345952768 690112 33554432000 4194304 4196468 140733263302464 140693500361456 140694074563202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12176] ppid=12114 vsize=11080032 memory=2779428 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12176/stat : 12176 (java) S 12114 12117 8396 0 -1 1077944384 35 13032 0 0 0 0 5 3 20 0 15 0 107253381 11345952768 690112 33554432000 4194304 4196468 140733263302464 140692928063200 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12177] ppid=12114 vsize=11080032 memory=2779428 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12177/stat : 12177 (java) S 12114 12117 8396 0 -1 1077944384 12 13032 0 0 0 0 5 3 20 0 15 0 107253381 11345952768 690112 33554432000 4194304 4196468 140733263302464 140692726736128 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12178] ppid=12114 vsize=11080032 memory=2801488 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12178/stat : 12178 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11345952768 690112 33554432000 4194304 4196468 140733263302464 140692419336656 140694074570651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12179] ppid=12114 vsize=11080032 memory=2857404 CPUtime=4.66 cores=1,3,5,7
/proc/12117/task/12179/stat : 12179 (java) S 12114 12117 8396 0 -1 1077944384 13519 13032 0 0 454 4 5 3 20 0 15 0 107253384 11345952768 690112 33554432000 4194304 4196468 140733263302464 140693499308272 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12180] ppid=12114 vsize=11080032 memory=17432 CPUtime=5.54 cores=1,3,5,7
/proc/12117/task/12180/stat : 12180 (java) S 12114 12117 8396 0 -1 1077944384 21418 13032 0 0 541 5 5 3 20 0 15 0 107253384 11345952768 690112 33554432000 4194304 4196468 140733263302464 140693498255728 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12181] ppid=12114 vsize=11080032 memory=2801488 CPUtime=2.09 cores=1,3,5,7
/proc/12117/task/12181/stat : 12181 (java) S 12114 12117 8396 0 -1 1077944384 13373 13032 0 0 198 3 5 3 20 0 15 0 107253384 11345952768 690112 33554432000 4194304 4196468 140733263302464 140693497202672 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12182] ppid=12114 vsize=11080032 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12182/stat : 12182 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11345952768 690112 33554432000 4194304 4196468 140733263302464 140691988539744 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12183] ppid=12114 vsize=11080032 memory=2760448 CPUtime=0.18 cores=1,3,5,7
/proc/12117/task/12183/stat : 12183 (java) S 12114 12117 8396 0 -1 1077944384 1225 13032 0 0 5 5 5 3 20 0 15 0 107253385 11345952768 690112 33554432000 4194304 4196468 140733263302464 140693496151088 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 175.83 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2760448 KiB

[startup+222.301 s]
/proc/loadavg: 2.08 2.12 1.91 3/215 12313
/proc/meminfo: memFree=16633864/32770624 swapFree=67108860/67108860
[pid=12117] ppid=12114 vsize=11080032 memory=2646904 CPUtime=236.33 cores=1,3,5,7
/proc/12117/stat : 12117 (java) S 12114 12117 8396 0 -1 1077944320 148339 13032 0 0 23507 118 5 3 20 0 15 0 107253369 11345952768 661726 33554432000 4194304 4196468 140733263302464 140733263285008 140694074552055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
/proc/12117/statm: 2770008 661726 3531 1 0 2731661 0
[pid=12117/tid=12170] ppid=12114 vsize=11080032 memory=2667792 CPUtime=221.5 cores=1,3,5,7
/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 69043 13032 0 0 22093 49 5 3 20 0 15 0 107253379 11345952768 661726 33554432000 4194304 4196468 140733263302464 140694045732480 140693625097828 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=11080032 memory=2658556 CPUtime=0.61 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 3726 13032 0 0 41 12 5 3 20 0 15 0 107253379 11345952768 661726 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=11080032 memory=164 CPUtime=0.61 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 3294 13032 0 0 42 11 5 3 20 0 15 0 107253379 11345952768 661726 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=11080032 memory=2654968 CPUtime=0.61 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 2651 13032 0 0 42 11 5 3 20 0 15 0 107253379 11345952768 661726 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=11080032 memory=2667792 CPUtime=0.6 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 1893 13032 0 0 41 11 5 3 20 0 15 0 107253379 11345952768 661726 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12175] ppid=12114 vsize=11080032 memory=2652024 CPUtime=0.26 cores=1,3,5,7
/proc/12117/task/12175/stat : 12175 (java) S 12114 12117 8396 0 -1 1077944384 6325 13032 0 0 16 2 5 3 20 0 15 0 107253381 11345952768 661726 33554432000 4194304 4196468 140733263302464 140693500361456 140694074563202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12176] ppid=12114 vsize=11080032 memory=2662660 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12176/stat : 12176 (java) S 12114 12117 8396 0 -1 1077944384 35 13032 0 0 0 0 5 3 20 0 15 0 107253381 11345952768 661726 33554432000 4194304 4196468 140733263302464 140692928063200 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12177] ppid=12114 vsize=11080032 memory=2649468 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12177/stat : 12177 (java) S 12114 12117 8396 0 -1 1077944384 12 13032 0 0 0 0 5 3 20 0 15 0 107253381 11345952768 661726 33554432000 4194304 4196468 140733263302464 140692726736128 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12178] ppid=12114 vsize=11080032 memory=2647416 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12178/stat : 12178 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11345952768 661726 33554432000 4194304 4196468 140733263302464 140692419336656 140694074570651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12179] ppid=12114 vsize=11080032 memory=2646904 CPUtime=4.72 cores=1,3,5,7
/proc/12117/task/12179/stat : 12179 (java) S 12114 12117 8396 0 -1 1077944384 16511 13032 0 0 460 4 5 3 20 0 15 0 107253384 11345952768 661726 33554432000 4194304 4196468 140733263302464 140693499308272 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12180] ppid=12114 vsize=11080032 memory=2649468 CPUtime=5.7 cores=1,3,5,7
/proc/12117/task/12180/stat : 12180 (java) S 12114 12117 8396 0 -1 1077944384 25239 13032 0 0 557 5 5 3 20 0 15 0 107253384 11345952768 661726 33554432000 4194304 4196468 140733263302464 140693498255728 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12181] ppid=12114 vsize=11080032 memory=56 CPUtime=2.11 cores=1,3,5,7
/proc/12117/task/12181/stat : 12181 (java) S 12114 12117 8396 0 -1 1077944384 16117 13032 0 0 199 4 5 3 20 0 15 0 107253384 11345952768 661726 33554432000 4194304 4196468 140733263302464 140693497202672 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12182] ppid=12114 vsize=11080032 memory=2649468 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12182/stat : 12182 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11345952768 661726 33554432000 4194304 4196468 140733263302464 140691988539744 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12183] ppid=12114 vsize=11080032 memory=2649468 CPUtime=0.21 cores=1,3,5,7
/proc/12117/task/12183/stat : 12183 (java) S 12114 12117 8396 0 -1 1077944384 1295 13032 0 0 6 7 5 3 20 0 15 0 107253385 11345952768 661726 33554432000 4194304 4196468 140733263302464 140693496151088 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 236.33 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2646904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.901 s]
/proc/loadavg: 1.99 2.10 1.90 3/215 12314
/proc/meminfo: memFree=16662928/32770624 swapFree=67108860/67108860
[pid=12117] ppid=12114 vsize=11080032 memory=2633668 CPUtime=252.06 cores=1,3,5,7
/proc/12117/stat : 12117 (java) S 12114 12117 8396 0 -1 1077944320 152319 13032 0 0 25078 120 5 3 20 0 15 0 107253369 11345952768 658417 33554432000 4194304 4196468 140733263302464 140733263285008 140694074552055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
/proc/12117/statm: 2770008 658417 3533 1 0 2731661 0
[pid=12117/tid=12170] ppid=12114 vsize=11080032 memory=2634696 CPUtime=237.03 cores=1,3,5,7
/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 70241 13032 0 0 23646 49 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140694046385008 140693630038381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=11080032 memory=2634696 CPUtime=0.65 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 4320 13032 0 0 45 12 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=11080032 memory=2639824 CPUtime=0.65 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 3391 13032 0 0 45 12 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=11080032 memory=2652024 CPUtime=0.64 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 2746 13032 0 0 45 11 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=11080032 memory=2639312 CPUtime=0.64 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 2007 13032 0 0 45 11 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12175] ppid=12114 vsize=11080032 memory=2636748 CPUtime=0.29 cores=1,3,5,7
/proc/12117/task/12175/stat : 12175 (java) S 12114 12117 8396 0 -1 1077944384 6606 13032 0 0 18 3 5 3 20 0 15 0 107253381 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693500361456 140694074563202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12176] ppid=12114 vsize=11080032 memory=2635720 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12176/stat : 12176 (java) S 12114 12117 8396 0 -1 1077944384 35 13032 0 0 0 0 5 3 20 0 15 0 107253381 11345952768 658417 33554432000 4194304 4196468 140733263302464 140692928063200 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12177] ppid=12114 vsize=11080032 memory=2634696 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12177/stat : 12177 (java) S 12114 12117 8396 0 -1 1077944384 12 13032 0 0 0 0 5 3 20 0 15 0 107253381 11345952768 658417 33554432000 4194304 4196468 140733263302464 140692726736128 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12178] ppid=12114 vsize=11080032 memory=2634696 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12178/stat : 12178 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140692419336656 140694074570651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12179] ppid=12114 vsize=11080032 memory=2633668 CPUtime=4.72 cores=1,3,5,7
/proc/12117/task/12179/stat : 12179 (java) S 12114 12117 8396 0 -1 1077944384 16904 13032 0 0 460 4 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693499308272 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12180] ppid=12114 vsize=11080032 memory=2638800 CPUtime=5.7 cores=1,3,5,7
/proc/12117/task/12180/stat : 12180 (java) S 12114 12117 8396 0 -1 1077944384 25664 13032 0 0 557 5 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693498255728 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12181] ppid=12114 vsize=11080032 memory=2638800 CPUtime=2.12 cores=1,3,5,7
/proc/12117/task/12181/stat : 12181 (java) S 12114 12117 8396 0 -1 1077944384 16880 13032 0 0 200 4 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693497202672 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12182] ppid=12114 vsize=11080032 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12182/stat : 12182 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140691988539744 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12183] ppid=12114 vsize=11080032 memory=8 CPUtime=0.22 cores=1,3,5,7
/proc/12117/task/12183/stat : 12183 (java) S 12114 12117 8396 0 -1 1077944384 1315 13032 0 0 6 8 5 3 20 0 15 0 107253385 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693496151088 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2633668 KiB

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

[startup+237.96 s]
# the end of solver process 12117 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.876 s, system=1.25605 s

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

[startup+237.901 s]
/proc/loadavg: 1.99 2.10 1.90 3/215 12314
/proc/meminfo: memFree=16662928/32770624 swapFree=67108860/67108860
[pid=12117] ppid=12114 vsize=11080032 memory=2633668 CPUtime=252.06 cores=1,3,5,7
/proc/12117/stat : 12117 (java) S 12114 12117 8396 0 -1 1077944320 152319 13032 0 0 25078 120 5 3 20 0 15 0 107253369 11345952768 658417 33554432000 4194304 4196468 140733263302464 140733263285008 140694074552055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
/proc/12117/statm: 2770008 658417 3533 1 0 2731661 0
[pid=12117/tid=12170] ppid=12114 vsize=11080032 memory=2634696 CPUtime=237.03 cores=1,3,5,7
/proc/12117/task/12170/stat : 12170 (java) R 12114 12117 8396 0 -1 4202560 70241 13032 0 0 23646 49 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140694046385008 140693630038381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12171] ppid=12114 vsize=11080032 memory=2634696 CPUtime=0.65 cores=1,3,5,7
/proc/12117/task/12171/stat : 12171 (java) S 12114 12117 8396 0 -1 1077944384 4320 13032 0 0 45 12 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140694078794256 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12172] ppid=12114 vsize=11080032 memory=2639824 CPUtime=0.65 cores=1,3,5,7
/proc/12117/task/12172/stat : 12172 (java) S 12114 12117 8396 0 -1 1077944384 3391 13032 0 0 45 12 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693944130192 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12173] ppid=12114 vsize=11080032 memory=2652024 CPUtime=0.64 cores=1,3,5,7
/proc/12117/task/12173/stat : 12173 (java) S 12114 12117 8396 0 -1 1077944384 2746 13032 0 0 45 11 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693943077136 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12174] ppid=12114 vsize=11080032 memory=2639312 CPUtime=0.64 cores=1,3,5,7
/proc/12117/task/12174/stat : 12174 (java) S 12114 12117 8396 0 -1 1077944384 2007 13032 0 0 45 11 5 3 20 0 15 0 107253379 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693942024592 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12175] ppid=12114 vsize=11080032 memory=2636748 CPUtime=0.29 cores=1,3,5,7
/proc/12117/task/12175/stat : 12175 (java) S 12114 12117 8396 0 -1 1077944384 6606 13032 0 0 18 3 5 3 20 0 15 0 107253381 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693500361456 140694074563202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12176] ppid=12114 vsize=11080032 memory=2635720 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12176/stat : 12176 (java) S 12114 12117 8396 0 -1 1077944384 35 13032 0 0 0 0 5 3 20 0 15 0 107253381 11345952768 658417 33554432000 4194304 4196468 140733263302464 140692928063200 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12177] ppid=12114 vsize=11080032 memory=2634696 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12177/stat : 12177 (java) S 12114 12117 8396 0 -1 1077944384 12 13032 0 0 0 0 5 3 20 0 15 0 107253381 11345952768 658417 33554432000 4194304 4196468 140733263302464 140692726736128 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12178] ppid=12114 vsize=11080032 memory=2634696 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12178/stat : 12178 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140692419336656 140694074570651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12179] ppid=12114 vsize=11080032 memory=2633668 CPUtime=4.72 cores=1,3,5,7
/proc/12117/task/12179/stat : 12179 (java) S 12114 12117 8396 0 -1 1077944384 16904 13032 0 0 460 4 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693499308272 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12180] ppid=12114 vsize=11080032 memory=2638800 CPUtime=5.7 cores=1,3,5,7
/proc/12117/task/12180/stat : 12180 (java) S 12114 12117 8396 0 -1 1077944384 25664 13032 0 0 557 5 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693498255728 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12181] ppid=12114 vsize=11080032 memory=2638800 CPUtime=2.12 cores=1,3,5,7
/proc/12117/task/12181/stat : 12181 (java) S 12114 12117 8396 0 -1 1077944384 16880 13032 0 0 200 4 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693497202672 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12182] ppid=12114 vsize=11080032 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/12117/task/12182/stat : 12182 (java) S 12114 12117 8396 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 107253384 11345952768 658417 33554432000 4194304 4196468 140733263302464 140691988539744 140694074562261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
[pid=12117/tid=12183] ppid=12114 vsize=11080032 memory=8 CPUtime=0.22 cores=1,3,5,7
/proc/12117/task/12183/stat : 12183 (java) S 12114 12117 8396 0 -1 1077944384 1315 13032 0 0 6 8 5 3 20 0 15 0 107253385 11345952768 658417 33554432000 4194304 4196468 140733263302464 140693496151088 140694074563202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26140672 140733263305320 140733263308129 140733263308129 140733263310799 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2633668 KiB

Child status: 143
Real time (s): 237.96
CPU time (s): 252.132
CPU user time (s): 250.876
CPU system time (s): 1.25605
CPU usage (%): 105.956
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 2925200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.876
system time used= 1.25605
maximum resident set size= 2927760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167288
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= 16068
involuntary context switches= 256


# summary of solver processes directly reported to runsolver:
#   pid: 12117
#   total CPU time (s): 252.132
#   total CPU user time (s): 250.876
#   total CPU system time (s): 1.25605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52844 second user time and 2.32501 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 22:41:42
IDJOB=4302648
IDBENCH=141313
IDSOLVER=2777
FILE ID=node103/4302648-1532896902
RUNJOBID= node103-1532895438-9922
PBS_JOBID= 21022525
Free space on /tmp= 56732 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-06-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-4302648-1532896902/watcher-4302648-1532896902 -o /tmp/evaluation-result-4302648-1532896902/solver-4302648-1532896902 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1010116768 -superng HOME/instance-4302648-1532896902.xml

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

MD5SUM BENCH= 68fe1d73007454e14d4d429fadb25a11
RANDOM SEED=1010116768

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17189292 kB
MemAvailable:   28809468 kB
Buffers:          310420 kB
Cached:         11497120 kB
SwapCached:            0 kB
Active:          7021484 kB
Inactive:        7956700 kB
Active(anon):    3173440 kB
Inactive(anon):    25184 kB
Active(file):    3848044 kB
Inactive(file):  7931516 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28768 kB
Writeback:             0 kB
AnonPages:       3304828 kB
Mapped:            58276 kB
Shmem:             25228 kB
Slab:             297452 kB
SReclaimable:     269076 kB
SUnreclaim:        28376 kB
KernelStack:        3856 kB
PageTables:        11756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4275888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3110912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56732 MiB
End job on node103 at 2018-07-29 22:45:40