Trace number 4294030

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)74 2520.09 2466.23

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22a_c18.xml
MD5SUM40a5a96b8eb7bfbd368a4d559cc37ab9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2400.29
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints284
Number of domains19
Minimum domain size1
Maximum domain size35
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":43},{"size":3,"count":5},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":35,"count":22}]
Minimum variable degree2
Maximum variable degree56
Distribution of variable degrees[{"degree":2,"count":56},{"degree":53,"count":8},{"degree":54,"count":6},{"degree":55,"count":4},{"degree":56,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":250},{"arity":23,"count":34}]
Number of extensional constraints0
Number of intensional constraints250
Distribution of constraint types[{"type":"intension","count":250},{"type":"count","count":34}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.00/0.75	c Concrete v3.8.1528841891564 running
13.04/5.89	o 112
13.33/5.91	o 99
13.33/5.93	o 97
13.33/5.96	o 96
13.33/5.96	o 95
13.33/6.00	o 94
13.33/6.01	o 93
13.72/6.02	o 92
14.04/6.13	o 88
18.01/8.59	o 86
18.01/8.59	o 85
18.15/8.69	o 84
23.99/13.70	o 83
27.35/16.77	o 82
30.23/19.60	o 81
35.02/24.16	o 80
35.02/24.16	o 79
64.46/52.93	o 78
84.15/72.28	o 77
199.42/185.67	o 76
469.92/451.42	o 75
540.31/520.68	o 74
2520.05/2466.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2466.21		at concrete.MAC.mac(MAC.scala:188)
2520.05/2466.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2466.21		at scala.util.Try$.apply(Try.scala:209)
2520.05/2466.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2466.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2466.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2466.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2466.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2466.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2466.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2466.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2466.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2466.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2466.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2466.21		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2466.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2466.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2466.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2466.21		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2466.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2466.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2466.21		at scala.util.Success.map(Try.scala:209)
2520.05/2466.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2466.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2466.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2466.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2466.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2466.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2466.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2466.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2466.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2466.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2466.21		at scala.App.main(App.scala:76)
2520.05/2466.21		at scala.App.main$(App.scala:74)
2520.05/2466.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2466.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2466.22	v <instantiation cost="74">
2520.05/2466.22	v       <list>
2520.05/2466.22	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] np[16] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] nf[16] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17] pp[18] pp[19] pp[20] pp[21]
2520.05/2466.22	v       </list>
2520.05/2466.22	v       <values>
2520.05/2466.22	v         4 -5 3 11 -3 -3 5 17 11 11 -11 -11 17 -3 4 -4 -17 5 17 -11 -17 8 0 0 3 1 1 0 0 0 0 0 3 0 0 0 0 0 2 0 0 1 2 2 0 0 1 0 0 3 0 0 0 0 0 3 0 7 0 0 5 5 0 0 0 0 8 8 0 4 0 6 11 0 0 8 12 0
2520.05/2466.22	v       </values>
2520.05/2466.22	v     </instantiation>
2520.05/2466.22	s SATISFIABLE

Verifier Data

OK	74

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294030-1532420013/watcher-4294030-1532420013 -o /tmp/evaluation-result-4294030-1532420013/solver-4294030-1532420013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=370251712 -superng HOME/instance-4294030-1532420013.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
solver pid=14370, runsolver pid=14367
Current StackSize limit: 8192 KiB


[startup+0.100162 s]*
/proc/loadavg: 1.89 1.59 1.60 3/211 14427
/proc/meminfo: memFree=10751428/32770624 swapFree=67108860/67108860
[pid=14370] ppid=14367 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/14370/stat : 14370 (java) S 14367 14370 12709 0 -1 1077944320 4402 12851 0 0 1 0 5 3 20 0 6 0 59564491 10212057088 4269 33554432000 4194304 4196468 140730886182272 140730886164816 140046361272055 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
/proc/14370/statm: 2493178 4269 1934 1 0 2481616 0
[pid=14370/tid=14423] ppid=14367 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 2223 12851 0 0 0 0 5 3 20 0 6 0 59564500 10212057088 4269 33554432000 4194304 4196468 140730886182272 140046333108816 140046345352542 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=9972712 memory=5793855199776844217 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 6 0 59564501 10212057088 4269 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=9972712 memory=139948766951040 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 6 0 59564501 10212057088 4269 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 6 0 59564501 10212057088 4269 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 6 0 59564501 10212057088 4269 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210822 s]*
/proc/loadavg: 1.89 1.59 1.60 3/220 14436
/proc/meminfo: memFree=10728264/32770624 swapFree=67108860/67108860
[pid=14370] ppid=14367 vsize=10818904 memory=43184 CPUtime=0.26 cores=0,2,4,6
/proc/14370/stat : 14370 (java) S 14367 14370 12709 0 -1 1077944320 8003 12851 0 0 16 2 5 3 20 0 15 0 59564491 11078557696 10796 33554432000 4194304 4196468 140730886182272 140730886164816 140046361272055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
/proc/14370/statm: 2704726 10796 2968 1 0 2667149 0
[pid=14370/tid=14423] ppid=14367 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 4737 12851 0 0 10 1 5 3 20 0 15 0 59564500 11078557696 10862 33554432000 4194304 4196468 140730886182272 140046333089168 140046341547776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=10818904 memory=4211973674971741578 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11078557696 10928 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=10818904 memory=139948766951040 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11078557696 10928 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11078557696 10928 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 59564501 11078557696 10928 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14428] ppid=14367 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14428/stat : 14428 (java) S 14367 14370 12709 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 59564502 11078557696 10928 33554432000 4194304 4196468 140730886182272 140045887912048 140046361283202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14429] ppid=14367 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14429/stat : 14429 (java) S 14367 14370 12709 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 59564503 11078557696 10928 33554432000 4194304 4196468 140730886182272 140045797286688 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14430] ppid=14367 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14430/stat : 14430 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564503 11078557696 10928 33554432000 4194304 4196468 140730886182272 140045193307248 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14431] ppid=14367 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14431/stat : 14431 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11078557696 10928 33554432000 4194304 4196468 140730886182272 140044885907536 140046361290651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14432] ppid=14367 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14432/stat : 14432 (java) S 14367 14370 12709 0 -1 1077944384 486 12851 0 0 1 0 5 3 20 0 15 0 59564506 11078557696 10928 33554432000 4194304 4196468 140730886182272 140045886859888 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14433] ppid=14367 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14433/stat : 14433 (java) S 14367 14370 12709 0 -1 1077944384 87 12851 0 0 1 0 5 3 20 0 15 0 59564506 11078557696 10928 33554432000 4194304 4196468 140730886182272 140045885807088 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14434] ppid=14367 vsize=10818904 memory=139948766951040 CPUtime=0.11 cores=0,2,4,6
/proc/14370/task/14434/stat : 14434 (java) S 14367 14370 12709 0 -1 1077944384 564 12851 0 0 3 0 5 3 20 0 15 0 59564506 11078557696 10928 33554432000 4194304 4196468 140730886182272 140045884754800 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14435] ppid=14367 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14435/stat : 14435 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11078557696 10928 33554432000 4194304 4196468 140730886182272 140044852349920 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14436] ppid=14367 vsize=10818904 memory=139948766951040 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14436/stat : 14436 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564506 11078557696 10928 33554432000 4194304 4196468 140730886182272 140045883701680 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43184 KiB

[startup+0.310449 s]*
/proc/loadavg: 1.89 1.59 1.60 3/220 14436
/proc/meminfo: memFree=10717248/32770624 swapFree=67108860/67108860
[pid=14370] ppid=14367 vsize=10819352 memory=54368 CPUtime=0.38 cores=0,2,4,6
/proc/14370/stat : 14370 (java) S 14367 14370 12709 0 -1 1077944320 10634 12851 0 0 27 3 5 3 20 0 15 0 59564491 11079016448 13592 33554432000 4194304 4196468 140730886182272 140730886164816 140046361272055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
/proc/14370/statm: 2704838 13592 3087 1 0 2667149 0
[pid=14370/tid=14423] ppid=14367 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 7270 12851 0 0 18 2 5 3 20 0 15 0 59564500 11079016448 13592 33554432000 4194304 4196468 140730886182272 140046333084064 140046345352542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11079016448 13592 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11079016448 13592 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11079016448 13592 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 59564501 11079016448 13592 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14428] ppid=14367 vsize=10819352 memory=139948766951039 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14428/stat : 14428 (java) S 14367 14370 12709 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 59564502 11079016448 13592 33554432000 4194304 4196468 140730886182272 140045887912048 140046361283202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14429] ppid=14367 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14429/stat : 14429 (java) S 14367 14370 12709 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 59564503 11079016448 13592 33554432000 4194304 4196468 140730886182272 140045797286688 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14430] ppid=14367 vsize=10819352 memory=139948766951040 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14430/stat : 14430 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564503 11079016448 13592 33554432000 4194304 4196468 140730886182272 140045193307248 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14431] ppid=14367 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14431/stat : 14431 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11079016448 13592 33554432000 4194304 4196468 140730886182272 140044885907536 140046361290651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14432] ppid=14367 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14432/stat : 14432 (java) S 14367 14370 12709 0 -1 1077944384 487 12851 0 0 1 0 5 3 20 0 15 0 59564506 11079016448 13592 33554432000 4194304 4196468 140730886182272 140045886859888 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14433] ppid=14367 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14433/stat : 14433 (java) S 14367 14370 12709 0 -1 1077944384 87 12851 0 0 1 0 5 3 20 0 15 0 59564506 11079016448 13592 33554432000 4194304 4196468 140730886182272 140045885807088 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14434] ppid=14367 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/14370/task/14434/stat : 14434 (java) S 14367 14370 12709 0 -1 1077944384 574 12851 0 0 5 0 5 3 20 0 15 0 59564506 11079016448 13592 33554432000 4194304 4196468 140730886182272 140045884754800 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14435] ppid=14367 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14435/stat : 14435 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11079016448 13592 33554432000 4194304 4196468 140730886182272 140044852349920 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14436] ppid=14367 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14436/stat : 14436 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564506 11079016448 13592 33554432000 4194304 4196468 140730886182272 140045883701680 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54368 KiB

[startup+0.700745 s]
/proc/loadavg: 1.89 1.59 1.60 3/220 14436
/proc/meminfo: memFree=10706332/32770624 swapFree=67108860/67108860
[pid=14370] ppid=14367 vsize=10819352 memory=86228 CPUtime=1 cores=0,2,4,6
/proc/14370/stat : 14370 (java) S 14367 14370 12709 0 -1 1077944320 16737 12851 0 0 87 5 5 3 20 0 15 0 59564491 11079016448 21557 33554432000 4194304 4196468 140730886182272 140730886164816 140046361272055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
/proc/14370/statm: 2704838 21557 3237 1 0 2667149 0
[pid=14370/tid=14423] ppid=14367 vsize=10819352 memory=18732 CPUtime=0.67 cores=0,2,4,6
/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 12269 12851 0 0 55 4 5 3 20 0 15 0 59564500 11079016448 21557 33554432000 4194304 4196468 140730886182272 140046333095056 140046345352542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11079016448 21557 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11079016448 21557 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564501 11079016448 21557 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 2 12851 0 0 0 0 5 3 20 0 15 0 59564501 11079016448 21557 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14428] ppid=14367 vsize=10819352 memory=139948623962624 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14428/stat : 14428 (java) S 14367 14370 12709 0 -1 1077944384 5 12851 0 0 0 0 5 3 20 0 15 0 59564502 11079016448 21557 33554432000 4194304 4196468 140730886182272 140045887912048 140046361283202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14429] ppid=14367 vsize=10819352 memory=139951509341205 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14429/stat : 14429 (java) S 14367 14370 12709 0 -1 1077944384 13 12851 0 0 0 0 5 3 20 0 15 0 59564503 11079016448 21557 33554432000 4194304 4196468 140730886182272 140045797286688 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14430] ppid=14367 vsize=10819352 memory=952 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14430/stat : 14430 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564503 11079016448 21557 33554432000 4194304 4196468 140730886182272 140045193307248 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14431] ppid=14367 vsize=10819352 memory=7305218370954682711 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14431/stat : 14431 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11079016448 21557 33554432000 4194304 4196468 140730886182272 140044885907536 140046361290651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14432] ppid=14367 vsize=10819352 memory=7452169109558027630 CPUtime=0.17 cores=0,2,4,6
/proc/14370/task/14432/stat : 14432 (java) S 14367 14370 12709 0 -1 1077944384 1104 12851 0 0 9 0 5 3 20 0 15 0 59564506 11079016448 21557 33554432000 4194304 4196468 140730886182272 140045886859888 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14433] ppid=14367 vsize=10819352 memory=6935653654008516688 CPUtime=0.15 cores=0,2,4,6
/proc/14370/task/14433/stat : 14433 (java) S 14367 14370 12709 0 -1 1077944384 507 12851 0 0 7 0 5 3 20 0 15 0 59564506 11079016448 21557 33554432000 4194304 4196468 140730886182272 140045885807088 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14434] ppid=14367 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=0,2,4,6
/proc/14370/task/14434/stat : 14434 (java) S 14367 14370 12709 0 -1 1077944384 634 12851 0 0 13 0 5 3 20 0 15 0 59564506 11079016448 21557 33554432000 4194304 4196468 140730886182272 140045884754800 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14435] ppid=14367 vsize=10819352 memory=1404238533774450294 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14435/stat : 14435 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11079016448 21557 33554432000 4194304 4196468 140730886182272 140044852349920 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14436] ppid=14367 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14436/stat : 14436 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564506 11079016448 21557 33554432000 4194304 4196468 140730886182272 140045883701680 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86228 KiB

[startup+1.50068 s]
/proc/loadavg: 1.89 1.59 1.60 3/220 14436
/proc/meminfo: memFree=10663304/32770624 swapFree=67108860/67108860
[pid=14370] ppid=14367 vsize=10834252 memory=177440 CPUtime=2.32 cores=0,2,4,6
/proc/14370/stat : 14370 (java) S 14367 14370 12709 0 -1 1077944320 24025 12851 0 0 214 10 5 3 20 0 15 0 59564491 11094274048 44360 33554432000 4194304 4196468 140730886182272 140730886164816 140046361272055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
/proc/14370/statm: 2708563 44360 3468 1 0 2670221 0
[pid=14370/tid=14423] ppid=14367 vsize=10834252 memory=137272 CPUtime=1.43 cores=0,2,4,6
/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 17818 12851 0 0 129 6 5 3 20 0 15 0 59564500 11094274048 44360 33554432000 4194304 4196468 140730886182272 140046333096048 140046342856544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=10834252 memory=-3117775541953849444 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 49 12851 0 0 1 0 5 3 20 0 15 0 59564501 11094274048 44360 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 24 12851 0 0 1 0 5 3 20 0 15 0 59564501 11094274048 44360 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 180 12851 0 0 1 0 5 3 20 0 15 0 59564501 11094274048 44360 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 35 12851 0 0 1 0 5 3 20 0 15 0 59564501 11094274048 44360 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14428] ppid=14367 vsize=10834252 memory=201916411866747 CPUtime=0.09 cores=0,2,4,6
/proc/14370/task/14428/stat : 14428 (java) S 14367 14370 12709 0 -1 1077944384 58 12851 0 0 1 0 5 3 20 0 15 0 59564502 11094274048 44360 33554432000 4194304 4196468 140730886182272 140045887912048 140046361283202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14429] ppid=14367 vsize=10834252 memory=4134682004093673504 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14429/stat : 14429 (java) S 14367 14370 12709 0 -1 1077944384 14 12851 0 0 0 0 5 3 20 0 15 0 59564503 11094274048 44360 33554432000 4194304 4196468 140730886182272 140045797286752 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14430] ppid=14367 vsize=10834252 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14430/stat : 14430 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564503 11094274048 44360 33554432000 4194304 4196468 140730886182272 140045193307264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14431] ppid=14367 vsize=10834252 memory=6935649255776346176 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14431/stat : 14431 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11094274048 44360 33554432000 4194304 4196468 140730886182272 140044885907536 140046361290651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14432] ppid=14367 vsize=10834252 memory=279897247318256 CPUtime=0.29 cores=0,2,4,6
/proc/14370/task/14432/stat : 14432 (java) S 14367 14370 12709 0 -1 1077944384 1315 12851 0 0 21 0 5 3 20 0 15 0 59564506 11094274048 44360 33554432000 4194304 4196468 140730886182272 140045886859888 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14433] ppid=14367 vsize=10834252 memory=6935649255759570240 CPUtime=0.29 cores=0,2,4,6
/proc/14370/task/14433/stat : 14433 (java) S 14367 14370 12709 0 -1 1077944384 1006 12851 0 0 21 0 5 3 20 0 15 0 59564506 11094274048 44360 33554432000 4194304 4196468 140730886182272 140045885807088 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14434] ppid=14367 vsize=10834252 memory=-6579860791946798946 CPUtime=0.44 cores=0,2,4,6
/proc/14370/task/14434/stat : 14434 (java) S 14367 14370 12709 0 -1 1077944384 1326 12851 0 0 36 0 5 3 20 0 15 0 59564506 11094274048 44360 33554432000 4194304 4196468 140730886182272 140045884754800 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14435] ppid=14367 vsize=10834252 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14435/stat : 14435 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11094274048 44360 33554432000 4194304 4196468 140730886182272 140044852349920 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14436] ppid=14367 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14436/stat : 14436 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564506 11094274048 44360 33554432000 4194304 4196468 140730886182272 140045883701680 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10834252 KiB

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

/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 99825 12851 0 0 229614 52 5 3 20 0 15 0 59564500 11178180608 262862 33554432000 4194304 4196468 140730886182272 140046333107008 140045965192516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=10916192 memory=1051448 CPUtime=11.71 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 16006 12851 0 0 1108 55 5 3 20 0 15 0 59564501 11178180608 262862 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=10916192 memory=1051448 CPUtime=11.7 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 15131 12851 0 0 1110 52 5 3 20 0 15 0 59564501 11178180608 262862 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=10916192 memory=1051444 CPUtime=11.72 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 11496 12851 0 0 1113 51 5 3 20 0 15 0 59564501 11178180608 262862 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=10916192 memory=1049172 CPUtime=11.64 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 19791 12851 0 0 1098 58 5 3 20 0 15 0 59564501 11178180608 262862 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14428] ppid=14367 vsize=10916192 memory=1051444 CPUtime=10.27 cores=0,2,4,6
/proc/14370/task/14428/stat : 14428 (java) S 14367 14370 12709 0 -1 1077944384 18032 12851 0 0 967 52 5 3 20 0 15 0 59564502 11178180608 262862 33554432000 4194304 4196468 140730886182272 140045887912048 140046361283202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14429] ppid=14367 vsize=10916192 memory=1051392 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14429/stat : 14429 (java) S 14367 14370 12709 0 -1 1077944384 16 12851 0 0 0 0 5 3 20 0 15 0 59564503 11178180608 262862 33554432000 4194304 4196468 140730886182272 140045797286816 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14430] ppid=14367 vsize=10916192 memory=1051448 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14430/stat : 14430 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564503 11178180608 262862 33554432000 4194304 4196468 140730886182272 140045193307264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14431] ppid=14367 vsize=10916192 memory=1051444 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14431/stat : 14431 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11178180608 262862 33554432000 4194304 4196468 140730886182272 140044885907536 140046361290651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14432] ppid=14367 vsize=10916192 memory=1200 CPUtime=7.47 cores=0,2,4,6
/proc/14370/task/14432/stat : 14432 (java) S 14367 14370 12709 0 -1 1077944384 74720 12851 0 0 731 8 5 3 20 0 15 0 59564506 11178180608 262862 33554432000 4194304 4196468 140730886182272 140045886859888 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14433] ppid=14367 vsize=10916192 memory=1051448 CPUtime=7.87 cores=0,2,4,6
/proc/14370/task/14433/stat : 14433 (java) S 14367 14370 12709 0 -1 1077944384 65399 12851 0 0 771 8 5 3 20 0 15 0 59564506 11178180608 262862 33554432000 4194304 4196468 140730886182272 140045885807088 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14434] ppid=14367 vsize=10916192 memory=1051448 CPUtime=3.93 cores=0,2,4,6
/proc/14370/task/14434/stat : 14434 (java) S 14367 14370 12709 0 -1 1077944384 78042 12851 0 0 376 9 5 3 20 0 15 0 59564506 11178180608 262862 33554432000 4194304 4196468 140730886182272 140045884754800 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14435] ppid=14367 vsize=10916192 memory=1051448 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14435/stat : 14435 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11178180608 262862 33554432000 4194304 4196468 140730886182272 140044852349920 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14436] ppid=14367 vsize=10916192 memory=1051448 CPUtime=1.53 cores=0,2,4,6
/proc/14370/task/14436/stat : 14436 (java) S 14367 14370 12709 0 -1 1077944384 2010 12851 0 0 72 73 5 3 20 0 15 0 59564506 11178180608 262862 33554432000 4194304 4196468 140730886182272 140045883701680 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 2373.96 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1051448 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.43 1.47 4/218 14643
/proc/meminfo: memFree=14820216/32770624 swapFree=67108860/67108860
[pid=14370] ppid=14367 vsize=10916192 memory=1051508 CPUtime=2434.87 cores=0,2,4,6
/proc/14370/stat : 14370 (java) S 14367 14370 12709 0 -1 1077944320 403763 12851 0 0 243114 365 5 3 20 0 15 0 59564491 11178180608 262877 33554432000 4194304 4196468 140730886182272 140730886164816 140046361272055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
/proc/14370/statm: 2729048 262877 3524 1 0 2690701 0
[pid=14370/tid=14423] ppid=14367 vsize=10916192 memory=1051508 CPUtime=2356.04 cores=0,2,4,6
/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 100475 12851 0 0 235544 52 5 3 20 0 15 0 59564500 11178180608 262877 33554432000 4194304 4196468 140730886182272 140046333106560 140045956286095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=10916192 memory=1051508 CPUtime=12.03 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 16077 12851 0 0 1137 58 5 3 20 0 15 0 59564501 11178180608 262877 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=10916192 memory=1051508 CPUtime=12.02 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 15193 12851 0 0 1140 54 5 3 20 0 15 0 59564501 11178180608 262877 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=10916192 memory=1051508 CPUtime=12.04 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 11532 12851 0 0 1143 53 5 3 20 0 15 0 59564501 11178180608 262877 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=10916192 memory=1051508 CPUtime=11.96 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 19839 12851 0 0 1128 60 5 3 20 0 15 0 59564501 11178180608 262877 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14428] ppid=14367 vsize=10916192 memory=1051448 CPUtime=10.55 cores=0,2,4,6
/proc/14370/task/14428/stat : 14428 (java) S 14367 14370 12709 0 -1 1077944384 18239 12851 0 0 994 53 5 3 20 0 15 0 59564502 11178180608 262877 33554432000 4194304 4196468 140730886182272 140045887912048 140046361283202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14429] ppid=14367 vsize=10916192 memory=1051508 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14429/stat : 14429 (java) S 14367 14370 12709 0 -1 1077944384 16 12851 0 0 0 0 5 3 20 0 15 0 59564503 11178180608 262877 33554432000 4194304 4196468 140730886182272 140045797286816 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14430] ppid=14367 vsize=10916192 memory=1051508 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14430/stat : 14430 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564503 11178180608 262877 33554432000 4194304 4196468 140730886182272 140045193307264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14431] ppid=14367 vsize=10916192 memory=1051508 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14431/stat : 14431 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11178180608 262877 33554432000 4194304 4196468 140730886182272 140044885907536 140046361290651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14432] ppid=14367 vsize=10916192 memory=1051508 CPUtime=7.47 cores=0,2,4,6
/proc/14370/task/14432/stat : 14432 (java) S 14367 14370 12709 0 -1 1077944384 74722 12851 0 0 731 8 5 3 20 0 15 0 59564506 11178180608 262877 33554432000 4194304 4196468 140730886182272 140045886859888 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14433] ppid=14367 vsize=10916192 memory=33 CPUtime=7.87 cores=0,2,4,6
/proc/14370/task/14433/stat : 14433 (java) S 14367 14370 12709 0 -1 1077944384 65401 12851 0 0 771 8 5 3 20 0 15 0 59564506 11178180608 262877 33554432000 4194304 4196468 140730886182272 140045885807088 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14434] ppid=14367 vsize=10916192 memory=3828 CPUtime=3.93 cores=0,2,4,6
/proc/14370/task/14434/stat : 14434 (java) S 14367 14370 12709 0 -1 1077944384 78044 12851 0 0 376 9 5 3 20 0 15 0 59564506 11178180608 262877 33554432000 4194304 4196468 140730886182272 140045884754800 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14435] ppid=14367 vsize=10916192 memory=18768 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14435/stat : 14435 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11178180608 262877 33554432000 4194304 4196468 140730886182272 140044852349920 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14436] ppid=14367 vsize=10916192 memory=1051508 CPUtime=1.57 cores=0,2,4,6
/proc/14370/task/14436/stat : 14436 (java) S 14367 14370 12709 0 -1 1077944384 2026 12851 0 0 74 75 5 3 20 0 15 0 59564506 11178180608 262877 33554432000 4194304 4196468 140730886182272 140045883701680 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 2434.87 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1051508 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.37 1.45 3/218 14644
/proc/meminfo: memFree=14815888/32770624 swapFree=67108860/67108860
[pid=14370] ppid=14367 vsize=10916192 memory=1053632 CPUtime=2495.81 cores=0,2,4,6
/proc/14370/stat : 14370 (java) S 14367 14370 12709 0 -1 1077944320 404877 12851 0 0 249199 374 5 3 20 0 15 0 59564491 11178180608 263408 33554432000 4194304 4196468 140730886182272 140730886164816 140046361272055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
/proc/14370/statm: 2729048 263408 3524 1 0 2690701 0
[pid=14370/tid=14423] ppid=14367 vsize=10916192 memory=1051508 CPUtime=2415.35 cores=0,2,4,6
/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 101137 12851 0 0 241474 53 5 3 20 0 15 0 59564500 11178180608 263408 33554432000 4194304 4196468 140730886182272 140046333106672 140045966786589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=10916192 memory=1051508 CPUtime=12.36 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 16122 12851 0 0 1168 60 5 3 20 0 15 0 59564501 11178180608 263408 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=10916192 memory=1051552 CPUtime=12.35 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 15264 12851 0 0 1171 56 5 3 20 0 15 0 59564501 11178180608 263408 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=10916192 memory=1051584 CPUtime=12.36 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 11600 12851 0 0 1173 55 5 3 20 0 15 0 59564501 11178180608 263408 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=10916192 memory=1051584 CPUtime=12.29 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 19876 12851 0 0 1160 61 5 3 20 0 15 0 59564501 11178180608 263408 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14428] ppid=14367 vsize=10916192 memory=1051584 CPUtime=10.84 cores=0,2,4,6
/proc/14370/task/14428/stat : 14428 (java) S 14367 14370 12709 0 -1 1077944384 18448 12851 0 0 1021 55 5 3 20 0 15 0 59564502 11178180608 263408 33554432000 4194304 4196468 140730886182272 140045887912048 140046361283202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14429] ppid=14367 vsize=10916192 memory=1051508 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14429/stat : 14429 (java) S 14367 14370 12709 0 -1 1077944384 16 12851 0 0 0 0 5 3 20 0 15 0 59564503 11178180608 263408 33554432000 4194304 4196468 140730886182272 140045797286816 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14430] ppid=14367 vsize=10916192 memory=1053632 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14430/stat : 14430 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564503 11178180608 263408 33554432000 4194304 4196468 140730886182272 140045193307264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14431] ppid=14367 vsize=10916192 memory=1053632 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14431/stat : 14431 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11178180608 263408 33554432000 4194304 4196468 140730886182272 140044885907536 140046361290651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14432] ppid=14367 vsize=10916192 memory=1053632 CPUtime=7.47 cores=0,2,4,6
/proc/14370/task/14432/stat : 14432 (java) S 14367 14370 12709 0 -1 1077944384 74724 12851 0 0 731 8 5 3 20 0 15 0 59564506 11178180608 263408 33554432000 4194304 4196468 140730886182272 140045886859888 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14433] ppid=14367 vsize=10916192 memory=1053632 CPUtime=7.87 cores=0,2,4,6
/proc/14370/task/14433/stat : 14433 (java) S 14367 14370 12709 0 -1 1077944384 65403 12851 0 0 771 8 5 3 20 0 15 0 59564506 11178180608 263408 33554432000 4194304 4196468 140730886182272 140045885807088 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14434] ppid=14367 vsize=10916192 memory=1053632 CPUtime=3.93 cores=0,2,4,6
/proc/14370/task/14434/stat : 14434 (java) S 14367 14370 12709 0 -1 1077944384 78046 12851 0 0 376 9 5 3 20 0 15 0 59564506 11178180608 263408 33554432000 4194304 4196468 140730886182272 140045884754800 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14435] ppid=14367 vsize=10916192 memory=1053632 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14435/stat : 14435 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11178180608 263408 33554432000 4194304 4196468 140730886182272 140044852349920 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14436] ppid=14367 vsize=10916192 memory=1053632 CPUtime=1.61 cores=0,2,4,6
/proc/14370/task/14436/stat : 14436 (java) S 14367 14370 12709 0 -1 1077944384 2042 12851 0 0 76 77 5 3 20 0 15 0 59564506 11178180608 263408 33554432000 4194304 4196468 140730886182272 140045883701680 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 2495.81 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1053632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.2 s]
/proc/loadavg: 1.19 1.34 1.43 3/218 14644
/proc/meminfo: memFree=14816448/32770624 swapFree=67108860/67108860
[pid=14370] ppid=14367 vsize=10916192 memory=1053680 CPUtime=2520.05 cores=0,2,4,6
/proc/14370/stat : 14370 (java) S 14367 14370 12709 0 -1 1077944320 405647 12851 0 0 251620 377 5 3 20 0 15 0 59564491 11178180608 263420 33554432000 4194304 4196468 140730886182272 140730886164816 140046361272055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
/proc/14370/statm: 2729048 263420 3524 1 0 2690701 0
[pid=14370/tid=14423] ppid=14367 vsize=10916192 memory=288230596050944315 CPUtime=2439 cores=0,2,4,6
/proc/14370/task/14423/stat : 14423 (java) R 14367 14370 12709 0 -1 4202560 101499 12851 0 0 243838 54 5 3 20 0 15 0 59564500 11178180608 263420 33554432000 4194304 4196468 140730886182272 140046333106912 140045965873982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14424] ppid=14367 vsize=10916192 memory=14134441857518180 CPUtime=12.48 cores=0,2,4,6
/proc/14370/task/14424/stat : 14424 (java) S 14367 14370 12709 0 -1 1077944384 16150 12851 0 0 1180 60 5 3 20 0 15 0 59564501 11178180608 263420 33554432000 4194304 4196468 140730886182272 140046365514640 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14425] ppid=14367 vsize=10916192 memory=7528 CPUtime=12.47 cores=0,2,4,6
/proc/14370/task/14425/stat : 14425 (java) S 14367 14370 12709 0 -1 1077944384 15328 12851 0 0 1183 56 5 3 20 0 15 0 59564501 11178180608 263420 33554432000 4194304 4196468 140730886182272 140046269717264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14426] ppid=14367 vsize=10916192 memory=836 CPUtime=12.48 cores=0,2,4,6
/proc/14370/task/14426/stat : 14426 (java) S 14367 14370 12709 0 -1 1077944384 11620 12851 0 0 1185 55 5 3 20 0 15 0 59564501 11178180608 263420 33554432000 4194304 4196468 140730886182272 140046268664976 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14427] ppid=14367 vsize=10916192 memory=1796 CPUtime=12.41 cores=0,2,4,6
/proc/14370/task/14427/stat : 14427 (java) S 14367 14370 12709 0 -1 1077944384 19960 12851 0 0 1171 62 5 3 20 0 15 0 59564501 11178180608 263420 33554432000 4194304 4196468 140730886182272 140045932354576 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14428] ppid=14367 vsize=10916192 memory=912 CPUtime=10.93 cores=0,2,4,6
/proc/14370/task/14428/stat : 14428 (java) S 14367 14370 12709 0 -1 1077944384 18640 12851 0 0 1030 55 5 3 20 0 15 0 59564502 11178180608 263420 33554432000 4194304 4196468 140730886182272 140045887912048 140046361283202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14429] ppid=14367 vsize=10916192 memory=2676 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14429/stat : 14429 (java) S 14367 14370 12709 0 -1 1077944384 16 12851 0 0 0 0 5 3 20 0 15 0 59564503 11178180608 263420 33554432000 4194304 4196468 140730886182272 140045797286816 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14430] ppid=14367 vsize=10916192 memory=2616 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14430/stat : 14430 (java) S 14367 14370 12709 0 -1 1077944384 1 12851 0 0 0 0 5 3 20 0 15 0 59564503 11178180608 263420 33554432000 4194304 4196468 140730886182272 140045193307264 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14431] ppid=14367 vsize=10916192 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14431/stat : 14431 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11178180608 263420 33554432000 4194304 4196468 140730886182272 140044885907536 140046361290651 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14432] ppid=14367 vsize=10916192 memory=1408 CPUtime=7.47 cores=0,2,4,6
/proc/14370/task/14432/stat : 14432 (java) S 14367 14370 12709 0 -1 1077944384 74726 12851 0 0 731 8 5 3 20 0 15 0 59564506 11178180608 263420 33554432000 4194304 4196468 140730886182272 140045886859888 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14433] ppid=14367 vsize=10916192 memory=3232 CPUtime=7.87 cores=0,2,4,6
/proc/14370/task/14433/stat : 14433 (java) S 14367 14370 12709 0 -1 1077944384 65405 12851 0 0 771 8 5 3 20 0 15 0 59564506 11178180608 263420 33554432000 4194304 4196468 140730886182272 140045885807088 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14434] ppid=14367 vsize=10916192 memory=1053664 CPUtime=3.93 cores=0,2,4,6
/proc/14370/task/14434/stat : 14434 (java) S 14367 14370 12709 0 -1 1077944384 78048 12851 0 0 376 9 5 3 20 0 15 0 59564506 11178180608 263420 33554432000 4194304 4196468 140730886182272 140045884754800 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14435] ppid=14367 vsize=10916192 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/14370/task/14435/stat : 14435 (java) S 14367 14370 12709 0 -1 1077944384 3 12851 0 0 0 0 5 3 20 0 15 0 59564506 11178180608 263420 33554432000 4194304 4196468 140730886182272 140044852349920 140046361282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
[pid=14370/tid=14436] ppid=14367 vsize=10916192 memory=288292168735654713 CPUtime=1.62 cores=0,2,4,6
/proc/14370/task/14436/stat : 14436 (java) S 14367 14370 12709 0 -1 1077944384 2056 12851 0 0 77 77 5 3 20 0 15 0 59564506 11178180608 263420 33554432000 4194304 4196468 140730886182272 140045883701680 140046361283202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15351808 140730886187180 140730886190428 140730886190428 140730886193103 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1053680 KiB

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

[startup+2466.23 s]
# the end of solver process 14370 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.27 s, system=3.8198 s

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

Child status: 143
Real time (s): 2466.23
CPU time (s): 2520.09
CPU user time (s): 2516.27
CPU system time (s): 3.8198
CPU usage (%): 102.184
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1053680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.27
system time used= 3.8198
maximum resident set size= 1057912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419453
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291870
involuntary context switches= 9331


# summary of solver processes directly reported to runsolver:
#   pid: 14370
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.27
#   total CPU system time (s): 3.8198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3161 second user time and 20.3721 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 10:13:33
IDJOB=4294030
IDBENCH=141318
IDSOLVER=2751
FILE ID=node135/4294030-1532420013
RUNJOBID= node135-1532413601-12740
PBS_JOBID= 21021575
Free space on /tmp= 48368 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-22a_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294030-1532420013/watcher-4294030-1532420013 -o /tmp/evaluation-result-4294030-1532420013/solver-4294030-1532420013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=370251712 -superng HOME/instance-4294030-1532420013.xml

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

MD5SUM BENCH= 40a5a96b8eb7bfbd368a4d559cc37ab9
RANDOM SEED=370251712

node135.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:        10757500 kB
MemAvailable:   25818060 kB
Buffers:          201940 kB
Cached:         14912680 kB
SwapCached:            0 kB
Active:          8532024 kB
Inactive:       12746360 kB
Active(anon):    6113848 kB
Inactive(anon):    69860 kB
Active(file):    2418176 kB
Inactive(file): 12676500 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26952 kB
Writeback:             0 kB
AnonPages:       6171008 kB
Mapped:            51256 kB
Shmem:             17056 kB
Slab:             423108 kB
SReclaimable:     394344 kB
SUnreclaim:        28764 kB
KernelStack:        3664 kB
PageTables:        17620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7235452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5834752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 10:54:40