Trace number 4294021

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 2018-06-13SAT (TO)55 2520.08 2468.23

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18a_c18.xml
MD5SUM3728d9c98e9ec51874bb5385faf79653
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark1175.91
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints202
Number of domains19
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":35},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":29,"count":18}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":46},{"degree":44,"count":9},{"degree":45,"count":4},{"degree":46,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":174},{"arity":19,"count":28}]
Number of extensional constraints0
Number of intensional constraints174
Distribution of constraint types[{"type":"intension","count":174},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.97/0.74	c Concrete v3.8.1528841891564 running
11.35/5.09	o 92
11.35/5.10	o 88
11.69/5.11	o 83
11.69/5.12	o 81
11.69/5.17	o 80
11.69/5.18	o 78
11.69/5.19	o 77
11.69/5.20	o 76
11.99/5.20	o 75
11.99/5.22	o 74
12.31/5.33	o 73
12.57/5.46	o 72
12.57/5.47	o 71
13.28/5.83	o 70
28.80/20.15	o 69
29.72/20.77	o 65
238.64/224.98	o 64
307.32/292.06	o 62
308.47/293.17	o 59
785.98/760.24	o 58
1635.61/1597.28	o 57
1905.81/1863.38	o 55
2520.03/2468.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2468.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2468.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2468.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2468.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2468.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2468.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2468.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2468.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2468.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2468.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2468.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2468.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2468.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2468.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2468.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2468.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.03/2468.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2468.20		at scala.Option.map(Option.scala:146)
2520.03/2468.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2468.20		at concrete.MAC.mac(MAC.scala:203)
2520.03/2468.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2468.20		at scala.util.Try$.apply(Try.scala:209)
2520.03/2468.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2468.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2468.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2468.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2468.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2468.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2468.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2468.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2468.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2468.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2468.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2468.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2468.20		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2468.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2468.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2468.20		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2468.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2468.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2468.21		at scala.util.Success.map(Try.scala:209)
2520.03/2468.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2468.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2468.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2468.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2468.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2468.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2468.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2468.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2468.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2468.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2468.21		at scala.App.main(App.scala:76)
2520.03/2468.21		at scala.App.main$(App.scala:74)
2520.03/2468.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2468.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2468.21	v <instantiation cost="55">
2520.03/2468.21	v       <list>
2520.03/2468.21	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17]
2520.03/2468.21	v       </list>
2520.03/2468.21	v       <values>
2520.03/2468.21	v         -9 9 -9 2 13 13 13 -13 -2 9 9 -9 14 13 2 -13 -14 6 0 1 0 0 0 0 0 0 3 0 0 0 2 1 0 2 0 0 0 1 0 0 3 0 0 0 4 1 5 0 6 0 0 0 0 8 10 0 0 6 0 0 0 8 12 0
2520.03/2468.21	v       </values>
2520.03/2468.21	v     </instantiation>
2520.03/2468.21	s SATISFIABLE

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294021-1532416005/watcher-4294021-1532416005 -o /tmp/evaluation-result-4294021-1532416005/solver-4294021-1532416005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=379903912 HOME/instance-4294021-1532416005.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=14389, runsolver pid=14386
Current StackSize limit: 8192 KiB


[startup+0.101111 s]*
/proc/loadavg: 1.54 2.33 2.37 2/206 14446
/proc/meminfo: memFree=12815948/32770624 swapFree=67108852/67108860
[pid=14389] ppid=14386 vsize=9972712 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/14389/stat : 14389 (java) S 14386 14389 13949 0 -1 1077944320 4311 13173 0 0 1 1 5 2 20 0 6 0 59163683 10212057088 4137 33554432000 4194304 4196468 140721689504224 140721689486768 139927232196343 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
/proc/14389/statm: 2493178 4137 1932 1 0 2481616 0
[pid=14389/tid=14442] ppid=14386 vsize=9972712 memory=4279135704047321741 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 2125 13173 0 0 0 0 5 2 20 0 6 0 59163692 10212057088 4137 33554432000 4194304 4196468 140721689504224 139927204033104 139927216276830 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 6 0 59163692 10212057088 4137 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=9972712 memory=139908558059136 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 6 0 59163692 10212057088 4137 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 6 0 59163692 10212057088 4137 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 6 0 59163692 10212057088 4203 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209925 s]*
/proc/loadavg: 1.54 2.33 2.37 3/215 14455
/proc/meminfo: memFree=12792692/32770624 swapFree=67108852/67108860
[pid=14389] ppid=14386 vsize=10818856 memory=47276 CPUtime=0.25 cores=1,3,5,7
/proc/14389/stat : 14389 (java) S 14386 14389 13949 0 -1 1077944320 8622 13173 0 0 16 2 5 2 20 0 15 0 59163683 11078508544 11819 33554432000 4194304 4196468 140721689504224 140721689486768 139927232196343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
/proc/14389/statm: 2704714 11819 2961 1 0 2667149 0
[pid=14389/tid=14442] ppid=14386 vsize=10818856 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 5168 13173 0 0 10 1 5 2 20 0 15 0 59163692 11078508544 11819 33554432000 4194304 4196468 140721689504224 139927203994000 139927215383169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=10818856 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11078508544 11819 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=10818856 memory=139908558073306 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11078508544 11819 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11078508544 11819 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163692 11078508544 11819 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14447] ppid=14386 vsize=10818856 memory=139908558059136 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14447/stat : 14447 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163694 11078508544 11819 33554432000 4194304 4196468 140721689504224 139926758877936 139927232207490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14448] ppid=14386 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14448/stat : 14448 (java) S 14386 14389 13949 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 59163695 11078508544 11819 33554432000 4194304 4196468 140721689504224 139926679053984 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14449] ppid=14386 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14449/stat : 14449 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163695 11078508544 11819 33554432000 4194304 4196468 140721689504224 139926544835824 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14450] ppid=14386 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14450/stat : 14450 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163698 11078508544 11819 33554432000 4194304 4196468 140721689504224 139925940857296 139927232214939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14451] ppid=14386 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14389/task/14451/stat : 14451 (java) S 14386 14389 13949 0 -1 1077944384 467 13173 0 0 1 0 5 2 20 0 15 0 59163698 11078508544 11819 33554432000 4194304 4196468 140721689504224 139926757824752 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14452] ppid=14386 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14389/task/14452/stat : 14452 (java) S 14386 14389 13949 0 -1 1077944384 145 13173 0 0 1 0 5 2 20 0 15 0 59163698 11078508544 11819 33554432000 4194304 4196468 140721689504224 139926756772208 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14453] ppid=14386 vsize=10818856 memory=139908558059136 CPUtime=0.1 cores=1,3,5,7
/proc/14389/task/14453/stat : 14453 (java) R 14386 14389 13949 0 -1 4202560 625 13173 0 0 3 0 5 2 20 0 15 0 59163698 11078508544 11819 33554432000 4194304 4196468 140721689504224 139926755719152 139927224433470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14454] ppid=14386 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14454/stat : 14454 (java) S 14386 14389 13949 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 59163698 11078508544 11819 33554432000 4194304 4196468 140721689504224 139925471095136 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14455] ppid=14386 vsize=10818856 memory=139908558059136 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14455/stat : 14455 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163698 11078508544 11819 33554432000 4194304 4196468 140721689504224 139926754667568 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 47276 KiB

[startup+0.310627 s]*
/proc/loadavg: 1.54 2.33 2.37 3/215 14455
/proc/meminfo: memFree=12780660/32770624 swapFree=67108852/67108860
[pid=14389] ppid=14386 vsize=10819352 memory=58596 CPUtime=0.37 cores=1,3,5,7
/proc/14389/stat : 14389 (java) S 14386 14389 13949 0 -1 1077944320 10625 13173 0 0 27 3 5 2 20 0 15 0 59163683 11079016448 14649 33554432000 4194304 4196468 140721689504224 140721689486768 139927232196343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
/proc/14389/statm: 2704838 14649 3092 1 0 2667149 0
[pid=14389/tid=14442] ppid=14386 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 7164 13173 0 0 18 2 5 2 20 0 15 0 59163692 11079016448 14649 33554432000 4194304 4196468 140721689504224 139927204008352 139927212472171 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11079016448 14649 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11079016448 14649 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11079016448 14649 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163692 11079016448 14649 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14447] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14447/stat : 14447 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163694 11079016448 14649 33554432000 4194304 4196468 140721689504224 139926758877936 139927232207490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14448] ppid=14386 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14448/stat : 14448 (java) S 14386 14389 13949 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 59163695 11079016448 14649 33554432000 4194304 4196468 140721689504224 139926679053984 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14449] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14449/stat : 14449 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163695 11079016448 14649 33554432000 4194304 4196468 140721689504224 139926544835824 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14450] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14450/stat : 14450 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163698 11079016448 14649 33554432000 4194304 4196468 140721689504224 139925940857296 139927232214939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14451] ppid=14386 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14389/task/14451/stat : 14451 (java) S 14386 14389 13949 0 -1 1077944384 467 13173 0 0 1 0 5 2 20 0 15 0 59163698 11079016448 14649 33554432000 4194304 4196468 140721689504224 139926757824752 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14452] ppid=14386 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14389/task/14452/stat : 14452 (java) S 14386 14389 13949 0 -1 1077944384 146 13173 0 0 1 0 5 2 20 0 15 0 59163698 11079016448 14649 33554432000 4194304 4196468 140721689504224 139926756772208 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14453] ppid=14386 vsize=10819352 memory=139908558059136 CPUtime=0.12 cores=1,3,5,7
/proc/14389/task/14453/stat : 14453 (java) S 14386 14389 13949 0 -1 1077944384 630 13173 0 0 5 0 5 2 20 0 15 0 59163698 11079016448 14649 33554432000 4194304 4196468 140721689504224 139926755719152 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14454] ppid=14386 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14454/stat : 14454 (java) S 14386 14389 13949 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 59163698 11079016448 14649 33554432000 4194304 4196468 140721689504224 139925471095136 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14455] ppid=14386 vsize=10819352 memory=139908558059136 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14455/stat : 14455 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163698 11079016448 14649 33554432000 4194304 4196468 140721689504224 139926754667568 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58596 KiB

[startup+0.700713 s]
/proc/loadavg: 1.54 2.33 2.37 3/215 14455
/proc/meminfo: memFree=12768752/32770624 swapFree=67108852/67108860
[pid=14389] ppid=14386 vsize=10819352 memory=91128 CPUtime=0.97 cores=1,3,5,7
/proc/14389/stat : 14389 (java) S 14386 14389 13949 0 -1 1077944320 16852 13173 0 0 85 5 5 2 20 0 15 0 59163683 11079016448 22782 33554432000 4194304 4196468 140721689504224 140721689486768 139927232196343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
/proc/14389/statm: 2704838 22782 3247 1 0 2667149 0
[pid=14389/tid=14442] ppid=14386 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 12462 13173 0 0 55 3 5 2 20 0 15 0 59163692 11079016448 22782 33554432000 4194304 4196468 140721689504224 139927204017168 139927215383152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11079016448 22782 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11079016448 22782 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=10819352 memory=139908425593648 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163692 11079016448 22782 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=10819352 memory=139908559667788 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163692 11079016448 22782 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14447] ppid=14386 vsize=10819352 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14447/stat : 14447 (java) S 14386 14389 13949 0 -1 1077944384 5 13173 0 0 0 0 5 2 20 0 15 0 59163694 11079016448 22782 33554432000 4194304 4196468 140721689504224 139926758877936 139927232207490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14448] ppid=14386 vsize=10819352 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14448/stat : 14448 (java) S 14386 14389 13949 0 -1 1077944384 13 13173 0 0 0 0 5 2 20 0 15 0 59163695 11079016448 22782 33554432000 4194304 4196468 140721689504224 139926679053984 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14449] ppid=14386 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14449/stat : 14449 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163695 11079016448 22782 33554432000 4194304 4196468 140721689504224 139926544835824 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14450] ppid=14386 vsize=10819352 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14450/stat : 14450 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163698 11079016448 22782 33554432000 4194304 4196468 140721689504224 139925940857296 139927232214939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14451] ppid=14386 vsize=10819352 memory=11168 CPUtime=0.16 cores=1,3,5,7
/proc/14389/task/14451/stat : 14451 (java) S 14386 14389 13949 0 -1 1077944384 1094 13173 0 0 9 0 5 2 20 0 15 0 59163698 11079016448 22782 33554432000 4194304 4196468 140721689504224 139926757824752 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14452] ppid=14386 vsize=10819352 memory=16432 CPUtime=0.14 cores=1,3,5,7
/proc/14389/task/14452/stat : 14452 (java) S 14386 14389 13949 0 -1 1077944384 401 13173 0 0 7 0 5 2 20 0 15 0 59163698 11079016448 22782 33554432000 4194304 4196468 140721689504224 139926756772208 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14453] ppid=14386 vsize=10819352 memory=1792 CPUtime=0.2 cores=1,3,5,7
/proc/14389/task/14453/stat : 14453 (java) S 14386 14389 13949 0 -1 1077944384 674 13173 0 0 13 0 5 2 20 0 15 0 59163698 11079016448 22782 33554432000 4194304 4196468 140721689504224 139926755719152 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14454] ppid=14386 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14454/stat : 14454 (java) S 14386 14389 13949 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 59163698 11079016448 22782 33554432000 4194304 4196468 140721689504224 139925471095136 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14455] ppid=14386 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14455/stat : 14455 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163698 11079016448 22782 33554432000 4194304 4196468 140721689504224 139926754667568 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 91128 KiB

[startup+1.50069 s]
/proc/loadavg: 1.54 2.33 2.37 3/215 14455
/proc/meminfo: memFree=12722400/32770624 swapFree=67108852/67108860
[pid=14389] ppid=14386 vsize=10834252 memory=181820 CPUtime=2.28 cores=1,3,5,7
/proc/14389/stat : 14389 (java) S 14386 14389 13949 0 -1 1077944320 23960 13173 0 0 210 11 5 2 20 0 15 0 59163683 11094274048 45455 33554432000 4194304 4196468 140721689504224 140721689486768 139927232196343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
/proc/14389/statm: 2708563 45455 3466 1 0 2670221 0
[pid=14389/tid=14442] ppid=14386 vsize=10834252 memory=66932 CPUtime=1.42 cores=1,3,5,7
/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 17987 13173 0 0 128 7 5 2 20 0 15 0 59163692 11094274048 45455 33554432000 4194304 4196468 140721689504224 139927204027744 139927216276830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 199 13173 0 0 1 0 5 2 20 0 15 0 59163692 11094274048 45455 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=10834252 memory=279816851218592 CPUtime=0.08 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 29 13173 0 0 1 0 5 2 20 0 15 0 59163692 11094274048 45455 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 53 13173 0 0 0 0 5 2 20 0 15 0 59163692 11094274048 45455 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 29 13173 0 0 1 0 5 2 20 0 15 0 59163692 11094274048 45455 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14447] ppid=14386 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14389/task/14447/stat : 14447 (java) S 14386 14389 13949 0 -1 1077944384 65 13173 0 0 1 0 5 2 20 0 15 0 59163694 11094274048 45455 33554432000 4194304 4196468 140721689504224 139926758877936 139927232207490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14448] ppid=14386 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14448/stat : 14448 (java) S 14386 14389 13949 0 -1 1077944384 14 13173 0 0 0 0 5 2 20 0 15 0 59163695 11094274048 45455 33554432000 4194304 4196468 140721689504224 139926679054048 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14449] ppid=14386 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14449/stat : 14449 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163695 11094274048 45455 33554432000 4194304 4196468 140721689504224 139926544835824 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14450] ppid=14386 vsize=10834252 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14450/stat : 14450 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163698 11094274048 45455 33554432000 4194304 4196468 140721689504224 139925940857296 139927232214939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14451] ppid=14386 vsize=10834252 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/14389/task/14451/stat : 14451 (java) S 14386 14389 13949 0 -1 1077944384 1200 13173 0 0 19 0 5 2 20 0 15 0 59163698 11094274048 45455 33554432000 4194304 4196468 140721689504224 139926757824752 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14452] ppid=14386 vsize=10834252 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/14389/task/14452/stat : 14452 (java) S 14386 14389 13949 0 -1 1077944384 867 13173 0 0 21 0 5 2 20 0 15 0 59163698 11094274048 45455 33554432000 4194304 4196468 140721689504224 139926756772208 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14453] ppid=14386 vsize=10834252 memory=6791534058613427641 CPUtime=0.41 cores=1,3,5,7
/proc/14389/task/14453/stat : 14453 (java) S 14386 14389 13949 0 -1 1077944384 1319 13173 0 0 34 0 5 2 20 0 15 0 59163698 11094274048 45455 33554432000 4194304 4196468 140721689504224 139926755719152 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14454] ppid=14386 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14454/stat : 14454 (java) S 14386 14389 13949 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 59163698 11094274048 45455 33554432000 4194304 4196468 140721689504224 139925471095136 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14455] ppid=14386 vsize=10834252 memory=279816851463040 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14455/stat : 14455 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163698 11094274048 45455 33554432000 4194304 4196468 140721689504224 139926754667568 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 106895 13173 0 0 229496 61 5 2 20 0 15 0 59163692 11178180608 282961 33554432000 4194304 4196468 140721689504224 139927204031824 139926845721908 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=10916192 memory=4044 CPUtime=11.98 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 17803 13173 0 0 1130 61 5 2 20 0 15 0 59163692 11178180608 282961 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=10916192 memory=1131844 CPUtime=11.96 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 17506 13173 0 0 1123 66 5 2 20 0 15 0 59163692 11178180608 282961 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=10916192 memory=1131828 CPUtime=12.01 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 21301 13173 0 0 1136 58 5 2 20 0 15 0 59163692 11178180608 282961 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=10916192 memory=0 CPUtime=11.97 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 16551 13173 0 0 1125 65 5 2 20 0 15 0 59163692 11178180608 282961 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14447] ppid=14386 vsize=10916192 memory=1131844 CPUtime=11.11 cores=1,3,5,7
/proc/14389/task/14447/stat : 14447 (java) S 14386 14389 13949 0 -1 1077944384 17771 13173 0 0 1042 62 5 2 20 0 15 0 59163694 11178180608 282961 33554432000 4194304 4196468 140721689504224 139926758877936 139927232207490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14448] ppid=14386 vsize=10916192 memory=1131844 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14448/stat : 14448 (java) S 14386 14389 13949 0 -1 1077944384 14 13173 0 0 0 0 5 2 20 0 15 0 59163695 11178180608 282961 33554432000 4194304 4196468 140721689504224 139926679054048 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14449] ppid=14386 vsize=10916192 memory=1131844 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14449/stat : 14449 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163695 11178180608 282961 33554432000 4194304 4196468 140721689504224 139926544835840 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14450] ppid=14386 vsize=10916192 memory=1131844 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14450/stat : 14450 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163698 11178180608 282961 33554432000 4194304 4196468 140721689504224 139925940857296 139927232214939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14451] ppid=14386 vsize=10916192 memory=1131844 CPUtime=5.95 cores=1,3,5,7
/proc/14389/task/14451/stat : 14451 (java) S 14386 14389 13949 0 -1 1077944384 47458 13173 0 0 583 5 5 2 20 0 15 0 59163698 11178180608 282961 33554432000 4194304 4196468 140721689504224 139926757824752 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14452] ppid=14386 vsize=10916192 memory=1131844 CPUtime=6.69 cores=1,3,5,7
/proc/14389/task/14452/stat : 14452 (java) S 14386 14389 13949 0 -1 1077944384 46920 13173 0 0 655 7 5 2 20 0 15 0 59163698 11178180608 282961 33554432000 4194304 4196468 140721689504224 139926756772208 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14453] ppid=14386 vsize=10916192 memory=1131844 CPUtime=3.55 cores=1,3,5,7
/proc/14389/task/14453/stat : 14453 (java) S 14386 14389 13949 0 -1 1077944384 51187 13173 0 0 342 6 5 2 20 0 15 0 59163698 11178180608 282961 33554432000 4194304 4196468 140721689504224 139926755719152 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14454] ppid=14386 vsize=10916192 memory=1131844 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14454/stat : 14454 (java) S 14386 14389 13949 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 59163698 11178180608 282961 33554432000 4194304 4196468 140721689504224 139925471095136 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14455] ppid=14386 vsize=10916192 memory=1131844 CPUtime=1.53 cores=1,3,5,7
/proc/14389/task/14455/stat : 14455 (java) S 14386 14389 13949 0 -1 1077944384 2106 13173 0 0 58 88 5 2 20 0 15 0 59163698 11178180608 282961 33554432000 4194304 4196468 140721689504224 139926754667568 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 2371.88 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1131844 KiB

[startup+2382.3 s]
/proc/loadavg: 1.26 1.38 1.46 3/215 14786
/proc/meminfo: memFree=13128884/32770624 swapFree=67108852/67108860
[pid=14389] ppid=14386 vsize=10916192 memory=1134040 CPUtime=2432.83 cores=1,3,5,7
/proc/14389/stat : 14389 (java) S 14386 14389 13949 0 -1 1077944320 349898 13173 0 0 242864 412 5 2 20 0 15 0 59163683 11178180608 283510 33554432000 4194304 4196468 140721689504224 140721689486768 139927232196343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
/proc/14389/statm: 2729048 283510 3524 1 0 2690701 0
[pid=14389/tid=14442] ppid=14386 vsize=10916192 memory=1134040 CPUtime=2354.93 cores=1,3,5,7
/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 107821 13173 0 0 235424 62 5 2 20 0 15 0 59163692 11178180608 283510 33554432000 4194304 4196468 140721689504224 139927204031440 139926845804052 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=10916192 memory=1133968 CPUtime=12.31 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 17873 13173 0 0 1162 62 5 2 20 0 15 0 59163692 11178180608 283510 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=10916192 memory=1134040 CPUtime=12.3 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 17583 13173 0 0 1155 68 5 2 20 0 15 0 59163692 11178180608 283510 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=10916192 memory=1134040 CPUtime=12.34 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 21400 13173 0 0 1167 60 5 2 20 0 15 0 59163692 11178180608 283510 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=10916192 memory=1133988 CPUtime=12.29 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 17272 13173 0 0 1155 67 5 2 20 0 15 0 59163692 11178180608 283510 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14447] ppid=14386 vsize=10916192 memory=5859866373276854634 CPUtime=11.41 cores=1,3,5,7
/proc/14389/task/14447/stat : 14447 (java) S 14386 14389 13949 0 -1 1077944384 18045 13173 0 0 1070 64 5 2 20 0 15 0 59163694 11178180608 283510 33554432000 4194304 4196468 140721689504224 139926758877936 139927232207490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14448] ppid=14386 vsize=10916192 memory=1133996 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14448/stat : 14448 (java) S 14386 14389 13949 0 -1 1077944384 14 13173 0 0 0 0 5 2 20 0 15 0 59163695 11178180608 283510 33554432000 4194304 4196468 140721689504224 139926679054048 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14449] ppid=14386 vsize=10916192 memory=1133996 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14449/stat : 14449 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163695 11178180608 283510 33554432000 4194304 4196468 140721689504224 139926544835840 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14450] ppid=14386 vsize=10916192 memory=1134040 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14450/stat : 14450 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163698 11178180608 283510 33554432000 4194304 4196468 140721689504224 139925940857296 139927232214939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14451] ppid=14386 vsize=10916192 memory=1134040 CPUtime=5.95 cores=1,3,5,7
/proc/14389/task/14451/stat : 14451 (java) S 14386 14389 13949 0 -1 1077944384 47462 13173 0 0 583 5 5 2 20 0 15 0 59163698 11178180608 283510 33554432000 4194304 4196468 140721689504224 139926757824752 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14452] ppid=14386 vsize=10916192 memory=0 CPUtime=6.7 cores=1,3,5,7
/proc/14389/task/14452/stat : 14452 (java) S 14386 14389 13949 0 -1 1077944384 46924 13173 0 0 656 7 5 2 20 0 15 0 59163698 11178180608 283510 33554432000 4194304 4196468 140721689504224 139926756772208 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14453] ppid=14386 vsize=10916192 memory=6943526294502006880 CPUtime=3.56 cores=1,3,5,7
/proc/14389/task/14453/stat : 14453 (java) S 14386 14389 13949 0 -1 1077944384 51191 13173 0 0 342 7 5 2 20 0 15 0 59163698 11178180608 283510 33554432000 4194304 4196468 140721689504224 139926755719152 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14454] ppid=14386 vsize=10916192 memory=1134040 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14454/stat : 14454 (java) S 14386 14389 13949 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 59163698 11178180608 283510 33554432000 4194304 4196468 140721689504224 139925471095136 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14455] ppid=14386 vsize=10916192 memory=956 CPUtime=1.56 cores=1,3,5,7
/proc/14389/task/14455/stat : 14455 (java) S 14386 14389 13949 0 -1 1077944384 2116 13173 0 0 59 90 5 2 20 0 15 0 59163698 11178180608 283510 33554432000 4194304 4196468 140721689504224 139926754667568 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 2432.83 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1134040 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.35 1.45 3/215 14787
/proc/meminfo: memFree=13127072/32770624 swapFree=67108852/67108860
[pid=14389] ppid=14386 vsize=10916192 memory=1134108 CPUtime=2493.78 cores=1,3,5,7
/proc/14389/stat : 14389 (java) S 14386 14389 13949 0 -1 1077944320 351614 13173 0 0 248949 422 5 2 20 0 15 0 59163683 11178180608 283527 33554432000 4194304 4196468 140721689504224 140721689486768 139927232196343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
/proc/14389/statm: 2729048 283527 3524 1 0 2690701 0
[pid=14389/tid=14442] ppid=14386 vsize=10916192 memory=1134108 CPUtime=2414.2 cores=1,3,5,7
/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 108690 13173 0 0 241351 62 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139927204031024 139926846146338 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=10916192 memory=1134072 CPUtime=12.64 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 18002 13173 0 0 1194 63 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=10916192 memory=1134072 CPUtime=12.63 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 17609 13173 0 0 1186 70 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=10916192 memory=1134072 CPUtime=12.67 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 21826 13173 0 0 1198 62 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=10916192 memory=1134092 CPUtime=12.63 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 17294 13173 0 0 1187 69 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14447] ppid=14386 vsize=10916192 memory=1134108 CPUtime=11.72 cores=1,3,5,7
/proc/14389/task/14447/stat : 14447 (java) S 14386 14389 13949 0 -1 1077944384 18257 13173 0 0 1099 66 5 2 20 0 15 0 59163694 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926758877936 139927232207490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14448] ppid=14386 vsize=10916192 memory=1134108 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14448/stat : 14448 (java) S 14386 14389 13949 0 -1 1077944384 14 13173 0 0 0 0 5 2 20 0 15 0 59163695 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926679054048 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14449] ppid=14386 vsize=10916192 memory=1134108 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14449/stat : 14449 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163695 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926544835840 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14450] ppid=14386 vsize=10916192 memory=1134072 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14450/stat : 14450 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139925940857296 139927232214939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14451] ppid=14386 vsize=10916192 memory=1133988 CPUtime=5.95 cores=1,3,5,7
/proc/14389/task/14451/stat : 14451 (java) S 14386 14389 13949 0 -1 1077944384 47465 13173 0 0 583 5 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926757824752 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14452] ppid=14386 vsize=10916192 memory=1134092 CPUtime=6.7 cores=1,3,5,7
/proc/14389/task/14452/stat : 14452 (java) S 14386 14389 13949 0 -1 1077944384 46927 13173 0 0 656 7 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926756772208 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14453] ppid=14386 vsize=10916192 memory=1228 CPUtime=3.56 cores=1,3,5,7
/proc/14389/task/14453/stat : 14453 (java) S 14386 14389 13949 0 -1 1077944384 51193 13173 0 0 342 7 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926755719152 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14454] ppid=14386 vsize=10916192 memory=1134108 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14454/stat : 14454 (java) S 14386 14389 13949 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139925471095136 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14455] ppid=14386 vsize=10916192 memory=1134092 CPUtime=1.59 cores=1,3,5,7
/proc/14389/task/14455/stat : 14455 (java) S 14386 14389 13949 0 -1 1077944384 2140 13173 0 0 60 92 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926754667568 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 2493.78 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1134108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.2 s]
/proc/loadavg: 1.07 1.31 1.43 3/215 14787
/proc/meminfo: memFree=13127288/32770624 swapFree=67108852/67108860
[pid=14389] ppid=14386 vsize=10916192 memory=1134108 CPUtime=2520.03 cores=1,3,5,7
/proc/14389/stat : 14389 (java) S 14386 14389 13949 0 -1 1077944320 351923 13173 0 0 251571 425 5 2 20 0 15 0 59163683 11178180608 283527 33554432000 4194304 4196468 140721689504224 140721689486768 139927232196343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
/proc/14389/statm: 2729048 283527 3524 1 0 2690701 0
[pid=14389/tid=14442] ppid=14386 vsize=10916192 memory=321444630417899834 CPUtime=2439.82 cores=1,3,5,7
/proc/14389/task/14442/stat : 14442 (java) R 14386 14389 13949 0 -1 4202560 108963 13173 0 0 243912 63 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139927204031712 139926835390167 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14443] ppid=14386 vsize=10916192 memory=13847469322668609 CPUtime=12.78 cores=1,3,5,7
/proc/14389/task/14443/stat : 14443 (java) S 14386 14389 13949 0 -1 1077944384 18005 13173 0 0 1207 64 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139927236438544 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14444] ppid=14386 vsize=10916192 memory=318629897797108011 CPUtime=12.77 cores=1,3,5,7
/proc/14389/task/14444/stat : 14444 (java) S 14386 14389 13949 0 -1 1077944384 17611 13173 0 0 1199 71 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139927151258256 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14445] ppid=14386 vsize=10916192 memory=15823287406036505 CPUtime=12.79 cores=1,3,5,7
/proc/14389/task/14445/stat : 14445 (java) S 14386 14389 13949 0 -1 1077944384 21844 13173 0 0 1210 62 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139927150205200 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14446] ppid=14386 vsize=10916192 memory=-3252517613199061085 CPUtime=12.75 cores=1,3,5,7
/proc/14389/task/14446/stat : 14446 (java) S 14386 14389 13949 0 -1 1077944384 17300 13173 0 0 1199 69 5 2 20 0 15 0 59163692 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926803503504 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14447] ppid=14386 vsize=10916192 memory=279816852066608 CPUtime=11.82 cores=1,3,5,7
/proc/14389/task/14447/stat : 14447 (java) S 14386 14389 13949 0 -1 1077944384 18263 13173 0 0 1109 66 5 2 20 0 15 0 59163694 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926758877936 139927232207490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14448] ppid=14386 vsize=10916192 memory=303993199008153899 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14448/stat : 14448 (java) S 14386 14389 13949 0 -1 1077944384 14 13173 0 0 0 0 5 2 20 0 15 0 59163695 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926679054048 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14449] ppid=14386 vsize=10916192 memory=15823287406036505 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14449/stat : 14449 (java) S 14386 14389 13949 0 -1 1077944384 1 13173 0 0 0 0 5 2 20 0 15 0 59163695 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926544835840 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14450] ppid=14386 vsize=10916192 memory=-3252517613199061085 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14450/stat : 14450 (java) S 14386 14389 13949 0 -1 1077944384 2 13173 0 0 0 0 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139925940857296 139927232214939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14451] ppid=14386 vsize=10916192 memory=-3040564339240289162 CPUtime=5.95 cores=1,3,5,7
/proc/14389/task/14451/stat : 14451 (java) S 14386 14389 13949 0 -1 1077944384 47465 13173 0 0 583 5 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926757824752 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14452] ppid=14386 vsize=10916192 memory=314970723099869483 CPUtime=6.7 cores=1,3,5,7
/proc/14389/task/14452/stat : 14452 (java) S 14386 14389 13949 0 -1 1077944384 46927 13173 0 0 656 7 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926756772208 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14453] ppid=14386 vsize=10916192 memory=15823287406036505 CPUtime=3.56 cores=1,3,5,7
/proc/14389/task/14453/stat : 14453 (java) S 14386 14389 13949 0 -1 1077944384 51193 13173 0 0 342 7 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926755719152 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14454] ppid=14386 vsize=10916192 memory=9326 CPUtime=0.07 cores=1,3,5,7
/proc/14389/task/14454/stat : 14454 (java) S 14386 14389 13949 0 -1 1077944384 3 13173 0 0 0 0 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139925471095136 139927232206549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
[pid=14389/tid=14455] ppid=14386 vsize=10916192 memory=144 CPUtime=1.61 cores=1,3,5,7
/proc/14389/task/14455/stat : 14455 (java) S 14386 14389 13949 0 -1 1077944384 2141 13173 0 0 61 93 5 2 20 0 15 0 59163698 11178180608 283527 33554432000 4194304 4196468 140721689504224 139926754667568 139927232207490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31100928 140721689512559 140721689515356 140721689515356 140721689518031 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1134108 KiB

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

[startup+2468.23 s]
# the end of solver process 14389 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.79 s, system=4.28687 s

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

Child status: 143
Real time (s): 2468.23
CPU time (s): 2520.08
CPU user time (s): 2515.79
CPU system time (s): 4.28687
CPU usage (%): 102.101
Max. virtual memory (cumulated for all children) (KiB): 10919028
Max. memory (cumulated for all children) (KiB): 1134108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.79
system time used= 4.28687
maximum resident set size= 1138232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365847
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313416
involuntary context switches= 8017


# summary of solver processes directly reported to runsolver:
#   pid: 14389
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.79
#   total CPU system time (s): 4.28687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0913 second user time and 20.906 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 09:06:45
IDJOB=4294021
IDBENCH=141316
IDSOLVER=2750
FILE ID=node148/4294021-1532416005
RUNJOBID= node148-1532414812-13981
PBS_JOBID= 21021576
Free space on /tmp= 43724 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294021-1532416005/watcher-4294021-1532416005 -o /tmp/evaluation-result-4294021-1532416005/solver-4294021-1532416005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=379903912 HOME/instance-4294021-1532416005.xml

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

MD5SUM BENCH= 3728d9c98e9ec51874bb5385faf79653
RANDOM SEED=379903912

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12824424 kB
MemAvailable:   29434380 kB
Buffers:          194488 kB
Cached:         16362704 kB
SwapCached:            8 kB
Active:          4535828 kB
Inactive:       14575036 kB
Active(anon):    2507344 kB
Inactive(anon):    66096 kB
Active(file):    2028484 kB
Inactive(file): 14508940 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26528 kB
Writeback:             0 kB
AnonPages:       2560812 kB
Mapped:            51264 kB
Shmem:             17024 kB
Slab:             528516 kB
SReclaimable:     500992 kB
SUnreclaim:        27524 kB
KernelStack:        3504 kB
PageTables:        10408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3254064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2332672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43700 MiB
End job on node148 at 2018-07-24 09:47:54