Trace number 4294373

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.8-SuperNG 2018-06-13SAT (TO)72 2520.16 2487.05

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-11_c18.xml
MD5SUMd48530cddaac7c3de8b9754209410058
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2519.5
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
17.02/9.60	o 121
17.02/9.62	o 100
17.60/9.90	o 99
17.60/9.92	o 91
18.12/10.22	o 89
18.12/10.24	o 81
21.43/13.05	o 80
21.43/13.06	o 76
139.35/129.38	o 75
139.35/129.39	o 74
199.16/187.85	o 72
2520.10/2487.02	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.10/2487.02		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.10/2487.02		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.10/2487.02		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.10/2487.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.10/2487.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.10/2487.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.10/2487.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.10/2487.02		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.10/2487.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.10/2487.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.10/2487.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.10/2487.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.10/2487.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.10/2487.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.10/2487.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.10/2487.02		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.10/2487.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.10/2487.02		at scala.Option.map(Option.scala:146)
2520.10/2487.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.10/2487.02		at concrete.MAC.mac(MAC.scala:203)
2520.10/2487.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.10/2487.02		at scala.util.Try$.apply(Try.scala:209)
2520.10/2487.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2487.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2487.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2487.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2487.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.10/2487.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2487.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2487.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2487.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2487.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2487.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2487.02		at concrete.MAC.nextSolution(MAC.scala:355)
2520.10/2487.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.10/2487.02		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.10/2487.02		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.10/2487.02		at concrete.Solver.foreach(Solver.scala:68)
2520.10/2487.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.10/2487.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2487.02		at scala.util.Success.map(Try.scala:209)
2520.10/2487.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2487.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.10/2487.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.10/2487.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2487.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.10/2487.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2487.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2487.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2487.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2487.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2487.02		at scala.App.main(App.scala:76)
2520.10/2487.02		at scala.App.main$(App.scala:74)
2520.10/2487.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.10/2487.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2487.03	v <instantiation cost="72">
2520.10/2487.03	v       <list>
2520.10/2487.03	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
2520.10/2487.03	v       </list>
2520.10/2487.03	v       <values>
2520.10/2487.03	v         0 2 8 18 25 39 44 59 68 71 72 2 8 18 25 39 44 59 68 71 72 6 16 23 37 42 57 66 69 70 10 17 31 36 51 60 63 64 7 21 26 41 50 53 54 14 19 34 43 46 47 5 20 29 32 33 15 24 27 28 9 12 13 3 4 1
2520.10/2487.03	v       </values>
2520.10/2487.03	v     </instantiation>
2520.10/2487.03	s SATISFIABLE

Verifier Data

OK	72

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294373-1532460927/watcher-4294373-1532460927 -o /tmp/evaluation-result-4294373-1532460927/solver-4294373-1532460927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=812051600 -superng HOME/instance-4294373-1532460927.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=27640, runsolver pid=27637
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.46 1.36 1.34 3/206 27697
/proc/meminfo: memFree=21894188/32770624 swapFree=67108860/67108860
[pid=27640] ppid=27637 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/27640/stat : 27640 (java) S 27637 27640 24765 0 -1 1077944320 4379 13183 0 0 1 0 5 2 20 0 6 0 63655866 10212057088 4715 33554432000 4194304 4196468 140721310482736 140721310465280 140294659751671 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
/proc/27640/statm: 2493178 4715 1934 1 0 2481616 0
[pid=27640/tid=27693] ppid=27637 vsize=9972712 memory=4279135703913235855 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 2187 13183 0 0 1 0 5 2 20 0 6 0 63655875 10212057088 4715 33554432000 4194304 4196468 140721310482736 140294631588432 140294645434163 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 6 0 63655875 10212057088 4715 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=9972712 memory=140351822767744 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 6 0 63655875 10212057088 4715 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 6 0 63655875 10212057088 4715 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 6 0 63655875 10212057088 4715 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209866 s]*
/proc/loadavg: 1.46 1.36 1.34 3/215 27706
/proc/meminfo: memFree=21872240/32770624 swapFree=67108860/67108860
[pid=27640] ppid=27637 vsize=10818904 memory=45640 CPUtime=0.25 cores=1,3,5,7
/proc/27640/stat : 27640 (java) S 27637 27640 24765 0 -1 1077944320 9250 13183 0 0 17 1 5 2 20 0 15 0 63655866 11078557696 11410 33554432000 4194304 4196468 140721310482736 140721310465280 140294659751671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
/proc/27640/statm: 2704726 11410 2972 1 0 2667149 0
[pid=27640/tid=27693] ppid=27637 vsize=10818904 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 5905 13183 0 0 10 1 5 2 20 0 15 0 63655875 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294631576480 140294643832158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655875 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=10818904 memory=140351822767744 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655875 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655875 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655875 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27698] ppid=27637 vsize=10818904 memory=140351822767744 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27698/stat : 27698 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655877 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294186400112 140294659762818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27699] ppid=27637 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27699/stat : 27699 (java) S 27637 27640 24765 0 -1 1077944384 13 13183 0 0 0 0 5 2 20 0 15 0 63655877 11078557696 11410 33554432000 4194304 4196468 140721310482736 140293563212832 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27700] ppid=27637 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27700/stat : 27700 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655877 11078557696 11410 33554432000 4194304 4196468 140721310482736 140293428994928 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27701] ppid=27637 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27701/stat : 27701 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11078557696 11410 33554432000 4194304 4196468 140721310482736 140293188704080 140294659770267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27702] ppid=27637 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27702/stat : 27702 (java) S 27637 27640 24765 0 -1 1077944384 486 13183 0 0 1 0 5 2 20 0 15 0 63655880 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294185347952 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27703] ppid=27637 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27703/stat : 27703 (java) S 27637 27640 24765 0 -1 1077944384 89 13183 0 0 1 0 5 2 20 0 15 0 63655880 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294184295152 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27704] ppid=27637 vsize=10818904 memory=140351822767744 CPUtime=0.1 cores=1,3,5,7
/proc/27640/task/27704/stat : 27704 (java) R 27637 27640 24765 0 -1 4202560 554 13183 0 0 3 0 5 2 20 0 15 0 63655880 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294183242352 140294639185024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27705] ppid=27637 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27705/stat : 27705 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11078557696 11410 33554432000 4194304 4196468 140721310482736 140293155146464 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27706] ppid=27637 vsize=10818904 memory=140351822767744 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27706/stat : 27706 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655881 11078557696 11410 33554432000 4194304 4196468 140721310482736 140294182189744 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45640 KiB

[startup+0.31046 s]*
/proc/loadavg: 1.46 1.36 1.34 3/215 27706
/proc/meminfo: memFree=21858720/32770624 swapFree=67108860/67108860
[pid=27640] ppid=27637 vsize=10819352 memory=53516 CPUtime=0.38 cores=1,3,5,7
/proc/27640/stat : 27640 (java) S 27637 27640 24765 0 -1 1077944320 10451 13183 0 0 29 2 5 2 20 0 15 0 63655866 11079016448 13379 33554432000 4194304 4196468 140721310482736 140721310465280 140294659751671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
/proc/27640/statm: 2704838 13379 3091 1 0 2667149 0
[pid=27640/tid=27693] ppid=27637 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 7096 13183 0 0 19 2 5 2 20 0 15 0 63655875 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294631563680 140294640027028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655875 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655875 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655875 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655875 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27698] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27698/stat : 27698 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655877 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294186400112 140294659762818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27699] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27699/stat : 27699 (java) S 27637 27640 24765 0 -1 1077944384 13 13183 0 0 0 0 5 2 20 0 15 0 63655877 11079016448 13379 33554432000 4194304 4196468 140721310482736 140293563212832 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27700] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27700/stat : 27700 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655877 11079016448 13379 33554432000 4194304 4196468 140721310482736 140293428994928 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27701] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27701/stat : 27701 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11079016448 13379 33554432000 4194304 4196468 140721310482736 140293188704080 140294659770267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27702] ppid=27637 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27640/task/27702/stat : 27702 (java) S 27637 27640 24765 0 -1 1077944384 486 13183 0 0 2 0 5 2 20 0 15 0 63655880 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294185347952 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27703] ppid=27637 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27703/stat : 27703 (java) S 27637 27640 24765 0 -1 1077944384 90 13183 0 0 1 0 5 2 20 0 15 0 63655880 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294184295152 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27704] ppid=27637 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27640/task/27704/stat : 27704 (java) S 27637 27640 24765 0 -1 1077944384 562 13183 0 0 5 0 5 2 20 0 15 0 63655880 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294183242352 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27705] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27705/stat : 27705 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11079016448 13379 33554432000 4194304 4196468 140721310482736 140293155146464 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27706] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27706/stat : 27706 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655881 11079016448 13379 33554432000 4194304 4196468 140721310482736 140294182189744 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53516 KiB

[startup+0.700792 s]
/proc/loadavg: 1.46 1.36 1.34 3/215 27706
/proc/meminfo: memFree=21849292/32770624 swapFree=67108860/67108860
[pid=27640] ppid=27637 vsize=10819352 memory=86280 CPUtime=0.98 cores=1,3,5,7
/proc/27640/stat : 27640 (java) S 27637 27640 24765 0 -1 1077944320 16775 13183 0 0 87 4 5 2 20 0 15 0 63655866 11079016448 21570 33554432000 4194304 4196468 140721310482736 140721310465280 140294659751671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
/proc/27640/statm: 2704838 21570 3237 1 0 2667149 0
[pid=27640/tid=27693] ppid=27637 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 12341 13183 0 0 55 3 5 2 20 0 15 0 63655875 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294631572496 140294641315200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655875 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655875 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655875 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655875 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27698] ppid=27637 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27698/stat : 27698 (java) S 27637 27640 24765 0 -1 1077944384 5 13183 0 0 0 0 5 2 20 0 15 0 63655877 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294186400112 140294659762818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27699] ppid=27637 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27699/stat : 27699 (java) S 27637 27640 24765 0 -1 1077944384 13 13183 0 0 0 0 5 2 20 0 15 0 63655877 11079016448 21570 33554432000 4194304 4196468 140721310482736 140293563212832 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27700] ppid=27637 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27700/stat : 27700 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655877 11079016448 21570 33554432000 4194304 4196468 140721310482736 140293428994928 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27701] ppid=27637 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27701/stat : 27701 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11079016448 21570 33554432000 4194304 4196468 140721310482736 140293188704080 140294659770267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27702] ppid=27637 vsize=10819352 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/27640/task/27702/stat : 27702 (java) S 27637 27640 24765 0 -1 1077944384 841 13183 0 0 7 0 5 2 20 0 15 0 63655880 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294185347952 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27703] ppid=27637 vsize=10819352 memory=15460 CPUtime=0.18 cores=1,3,5,7
/proc/27640/task/27703/stat : 27703 (java) S 27637 27640 24765 0 -1 1077944384 715 13183 0 0 11 0 5 2 20 0 15 0 63655880 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294184295152 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27704] ppid=27637 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/27640/task/27704/stat : 27704 (java) S 27637 27640 24765 0 -1 1077944384 658 13183 0 0 13 0 5 2 20 0 15 0 63655880 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294183242352 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27705] ppid=27637 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27705/stat : 27705 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11079016448 21570 33554432000 4194304 4196468 140721310482736 140293155146464 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27706] ppid=27637 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27706/stat : 27706 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655881 11079016448 21570 33554432000 4194304 4196468 140721310482736 140294182189744 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86280 KiB

[startup+1.50075 s]
/proc/loadavg: 1.46 1.36 1.34 4/215 27706
/proc/meminfo: memFree=21803316/32770624 swapFree=67108860/67108860
[pid=27640] ppid=27637 vsize=10836300 memory=178448 CPUtime=2.26 cores=1,3,5,7
/proc/27640/stat : 27640 (java) S 27637 27640 24765 0 -1 1077944320 24100 13183 0 0 210 9 5 2 20 0 15 0 63655866 11096371200 44612 33554432000 4194304 4196468 140721310482736 140721310465280 140294659751671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
/proc/27640/statm: 2709075 44612 3469 1 0 2670733 0
[pid=27640/tid=27693] ppid=27637 vsize=10836300 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 18046 13183 0 0 129 6 5 2 20 0 15 0 63655875 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294631569344 140294645121566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 24 13183 0 0 1 0 5 2 20 0 15 0 63655875 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 284 13183 0 0 1 0 5 2 20 0 15 0 63655875 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 33 13183 0 0 1 0 5 2 20 0 15 0 63655875 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 79 13183 0 0 1 0 5 2 20 0 15 0 63655875 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27698] ppid=27637 vsize=10836300 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/27640/task/27698/stat : 27698 (java) S 27637 27640 24765 0 -1 1077944384 67 13183 0 0 1 0 5 2 20 0 15 0 63655877 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294186400112 140294659762818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27699] ppid=27637 vsize=10836300 memory=280703359068416 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27699/stat : 27699 (java) S 27637 27640 24765 0 -1 1077944384 14 13183 0 0 0 0 5 2 20 0 15 0 63655877 11096371200 44612 33554432000 4194304 4196468 140721310482736 140293563212896 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27700] ppid=27637 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27700/stat : 27700 (java) S 27637 27640 24765 0 -1 1077944384 2 13183 0 0 0 0 5 2 20 0 15 0 63655877 11096371200 44612 33554432000 4194304 4196468 140721310482736 140293428994944 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27701] ppid=27637 vsize=10836300 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27701/stat : 27701 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11096371200 44612 33554432000 4194304 4196468 140721310482736 140293188704080 140294659770267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27702] ppid=27637 vsize=10836300 memory=1704 CPUtime=0.28 cores=1,3,5,7
/proc/27640/task/27702/stat : 27702 (java) S 27637 27640 24765 0 -1 1077944384 1340 13183 0 0 21 0 5 2 20 0 15 0 63655880 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294185347952 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27703] ppid=27637 vsize=10836300 memory=9924 CPUtime=0.28 cores=1,3,5,7
/proc/27640/task/27703/stat : 27703 (java) S 27637 27640 24765 0 -1 1077944384 872 13183 0 0 21 0 5 2 20 0 15 0 63655880 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294184295152 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27704] ppid=27637 vsize=10836300 memory=5788 CPUtime=0.38 cores=1,3,5,7
/proc/27640/task/27704/stat : 27704 (java) S 27637 27640 24765 0 -1 1077944384 1144 13183 0 0 31 0 5 2 20 0 15 0 63655880 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294183242352 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27705] ppid=27637 vsize=10836300 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27705/stat : 27705 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11096371200 44612 33554432000 4194304 4196468 140721310482736 140293155146464 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27706] ppid=27637 vsize=10836300 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27706/stat : 27706 (java) S 27637 27640 24765 0 -1 1077944384 1 13183 0 0 0 0 5 2 20 0 15 0 63655881 11096371200 44612 33554432000 4194304 4196468 140721310482736 140294182189744 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10836300 KiB

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

/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 84743 13183 0 0 230748 35 5 2 20 0 15 0 63655875 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294631586240 140294259352470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=10914144 memory=958368 CPUtime=7.16 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 11719 13183 0 0 677 32 5 2 20 0 15 0 63655875 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=10914144 memory=958368 CPUtime=7.2 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 11120 13183 0 0 678 35 5 2 20 0 15 0 63655875 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=10914144 memory=958368 CPUtime=7.13 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 15723 13183 0 0 673 33 5 2 20 0 15 0 63655875 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=10914144 memory=2257 CPUtime=7.13 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 6862 13183 0 0 672 34 5 2 20 0 15 0 63655875 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27698] ppid=27637 vsize=10914144 memory=958368 CPUtime=5.89 cores=1,3,5,7
/proc/27640/task/27698/stat : 27698 (java) S 27637 27640 24765 0 -1 1077944384 12814 13183 0 0 547 35 5 2 20 0 15 0 63655877 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294186400112 140294659762818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27699] ppid=27637 vsize=10914144 memory=958368 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27699/stat : 27699 (java) S 27637 27640 24765 0 -1 1077944384 14 13183 0 0 0 0 5 2 20 0 15 0 63655877 11176083456 239592 33554432000 4194304 4196468 140721310482736 140293563212960 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27700] ppid=27637 vsize=10914144 memory=958368 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27700/stat : 27700 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655877 11176083456 239592 33554432000 4194304 4196468 140721310482736 140293428994944 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27701] ppid=27637 vsize=10914144 memory=958368 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27701/stat : 27701 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11176083456 239592 33554432000 4194304 4196468 140721310482736 140293188704080 140294659770267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27702] ppid=27637 vsize=10914144 memory=958368 CPUtime=4.42 cores=1,3,5,7
/proc/27640/task/27702/stat : 27702 (java) S 27637 27640 24765 0 -1 1077944384 29457 13183 0 0 432 3 5 2 20 0 15 0 63655880 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294185347952 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27703] ppid=27637 vsize=10914144 memory=958368 CPUtime=4.32 cores=1,3,5,7
/proc/27640/task/27703/stat : 27703 (java) S 27637 27640 24765 0 -1 1077944384 23216 13183 0 0 422 3 5 2 20 0 15 0 63655880 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294184295152 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27704] ppid=27637 vsize=10914144 memory=1936 CPUtime=1.89 cores=1,3,5,7
/proc/27640/task/27704/stat : 27704 (java) S 27637 27640 24765 0 -1 1077944384 23695 13183 0 0 178 4 5 2 20 0 15 0 63655880 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294183242352 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27705] ppid=27637 vsize=10914144 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27705/stat : 27705 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11176083456 239592 33554432000 4194304 4196468 140721310482736 140293155146464 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27706] ppid=27637 vsize=10914144 memory=958368 CPUtime=1.23 cores=1,3,5,7
/proc/27640/task/27706/stat : 27706 (java) S 27637 27640 24765 0 -1 1077944384 1539 13183 0 0 56 60 5 2 20 0 15 0 63655881 11176083456 239592 33554432000 4194304 4196468 140721310482736 140294182189744 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 2353.75 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 958368 KiB

[startup+2382.3 s]
/proc/loadavg: 1.12 1.32 1.36 3/215 28310
/proc/meminfo: memFree=20577836/32770624 swapFree=67108860/67108860
[pid=27640] ppid=27637 vsize=10914144 memory=960416 CPUtime=2414.35 cores=1,3,5,7
/proc/27640/stat : 27640 (java) S 27637 27640 24765 0 -1 1077944320 224374 13183 0 0 241184 244 5 2 20 0 15 0 63655866 11176083456 240104 33554432000 4194304 4196468 140721310482736 140721310465280 140294659751671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
/proc/27640/statm: 2728536 240104 3524 1 0 2690189 0
[pid=27640/tid=27693] ppid=27637 vsize=10914144 memory=960416 CPUtime=2367.54 cores=1,3,5,7
/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 85239 13183 0 0 236712 35 5 2 20 0 15 0 63655875 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294631586592 140294266030611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=10914144 memory=960416 CPUtime=7.36 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 11799 13183 0 0 696 33 5 2 20 0 15 0 63655875 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=10914144 memory=960416 CPUtime=7.39 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 11276 13183 0 0 697 35 5 2 20 0 15 0 63655875 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=10914144 memory=960416 CPUtime=7.32 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 15733 13183 0 0 692 33 5 2 20 0 15 0 63655875 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=10914144 memory=0 CPUtime=7.33 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 7175 13183 0 0 691 35 5 2 20 0 15 0 63655875 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27698] ppid=27637 vsize=10914144 memory=960416 CPUtime=6.04 cores=1,3,5,7
/proc/27640/task/27698/stat : 27698 (java) S 27637 27640 24765 0 -1 1077944384 13010 13183 0 0 561 36 5 2 20 0 15 0 63655877 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294186400112 140294659762818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27699] ppid=27637 vsize=10914144 memory=960416 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27699/stat : 27699 (java) S 27637 27640 24765 0 -1 1077944384 14 13183 0 0 0 0 5 2 20 0 15 0 63655877 11176083456 240104 33554432000 4194304 4196468 140721310482736 140293563212960 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27700] ppid=27637 vsize=10914144 memory=960416 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27700/stat : 27700 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655877 11176083456 240104 33554432000 4194304 4196468 140721310482736 140293428994944 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27701] ppid=27637 vsize=10914144 memory=280703359674704 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27701/stat : 27701 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11176083456 240104 33554432000 4194304 4196468 140721310482736 140293188704080 140294659770267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27702] ppid=27637 vsize=10914144 memory=960416 CPUtime=4.43 cores=1,3,5,7
/proc/27640/task/27702/stat : 27702 (java) S 27637 27640 24765 0 -1 1077944384 29459 13183 0 0 433 3 5 2 20 0 15 0 63655880 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294185347952 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27703] ppid=27637 vsize=10914144 memory=960416 CPUtime=4.32 cores=1,3,5,7
/proc/27640/task/27703/stat : 27703 (java) S 27637 27640 24765 0 -1 1077944384 23218 13183 0 0 422 3 5 2 20 0 15 0 63655880 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294184295152 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27704] ppid=27637 vsize=10914144 memory=960416 CPUtime=1.89 cores=1,3,5,7
/proc/27640/task/27704/stat : 27704 (java) S 27637 27640 24765 0 -1 1077944384 23697 13183 0 0 178 4 5 2 20 0 15 0 63655880 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294183242352 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27705] ppid=27637 vsize=10914144 memory=8516 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27705/stat : 27705 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11176083456 240104 33554432000 4194304 4196468 140721310482736 140293155146464 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27706] ppid=27637 vsize=10914144 memory=4616 CPUtime=1.26 cores=1,3,5,7
/proc/27640/task/27706/stat : 27706 (java) S 27637 27640 24765 0 -1 1077944384 1557 13183 0 0 58 61 5 2 20 0 15 0 63655881 11176083456 240104 33554432000 4194304 4196468 140721310482736 140294182189744 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 2414.35 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 960416 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.34 1.37 3/215 28311
/proc/meminfo: memFree=20575176/32770624 swapFree=67108860/67108860
[pid=27640] ppid=27637 vsize=10914144 memory=962464 CPUtime=2474.94 cores=1,3,5,7
/proc/27640/stat : 27640 (java) S 27637 27640 24765 0 -1 1077944320 225650 13183 0 0 247239 248 5 2 20 0 15 0 63655866 11176083456 240616 33554432000 4194304 4196468 140721310482736 140721310465280 140294659751671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
/proc/27640/statm: 2728536 240616 3524 1 0 2690189 0
[pid=27640/tid=27693] ppid=27637 vsize=10914144 memory=962464 CPUtime=2427.17 cores=1,3,5,7
/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 85743 13183 0 0 242675 35 5 2 20 0 15 0 63655875 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294631586576 140294266032560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=10914144 memory=4616 CPUtime=7.56 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 11857 13183 0 0 715 34 5 2 20 0 15 0 63655875 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=10914144 memory=962464 CPUtime=7.58 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 11380 13183 0 0 715 36 5 2 20 0 15 0 63655875 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=10914144 memory=962464 CPUtime=7.51 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 15804 13183 0 0 710 34 5 2 20 0 15 0 63655875 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=10914144 memory=960416 CPUtime=7.52 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 7493 13183 0 0 710 35 5 2 20 0 15 0 63655875 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27698] ppid=27637 vsize=10914144 memory=962464 CPUtime=6.18 cores=1,3,5,7
/proc/27640/task/27698/stat : 27698 (java) S 27637 27640 24765 0 -1 1077944384 13207 13183 0 0 575 36 5 2 20 0 15 0 63655877 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294186400112 140294659762818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27699] ppid=27637 vsize=10914144 memory=962464 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27699/stat : 27699 (java) S 27637 27640 24765 0 -1 1077944384 14 13183 0 0 0 0 5 2 20 0 15 0 63655877 11176083456 240616 33554432000 4194304 4196468 140721310482736 140293563212960 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27700] ppid=27637 vsize=10914144 memory=962464 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27700/stat : 27700 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655877 11176083456 240616 33554432000 4194304 4196468 140721310482736 140293428994944 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27701] ppid=27637 vsize=10914144 memory=962464 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27701/stat : 27701 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11176083456 240616 33554432000 4194304 4196468 140721310482736 140293188704080 140294659770267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27702] ppid=27637 vsize=10914144 memory=962464 CPUtime=4.43 cores=1,3,5,7
/proc/27640/task/27702/stat : 27702 (java) S 27637 27640 24765 0 -1 1077944384 29461 13183 0 0 433 3 5 2 20 0 15 0 63655880 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294185347952 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27703] ppid=27637 vsize=10914144 memory=962464 CPUtime=4.33 cores=1,3,5,7
/proc/27640/task/27703/stat : 27703 (java) S 27637 27640 24765 0 -1 1077944384 23220 13183 0 0 423 3 5 2 20 0 15 0 63655880 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294184295152 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27704] ppid=27637 vsize=10914144 memory=962464 CPUtime=1.89 cores=1,3,5,7
/proc/27640/task/27704/stat : 27704 (java) S 27637 27640 24765 0 -1 1077944384 23699 13183 0 0 178 4 5 2 20 0 15 0 63655880 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294183242352 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27705] ppid=27637 vsize=10914144 memory=962464 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27705/stat : 27705 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11176083456 240616 33554432000 4194304 4196468 140721310482736 140293155146464 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27706] ppid=27637 vsize=10914144 memory=962464 CPUtime=1.29 cores=1,3,5,7
/proc/27640/task/27706/stat : 27706 (java) S 27637 27640 24765 0 -1 1077944384 1575 13183 0 0 60 62 5 2 20 0 15 0 63655881 11176083456 240616 33554432000 4194304 4196468 140721310482736 140294182189744 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 2474.94 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 962464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487 s]*
/proc/loadavg: 1.43 1.36 1.37 3/215 28311
/proc/meminfo: memFree=20573736/32770624 swapFree=67108860/67108860
[pid=27640] ppid=27637 vsize=10914144 memory=964512 CPUtime=2520.1 cores=1,3,5,7
/proc/27640/stat : 27640 (java) S 27637 27640 24765 0 -1 1077944320 226892 13183 0 0 251751 252 5 2 20 0 15 0 63655866 11176083456 241128 33554432000 4194304 4196468 140721310482736 140721310465280 140294659751671 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
/proc/27640/statm: 2728536 241128 3524 1 0 2690189 0
[pid=27640/tid=27693] ppid=27637 vsize=10914144 memory=928 CPUtime=2471.61 cores=1,3,5,7
/proc/27640/task/27693/stat : 27693 (java) R 27637 27640 24765 0 -1 4202560 86421 13183 0 0 247119 35 5 2 20 0 15 0 63655875 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294631586576 140294264581683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27694] ppid=27637 vsize=10914144 memory=1580 CPUtime=7.7 cores=1,3,5,7
/proc/27640/task/27694/stat : 27694 (java) S 27637 27640 24765 0 -1 1077944384 11919 13183 0 0 729 34 5 2 20 0 15 0 63655875 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294663994512 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27695] ppid=27637 vsize=10914144 memory=4126316290023845779 CPUtime=7.74 cores=1,3,5,7
/proc/27640/task/27695/stat : 27695 (java) S 27637 27640 24765 0 -1 1077944384 11399 13183 0 0 730 37 5 2 20 0 15 0 63655875 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294578813968 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27696] ppid=27637 vsize=10914144 memory=5936990482485308259 CPUtime=7.66 cores=1,3,5,7
/proc/27640/task/27696/stat : 27696 (java) S 27637 27640 24765 0 -1 1077944384 15893 13183 0 0 724 35 5 2 20 0 15 0 63655875 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294577761168 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27697] ppid=27637 vsize=10914144 memory=7667467797142399855 CPUtime=7.67 cores=1,3,5,7
/proc/27640/task/27697/stat : 27697 (java) S 27637 27640 24765 0 -1 1077944384 7513 13183 0 0 724 36 5 2 20 0 15 0 63655875 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294576708368 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27698] ppid=27637 vsize=10914144 memory=7235710566141946944 CPUtime=6.29 cores=1,3,5,7
/proc/27640/task/27698/stat : 27698 (java) S 27637 27640 24765 0 -1 1077944384 13382 13183 0 0 585 37 5 2 20 0 15 0 63655877 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294186400112 140294659762818 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27699] ppid=27637 vsize=10914144 memory=4639950512826379884 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27699/stat : 27699 (java) S 27637 27640 24765 0 -1 1077944384 14 13183 0 0 0 0 5 2 20 0 15 0 63655877 11176083456 241128 33554432000 4194304 4196468 140721310482736 140293563212960 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27700] ppid=27637 vsize=10914144 memory=-8813974798734826869 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27700/stat : 27700 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655877 11176083456 241128 33554432000 4194304 4196468 140721310482736 140293428994944 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27701] ppid=27637 vsize=10914144 memory=7738681047887670119 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27701/stat : 27701 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11176083456 241128 33554432000 4194304 4196468 140721310482736 140293188704080 140294659770267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27702] ppid=27637 vsize=10914144 memory=7378702049039171694 CPUtime=4.43 cores=1,3,5,7
/proc/27640/task/27702/stat : 27702 (java) S 27637 27640 24765 0 -1 1077944384 29633 13183 0 0 433 3 5 2 20 0 15 0 63655880 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294185347952 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27703] ppid=27637 vsize=10914144 memory=7523376918531162212 CPUtime=4.33 cores=1,3,5,7
/proc/27640/task/27703/stat : 27703 (java) S 27637 27640 24765 0 -1 1077944384 23220 13183 0 0 423 3 5 2 20 0 15 0 63655880 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294184295152 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27704] ppid=27637 vsize=10914144 memory=7308044034468899690 CPUtime=1.89 cores=1,3,5,7
/proc/27640/task/27704/stat : 27704 (java) S 27637 27640 24765 0 -1 1077944384 23699 13183 0 0 178 4 5 2 20 0 15 0 63655880 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294183242352 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27705] ppid=27637 vsize=10914144 memory=7956287606065938542 CPUtime=0.07 cores=1,3,5,7
/proc/27640/task/27705/stat : 27705 (java) S 27637 27640 24765 0 -1 1077944384 3 13183 0 0 0 0 5 2 20 0 15 0 63655880 11176083456 241128 33554432000 4194304 4196468 140721310482736 140293155146464 140294659761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
[pid=27640/tid=27706] ppid=27637 vsize=10914144 memory=7523376918531162212 CPUtime=1.31 cores=1,3,5,7
/proc/27640/task/27706/stat : 27706 (java) S 27637 27640 24765 0 -1 1077944384 1602 13183 0 0 61 63 5 2 20 0 15 0 63655881 11176083456 241128 33554432000 4194304 4196468 140721310482736 140294182189744 140294659762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9072640 140721310488748 140721310491996 140721310491996 140721310494671 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 964512 KiB

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

[startup+2487.05 s]
# the end of solver process 27640 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.6 s, system=2.56498 s

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

Child status: 143
Real time (s): 2487.05
CPU time (s): 2520.16
CPU user time (s): 2517.6
CPU system time (s): 2.56498
CPU usage (%): 101.331
Max. virtual memory (cumulated for all children) (KiB): 10917012
Max. memory (cumulated for all children) (KiB): 964512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.6
system time used= 2.56498
maximum resident set size= 968732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189213
involuntary context switches= 4172


# summary of solver processes directly reported to runsolver:
#   pid: 27640
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2517.6
#   total CPU system time (s): 2.56498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6937 second user time and 27.167 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 21:35:27
IDJOB=4294373
IDBENCH=141375
IDSOLVER=2751
FILE ID=node105/4294373-1532460927
RUNJOBID= node105-1532448512-24797
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-11_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294373-1532460927/watcher-4294373-1532460927 -o /tmp/evaluation-result-4294373-1532460927/solver-4294373-1532460927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=812051600 -superng HOME/instance-4294373-1532460927.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=812051600

node105.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.32
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.32
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.32
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.32
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:        21900560 kB
MemAvailable:   31172268 kB
Buffers:          222356 kB
Cached:          9189936 kB
SwapCached:            0 kB
Active:          2412872 kB
Inactive:        7818672 kB
Active(anon):     774088 kB
Inactive(anon):    65412 kB
Active(file):    1638784 kB
Inactive(file):  7753260 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26460 kB
Writeback:             0 kB
AnonPages:        827240 kB
Mapped:            51780 kB
Shmem:             17036 kB
Slab:             335932 kB
SReclaimable:     308124 kB
SUnreclaim:        27808 kB
KernelStack:        3536 kB
PageTables:         6652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1807288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 22:16:54