Trace number 4294049

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)57 2520.07 2467.93

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15a_c18.xml
MD5SUMa75ea741f9764b89989098c28f8006bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark58.1377
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints154
Number of domains19
Minimum domain size1
Maximum domain size27
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":31},{"size":3,"count":4},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":41},{"degree":40,"count":10},{"degree":41,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":128},{"arity":16,"count":26}]
Number of extensional constraints0
Number of intensional constraints128
Distribution of constraint types[{"type":"intension","count":128},{"type":"count","count":26}]
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.73	c Concrete v3.8.1528841891564 running
9.47/4.39	o 75
9.80/4.41	o 67
11.33/4.96	o 66
11.33/4.96	o 63
11.33/4.96	o 62
11.88/5.28	o 60
12.59/5.50	o 59
12.59/5.51	o 58
23.61/14.99	o 57
2520.03/2467.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2467.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2467.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2467.90		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2467.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2467.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2467.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2467.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2467.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2467.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2467.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2467.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2467.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2467.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2467.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2467.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2467.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.03/2467.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2467.90		at scala.Option.map(Option.scala:146)
2520.03/2467.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2467.90		at concrete.MAC.mac(MAC.scala:203)
2520.03/2467.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2467.90		at scala.util.Try$.apply(Try.scala:209)
2520.03/2467.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2467.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2467.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2467.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2467.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2467.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2467.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2467.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2467.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2467.90		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2467.90		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2467.90		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2467.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2467.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2467.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2467.91		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2467.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2467.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2467.91		at scala.util.Success.map(Try.scala:209)
2520.03/2467.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2467.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2467.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2467.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2467.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2467.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2467.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2467.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2467.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2467.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2467.91		at scala.App.main(App.scala:76)
2520.03/2467.91		at scala.App.main$(App.scala:74)
2520.03/2467.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2467.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2467.91	v <instantiation cost="57">
2520.03/2467.91	v       <list>
2520.03/2467.91	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] 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] 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] 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]
2520.03/2467.91	v       </list>
2520.03/2467.91	v       <values>
2520.03/2467.91	v         -10 -10 -8 8 -8 -8 10 10 -10 1 8 1 8 5 -1 1 0 0 0 0 0 0 3 0 3 0 0 0 2 0 0 0 1 0 0 3 0 2 0 0 0 5 6 9 0 8 10 0 0 6 0 0 0 0 0 13
2520.03/2467.91	v       </values>
2520.03/2467.91	v     </instantiation>
2520.03/2467.91	s SATISFIABLE

Verifier Data

OK	57

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

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

solver pid=15473, runsolver pid=15470

[startup+0.107959 s]*
/proc/loadavg: 1.46 1.41 1.45 3/207 15531
/proc/meminfo: memFree=14124664/32770624 swapFree=67108852/67108860
[pid=15473] ppid=15470 vsize=10355560 memory=23700 CPUtime=0.1 cores=1,3,5,7
/proc/15473/stat : 15473 (java) S 15470 15473 13949 0 -1 1077944320 4584 12849 0 0 2 1 5 2 20 0 9 0 59716080 10604093440 5925 33554432000 4194304 4196468 140720799507696 140720799490240 140208652586743 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
/proc/15473/statm: 2588890 5925 2101 1 0 2551431 0
[pid=15473/tid=15526] ppid=15470 vsize=10355560 memory=4351193297950770314 CPUtime=0.08 cores=1,3,5,7
/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 2352 12849 0 0 1 0 5 2 20 0 9 0 59716089 10604093440 5925 33554432000 4194304 4196468 140720799507696 140208624422768 140208638269235 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10355560 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 9 0 59716090 10604093440 5925 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10355560 memory=140535356393088 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 9 0 59716090 10604093440 5925 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 9 0 59716090 10604093440 5925 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 9 0 59716090 10604093440 5925 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10355560 memory=140535356393088 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 9 0 59716091 10604093440 5925 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 33 12849 0 0 0 0 5 2 20 0 9 0 59716092 10604093440 5925 33554432000 4194304 4196468 140720799507696 140208110503072 140208652596949 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 9 0 59716092 10604093440 5925 33554432000 4194304 4196468 140720799507696 140207462540080 140208652596949 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 23700 KiB

[startup+0.210157 s]*
/proc/loadavg: 1.46 1.41 1.45 3/215 15539
/proc/meminfo: memFree=14105696/32770624 swapFree=67108852/67108860
[pid=15473] ppid=15470 vsize=10818904 memory=46992 CPUtime=0.26 cores=1,3,5,7
/proc/15473/stat : 15473 (java) S 15470 15473 13949 0 -1 1077944320 9131 12849 0 0 16 3 5 2 20 0 15 0 59716080 11078557696 11748 33554432000 4194304 4196468 140720799507696 140720799490240 140208652586743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
/proc/15473/statm: 2704726 11748 2950 1 0 2667149 0
[pid=15473/tid=15526] ppid=15470 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 5675 12849 0 0 10 2 5 2 20 0 15 0 59716089 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208624411552 140208636667230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10818904 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716090 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10818904 memory=140535356723550 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716090 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 15 0 59716090 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 15 0 59716090 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10818904 memory=140535356393088 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 15 0 59716091 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 33 12849 0 0 0 0 5 2 20 0 15 0 59716092 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208110503072 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716092 11078557696 11748 33554432000 4194304 4196468 140720799507696 140207462540016 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15534] ppid=15470 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15534/stat : 15534 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716094 11078557696 11748 33554432000 4194304 4196468 140720799507696 140207222249424 140208652605339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15535] ppid=15470 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15473/task/15535/stat : 15535 (java) S 15470 15473 13949 0 -1 1077944384 480 12849 0 0 1 0 5 2 20 0 15 0 59716094 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208076946160 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15536] ppid=15470 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15536/stat : 15536 (java) S 15470 15473 13949 0 -1 1077944384 129 12849 0 0 0 0 5 2 20 0 15 0 59716094 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208075893616 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15537] ppid=15470 vsize=10818904 memory=140535356393088 CPUtime=0.1 cores=1,3,5,7
/proc/15473/task/15537/stat : 15537 (java) R 15470 15473 13949 0 -1 4202560 610 12849 0 0 3 0 5 2 20 0 15 0 59716094 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208074840560 140208652608090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15538] ppid=15470 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15538/stat : 15538 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716095 11078557696 11748 33554432000 4194304 4196468 140720799507696 140207188691808 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15539] ppid=15470 vsize=10818904 memory=140535356393088 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15539/stat : 15539 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716095 11078557696 11748 33554432000 4194304 4196468 140720799507696 140208073787952 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46992 KiB

[startup+0.310444 s]*
/proc/loadavg: 1.46 1.41 1.45 3/215 15539
/proc/meminfo: memFree=14093044/32770624 swapFree=67108852/67108860
[pid=15473] ppid=15470 vsize=10819352 memory=55132 CPUtime=0.38 cores=1,3,5,7
/proc/15473/stat : 15473 (java) S 15470 15473 13949 0 -1 1077944320 10330 12849 0 0 28 3 5 2 20 0 15 0 59716080 11079016448 13783 33554432000 4194304 4196468 140720799507696 140720799490240 140208652586743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
/proc/15473/statm: 2704838 13783 3096 1 0 2667149 0
[pid=15473/tid=15526] ppid=15470 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 6859 12849 0 0 19 2 5 2 20 0 15 0 59716089 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208624398752 140208634150295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716090 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10819352 memory=140535356403681 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716090 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 15 0 59716090 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 15 0 59716090 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 15 0 59716091 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 33 12849 0 0 0 0 5 2 20 0 15 0 59716092 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208110503072 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716092 11079016448 13783 33554432000 4194304 4196468 140720799507696 140207462540016 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15534] ppid=15470 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15534/stat : 15534 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716094 11079016448 13783 33554432000 4194304 4196468 140720799507696 140207222249424 140208652605339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15535] ppid=15470 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15473/task/15535/stat : 15535 (java) S 15470 15473 13949 0 -1 1077944384 480 12849 0 0 2 0 5 2 20 0 15 0 59716094 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208076946160 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15536] ppid=15470 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15473/task/15536/stat : 15536 (java) S 15470 15473 13949 0 -1 1077944384 132 12849 0 0 1 0 5 2 20 0 15 0 59716094 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208075893616 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15537] ppid=15470 vsize=10819352 memory=140535356393088 CPUtime=0.12 cores=1,3,5,7
/proc/15473/task/15537/stat : 15537 (java) S 15470 15473 13949 0 -1 1077944384 618 12849 0 0 5 0 5 2 20 0 15 0 59716094 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208074840560 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15538] ppid=15470 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15538/stat : 15538 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716095 11079016448 13783 33554432000 4194304 4196468 140720799507696 140207188691808 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15539] ppid=15470 vsize=10819352 memory=140535356393088 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15539/stat : 15539 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716095 11079016448 13783 33554432000 4194304 4196468 140720799507696 140208073787952 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55132 KiB

[startup+0.700779 s]
/proc/loadavg: 1.46 1.41 1.45 3/215 15539
/proc/meminfo: memFree=14084236/32770624 swapFree=67108852/67108860
[pid=15473] ppid=15470 vsize=10819352 memory=87132 CPUtime=0.97 cores=1,3,5,7
/proc/15473/stat : 15473 (java) S 15470 15473 13949 0 -1 1077944320 16386 12849 0 0 85 5 5 2 20 0 15 0 59716080 11079016448 21783 33554432000 4194304 4196468 140720799507696 140720799490240 140208652586743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
/proc/15473/statm: 2704838 21783 3237 1 0 2667149 0
[pid=15473/tid=15526] ppid=15470 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 11878 12849 0 0 54 4 5 2 20 0 15 0 59716089 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208624407568 140208632862575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716090 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10819352 memory=2443433739777 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716090 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10819352 memory=546657966 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 15 0 59716090 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10819352 memory=4639366808851880611 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 2 12849 0 0 0 0 5 2 20 0 15 0 59716090 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10819352 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 5 12849 0 0 0 0 5 2 20 0 15 0 59716091 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10819352 memory=11228 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 33 12849 0 0 0 0 5 2 20 0 15 0 59716092 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208110503072 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10819352 memory=16432 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716092 11079016448 21783 33554432000 4194304 4196468 140720799507696 140207462540016 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15534] ppid=15470 vsize=10819352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15534/stat : 15534 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716094 11079016448 21783 33554432000 4194304 4196468 140720799507696 140207222249424 140208652605339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15535] ppid=15470 vsize=10819352 memory=644 CPUtime=0.17 cores=1,3,5,7
/proc/15473/task/15535/stat : 15535 (java) S 15470 15473 13949 0 -1 1077944384 1084 12849 0 0 10 0 5 2 20 0 15 0 59716094 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208076946160 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15536] ppid=15470 vsize=10819352 memory=956 CPUtime=0.13 cores=1,3,5,7
/proc/15473/task/15536/stat : 15536 (java) S 15470 15473 13949 0 -1 1077944384 512 12849 0 0 6 0 5 2 20 0 15 0 59716094 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208075893616 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15537] ppid=15470 vsize=10819352 memory=1232 CPUtime=0.2 cores=1,3,5,7
/proc/15473/task/15537/stat : 15537 (java) S 15470 15473 13949 0 -1 1077944384 668 12849 0 0 13 0 5 2 20 0 15 0 59716094 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208074840560 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15538] ppid=15470 vsize=10819352 memory=2336 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15538/stat : 15538 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716095 11079016448 21783 33554432000 4194304 4196468 140720799507696 140207188691808 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15539] ppid=15470 vsize=10819352 memory=6153431502485415780 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15539/stat : 15539 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716095 11079016448 21783 33554432000 4194304 4196468 140720799507696 140208073787952 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87132 KiB

[startup+1.50065 s]
/proc/loadavg: 1.46 1.41 1.45 5/215 15539
/proc/meminfo: memFree=14038408/32770624 swapFree=67108852/67108860
[pid=15473] ppid=15470 vsize=10834252 memory=177280 CPUtime=2.28 cores=1,3,5,7
/proc/15473/stat : 15473 (java) S 15470 15473 13949 0 -1 1077944320 23446 12849 0 0 210 11 5 2 20 0 15 0 59716080 11094274048 44320 33554432000 4194304 4196468 140720799507696 140720799490240 140208652586743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
/proc/15473/statm: 2708563 44320 3468 1 0 2670221 0
[pid=15473/tid=15526] ppid=15470 vsize=10834252 memory=7518026630507424621 CPUtime=1.42 cores=1,3,5,7
/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 17332 12849 0 0 128 7 5 2 20 0 15 0 59716089 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208624416912 140208652608090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10834252 memory=7307184289356141163 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 25 12849 0 0 0 0 5 2 20 0 15 0 59716090 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10834252 memory=6156258415617861987 CPUtime=0.08 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 21 12849 0 0 1 0 5 2 20 0 15 0 59716090 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10834252 memory=-3704326594973231466 CPUtime=0.08 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 228 12849 0 0 1 0 5 2 20 0 15 0 59716090 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10834252 memory=7100839861465685612 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 66 12849 0 0 0 0 5 2 20 0 15 0 59716090 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10834252 memory=3054156605268465310 CPUtime=0.08 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 57 12849 0 0 1 0 5 2 20 0 15 0 59716091 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10834252 memory=7822038051842261661 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 34 12849 0 0 0 0 5 2 20 0 15 0 59716092 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208110503136 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10834252 memory=8514726395714825349 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716092 11094274048 44320 33554432000 4194304 4196468 140720799507696 140207462540016 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15534] ppid=15470 vsize=10834252 memory=-8412652177879177843 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15534/stat : 15534 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716094 11094274048 44320 33554432000 4194304 4196468 140720799507696 140207222249424 140208652605339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15535] ppid=15470 vsize=10834252 memory=-8707038579349950309 CPUtime=0.33 cores=1,3,5,7
/proc/15473/task/15535/stat : 15535 (java) S 15470 15473 13949 0 -1 1077944384 1557 12849 0 0 26 0 5 2 20 0 15 0 59716094 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208076946160 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15536] ppid=15470 vsize=10834252 memory=-6520471753822164382 CPUtime=0.22 cores=1,3,5,7
/proc/15473/task/15536/stat : 15536 (java) R 15470 15473 13949 0 -1 1077944384 662 12849 0 0 15 0 5 2 20 0 15 0 59716094 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208075893616 140208652597890 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15537] ppid=15470 vsize=10834252 memory=9047017150487036575 CPUtime=0.4 cores=1,3,5,7
/proc/15473/task/15537/stat : 15537 (java) S 15470 15473 13949 0 -1 1077944384 1264 12849 0 0 33 0 5 2 20 0 15 0 59716094 11094274048 44320 33554432000 4194304 4196468 140720799507696 140208074840560 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0

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

/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 102534 12849 0 0 235391 55 5 2 20 0 15 0 59716089 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208624421520 140208636901980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10916192 memory=1090720 CPUtime=12.37 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 14329 12849 0 0 1163 67 5 2 20 0 15 0 59716090 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10916192 memory=1090720 CPUtime=12.38 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 15375 12849 0 0 1161 70 5 2 20 0 15 0 59716090 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10916192 memory=1090720 CPUtime=12.4 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 12060 12849 0 0 1172 61 5 2 20 0 15 0 59716090 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10916192 memory=1090720 CPUtime=12.43 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 14317 12849 0 0 1173 63 5 2 20 0 15 0 59716090 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10916192 memory=1090720 CPUtime=11.61 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 15239 12849 0 0 1094 60 5 2 20 0 15 0 59716091 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10916192 memory=1090660 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 42 12849 0 0 0 0 5 2 20 0 15 0 59716092 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208110503200 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10916192 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716092 11178180608 272680 33554432000 4194304 4196468 140720799507696 140207462540032 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15534] ppid=15470 vsize=10916192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15534/stat : 15534 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716094 11178180608 272680 33554432000 4194304 4196468 140720799507696 140207222249424 140208652605339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15535] ppid=15470 vsize=10916192 memory=1090720 CPUtime=6.39 cores=1,3,5,7
/proc/15473/task/15535/stat : 15535 (java) S 15470 15473 13949 0 -1 1077944384 46621 12849 0 0 626 6 5 2 20 0 15 0 59716094 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208076946160 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15536] ppid=15470 vsize=10916192 memory=1090720 CPUtime=6.56 cores=1,3,5,7
/proc/15473/task/15536/stat : 15536 (java) S 15470 15473 13949 0 -1 1077944384 44305 12849 0 0 642 7 5 2 20 0 15 0 59716094 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208075893616 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15537] ppid=15470 vsize=10916192 memory=796 CPUtime=3.45 cores=1,3,5,7
/proc/15473/task/15537/stat : 15537 (java) S 15470 15473 13949 0 -1 1077944384 44495 12849 0 0 331 7 5 2 20 0 15 0 59716094 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208074840560 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15538] ppid=15470 vsize=10916192 memory=10936 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15538/stat : 15538 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716095 11178180608 272680 33554432000 4194304 4196468 140720799507696 140207188691808 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15539] ppid=15470 vsize=10916192 memory=1008 CPUtime=1.47 cores=1,3,5,7
/proc/15473/task/15539/stat : 15539 (java) S 15470 15473 13949 0 -1 1077944384 1060 12849 0 0 56 84 5 2 20 0 15 0 59716095 11178180608 272680 33554432000 4194304 4196468 140720799507696 140208073787952 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
Current children cumulated CPU time: 2433.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1090720 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.32 1.36 3/215 15761
/proc/meminfo: memFree=13188700/32770624 swapFree=67108852/67108860
[pid=15473] ppid=15470 vsize=10916192 memory=1090816 CPUtime=2494.02 cores=1,3,5,7
/proc/15473/stat : 15473 (java) S 15470 15473 13949 0 -1 1077944320 314630 12849 0 0 248979 416 5 2 20 0 15 0 59716080 11178180608 272704 33554432000 4194304 4196468 140720799507696 140720799490240 140208652586743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
/proc/15473/statm: 2729048 272704 3522 1 0 2690701 0
[pid=15473/tid=15526] ppid=15470 vsize=10916192 memory=1090816 CPUtime=2413.82 cores=1,3,5,7
/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 103516 12849 0 0 241318 57 5 2 20 0 15 0 59716089 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208624421232 140208231285504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.69 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 14425 12849 0 0 1193 69 5 2 20 0 15 0 59716090 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.71 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 15490 12849 0 0 1193 71 5 2 20 0 15 0 59716090 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.73 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 12494 12849 0 0 1203 63 5 2 20 0 15 0 59716090 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10916192 memory=1090788 CPUtime=12.75 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 14340 12849 0 0 1204 64 5 2 20 0 15 0 59716090 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10916192 memory=1090816 CPUtime=11.92 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 15610 12849 0 0 1122 63 5 2 20 0 15 0 59716091 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10916192 memory=1090816 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 42 12849 0 0 0 0 5 2 20 0 15 0 59716092 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208110503200 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10916192 memory=1090816 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716092 11178180608 272704 33554432000 4194304 4196468 140720799507696 140207462540032 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15534] ppid=15470 vsize=10916192 memory=1090816 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15534/stat : 15534 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716094 11178180608 272704 33554432000 4194304 4196468 140720799507696 140207222249424 140208652605339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15535] ppid=15470 vsize=10916192 memory=1090816 CPUtime=6.39 cores=1,3,5,7
/proc/15473/task/15535/stat : 15535 (java) S 15470 15473 13949 0 -1 1077944384 46623 12849 0 0 626 6 5 2 20 0 15 0 59716094 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208076946160 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15536] ppid=15470 vsize=10916192 memory=1090660 CPUtime=6.56 cores=1,3,5,7
/proc/15473/task/15536/stat : 15536 (java) S 15470 15473 13949 0 -1 1077944384 44307 12849 0 0 642 7 5 2 20 0 15 0 59716094 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208075893616 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15537] ppid=15470 vsize=10916192 memory=1090816 CPUtime=3.45 cores=1,3,5,7
/proc/15473/task/15537/stat : 15537 (java) S 15470 15473 13949 0 -1 1077944384 44497 12849 0 0 331 7 5 2 20 0 15 0 59716094 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208074840560 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15538] ppid=15470 vsize=10916192 memory=1090816 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15538/stat : 15538 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716095 11178180608 272704 33554432000 4194304 4196468 140720799507696 140207188691808 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15539] ppid=15470 vsize=10916192 memory=1952 CPUtime=1.5 cores=1,3,5,7
/proc/15473/task/15539/stat : 15539 (java) S 15470 15473 13949 0 -1 1077944384 1087 12849 0 0 58 85 5 2 20 0 15 0 59716095 11178180608 272704 33554432000 4194304 4196468 140720799507696 140208073787952 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
Current children cumulated CPU time: 2494.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1090816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.9 s]
/proc/loadavg: 1.34 1.34 1.36 3/215 15762
/proc/meminfo: memFree=13188756/32770624 swapFree=67108852/67108860
[pid=15473] ppid=15470 vsize=10916192 memory=1090852 CPUtime=2520.03 cores=1,3,5,7
/proc/15473/stat : 15473 (java) S 15470 15473 13949 0 -1 1077944320 315595 12849 0 0 251576 420 5 2 20 0 15 0 59716080 11178180608 272713 33554432000 4194304 4196468 140720799507696 140720799490240 140208652586743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
/proc/15473/statm: 2729048 272713 3522 1 0 2690701 0
[pid=15473/tid=15526] ppid=15470 vsize=10916192 memory=1090816 CPUtime=2439.1 cores=1,3,5,7
/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 103981 12849 0 0 243846 57 5 2 20 0 15 0 59716089 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208624421728 140208234184256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.84 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 14496 12849 0 0 1207 70 5 2 20 0 15 0 59716090 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.86 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 15867 12849 0 0 1207 72 5 2 20 0 15 0 59716090 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.88 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 12505 12849 0 0 1217 64 5 2 20 0 15 0 59716090 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.9 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 14348 12849 0 0 1218 65 5 2 20 0 15 0 59716090 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.04 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 15639 12849 0 0 1134 63 5 2 20 0 15 0 59716091 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10916192 memory=2257 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 42 12849 0 0 0 0 5 2 20 0 15 0 59716092 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208110503200 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10916192 memory=1090816 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716092 11178180608 272713 33554432000 4194304 4196468 140720799507696 140207462540032 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15534] ppid=15470 vsize=10916192 memory=114 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15534/stat : 15534 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716094 11178180608 272713 33554432000 4194304 4196468 140720799507696 140207222249424 140208652605339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15535] ppid=15470 vsize=10916192 memory=1090816 CPUtime=6.39 cores=1,3,5,7
/proc/15473/task/15535/stat : 15535 (java) S 15470 15473 13949 0 -1 1077944384 46623 12849 0 0 626 6 5 2 20 0 15 0 59716094 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208076946160 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15536] ppid=15470 vsize=10916192 memory=1090816 CPUtime=6.56 cores=1,3,5,7
/proc/15473/task/15536/stat : 15536 (java) S 15470 15473 13949 0 -1 1077944384 44307 12849 0 0 642 7 5 2 20 0 15 0 59716094 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208075893616 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15537] ppid=15470 vsize=10916192 memory=1090816 CPUtime=3.45 cores=1,3,5,7
/proc/15473/task/15537/stat : 15537 (java) S 15470 15473 13949 0 -1 1077944384 44497 12849 0 0 331 7 5 2 20 0 15 0 59716094 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208074840560 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15538] ppid=15470 vsize=10916192 memory=1090816 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15538/stat : 15538 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716095 11178180608 272713 33554432000 4194304 4196468 140720799507696 140207188691808 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15539] ppid=15470 vsize=10916192 memory=0 CPUtime=1.52 cores=1,3,5,7
/proc/15473/task/15539/stat : 15539 (java) S 15470 15473 13949 0 -1 1077944384 1091 12849 0 0 59 86 5 2 20 0 15 0 59716095 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208073787952 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1090852 KiB

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

[startup+2467.93 s]
# the end of solver process 15473 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.83 s, system=4.23973 s

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

[startup+2467.9 s]
/proc/loadavg: 1.34 1.34 1.36 3/215 15762
/proc/meminfo: memFree=13188756/32770624 swapFree=67108852/67108860
[pid=15473] ppid=15470 vsize=10916192 memory=1090852 CPUtime=2520.03 cores=1,3,5,7
/proc/15473/stat : 15473 (java) S 15470 15473 13949 0 -1 1077944320 315595 12849 0 0 251576 420 5 2 20 0 15 0 59716080 11178180608 272713 33554432000 4194304 4196468 140720799507696 140720799490240 140208652586743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
/proc/15473/statm: 2729048 272713 3522 1 0 2690701 0
[pid=15473/tid=15526] ppid=15470 vsize=10916192 memory=1090816 CPUtime=2439.1 cores=1,3,5,7
/proc/15473/task/15526/stat : 15526 (java) R 15470 15473 13949 0 -1 4202560 103981 12849 0 0 243846 57 5 2 20 0 15 0 59716089 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208624421728 140208234184256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15527] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.84 cores=1,3,5,7
/proc/15473/task/15527/stat : 15527 (java) S 15470 15473 13949 0 -1 1077944384 14496 12849 0 0 1207 70 5 2 20 0 15 0 59716090 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208656829456 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15528] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.86 cores=1,3,5,7
/proc/15473/task/15528/stat : 15528 (java) S 15470 15473 13949 0 -1 1077944384 15867 12849 0 0 1207 72 5 2 20 0 15 0 59716090 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208545102992 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15529] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.88 cores=1,3,5,7
/proc/15473/task/15529/stat : 15529 (java) S 15470 15473 13949 0 -1 1077944384 12505 12849 0 0 1217 64 5 2 20 0 15 0 59716090 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208544049936 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15530] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.9 cores=1,3,5,7
/proc/15473/task/15530/stat : 15530 (java) S 15470 15473 13949 0 -1 1077944384 14348 12849 0 0 1218 65 5 2 20 0 15 0 59716090 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208542997392 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15531] ppid=15470 vsize=10916192 memory=1090816 CPUtime=12.04 cores=1,3,5,7
/proc/15473/task/15531/stat : 15531 (java) S 15470 15473 13949 0 -1 1077944384 15639 12849 0 0 1134 63 5 2 20 0 15 0 59716091 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208111556848 140208652597890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15532] ppid=15470 vsize=10916192 memory=2257 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15532/stat : 15532 (java) S 15470 15473 13949 0 -1 1077944384 42 12849 0 0 0 0 5 2 20 0 15 0 59716092 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208110503200 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15533] ppid=15470 vsize=10916192 memory=1090816 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15533/stat : 15533 (java) S 15470 15473 13949 0 -1 1077944384 1 12849 0 0 0 0 5 2 20 0 15 0 59716092 11178180608 272713 33554432000 4194304 4196468 140720799507696 140207462540032 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15534] ppid=15470 vsize=10916192 memory=114 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15534/stat : 15534 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716094 11178180608 272713 33554432000 4194304 4196468 140720799507696 140207222249424 140208652605339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15535] ppid=15470 vsize=10916192 memory=1090816 CPUtime=6.39 cores=1,3,5,7
/proc/15473/task/15535/stat : 15535 (java) S 15470 15473 13949 0 -1 1077944384 46623 12849 0 0 626 6 5 2 20 0 15 0 59716094 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208076946160 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15536] ppid=15470 vsize=10916192 memory=1090816 CPUtime=6.56 cores=1,3,5,7
/proc/15473/task/15536/stat : 15536 (java) S 15470 15473 13949 0 -1 1077944384 44307 12849 0 0 642 7 5 2 20 0 15 0 59716094 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208075893616 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15537] ppid=15470 vsize=10916192 memory=1090816 CPUtime=3.45 cores=1,3,5,7
/proc/15473/task/15537/stat : 15537 (java) S 15470 15473 13949 0 -1 1077944384 44497 12849 0 0 331 7 5 2 20 0 15 0 59716094 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208074840560 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15538] ppid=15470 vsize=10916192 memory=1090816 CPUtime=0.07 cores=1,3,5,7
/proc/15473/task/15538/stat : 15538 (java) S 15470 15473 13949 0 -1 1077944384 3 12849 0 0 0 0 5 2 20 0 15 0 59716095 11178180608 272713 33554432000 4194304 4196468 140720799507696 140207188691808 140208652596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
[pid=15473/tid=15539] ppid=15470 vsize=10916192 memory=0 CPUtime=1.52 cores=1,3,5,7
/proc/15473/task/15539/stat : 15539 (java) S 15470 15473 13949 0 -1 1077944384 1091 12849 0 0 59 86 5 2 20 0 15 0 59716095 11178180608 272713 33554432000 4194304 4196468 140720799507696 140208073787952 140208652597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33484800 140720799513199 140720799515996 140720799515996 140720799518671 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1090852 KiB

Child status: 143
Real time (s): 2467.93
CPU time (s): 2520.07
CPU user time (s): 2515.83
CPU system time (s): 4.23973
CPU usage (%): 102.113
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 1090852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.83
system time used= 4.23973
maximum resident set size= 1095072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317253
involuntary context switches= 7415


# summary of solver processes directly reported to runsolver:
#   pid: 15473
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.83
#   total CPU system time (s): 4.23973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.702 second user time and 23.75 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 10:38:49
IDJOB=4294049
IDBENCH=141323
IDSOLVER=2750
FILE ID=node148/4294049-1532421529
RUNJOBID= node148-1532414812-13981
PBS_JOBID= 21021576
Free space on /tmp= 43728 MiB

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

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=188195606

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:        14136028 kB
MemAvailable:   30748248 kB
Buffers:          196436 kB
Cached:         16362980 kB
SwapCached:            8 kB
Active:          3227020 kB
Inactive:       14575756 kB
Active(anon):    1197104 kB
Inactive(anon):    66096 kB
Active(file):    2029916 kB
Inactive(file): 14509660 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26656 kB
Writeback:             0 kB
AnonPages:       1250576 kB
Mapped:            51328 kB
Shmem:             17024 kB
Slab:             528620 kB
SReclaimable:     501104 kB
SUnreclaim:        27516 kB
KernelStack:        3504 kB
PageTables:         7632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2223524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1144832 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 11:19:57