Trace number 4294041

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)65 2520.05 2468.53

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22b_c18.xml
MD5SUM7375a72c51daab431b80fe15fe0b37d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2400.26
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints296
Number of domains19
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":49},{"size":3,"count":6},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":43,"count":22}]
Minimum variable degree2
Maximum variable degree64
Distribution of variable degrees[{"degree":2,"count":64},{"degree":61,"count":8},{"degree":62,"count":6},{"degree":63,"count":4},{"degree":64,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":254},{"arity":23,"count":42}]
Number of extensional constraints0
Number of intensional constraints254
Distribution of constraint types[{"type":"intension","count":254},{"type":"count","count":42}]
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.99/0.74	c Concrete v3.8.1528841891564 running
13.73/5.78	o 112
13.73/5.79	o 111
13.97/5.81	o 110
13.97/5.88	o 108
13.97/5.88	o 104
13.97/5.89	o 102
14.29/5.92	o 100
14.29/6.01	o 93
14.58/6.01	o 86
14.58/6.02	o 81
14.58/6.03	o 75
14.58/6.05	o 74
17.15/7.82	o 72
18.16/8.54	o 71
20.81/10.81	o 70
118.14/106.37	o 68
118.14/106.38	o 67
118.14/106.38	o 66
469.75/451.20	o 65
2520.02/2468.50	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2468.50		at concrete.MAC.mac(MAC.scala:188)
2520.02/2468.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2468.50		at scala.util.Try$.apply(Try.scala:209)
2520.02/2468.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2468.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2468.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2468.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2468.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2468.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2468.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2468.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2468.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2468.50		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2468.50		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2468.50		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2468.50		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2468.50		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2468.50		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2468.50		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2468.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2468.50		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2468.50		at scala.util.Success.map(Try.scala:209)
2520.02/2468.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2468.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2468.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2468.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2468.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2468.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2468.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2468.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2468.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2468.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2468.51		at scala.App.main(App.scala:76)
2520.02/2468.51		at scala.App.main$(App.scala:74)
2520.02/2468.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2468.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2468.51	v <instantiation cost="65">
2520.02/2468.51	v       <list>
2520.02/2468.51	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] np[17] np[18] np[19] np[20] 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] nf[17] nf[18] nf[19] nf[20] 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.02/2468.51	v       </list>
2520.02/2468.51	v       <values>
2520.02/2468.51	v         -11 -15 -20 9 15 2 11 21 -15 15 -9 9 21 20 -2 15 -21 -15 -21 21 1 12 0 1 0 0 0 0 0 0 1 0 1 0 0 0 3 0 0 0 0 1 2 1 1 0 0 0 0 0 0 2 0 1 1 0 0 3 0 0 0 0 1 3 6 7 4 0 0 0 0 0 7 0 8 0 0 0 5 0 11 7 10 0 0 0
2520.02/2468.51	v       </values>
2520.02/2468.51	v     </instantiation>
2520.02/2468.51	s SATISFIABLE

Verifier Data

OK	65

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294041-1532419833/watcher-4294041-1532419833 -o /tmp/evaluation-result-4294041-1532419833/solver-4294041-1532419833 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13980 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1695995809 HOME/instance-4294041-1532419833.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=15174, runsolver pid=15171


[startup+0.100084 s]*
/proc/loadavg: 1.43 1.39 1.39 3/206 15231
/proc/meminfo: memFree=14142364/32770624 swapFree=67108852/67108860
[pid=15174] ppid=15171 vsize=9972712 memory=16688 CPUtime=0.1 cores=0,2,4,6
/proc/15174/stat : 15174 (java) S 15171 15174 13949 0 -1 1077944320 4336 12971 0 0 1 1 5 3 20 0 6 0 59546425 10212057088 4172 33554432000 4194304 4196468 140733362961952 140733362944496 140036396949239 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
/proc/15174/statm: 2493178 4172 1934 1 0 2481616 0
[pid=15174/tid=15227] ppid=15171 vsize=9973740 memory=4279135704047584141 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 2144 12971 0 0 0 0 5 3 20 0 6 0 59546434 10213109760 4172 33554432000 4194304 4196468 140733362961952 140036368786000 140036389187038 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=9981200 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 6 0 59546435 10220748800 4172 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=9988792 memory=139862451754624 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 6 0 59546435 10228523008 4238 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=9988792 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 6 0 59546435 10228523008 4238 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=9988792 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 6 0 59546435 10228523008 4238 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16688 KiB

[startup+0.20985 s]*
/proc/loadavg: 1.43 1.39 1.39 2/215 15240
/proc/meminfo: memFree=14123408/32770624 swapFree=67108852/67108860
[pid=15174] ppid=15171 vsize=10818856 memory=39920 CPUtime=0.26 cores=0,2,4,6
/proc/15174/stat : 15174 (java) S 15171 15174 13949 0 -1 1077944320 8371 12971 0 0 16 2 5 3 20 0 15 0 59546425 11078508544 9980 33554432000 4194304 4196468 140733362961952 140733362944496 140036396949239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
/proc/15174/statm: 2704714 9980 2964 1 0 2667149 0
[pid=15174/tid=15227] ppid=15171 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 4802 12971 0 0 10 1 5 3 20 0 15 0 59546434 11078508544 9980 33554432000 4194304 4196468 140733362961952 140036368746896 140036378512814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=10818856 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546435 11078508544 9980 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=10818856 memory=139862452085461 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 59546435 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546435 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 59546435 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15232] ppid=15171 vsize=10818856 memory=139862451754624 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15232/stat : 15232 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 59546436 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035856484976 140036396960386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15233] ppid=15171 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15233/stat : 15233 (java) S 15171 15174 13949 0 -1 1077944384 33 12971 0 0 0 0 5 3 20 0 15 0 59546436 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035855430944 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15234] ppid=15171 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15234/stat : 15234 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546437 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035261195888 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15235] ppid=15171 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15235/stat : 15235 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546439 11078508544 9980 33554432000 4194304 4196468 140733362961952 140034953796176 140036396967835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15236] ppid=15171 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15236/stat : 15236 (java) S 15171 15174 13949 0 -1 1077944384 562 12971 0 0 1 0 5 3 20 0 15 0 59546439 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035821873264 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15237] ppid=15171 vsize=10818856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15237/stat : 15237 (java) S 15171 15174 13949 0 -1 1077944384 79 12971 0 0 1 0 5 3 20 0 15 0 59546439 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035820820464 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15238] ppid=15171 vsize=10818856 memory=139862451754624 CPUtime=0.11 cores=0,2,4,6
/proc/15174/task/15238/stat : 15238 (java) S 15171 15174 13949 0 -1 1077944384 686 12971 0 0 3 0 5 3 20 0 15 0 59546439 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035819768176 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15239] ppid=15171 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15239/stat : 15239 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546440 11078508544 9980 33554432000 4194304 4196468 140733362961952 140034920237536 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15240] ppid=15171 vsize=10818856 memory=139862451754624 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15240/stat : 15240 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546440 11078508544 9980 33554432000 4194304 4196468 140733362961952 140035818716080 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 39920 KiB

[startup+0.310293 s]*
/proc/loadavg: 1.43 1.39 1.39 3/215 15240
/proc/meminfo: memFree=14114848/32770624 swapFree=67108852/67108860
[pid=15174] ppid=15171 vsize=10819352 memory=51276 CPUtime=0.39 cores=0,2,4,6
/proc/15174/stat : 15174 (java) S 15171 15174 13949 0 -1 1077944320 10421 12971 0 0 28 3 5 3 20 0 15 0 59546425 11079016448 12819 33554432000 4194304 4196468 140733362961952 140733362944496 140036396949239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
/proc/15174/statm: 2704838 12819 3095 1 0 2667149 0
[pid=15174/tid=15227] ppid=15171 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 6819 12971 0 0 19 2 5 3 20 0 15 0 59546434 11079016448 12819 33554432000 4194304 4196468 140733362961952 140036368761248 140036377224431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546435 11079016448 12819 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 59546435 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546435 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 59546435 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15232] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15232/stat : 15232 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 59546436 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035856484976 140036396960386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15233] ppid=15171 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15233/stat : 15233 (java) S 15171 15174 13949 0 -1 1077944384 33 12971 0 0 0 0 5 3 20 0 15 0 59546436 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035855430944 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15234] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15234/stat : 15234 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546437 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035261195888 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15235] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15235/stat : 15235 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546439 11079016448 12819 33554432000 4194304 4196468 140733362961952 140034953796176 140036396967835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15236] ppid=15171 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15236/stat : 15236 (java) S 15171 15174 13949 0 -1 1077944384 570 12971 0 0 1 0 5 3 20 0 15 0 59546439 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035821873264 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15237] ppid=15171 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15237/stat : 15237 (java) S 15171 15174 13949 0 -1 1077944384 79 12971 0 0 1 0 5 3 20 0 15 0 59546439 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035820820464 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15238] ppid=15171 vsize=10819352 memory=139862451754624 CPUtime=0.12 cores=0,2,4,6
/proc/15174/task/15238/stat : 15238 (java) S 15171 15174 13949 0 -1 1077944384 711 12971 0 0 4 0 5 3 20 0 15 0 59546439 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035819768176 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15239] ppid=15171 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15239/stat : 15239 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546440 11079016448 12819 33554432000 4194304 4196468 140733362961952 140034920237536 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15240] ppid=15171 vsize=10819352 memory=139862451754624 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15240/stat : 15240 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546440 11079016448 12819 33554432000 4194304 4196468 140733362961952 140035818716080 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51276 KiB

[startup+0.700721 s]
/proc/loadavg: 1.43 1.39 1.39 3/215 15240
/proc/meminfo: memFree=14103168/32770624 swapFree=67108852/67108860
[pid=15174] ppid=15171 vsize=10819352 memory=84120 CPUtime=0.99 cores=0,2,4,6
/proc/15174/stat : 15174 (java) S 15171 15174 13949 0 -1 1077944320 16769 12971 0 0 86 5 5 3 20 0 15 0 59546425 11079016448 21030 33554432000 4194304 4196468 140733362961952 140733362944496 140036396949239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
/proc/15174/statm: 2704838 21030 3237 1 0 2667149 0
[pid=15174/tid=15227] ppid=15171 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 12095 12971 0 0 55 4 5 3 20 0 15 0 59546434 11079016448 21030 33554432000 4194304 4196468 140733362961952 140036368772176 140036396971165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546435 11079016448 21030 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 59546435 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=10819352 memory=139862321804080 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546435 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=10819352 memory=139865609994828 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 59546435 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15232] ppid=15171 vsize=10819352 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15232/stat : 15232 (java) S 15171 15174 13949 0 -1 1077944384 5 12971 0 0 0 0 5 3 20 0 15 0 59546436 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035856484976 140036396960386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15233] ppid=15171 vsize=10819352 memory=4639098309541128813 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15233/stat : 15233 (java) S 15171 15174 13949 0 -1 1077944384 33 12971 0 0 0 0 5 3 20 0 15 0 59546436 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035855430944 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15234] ppid=15171 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15234/stat : 15234 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546437 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035261195888 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15235] ppid=15171 vsize=10819352 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15235/stat : 15235 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546439 11079016448 21030 33554432000 4194304 4196468 140733362961952 140034953796176 140036396967835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15236] ppid=15171 vsize=10819352 memory=11212 CPUtime=0.18 cores=0,2,4,6
/proc/15174/task/15236/stat : 15236 (java) S 15171 15174 13949 0 -1 1077944384 1236 12971 0 0 10 0 5 3 20 0 15 0 59546439 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035821873264 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15237] ppid=15171 vsize=10819352 memory=16432 CPUtime=0.14 cores=0,2,4,6
/proc/15174/task/15237/stat : 15237 (java) S 15171 15174 13949 0 -1 1077944384 316 12971 0 0 6 0 5 3 20 0 15 0 59546439 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035820820464 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15238] ppid=15171 vsize=10819352 memory=1792 CPUtime=0.2 cores=0,2,4,6
/proc/15174/task/15238/stat : 15238 (java) S 15171 15174 13949 0 -1 1077944384 877 12971 0 0 12 0 5 3 20 0 15 0 59546439 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035819768176 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15239] ppid=15171 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15239/stat : 15239 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546440 11079016448 21030 33554432000 4194304 4196468 140733362961952 140034920237536 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15240] ppid=15171 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15240/stat : 15240 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546440 11079016448 21030 33554432000 4194304 4196468 140733362961952 140035818716080 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84120 KiB

[startup+1.50074 s]
/proc/loadavg: 1.43 1.39 1.39 3/215 15240
/proc/meminfo: memFree=14057704/32770624 swapFree=67108852/67108860
[pid=15174] ppid=15171 vsize=10834252 memory=176032 CPUtime=2.31 cores=0,2,4,6
/proc/15174/stat : 15174 (java) S 15171 15174 13949 0 -1 1077944320 24172 12971 0 0 213 10 5 3 20 0 15 0 59546425 11094274048 44008 33554432000 4194304 4196468 140733362961952 140733362944496 140036396949239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
/proc/15174/statm: 2708563 44008 3476 1 0 2670221 0
[pid=15174/tid=15227] ppid=15171 vsize=10834252 memory=60868 CPUtime=1.43 cores=0,2,4,6
/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 17684 12971 0 0 129 6 5 3 20 0 15 0 59546434 11094274048 44008 33554432000 4194304 4196468 140733362961952 140036368772336 140036382318052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 16 12971 0 0 1 0 5 3 20 0 15 0 59546435 11094274048 44008 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=10834252 memory=279724643639456 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 68 12971 0 0 1 0 5 3 20 0 15 0 59546435 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 178 12971 0 0 1 0 5 3 20 0 15 0 59546435 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 24 12971 0 0 1 0 5 3 20 0 15 0 59546435 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15232] ppid=15171 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15174/task/15232/stat : 15232 (java) S 15171 15174 13949 0 -1 1077944384 184 12971 0 0 1 0 5 3 20 0 15 0 59546436 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035856484976 140036396960386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15233] ppid=15171 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15233/stat : 15233 (java) S 15171 15174 13949 0 -1 1077944384 34 12971 0 0 0 0 5 3 20 0 15 0 59546436 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035855431008 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15234] ppid=15171 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15234/stat : 15234 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546437 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035261195904 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15235] ppid=15171 vsize=10834252 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15235/stat : 15235 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546439 11094274048 44008 33554432000 4194304 4196468 140733362961952 140034953796176 140036396967835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15236] ppid=15171 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/15174/task/15236/stat : 15236 (java) R 15171 15174 13949 0 -1 4202560 1722 12971 0 0 25 0 5 3 20 0 15 0 59546439 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035821873264 140036389934281 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15237] ppid=15171 vsize=10834252 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/15174/task/15237/stat : 15237 (java) S 15171 15174 13949 0 -1 1077944384 430 12971 0 0 15 0 5 3 20 0 15 0 59546439 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035820820464 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15238] ppid=15171 vsize=10834252 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/15174/task/15238/stat : 15238 (java) S 15171 15174 13949 0 -1 1077944384 1631 12971 0 0 34 0 5 3 20 0 15 0 59546439 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035819768176 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15239] ppid=15171 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15239/stat : 15239 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546440 11094274048 44008 33554432000 4194304 4196468 140733362961952 140034920237536 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15240] ppid=15171 vsize=10834252 memory=279724643883968 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15240/stat : 15240 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546440 11094274048 44008 33554432000 4194304 4196468 140733362961952 140035818716080 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 96401 12971 0 0 235402 54 5 3 20 0 15 0 59546434 11178180608 303577 33554432000 4194304 4196468 140733362961952 140036368783808 140036018337189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=10916192 memory=1214196 CPUtime=11.74 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 11567 12971 0 0 1104 62 5 3 20 0 15 0 59546435 11178180608 303577 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=10916192 memory=1214248 CPUtime=11.7 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 15262 12971 0 0 1106 56 5 3 20 0 15 0 59546435 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=10916192 memory=1214248 CPUtime=11.72 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 23652 12971 0 0 1109 55 5 3 20 0 15 0 59546435 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=10916192 memory=1214248 CPUtime=11.71 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 13952 12971 0 0 1107 56 5 3 20 0 15 0 59546435 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15232] ppid=15171 vsize=10916192 memory=1214308 CPUtime=12.15 cores=0,2,4,6
/proc/15174/task/15232/stat : 15232 (java) S 15171 15174 13949 0 -1 1077944384 16690 12971 0 0 1157 50 5 3 20 0 15 0 59546436 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035856484976 140036396960386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15233] ppid=15171 vsize=10916192 memory=4012 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15233/stat : 15233 (java) S 15171 15174 13949 0 -1 1077944384 45 12971 0 0 0 0 5 3 20 0 15 0 59546436 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035855431008 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15234] ppid=15171 vsize=10916192 memory=1214248 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15234/stat : 15234 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546437 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035261195904 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15235] ppid=15171 vsize=10916192 memory=1214248 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15235/stat : 15235 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546439 11178180608 303577 33554432000 4194304 4196468 140733362961952 140034953796176 140036396967835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15236] ppid=15171 vsize=10916192 memory=1214248 CPUtime=7.15 cores=0,2,4,6
/proc/15174/task/15236/stat : 15236 (java) S 15171 15174 13949 0 -1 1077944384 48530 12971 0 0 701 6 5 3 20 0 15 0 59546439 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035821873264 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15237] ppid=15171 vsize=10916192 memory=4012 CPUtime=7.23 cores=0,2,4,6
/proc/15174/task/15237/stat : 15237 (java) S 15171 15174 13949 0 -1 1077944384 53875 12971 0 0 708 7 5 3 20 0 15 0 59546439 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035820820464 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15238] ppid=15171 vsize=10916192 memory=1214308 CPUtime=3.68 cores=0,2,4,6
/proc/15174/task/15238/stat : 15238 (java) S 15171 15174 13949 0 -1 1077944384 56464 12971 0 0 351 9 5 3 20 0 15 0 59546439 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035819768176 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15239] ppid=15171 vsize=10916192 memory=5372 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15239/stat : 15239 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546440 11178180608 303577 33554432000 4194304 4196468 140733362961952 140034920237536 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15240] ppid=15171 vsize=10916192 memory=6791534058613427641 CPUtime=1.46 cores=0,2,4,6
/proc/15174/task/15240/stat : 15240 (java) S 15171 15174 13949 0 -1 1077944384 1298 12971 0 0 68 70 5 3 20 0 15 0 59546440 11178180608 303577 33554432000 4194304 4196468 140733362961952 140035818716080 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 2432.57 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1214308 KiB

[startup+2442.3 s]
/proc/loadavg: 0.94 1.17 1.32 3/216 15566
/proc/meminfo: memFree=13077908/32770624 swapFree=67108852/67108860
[pid=15174] ppid=15171 vsize=10916192 memory=1216420 CPUtime=2493.45 cores=0,2,4,6
/proc/15174/stat : 15174 (java) S 15171 15174 13949 0 -1 1077944320 342008 12971 0 0 248968 369 5 3 20 0 15 0 59546425 11178180608 304105 33554432000 4194304 4196468 140733362961952 140733362944496 140036396949239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
/proc/15174/statm: 2729048 304105 3524 1 0 2690701 0
[pid=15174/tid=15227] ppid=15171 vsize=10916192 memory=1216412 CPUtime=2413.92 cores=0,2,4,6
/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 97402 12971 0 0 241329 55 5 3 20 0 15 0 59546434 11178180608 304105 33554432000 4194304 4196468 140733362961952 140036368783824 140036017711086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=10916192 memory=1214248 CPUtime=12.05 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 11663 12971 0 0 1133 64 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=10916192 memory=1214196 CPUtime=12 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 15305 12971 0 0 1135 57 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=10916192 memory=1214248 CPUtime=12.03 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 24058 12971 0 0 1139 56 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=10916192 memory=1214332 CPUtime=12.02 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 14077 12971 0 0 1137 57 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15232] ppid=15171 vsize=10916192 memory=1214308 CPUtime=12.48 cores=0,2,4,6
/proc/15174/task/15232/stat : 15232 (java) S 15171 15174 13949 0 -1 1077944384 17056 12971 0 0 1189 51 5 3 20 0 15 0 59546436 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035856484976 140036396960386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15233] ppid=15171 vsize=10916192 memory=1216412 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15233/stat : 15233 (java) S 15171 15174 13949 0 -1 1077944384 45 12971 0 0 0 0 5 3 20 0 15 0 59546436 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035855431008 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15234] ppid=15171 vsize=10916192 memory=1216412 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15234/stat : 15234 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546437 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035261195904 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15235] ppid=15171 vsize=10916192 memory=1216412 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15235/stat : 15235 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140034953796176 140036396967835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15236] ppid=15171 vsize=10916192 memory=1216412 CPUtime=7.15 cores=0,2,4,6
/proc/15174/task/15236/stat : 15236 (java) S 15171 15174 13949 0 -1 1077944384 48532 12971 0 0 701 6 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035821873264 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15237] ppid=15171 vsize=10916192 memory=56 CPUtime=7.23 cores=0,2,4,6
/proc/15174/task/15237/stat : 15237 (java) S 15171 15174 13949 0 -1 1077944384 53877 12971 0 0 708 7 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035820820464 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15238] ppid=15171 vsize=10916192 memory=1216412 CPUtime=3.69 cores=0,2,4,6
/proc/15174/task/15238/stat : 15238 (java) S 15171 15174 13949 0 -1 1077944384 56466 12971 0 0 351 10 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035819768176 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15239] ppid=15171 vsize=10916192 memory=1216412 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15239/stat : 15239 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546440 11178180608 304105 33554432000 4194304 4196468 140733362961952 140034920237536 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15240] ppid=15171 vsize=10916192 memory=1216412 CPUtime=1.5 cores=0,2,4,6
/proc/15174/task/15240/stat : 15240 (java) S 15171 15174 13949 0 -1 1077944384 1327 12971 0 0 70 72 5 3 20 0 15 0 59546440 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035818716080 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 2493.45 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1216420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.5 s]
/proc/loadavg: 1.16 1.20 1.33 3/216 15566
/proc/meminfo: memFree=13074760/32770624 swapFree=67108852/67108860
[pid=15174] ppid=15171 vsize=10916192 memory=1216420 CPUtime=2520.02 cores=0,2,4,6
/proc/15174/stat : 15174 (java) S 15171 15174 13949 0 -1 1077944320 342347 12971 0 0 251621 373 5 3 20 0 15 0 59546425 11178180608 304105 33554432000 4194304 4196468 140733362961952 140733362944496 140036396949239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
/proc/15174/statm: 2729048 304105 3524 1 0 2690701 0
[pid=15174/tid=15227] ppid=15171 vsize=10916192 memory=1216420 CPUtime=2439.83 cores=0,2,4,6
/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 97684 12971 0 0 243920 55 5 3 20 0 15 0 59546434 11178180608 304105 33554432000 4194304 4196468 140733362961952 140036368783936 140036012070135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=10916192 memory=1216420 CPUtime=12.18 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 11683 12971 0 0 1146 64 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=10916192 memory=1216420 CPUtime=12.13 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 15311 12971 0 0 1147 58 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=10916192 memory=1216420 CPUtime=12.16 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 24063 12971 0 0 1151 57 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=10916192 memory=1216420 CPUtime=12.15 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 14080 12971 0 0 1149 58 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15232] ppid=15171 vsize=10916192 memory=56 CPUtime=12.61 cores=0,2,4,6
/proc/15174/task/15232/stat : 15232 (java) S 15171 15174 13949 0 -1 1077944384 17071 12971 0 0 1201 52 5 3 20 0 15 0 59546436 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035856484976 140036396960386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15233] ppid=15171 vsize=10916192 memory=1216420 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15233/stat : 15233 (java) S 15171 15174 13949 0 -1 1077944384 45 12971 0 0 0 0 5 3 20 0 15 0 59546436 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035855431008 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15234] ppid=15171 vsize=10916192 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15234/stat : 15234 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546437 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035261195904 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15235] ppid=15171 vsize=10916192 memory=1216420 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15235/stat : 15235 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140034953796176 140036396967835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15236] ppid=15171 vsize=10916192 memory=1232 CPUtime=7.15 cores=0,2,4,6
/proc/15174/task/15236/stat : 15236 (java) S 15171 15174 13949 0 -1 1077944384 48534 12971 0 0 701 6 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035821873264 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15237] ppid=15171 vsize=10916192 memory=1216420 CPUtime=7.23 cores=0,2,4,6
/proc/15174/task/15237/stat : 15237 (java) S 15171 15174 13949 0 -1 1077944384 53879 12971 0 0 708 7 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035820820464 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15238] ppid=15171 vsize=10916192 memory=1216420 CPUtime=3.69 cores=0,2,4,6
/proc/15174/task/15238/stat : 15238 (java) S 15171 15174 13949 0 -1 1077944384 56468 12971 0 0 351 10 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035819768176 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15239] ppid=15171 vsize=10916192 memory=1216420 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15239/stat : 15239 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546440 11178180608 304105 33554432000 4194304 4196468 140733362961952 140034920237536 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15240] ppid=15171 vsize=10916192 memory=1216420 CPUtime=1.52 cores=0,2,4,6
/proc/15174/task/15240/stat : 15240 (java) S 15171 15174 13949 0 -1 1077944384 1329 12971 0 0 71 73 5 3 20 0 15 0 59546440 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035818716080 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1216420 KiB

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

[startup+2468.53 s]
# the end of solver process 15174 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.28 s, system=3.7749 s

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

[startup+2468.5 s]
/proc/loadavg: 1.16 1.20 1.33 3/216 15566
/proc/meminfo: memFree=13074760/32770624 swapFree=67108852/67108860
[pid=15174] ppid=15171 vsize=10916192 memory=1216420 CPUtime=2520.02 cores=0,2,4,6
/proc/15174/stat : 15174 (java) S 15171 15174 13949 0 -1 1077944320 342347 12971 0 0 251621 373 5 3 20 0 15 0 59546425 11178180608 304105 33554432000 4194304 4196468 140733362961952 140733362944496 140036396949239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
/proc/15174/statm: 2729048 304105 3524 1 0 2690701 0
[pid=15174/tid=15227] ppid=15171 vsize=10916192 memory=1216420 CPUtime=2439.83 cores=0,2,4,6
/proc/15174/task/15227/stat : 15227 (java) R 15171 15174 13949 0 -1 4202560 97684 12971 0 0 243920 55 5 3 20 0 15 0 59546434 11178180608 304105 33554432000 4194304 4196468 140733362961952 140036368783936 140036012070135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15228] ppid=15171 vsize=10916192 memory=1216420 CPUtime=12.18 cores=0,2,4,6
/proc/15174/task/15228/stat : 15228 (java) S 15171 15174 13949 0 -1 1077944384 11683 12971 0 0 1146 64 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140036401191312 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15229] ppid=15171 vsize=10916192 memory=1216420 CPUtime=12.13 cores=0,2,4,6
/proc/15174/task/15229/stat : 15229 (java) S 15171 15174 13949 0 -1 1077944384 15311 12971 0 0 1147 58 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035970402576 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15230] ppid=15171 vsize=10916192 memory=1216420 CPUtime=12.16 cores=0,2,4,6
/proc/15174/task/15230/stat : 15230 (java) S 15171 15174 13949 0 -1 1077944384 24063 12971 0 0 1151 57 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035969350288 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15231] ppid=15171 vsize=10916192 memory=1216420 CPUtime=12.15 cores=0,2,4,6
/proc/15174/task/15231/stat : 15231 (java) S 15171 15174 13949 0 -1 1077944384 14080 12971 0 0 1149 58 5 3 20 0 15 0 59546435 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035968297488 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15232] ppid=15171 vsize=10916192 memory=56 CPUtime=12.61 cores=0,2,4,6
/proc/15174/task/15232/stat : 15232 (java) S 15171 15174 13949 0 -1 1077944384 17071 12971 0 0 1201 52 5 3 20 0 15 0 59546436 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035856484976 140036396960386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15233] ppid=15171 vsize=10916192 memory=1216420 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15233/stat : 15233 (java) S 15171 15174 13949 0 -1 1077944384 45 12971 0 0 0 0 5 3 20 0 15 0 59546436 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035855431008 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15234] ppid=15171 vsize=10916192 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15234/stat : 15234 (java) S 15171 15174 13949 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 59546437 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035261195904 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15235] ppid=15171 vsize=10916192 memory=1216420 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15235/stat : 15235 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140034953796176 140036396967835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15236] ppid=15171 vsize=10916192 memory=1232 CPUtime=7.15 cores=0,2,4,6
/proc/15174/task/15236/stat : 15236 (java) S 15171 15174 13949 0 -1 1077944384 48534 12971 0 0 701 6 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035821873264 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15237] ppid=15171 vsize=10916192 memory=1216420 CPUtime=7.23 cores=0,2,4,6
/proc/15174/task/15237/stat : 15237 (java) S 15171 15174 13949 0 -1 1077944384 53879 12971 0 0 708 7 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035820820464 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15238] ppid=15171 vsize=10916192 memory=1216420 CPUtime=3.69 cores=0,2,4,6
/proc/15174/task/15238/stat : 15238 (java) S 15171 15174 13949 0 -1 1077944384 56468 12971 0 0 351 10 5 3 20 0 15 0 59546439 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035819768176 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15239] ppid=15171 vsize=10916192 memory=1216420 CPUtime=0.08 cores=0,2,4,6
/proc/15174/task/15239/stat : 15239 (java) S 15171 15174 13949 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 59546440 11178180608 304105 33554432000 4194304 4196468 140733362961952 140034920237536 140036396959445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
[pid=15174/tid=15240] ppid=15171 vsize=10916192 memory=1216420 CPUtime=1.52 cores=0,2,4,6
/proc/15174/task/15240/stat : 15240 (java) S 15171 15174 13949 0 -1 1077944384 1329 12971 0 0 71 73 5 3 20 0 15 0 59546440 11178180608 304105 33554432000 4194304 4196468 140733362961952 140035818716080 140036396960386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140733362965102 140733362967900 140733362967900 140733362970575 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1216420 KiB

Child status: 143
Real time (s): 2468.53
CPU time (s): 2520.05
CPU user time (s): 2516.28
CPU system time (s): 3.7749
CPU usage (%): 102.087
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1216420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.28
system time used= 3.7749
maximum resident set size= 1220640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304520
involuntary context switches= 10873


# summary of solver processes directly reported to runsolver:
#   pid: 15174
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.28
#   total CPU system time (s): 3.7749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3539 second user time and 24.3295 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 10:10:33
IDJOB=4294041
IDBENCH=141321
IDSOLVER=2750
FILE ID=node148/4294041-1532419833
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-22b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294041-1532419833/watcher-4294041-1532419833 -o /tmp/evaluation-result-4294041-1532419833/solver-4294041-1532419833 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13980 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1695995809 HOME/instance-4294041-1532419833.xml

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

MD5SUM BENCH= 7375a72c51daab431b80fe15fe0b37d4
RANDOM SEED=1695995809

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:        14151716 kB
MemAvailable:   30762448 kB
Buffers:          195836 kB
Cached:         16361800 kB
SwapCached:            8 kB
Active:          3211108 kB
Inactive:       14575308 kB
Active(anon):    1182376 kB
Inactive(anon):    66096 kB
Active(file):    2028732 kB
Inactive(file): 14509212 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:       1248208 kB
Mapped:            51328 kB
Shmem:             17024 kB
Slab:             528884 kB
SReclaimable:     501248 kB
SUnreclaim:        27636 kB
KernelStack:        3792 kB
PageTables:         7916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2200388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1062912 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:51:41