Trace number 4294029

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)77 2520.12 2469.33

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22a_c18.xml
MD5SUM40a5a96b8eb7bfbd368a4d559cc37ab9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2400.29
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints284
Number of domains19
Minimum domain size1
Maximum domain size35
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":43},{"size":3,"count":5},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":35,"count":22}]
Minimum variable degree2
Maximum variable degree56
Distribution of variable degrees[{"degree":2,"count":56},{"degree":53,"count":8},{"degree":54,"count":6},{"degree":55,"count":4},{"degree":56,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":250},{"arity":23,"count":34}]
Number of extensional constraints0
Number of intensional constraints250
Distribution of constraint types[{"type":"intension","count":250},{"type":"count","count":34}]
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.98/0.74	c Concrete v3.8.1528841891564 running
12.78/5.34	o 128
12.78/5.36	o 124
12.78/5.36	o 122
12.78/5.39	o 121
13.08/5.40	o 120
13.08/5.42	o 118
13.08/5.43	o 112
13.08/5.44	o 108
13.08/5.45	o 105
13.08/5.46	o 101
13.08/5.47	o 96
13.08/5.47	o 87
13.39/5.58	o 84
13.39/5.58	o 83
13.39/5.59	o 82
13.69/5.67	o 79
16.89/8.17	o 78
16.98/8.24	o 77
2520.06/2469.31	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2469.31		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2469.31		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2469.31		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2469.31		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2469.31		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2469.31		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2469.31		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2469.31		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2469.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2469.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2469.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2469.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2469.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2469.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2469.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2469.31		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2469.31		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2469.31		at scala.Option.map(Option.scala:146)
2520.06/2469.31		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2469.31		at concrete.MAC.mac(MAC.scala:203)
2520.06/2469.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2469.31		at scala.util.Try$.apply(Try.scala:209)
2520.06/2469.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2469.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2469.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2469.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2469.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2469.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2469.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2469.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2469.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2469.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2469.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2469.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2469.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2469.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2469.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2469.31		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2469.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2469.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2469.31		at scala.util.Success.map(Try.scala:209)
2520.06/2469.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2469.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2469.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2469.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2469.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2469.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2469.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2469.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2469.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2469.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2469.31		at scala.App.main(App.scala:76)
2520.06/2469.31		at scala.App.main$(App.scala:74)
2520.06/2469.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2469.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2469.32	v <instantiation cost="77">
2520.06/2469.32	v       <list>
2520.06/2469.32	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] v[18] v[19] v[20] v[21] 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] np[14] np[15] np[16] 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] nf[14] nf[15] nf[16] 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] pp[18] pp[19] pp[20] pp[21]
2520.06/2469.32	v       </list>
2520.06/2469.32	v       <values>
2520.06/2469.32	v         6 -1 -15 -17 6 -15 -6 11 11 17 17 -17 -11 15 6 -6 -11 1 11 17 -11 8 1 0 0 0 0 2 0 0 0 0 3 0 0 0 2 0 2 1 0 0 0 0 3 0 1 0 0 3 0 0 0 1 0 3 0 7 4 8 0 5 6 0 0 0 0 8 10 0 0 6 11 0 0 0 12 0
2520.06/2469.32	v       </values>
2520.06/2469.32	v     </instantiation>
2520.06/2469.32	s SATISFIABLE

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294029-1532417296/watcher-4294029-1532417296 -o /tmp/evaluation-result-4294029-1532417296/solver-4294029-1532417296 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13980 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=379903912 HOME/instance-4294029-1532417296.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB
solver pid=14686, runsolver pid=14683


[startup+0.101541 s]*
/proc/loadavg: 1.35 1.38 1.61 2/206 14743
/proc/meminfo: memFree=14225932/32770624 swapFree=67108852/67108860
[pid=14686] ppid=14683 vsize=9972712 memory=18588 CPUtime=0.08 cores=0,2,4,6
/proc/14686/stat : 14686 (java) S 14683 14686 13949 0 -1 1077944320 4281 13385 0 0 1 0 5 2 20 0 6 0 59292743 10212057088 4647 33554432000 4194304 4196468 140735562352144 140735562334688 140208854691575 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
/proc/14686/statm: 2493178 4647 1934 1 0 2481616 0
[pid=14686/tid=14739] ppid=14683 vsize=9972712 memory=4279135704047583887 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 2096 13385 0 0 1 0 5 2 20 0 6 0 59292752 10212057088 4647 33554432000 4194304 4196468 140735562352144 140208826528336 140208840003577 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 6 0 59292753 10212057088 4647 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=9972712 memory=140313951610496 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 6 0 59292753 10212057088 4647 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 6 0 59292753 10212057088 4647 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 6 0 59292753 10212057088 4647 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18588 KiB

[startup+0.210289 s]*
/proc/loadavg: 1.35 1.38 1.61 3/215 14752
/proc/meminfo: memFree=14210376/32770624 swapFree=67108852/67108860
[pid=14686] ppid=14683 vsize=10818904 memory=42180 CPUtime=0.25 cores=0,2,4,6
/proc/14686/stat : 14686 (java) S 14683 14686 13949 0 -1 1077944320 7817 13385 0 0 17 1 5 2 20 0 15 0 59292743 11078557696 10545 33554432000 4194304 4196468 140735562352144 140735562334688 140208854691575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
/proc/14686/statm: 2704726 10545 2950 1 0 2667149 0
[pid=14686/tid=14739] ppid=14683 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 4345 13385 0 0 11 1 5 2 20 0 15 0 59292752 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208826508688 140208838772062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=10818904 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292753 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=10818904 memory=140313951624684 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292753 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292753 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292753 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14744] ppid=14683 vsize=10818904 memory=140313951610496 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14744/stat : 14744 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292754 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208179718768 140208854702722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14745] ppid=14683 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14745/stat : 14745 (java) S 14683 14686 13949 0 -1 1077944384 33 13385 0 0 0 0 5 2 20 0 15 0 59292755 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208178664736 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14746] ppid=14683 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14746/stat : 14746 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292755 11078557696 10545 33554432000 4194304 4196468 140735562352144 140207730976368 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14747] ppid=14683 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14747/stat : 14747 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11078557696 10545 33554432000 4194304 4196468 140735562352144 140207423576656 140208854710171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14748] ppid=14683 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14748/stat : 14748 (java) S 14683 14686 13949 0 -1 1077944384 425 13385 0 0 1 0 5 2 20 0 15 0 59292758 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208145107056 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14749] ppid=14683 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14749/stat : 14749 (java) S 14683 14686 13949 0 -1 1077944384 190 13385 0 0 1 0 5 2 20 0 15 0 59292758 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208144054256 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14750] ppid=14683 vsize=10818904 memory=140313951610496 CPUtime=0.1 cores=0,2,4,6
/proc/14686/task/14750/stat : 14750 (java) R 14683 14686 13949 0 -1 4202560 620 13385 0 0 3 0 5 2 20 0 15 0 59292758 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208143001968 140208833494704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14751] ppid=14683 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14751/stat : 14751 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11078557696 10545 33554432000 4194304 4196468 140735562352144 140207390018016 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14752] ppid=14683 vsize=10818904 memory=140313951610496 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14752/stat : 14752 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292758 11078557696 10545 33554432000 4194304 4196468 140735562352144 140208141949872 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42180 KiB

[startup+0.310174 s]*
/proc/loadavg: 1.35 1.38 1.61 3/215 14752
/proc/meminfo: memFree=14198556/32770624 swapFree=67108852/67108860
[pid=14686] ppid=14683 vsize=10819352 memory=52852 CPUtime=0.38 cores=0,2,4,6
/proc/14686/stat : 14686 (java) S 14683 14686 13949 0 -1 1077944320 10318 13385 0 0 29 2 5 2 20 0 15 0 59292743 11079016448 13213 33554432000 4194304 4196468 140735562352144 140735562334688 140208854691575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
/proc/14686/statm: 2704838 13213 3069 1 0 2667149 0
[pid=14686/tid=14739] ppid=14683 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 6836 13385 0 0 20 1 5 2 20 0 15 0 59292752 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208826503584 140208838772062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292753 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292753 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292753 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292753 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14744] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14744/stat : 14744 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292754 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208179718768 140208854702722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14745] ppid=14683 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14745/stat : 14745 (java) S 14683 14686 13949 0 -1 1077944384 33 13385 0 0 0 0 5 2 20 0 15 0 59292755 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208178664736 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14746] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14746/stat : 14746 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292755 11079016448 13213 33554432000 4194304 4196468 140735562352144 140207730976368 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14747] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14747/stat : 14747 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11079016448 13213 33554432000 4194304 4196468 140735562352144 140207423576656 140208854710171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14748] ppid=14683 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14748/stat : 14748 (java) S 14683 14686 13949 0 -1 1077944384 427 13385 0 0 1 0 5 2 20 0 15 0 59292758 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208145107056 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14749] ppid=14683 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14749/stat : 14749 (java) S 14683 14686 13949 0 -1 1077944384 190 13385 0 0 1 0 5 2 20 0 15 0 59292758 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208144054256 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14750] ppid=14683 vsize=10819352 memory=140313951610496 CPUtime=0.11 cores=0,2,4,6
/proc/14686/task/14750/stat : 14750 (java) S 14683 14686 13949 0 -1 1077944384 626 13385 0 0 4 0 5 2 20 0 15 0 59292758 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208143001968 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14751] ppid=14683 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14751/stat : 14751 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11079016448 13213 33554432000 4194304 4196468 140735562352144 140207390018016 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14752] ppid=14683 vsize=10819352 memory=140313951610496 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14752/stat : 14752 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292758 11079016448 13213 33554432000 4194304 4196468 140735562352144 140208141949872 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52852 KiB

[startup+0.700753 s]
/proc/loadavg: 1.35 1.38 1.61 3/215 14752
/proc/meminfo: memFree=14188012/32770624 swapFree=67108852/67108860
[pid=14686] ppid=14683 vsize=10819352 memory=85280 CPUtime=0.98 cores=0,2,4,6
/proc/14686/stat : 14686 (java) S 14683 14686 13949 0 -1 1077944320 16416 13385 0 0 87 4 5 2 20 0 15 0 59292743 11079016448 21320 33554432000 4194304 4196468 140735562352144 140735562334688 140208854691575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
/proc/14686/statm: 2704838 21320 3237 1 0 2667149 0
[pid=14686/tid=14739] ppid=14683 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 11861 13385 0 0 56 3 5 2 20 0 15 0 59292752 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208826512400 140208839857230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292753 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292753 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=10819352 memory=140313830241072 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292753 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=10819352 memory=140316581560908 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292753 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14744] ppid=14683 vsize=10819352 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14744/stat : 14744 (java) S 14683 14686 13949 0 -1 1077944384 5 13385 0 0 0 0 5 2 20 0 15 0 59292754 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208179718768 140208854702722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14745] ppid=14683 vsize=10819352 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14745/stat : 14745 (java) S 14683 14686 13949 0 -1 1077944384 33 13385 0 0 0 0 5 2 20 0 15 0 59292755 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208178664736 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14746] ppid=14683 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14746/stat : 14746 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292755 11079016448 21320 33554432000 4194304 4196468 140735562352144 140207730976368 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14747] ppid=14683 vsize=10819352 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14747/stat : 14747 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11079016448 21320 33554432000 4194304 4196468 140735562352144 140207423576656 140208854710171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14748] ppid=14683 vsize=10819352 memory=11180 CPUtime=0.14 cores=0,2,4,6
/proc/14686/task/14748/stat : 14748 (java) S 14683 14686 13949 0 -1 1077944384 821 13385 0 0 7 0 5 2 20 0 15 0 59292758 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208145107056 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14749] ppid=14683 vsize=10819352 memory=16432 CPUtime=0.16 cores=0,2,4,6
/proc/14686/task/14749/stat : 14749 (java) S 14683 14686 13949 0 -1 1077944384 814 13385 0 0 9 0 5 2 20 0 15 0 59292758 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208144054256 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14750] ppid=14683 vsize=10819352 memory=1792 CPUtime=0.2 cores=0,2,4,6
/proc/14686/task/14750/stat : 14750 (java) S 14683 14686 13949 0 -1 1077944384 675 13385 0 0 13 0 5 2 20 0 15 0 59292758 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208143001968 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14751] ppid=14683 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14751/stat : 14751 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11079016448 21320 33554432000 4194304 4196468 140735562352144 140207390018016 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14752] ppid=14683 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14752/stat : 14752 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292758 11079016448 21320 33554432000 4194304 4196468 140735562352144 140208141949872 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85280 KiB

[startup+1.5007 s]
/proc/loadavg: 1.35 1.38 1.61 3/215 14752
/proc/meminfo: memFree=14142300/32770624 swapFree=67108852/67108860
[pid=14686] ppid=14683 vsize=10834252 memory=175216 CPUtime=2.31 cores=0,2,4,6
/proc/14686/stat : 14686 (java) S 14683 14686 13949 0 -1 1077944320 23402 13385 0 0 216 8 5 2 20 0 15 0 59292743 11094274048 43804 33554432000 4194304 4196468 140735562352144 140735562334688 140208854691575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
/proc/14686/statm: 2708563 43804 3466 1 0 2670221 0
[pid=14686/tid=14739] ppid=14683 vsize=10834252 memory=61904 CPUtime=1.42 cores=0,2,4,6
/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 17224 13385 0 0 131 4 5 2 20 0 15 0 59292752 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208826515568 140208838735205 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 26 13385 0 0 1 0 5 2 20 0 15 0 59292753 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=10834252 memory=280627660513440 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 26 13385 0 0 1 0 5 2 20 0 15 0 59292753 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 187 13385 0 0 1 0 5 2 20 0 15 0 59292753 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 55 13385 0 0 0 0 5 2 20 0 15 0 59292753 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14744] ppid=14683 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14686/task/14744/stat : 14744 (java) S 14683 14686 13949 0 -1 1077944384 59 13385 0 0 1 0 5 2 20 0 15 0 59292754 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208179718768 140208854702722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14745] ppid=14683 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14745/stat : 14745 (java) S 14683 14686 13949 0 -1 1077944384 33 13385 0 0 0 0 5 2 20 0 15 0 59292755 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208178664800 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14746] ppid=14683 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14746/stat : 14746 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292755 11094274048 43804 33554432000 4194304 4196468 140735562352144 140207730976384 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14747] ppid=14683 vsize=10834252 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14747/stat : 14747 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11094274048 43804 33554432000 4194304 4196468 140735562352144 140207423576656 140208854710171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14748] ppid=14683 vsize=10834252 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/14686/task/14748/stat : 14748 (java) S 14683 14686 13949 0 -1 1077944384 952 13385 0 0 16 0 5 2 20 0 15 0 59292758 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208145107056 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14749] ppid=14683 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/14686/task/14749/stat : 14749 (java) S 14683 14686 13949 0 -1 1077944384 1281 13385 0 0 26 0 5 2 20 0 15 0 59292758 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208144054256 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14750] ppid=14683 vsize=10834252 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/14686/task/14750/stat : 14750 (java) S 14683 14686 13949 0 -1 1077944384 1359 13385 0 0 35 0 5 2 20 0 15 0 59292758 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208143001968 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14751] ppid=14683 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14751/stat : 14751 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11094274048 43804 33554432000 4194304 4196468 140735562352144 140207390018016 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14752] ppid=14683 vsize=10834252 memory=280627660757888 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14752/stat : 14752 (java) S 14683 14686 13949 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 59292758 11094274048 43804 33554432000 4194304 4196468 140735562352144 140208141949872 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 101098 13385 0 0 229509 49 5 2 20 0 15 0 59292752 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208826526064 140208434702204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=10916192 memory=6791534058613427641 CPUtime=11.45 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 19836 13385 0 0 1081 57 5 2 20 0 15 0 59292753 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=10916192 memory=18600 CPUtime=11.41 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 12953 13385 0 0 1076 58 5 2 20 0 15 0 59292753 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=10916192 memory=1115432 CPUtime=11.43 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 19597 13385 0 0 1073 63 5 2 20 0 15 0 59292753 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=10916192 memory=1300 CPUtime=11.4 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 18377 13385 0 0 1074 59 5 2 20 0 15 0 59292753 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14744] ppid=14683 vsize=10916192 memory=1732 CPUtime=11.68 cores=0,2,4,6
/proc/14686/task/14744/stat : 14744 (java) S 14683 14686 13949 0 -1 1077944384 19440 13385 0 0 1110 51 5 2 20 0 15 0 59292754 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208179718768 140208854702722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14745] ppid=14683 vsize=10916192 memory=1704 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14745/stat : 14745 (java) S 14683 14686 13949 0 -1 1077944384 41 13385 0 0 0 0 5 2 20 0 15 0 59292755 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208178664864 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14746] ppid=14683 vsize=10916192 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14746/stat : 14746 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292755 11178180608 278858 33554432000 4194304 4196468 140735562352144 140207730976384 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14747] ppid=14683 vsize=10916192 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14747/stat : 14747 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11178180608 278858 33554432000 4194304 4196468 140735562352144 140207423576656 140208854710171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14748] ppid=14683 vsize=10916192 memory=10936 CPUtime=6.6 cores=0,2,4,6
/proc/14686/task/14748/stat : 14748 (java) S 14683 14686 13949 0 -1 1077944384 54258 13385 0 0 643 10 5 2 20 0 15 0 59292758 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208145107056 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14749] ppid=14683 vsize=10916192 memory=1008 CPUtime=6.76 cores=0,2,4,6
/proc/14686/task/14749/stat : 14749 (java) S 14683 14686 13949 0 -1 1077944384 45874 13385 0 0 662 7 5 2 20 0 15 0 59292758 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208144054256 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14750] ppid=14683 vsize=10916192 memory=1952 CPUtime=3.62 cores=0,2,4,6
/proc/14686/task/14750/stat : 14750 (java) S 14683 14686 13949 0 -1 1077944384 47033 13385 0 0 347 8 5 2 20 0 15 0 59292758 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208143001968 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14751] ppid=14683 vsize=10916192 memory=8384 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14751/stat : 14751 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11178180608 278858 33554432000 4194304 4196468 140735562352144 140207390018016 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14752] ppid=14683 vsize=10916192 memory=1228 CPUtime=1.43 cores=0,2,4,6
/proc/14686/task/14752/stat : 14752 (java) S 14683 14686 13949 0 -1 1077944384 1136 13385 0 0 71 65 5 2 20 0 15 0 59292758 11178180608 278858 33554432000 4194304 4196468 140735562352144 140208141949872 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 2370.92 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1115432 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.33 1.37 3/215 14976
/proc/meminfo: memFree=13048848/32770624 swapFree=67108852/67108860
[pid=14686] ppid=14683 vsize=10916192 memory=1117620 CPUtime=2431.79 cores=0,2,4,6
/proc/14686/stat : 14686 (java) S 14683 14686 13949 0 -1 1077944320 343971 13385 0 0 242802 370 5 2 20 0 15 0 59292743 11178180608 279405 33554432000 4194304 4196468 140735562352144 140735562334688 140208854691575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
/proc/14686/statm: 2729048 279405 3523 1 0 2690701 0
[pid=14686/tid=14739] ppid=14683 vsize=10916192 memory=956 CPUtime=2354.96 cores=0,2,4,6
/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 102000 13385 0 0 235439 50 5 2 20 0 15 0 59292752 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208826525888 140208433649760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=10916192 memory=6791534058613427641 CPUtime=11.76 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 20261 13385 0 0 1109 60 5 2 20 0 15 0 59292753 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=10916192 memory=2336 CPUtime=11.72 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 13007 13385 0 0 1105 60 5 2 20 0 15 0 59292753 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=10916192 memory=1580 CPUtime=11.73 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 20050 13385 0 0 1101 65 5 2 20 0 15 0 59292753 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=10916192 memory=928 CPUtime=11.71 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 18430 13385 0 0 1103 61 5 2 20 0 15 0 59292753 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14744] ppid=14683 vsize=10916192 memory=6791534058613427641 CPUtime=11.98 cores=0,2,4,6
/proc/14686/task/14744/stat : 14744 (java) S 14683 14686 13949 0 -1 1077944384 19656 13385 0 0 1139 52 5 2 20 0 15 0 59292754 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208179718768 140208854702722 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14745] ppid=14683 vsize=10916192 memory=5372 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14745/stat : 14745 (java) S 14683 14686 13949 0 -1 1077944384 41 13385 0 0 0 0 5 2 20 0 15 0 59292755 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208178664864 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14746] ppid=14683 vsize=10916192 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14746/stat : 14746 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292755 11178180608 279405 33554432000 4194304 4196468 140735562352144 140207730976384 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14747] ppid=14683 vsize=10916192 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14747/stat : 14747 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11178180608 279405 33554432000 4194304 4196468 140735562352144 140207423576656 140208854710171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14748] ppid=14683 vsize=10916192 memory=10936 CPUtime=6.6 cores=0,2,4,6
/proc/14686/task/14748/stat : 14748 (java) S 14683 14686 13949 0 -1 1077944384 54260 13385 0 0 643 10 5 2 20 0 15 0 59292758 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208145107056 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14749] ppid=14683 vsize=10916192 memory=1008 CPUtime=6.76 cores=0,2,4,6
/proc/14686/task/14749/stat : 14749 (java) S 14683 14686 13949 0 -1 1077944384 45876 13385 0 0 662 7 5 2 20 0 15 0 59292758 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208144054256 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14750] ppid=14683 vsize=10916192 memory=1952 CPUtime=3.62 cores=0,2,4,6
/proc/14686/task/14750/stat : 14750 (java) S 14683 14686 13949 0 -1 1077944384 47035 13385 0 0 347 8 5 2 20 0 15 0 59292758 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208143001968 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14751] ppid=14683 vsize=10916192 memory=8384 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14751/stat : 14751 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11178180608 279405 33554432000 4194304 4196468 140735562352144 140207390018016 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14752] ppid=14683 vsize=10916192 memory=2244 CPUtime=1.46 cores=0,2,4,6
/proc/14686/task/14752/stat : 14752 (java) S 14683 14686 13949 0 -1 1077944384 1154 13385 0 0 73 66 5 2 20 0 15 0 59292758 11178180608 279405 33554432000 4194304 4196468 140735562352144 140208141949872 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 2431.79 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1117620 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.36 1.38 3/215 14977
/proc/meminfo: memFree=13046760/32770624 swapFree=67108852/67108860
[pid=14686] ppid=14683 vsize=10916192 memory=1117676 CPUtime=2492.66 cores=0,2,4,6
/proc/14686/stat : 14686 (java) S 14683 14686 13949 0 -1 1077944320 345849 13385 0 0 248880 379 5 2 20 0 15 0 59292743 11178180608 279419 33554432000 4194304 4196468 140735562352144 140735562334688 140208854691575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
/proc/14686/statm: 2729048 279419 3523 1 0 2690701 0
[pid=14686/tid=14739] ppid=14683 vsize=10916192 memory=1228 CPUtime=2414.26 cores=0,2,4,6
/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 102856 13385 0 0 241368 51 5 2 20 0 15 0 59292752 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208826526096 140208419963880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=10916192 memory=5372 CPUtime=12.05 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 20286 13385 0 0 1137 61 5 2 20 0 15 0 59292753 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=10916192 memory=1440 CPUtime=12.03 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 13491 13385 0 0 1134 62 5 2 20 0 15 0 59292753 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=10916192 memory=15876 CPUtime=12.05 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 20077 13385 0 0 1131 67 5 2 20 0 15 0 59292753 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=10916192 memory=4044 CPUtime=12.03 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 18514 13385 0 0 1133 63 5 2 20 0 15 0 59292753 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14744] ppid=14683 vsize=10916192 memory=11204 CPUtime=12.3 cores=0,2,4,6
/proc/14686/task/14744/stat : 14744 (java) S 14683 14686 13949 0 -1 1077944384 20020 13385 0 0 1169 54 5 2 20 0 15 0 59292754 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208179718768 140208854702722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14745] ppid=14683 vsize=10916192 memory=16432 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14745/stat : 14745 (java) S 14683 14686 13949 0 -1 1077944384 41 13385 0 0 0 0 5 2 20 0 15 0 59292755 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208178664864 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14746] ppid=14683 vsize=10916192 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14746/stat : 14746 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292755 11178180608 279419 33554432000 4194304 4196468 140735562352144 140207730976384 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14747] ppid=14683 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14747/stat : 14747 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140207423576656 140208854710171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14748] ppid=14683 vsize=10916192 memory=4012 CPUtime=6.6 cores=0,2,4,6
/proc/14686/task/14748/stat : 14748 (java) S 14683 14686 13949 0 -1 1077944384 54264 13385 0 0 643 10 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208145107056 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14749] ppid=14683 vsize=10916192 memory=1117628 CPUtime=6.76 cores=0,2,4,6
/proc/14686/task/14749/stat : 14749 (java) S 14683 14686 13949 0 -1 1077944384 45880 13385 0 0 662 7 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208144054256 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14750] ppid=14683 vsize=10916192 memory=4012 CPUtime=3.62 cores=0,2,4,6
/proc/14686/task/14750/stat : 14750 (java) S 14683 14686 13949 0 -1 1077944384 47039 13385 0 0 347 8 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208143001968 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14751] ppid=14683 vsize=10916192 memory=1117672 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14751/stat : 14751 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140207390018016 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14752] ppid=14683 vsize=10916192 memory=1117672 CPUtime=1.49 cores=0,2,4,6
/proc/14686/task/14752/stat : 14752 (java) S 14683 14686 13949 0 -1 1077944384 1180 13385 0 0 75 67 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208141949872 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 2492.66 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1117676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.3 s]
/proc/loadavg: 1.43 1.37 1.38 3/215 14977
/proc/meminfo: memFree=13045400/32770624 swapFree=67108852/67108860
[pid=14686] ppid=14683 vsize=10916192 memory=1117676 CPUtime=2520.06 cores=0,2,4,6
/proc/14686/stat : 14686 (java) S 14683 14686 13949 0 -1 1077944320 346137 13385 0 0 251616 383 5 2 20 0 15 0 59292743 11178180608 279419 33554432000 4194304 4196468 140735562352144 140735562334688 140208854691575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
/proc/14686/statm: 2729048 279419 3523 1 0 2690701 0
[pid=14686/tid=14739] ppid=14683 vsize=10916192 memory=1117676 CPUtime=2440.93 cores=0,2,4,6
/proc/14686/task/14739/stat : 14739 (java) R 14683 14686 13949 0 -1 4202560 103101 13385 0 0 244035 51 5 2 20 0 15 0 59292752 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208826526240 140208434251429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14740] ppid=14683 vsize=10916192 memory=4044 CPUtime=12.2 cores=0,2,4,6
/proc/14686/task/14740/stat : 14740 (java) S 14683 14686 13949 0 -1 1077944384 20292 13385 0 0 1151 62 5 2 20 0 15 0 59292753 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208858933648 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14741] ppid=14683 vsize=10916192 memory=11204 CPUtime=12.17 cores=0,2,4,6
/proc/14686/task/14741/stat : 14741 (java) S 14683 14686 13949 0 -1 1077944384 13496 13385 0 0 1147 63 5 2 20 0 15 0 59292753 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208747206928 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14742] ppid=14683 vsize=10916192 memory=1008 CPUtime=12.19 cores=0,2,4,6
/proc/14686/task/14742/stat : 14742 (java) S 14683 14686 13949 0 -1 1077944384 20080 13385 0 0 1144 68 5 2 20 0 15 0 59292753 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208746154640 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14743] ppid=14683 vsize=10916192 memory=1952 CPUtime=12.17 cores=0,2,4,6
/proc/14686/task/14743/stat : 14743 (java) S 14683 14686 13949 0 -1 1077944384 18532 13385 0 0 1147 63 5 2 20 0 15 0 59292753 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208745101840 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14744] ppid=14683 vsize=10916192 memory=8384 CPUtime=12.43 cores=0,2,4,6
/proc/14686/task/14744/stat : 14744 (java) S 14683 14686 13949 0 -1 1077944384 20029 13385 0 0 1181 55 5 2 20 0 15 0 59292754 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208179718768 140208854702722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14745] ppid=14683 vsize=10916192 memory=1117676 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14745/stat : 14745 (java) S 14683 14686 13949 0 -1 1077944384 41 13385 0 0 0 0 5 2 20 0 15 0 59292755 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208178664864 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14746] ppid=14683 vsize=10916192 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14746/stat : 14746 (java) S 14683 14686 13949 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 59292755 11178180608 279419 33554432000 4194304 4196468 140735562352144 140207730976384 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14747] ppid=14683 vsize=10916192 memory=10936 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14747/stat : 14747 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140207423576656 140208854710171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14748] ppid=14683 vsize=10916192 memory=6791534058613427641 CPUtime=6.6 cores=0,2,4,6
/proc/14686/task/14748/stat : 14748 (java) S 14683 14686 13949 0 -1 1077944384 54264 13385 0 0 643 10 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208145107056 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14749] ppid=14683 vsize=10916192 memory=4126316290023845779 CPUtime=6.76 cores=0,2,4,6
/proc/14686/task/14749/stat : 14749 (java) S 14683 14686 13949 0 -1 1077944384 45881 13385 0 0 662 7 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208144054256 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14750] ppid=14683 vsize=10916192 memory=1580 CPUtime=3.62 cores=0,2,4,6
/proc/14686/task/14750/stat : 14750 (java) S 14683 14686 13949 0 -1 1077944384 47039 13385 0 0 347 8 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208143001968 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14751] ppid=14683 vsize=10916192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/14686/task/14751/stat : 14751 (java) S 14683 14686 13949 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140207390018016 140208854701781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
[pid=14686/tid=14752] ppid=14683 vsize=10916192 memory=6791534058613427641 CPUtime=1.52 cores=0,2,4,6
/proc/14686/task/14752/stat : 14752 (java) S 14683 14686 13949 0 -1 1077944384 1181 13385 0 0 76 69 5 2 20 0 15 0 59292758 11178180608 279419 33554432000 4194304 4196468 140735562352144 140208141949872 140208854702722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29884416 140735562353263 140735562356060 140735562356060 140735562358735 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1117676 KiB

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

[startup+2469.33 s]
# the end of solver process 14686 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.24 s, system=3.87661 s

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

Child status: 143
Real time (s): 2469.33
CPU time (s): 2520.12
CPU user time (s): 2516.24
CPU system time (s): 3.87661
CPU usage (%): 102.057
Max. virtual memory (cumulated for all children) (KiB): 10919052
Max. memory (cumulated for all children) (KiB): 1117676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.24
system time used= 3.87661
maximum resident set size= 1121892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360453
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304121
involuntary context switches= 9958


# summary of solver processes directly reported to runsolver:
#   pid: 14686
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.24
#   total CPU system time (s): 3.87661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4316 second user time and 21.2648 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 09:28:16
IDJOB=4294029
IDBENCH=141318
IDSOLVER=2750
FILE ID=node148/4294029-1532417296
RUNJOBID= node148-1532414812-13980
PBS_JOBID= 21021576
Free space on /tmp= 43728 MiB

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

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

MD5SUM BENCH= 40a5a96b8eb7bfbd368a4d559cc37ab9
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:        14237276 kB
MemAvailable:   30845916 kB
Buffers:          195020 kB
Cached:         16360888 kB
SwapCached:            8 kB
Active:          3128476 kB
Inactive:       14575012 kB
Active(anon):    1101212 kB
Inactive(anon):    66096 kB
Active(file):    2027264 kB
Inactive(file): 14508916 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             27044 kB
Writeback:             0 kB
AnonPages:       1158748 kB
Mapped:            51196 kB
Shmem:             17024 kB
Slab:             528160 kB
SReclaimable:     500920 kB
SUnreclaim:        27240 kB
KernelStack:        3696 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2113676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    911360 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 10:09:25