Trace number 4302759

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.9.2-SuperNGSAT (TO)2763 252.09 238.847

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had18_c18.xml
MD5SUM2bd2b017ef1b8aef080ffc7cd9cfea3a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2679
Best CPU time to get the best result obtained on this benchmark252.092
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints154
Number of domains2
Minimum domain size11
Maximum domain size18
Distribution of domain sizes[{"size":11,"count":153},{"size":18,"count":18}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":171},{"degree":2,"count":153},{"degree":18,"count":18}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":153},{"arity":18,"count":1}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153},{"type":"allDifferent","count":1}]
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.9.2.1532736233296 running
10.41/5.25	o 2859
10.41/5.29	o 2846
10.74/5.32	o 2843
12.39/5.81	o 2826
12.39/5.82	o 2802
12.39/5.83	o 2798
12.39/5.85	o 2795
12.39/5.87	o 2791
27.39/17.37	o 2785
27.56/17.41	o 2781
66.26/55.43	o 2776
66.26/55.44	o 2764
66.26/55.47	o 2763
252.03/238.81	Exception in thread "main" java.util.concurrent.TimeoutException
252.03/238.81		at concrete.MAC.mac(MAC.scala:188)
252.03/238.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.03/238.81		at scala.util.Try$.apply(Try.scala:209)
252.03/238.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.03/238.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.03/238.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.03/238.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.03/238.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.03/238.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.03/238.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.03/238.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.03/238.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.03/238.81		at concrete.MAC.oneRun(MAC.scala:253)
252.03/238.81		at concrete.MAC.nextSolution(MAC.scala:272)
252.03/238.81		at concrete.MAC.nextSolution(MAC.scala:355)
252.03/238.81		at concrete.Solver.hasNext(Solver.scala:166)
252.03/238.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.03/238.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.03/238.81		at concrete.Solver.foreach(Solver.scala:68)
252.03/238.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.03/238.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.03/238.81		at scala.util.Success.map(Try.scala:209)
252.03/238.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.03/238.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.03/238.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.03/238.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.03/238.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.03/238.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.03/238.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.03/238.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.03/238.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.03/238.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.03/238.81		at scala.App.main(App.scala:76)
252.03/238.81		at scala.App.main$(App.scala:74)
252.03/238.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.03/238.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.03/238.81	v <instantiation cost="2763">
252.03/238.81	v       <list>
252.03/238.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[13][14] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
252.03/238.81	v       </list>
252.03/238.81	v       <values>
252.03/238.81	v         2 12 1 13 9 17 5 4 16 0 11 10 15 8 6 3 14 7 5 6 6 6 7 4 6 5 4 6 3 6 2 4 2 2 4 9 5 5 2 1 7 5 1 6 6 4 4 1 3 7 7 6 7 6 9 7 6 3 7 4 2 2 9 3 3 2 6 4 8 3 2 5 5 5 3 5 8 4 5 5 10 5 7 6 1 7 7 5 4 4 4 5 5 3 4 3 8 6 3 8 7 6 2 6 4 4 3 5 5 7 4 5 8 5 5 5 4 8 7 6 3 5 3 5 3 4 6 4 5 6 4 7 3 5 4 6 4 5 5 6 6 4 6 9 5 2 7 6 4 3 8 5 6 3 1 5 5 6 8 8 4 8 9 4 1 3 5 6 7 3 9
252.03/238.81	v       </values>
252.03/238.81	v     </instantiation>
252.03/238.81	s SATISFIABLE

Verifier Data

OK	2763

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302759-1532896198/watcher-4302759-1532896198 -o /tmp/evaluation-result-4302759-1532896198/solver-4302759-1532896198 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1139233422 -superng HOME/instance-4302759-1532896198.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=833, runsolver pid=830

[startup+0.100061 s]*
/proc/loadavg: 1.95 1.92 1.90 3/210 890
/proc/meminfo: memFree=27596968/32770624 swapFree=67108744/67108860
[pid=833] ppid=830 vsize=10005480 memory=16284 CPUtime=0.08 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19273 0 -1 1077944320 4212 13196 0 0 0 1 4 3 20 0 6 0 107183065 10245611520 4071 33554432000 4194304 4196468 140722014393776 140722014376320 139912789675767 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
/proc/833/statm: 2501370 4071 1920 1 0 2489808 0
[pid=833/tid=886] ppid=830 vsize=10005480 memory=8389772277269004345 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 2171 13196 0 0 0 0 4 3 20 0 6 0 107183074 10245611520 4203 33554432000 4194304 4196468 140722014393776 139912761512528 139912775358293 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=10005480 memory=4294967660 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 6 0 107183075 10245611520 4203 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=10005480 memory=140657468152502 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 6 0 107183075 10245611520 4203 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 6 0 107183075 10245611520 4203 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 2 13196 0 0 0 0 4 3 20 0 6 0 107183075 10245611520 4203 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16284 KiB

[startup+0.210927 s]*
/proc/loadavg: 1.95 1.92 1.90 3/219 899
/proc/meminfo: memFree=27572368/32770624 swapFree=67108744/67108860
[pid=833] ppid=830 vsize=10982744 memory=42272 CPUtime=0.25 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19273 0 -1 1077944320 7247 13196 0 0 16 2 4 3 20 0 15 0 107183065 11246329856 10568 33554432000 4194304 4196468 140722014393776 140722014376320 139912789675767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
/proc/833/statm: 2745686 10568 2956 1 0 2708109 0
[pid=833/tid=886] ppid=830 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 4332 13196 0 0 10 1 4 3 20 0 15 0 107183074 11246329856 11030 33554432000 4194304 4196468 140722014393776 139912761492880 139912769951527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=10982744 memory=4294967660 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246329856 11096 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=10982744 memory=140657468152502 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246329856 11096 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246329856 11096 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 2 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246329856 11096 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=891] ppid=830 vsize=10982744 memory=140657467496064 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19273 0 -1 1077944384 2 13196 0 0 0 0 4 3 20 0 15 0 107183076 11246329856 11096 33554432000 4194304 4196468 140722014393776 139912081455344 139912789686914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=892] ppid=830 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19273 0 -1 1077944384 13 13196 0 0 0 0 4 3 20 0 15 0 107183076 11246329856 11096 33554432000 4194304 4196468 140722014393776 139911646667936 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=893] ppid=830 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/893/stat : 893 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183077 11246329856 11096 33554432000 4194304 4196468 140722014393776 139911445340912 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=894] ppid=830 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183079 11246329856 11096 33554432000 4194304 4196468 140722014393776 139911137941456 139912789694363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=895] ppid=830 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19273 0 -1 1077944384 425 13196 0 0 1 0 4 3 20 0 15 0 107183079 11246329856 11096 33554432000 4194304 4196468 140722014393776 139912080403184 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=896] ppid=830 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19273 0 -1 1077944384 191 13196 0 0 1 0 4 3 20 0 15 0 107183079 11246329856 11096 33554432000 4194304 4196468 140722014393776 139912079350640 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=897] ppid=830 vsize=10982744 memory=140657467496064 CPUtime=0.1 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19273 0 -1 1077944384 600 13196 0 0 3 0 4 3 20 0 15 0 107183079 11246329856 11096 33554432000 4194304 4196468 140722014393776 139912078297584 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=898] ppid=830 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183080 11246329856 11096 33554432000 4194304 4196468 140722014393776 139910707145568 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=899] ppid=830 vsize=10982744 memory=140657467496064 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/899/stat : 899 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183080 11246329856 11162 33554432000 4194304 4196468 140722014393776 139912077244976 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42272 KiB

[startup+0.310373 s]*
/proc/loadavg: 1.95 1.92 1.90 3/219 899
/proc/meminfo: memFree=27561204/32770624 swapFree=67108744/67108860
[pid=833] ppid=830 vsize=10983192 memory=55460 CPUtime=0.37 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19273 0 -1 1077944320 10430 13196 0 0 27 3 4 3 20 0 15 0 107183065 11246788608 13865 33554432000 4194304 4196468 140722014393776 140722014376320 139912789675767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
/proc/833/statm: 2745798 13865 3075 1 0 2708109 0
[pid=833/tid=886] ppid=830 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 7141 13196 0 0 19 2 4 3 20 0 15 0 107183074 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912761487776 139912789689671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 2 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=891] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19273 0 -1 1077944384 2 13196 0 0 0 0 4 3 20 0 15 0 107183076 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912081455344 139912789686914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=892] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19273 0 -1 1077944384 13 13196 0 0 0 0 4 3 20 0 15 0 107183076 11246788608 14039 33554432000 4194304 4196468 140722014393776 139911646667936 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=893] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/893/stat : 893 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183077 11246788608 14039 33554432000 4194304 4196468 140722014393776 139911445340912 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=894] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183079 11246788608 14039 33554432000 4194304 4196468 140722014393776 139911137941456 139912789694363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=895] ppid=830 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19273 0 -1 1077944384 427 13196 0 0 1 0 4 3 20 0 15 0 107183079 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912080403184 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=896] ppid=830 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19273 0 -1 1077944384 191 13196 0 0 1 0 4 3 20 0 15 0 107183079 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912079350640 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=897] ppid=830 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19273 0 -1 1077944384 610 13196 0 0 5 0 4 3 20 0 15 0 107183079 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912078297584 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=898] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183080 11246788608 14039 33554432000 4194304 4196468 140722014393776 139910707145568 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=899] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/899/stat : 899 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183080 11246788608 14039 33554432000 4194304 4196468 140722014393776 139912077244976 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55460 KiB

[startup+0.700746 s]
/proc/loadavg: 1.95 1.92 1.90 4/219 899
/proc/meminfo: memFree=27550164/32770624 swapFree=67108744/67108860
[pid=833] ppid=830 vsize=10983192 memory=88804 CPUtime=0.99 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19273 0 -1 1077944320 16760 13196 0 0 87 5 4 3 20 0 15 0 107183065 11246788608 22201 33554432000 4194304 4196468 140722014393776 140722014376320 139912789675767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
/proc/833/statm: 2745798 22201 3238 1 0 2708109 0
[pid=833/tid=886] ppid=830 vsize=10983192 memory=5795117241467496816 CPUtime=0.65 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 12229 13196 0 0 55 3 4 3 20 0 15 0 107183074 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912761496592 139912772862570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=10983192 memory=281314720748352 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=10983192 memory=140657360713645 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=10983192 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 2 13196 0 0 0 0 4 3 20 0 15 0 107183075 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=891] ppid=830 vsize=10983192 memory=6625 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19273 0 -1 1077944384 5 13196 0 0 0 0 4 3 20 0 15 0 107183076 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912081455344 139912789686914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=892] ppid=830 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19273 0 -1 1077944384 13 13196 0 0 0 0 4 3 20 0 15 0 107183076 11246788608 22201 33554432000 4194304 4196468 140722014393776 139911646667936 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=893] ppid=830 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/893/stat : 893 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183077 11246788608 22201 33554432000 4194304 4196468 140722014393776 139911445340912 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=894] ppid=830 vsize=10983192 memory=8996 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183079 11246788608 22201 33554432000 4194304 4196468 140722014393776 139911137941456 139912789694363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=895] ppid=830 vsize=10983192 memory=3472328296227418193 CPUtime=0.14 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19273 0 -1 1077944384 818 13196 0 0 7 0 4 3 20 0 15 0 107183079 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912080403184 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=896] ppid=830 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19273 0 -1 1077944384 807 13196 0 0 9 0 4 3 20 0 15 0 107183079 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912079350640 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=897] ppid=830 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19273 0 -1 1077944384 683 13196 0 0 13 0 4 3 20 0 15 0 107183079 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912078297584 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=898] ppid=830 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183080 11246788608 22201 33554432000 4194304 4196468 140722014393776 139910707145568 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=899] ppid=830 vsize=10983192 memory=-7749696028082845524 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/899/stat : 899 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183080 11246788608 22201 33554432000 4194304 4196468 140722014393776 139912077244976 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88804 KiB

[startup+1.50077 s]
/proc/loadavg: 1.95 1.92 1.90 4/219 899
/proc/meminfo: memFree=27503928/32770624 swapFree=67108744/67108860
[pid=833] ppid=830 vsize=10998092 memory=181992 CPUtime=2.88 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19273 0 -1 1077944320 27636 13196 0 0 272 9 4 3 20 0 15 0 107183065 11262046208 45498 33554432000 4194304 4196468 140722014393776 140722014376320 139912789675767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
/proc/833/statm: 2749523 45498 3467 1 0 2711181 0
[pid=833/tid=886] ppid=830 vsize=10998092 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 17735 13196 0 0 129 5 4 3 20 0 15 0 107183074 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912761505760 139912773756254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 64 13196 0 0 1 0 4 3 20 0 15 0 107183075 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 22 13196 0 0 0 0 4 3 20 0 15 0 107183075 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=10998092 memory=-7749696028082845524 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 162 13196 0 0 1 0 4 3 20 0 15 0 107183075 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=10998092 memory=140657467494881 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 38 13196 0 0 1 0 4 3 20 0 15 0 107183075 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=891] ppid=830 vsize=10998092 memory=140657360382164 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19273 0 -1 1077944384 58 13196 0 0 1 0 4 3 20 0 15 0 107183076 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912081455344 139912789686914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=892] ppid=830 vsize=10998092 memory=140657360381424 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19273 0 -1 1077944384 14 13196 0 0 0 0 4 3 20 0 15 0 107183076 11262046208 45498 33554432000 4194304 4196468 140722014393776 139911646668000 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=893] ppid=830 vsize=10998092 memory=140657360383728 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/893/stat : 893 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183077 11262046208 45498 33554432000 4194304 4196468 140722014393776 139911445340912 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=894] ppid=830 vsize=10998092 memory=281314720743664 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183079 11262046208 45498 33554432000 4194304 4196468 140722014393776 139911137941456 139912789694363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=895] ppid=830 vsize=10998092 memory=281314720743664 CPUtime=0.61 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19273 0 -1 1077944384 3092 13196 0 0 53 1 4 3 20 0 15 0 107183079 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912080403184 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=896] ppid=830 vsize=10998092 memory=281314720743664 CPUtime=0.54 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19273 0 -1 1077944384 2729 13196 0 0 47 0 4 3 20 0 15 0 107183079 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912079350640 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=897] ppid=830 vsize=10998092 memory=54 CPUtime=0.42 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19273 0 -1 1077944384 1524 13196 0 0 35 0 4 3 20 0 15 0 107183079 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912078297584 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=898] ppid=830 vsize=10998092 memory=13884 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183080 11262046208 45498 33554432000 4194304 4196468 140722014393776 139910707145568 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=899] ppid=830 vsize=10998092 memory=541374 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/899/stat : 899 (java) S 830 833 19273 0 -1 1077944384 1 13196 0 0 0 0 4 3 20 0 15 0 107183080 11262046208 45498 33554432000 4194304 4196468 140722014393776 139912077244976 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10998092 KiB

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

/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 58828 13196 0 0 10088 19 4 3 20 0 15 0 107183074 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912761510872 139912352567191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=11080032 memory=878576 CPUtime=0.33 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 1453 13196 0 0 19 7 4 3 20 0 15 0 107183075 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=11080032 memory=878576 CPUtime=0.32 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 1880 13196 0 0 18 7 4 3 20 0 15 0 107183075 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=11080032 memory=54 CPUtime=0.34 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 3252 13196 0 0 20 7 4 3 20 0 15 0 107183075 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=11080032 memory=17480 CPUtime=0.34 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 1969 13196 0 0 20 7 4 3 20 0 15 0 107183075 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=891] ppid=830 vsize=11080032 memory=54 CPUtime=0.16 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19273 0 -1 1077944384 1957 13196 0 0 8 1 4 3 20 0 15 0 107183076 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912081455344 139912789686914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=892] ppid=830 vsize=11080032 memory=887300 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19273 0 -1 1077944384 17 13196 0 0 0 0 4 3 20 0 15 0 107183076 11345952768 219644 33554432000 4194304 4196468 140722014393776 139911646668000 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=893] ppid=830 vsize=11080032 memory=887300 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/893/stat : 893 (java) S 830 833 19273 0 -1 1077944384 5 13196 0 0 0 0 4 3 20 0 15 0 107183077 11345952768 219644 33554432000 4194304 4196468 140722014393776 139911445340928 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=894] ppid=830 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183079 11345952768 219644 33554432000 4194304 4196468 140722014393776 139911137941456 139912789694363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=895] ppid=830 vsize=11080032 memory=7668340890978832740 CPUtime=4.67 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19273 0 -1 1077944384 15875 13196 0 0 457 3 4 3 20 0 15 0 107183079 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912080403184 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=896] ppid=830 vsize=11080032 memory=6947385649911455296 CPUtime=5.35 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19273 0 -1 1077944384 23863 13196 0 0 526 2 4 3 20 0 15 0 107183079 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912079350640 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=897] ppid=830 vsize=11080032 memory=13884 CPUtime=2.06 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19273 0 -1 1077944384 14108 13196 0 0 195 4 4 3 20 0 15 0 107183079 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912078297584 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 67 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=898] ppid=830 vsize=11080032 memory=541374 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183080 11345952768 219644 33554432000 4194304 4196468 140722014393776 139910707145568 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=899] ppid=830 vsize=11080032 memory=5404 CPUtime=0.11 cores=1,3,5,7
/proc/833/task/899/stat : 899 (java) S 830 833 19273 0 -1 1077944384 619 13196 0 0 2 2 4 3 20 0 15 0 107183080 11345952768 219644 33554432000 4194304 4196468 140722014393776 139912077244976 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 114.32 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 878576 KiB

[startup+162.306 s]
/proc/loadavg: 1.35 1.66 1.80 3/221 911
/proc/meminfo: memFree=26853600/32770624 swapFree=67108744/67108860
[pid=833] ppid=830 vsize=11080032 memory=793476 CPUtime=174.77 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19273 0 -1 1077944320 136948 13196 0 0 17402 68 4 3 20 0 15 0 107183065 11345952768 198369 33554432000 4194304 4196468 140722014393776 140722014376320 139912789675767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
/proc/833/statm: 2770008 198369 3532 1 0 2731661 0
[pid=833/tid=886] ppid=830 vsize=11080032 memory=821628 CPUtime=160.99 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 60555 13196 0 0 16072 20 4 3 20 0 15 0 107183074 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912761508496 139912335656080 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=11080032 memory=814444 CPUtime=0.4 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 2595 13196 0 0 26 7 4 3 20 0 15 0 107183075 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=11080032 memory=807264 CPUtime=0.4 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 1935 13196 0 0 25 8 4 3 20 0 15 0 107183075 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=11080032 memory=801148 CPUtime=0.42 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 3902 13196 0 0 27 8 4 3 20 0 15 0 107183075 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=11080032 memory=798076 CPUtime=0.42 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 2130 13196 0 0 27 8 4 3 20 0 15 0 107183075 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=891] ppid=830 vsize=11080032 memory=796540 CPUtime=0.22 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19273 0 -1 1077944384 2283 13196 0 0 13 2 4 3 20 0 15 0 107183076 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912081455344 139912789686914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=892] ppid=830 vsize=11080032 memory=795516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19273 0 -1 1077944384 17 13196 0 0 0 0 4 3 20 0 15 0 107183076 11345952768 198369 33554432000 4194304 4196468 140722014393776 139911646668000 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=893] ppid=830 vsize=11080032 memory=794488 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/893/stat : 893 (java) S 830 833 19273 0 -1 1077944384 5 13196 0 0 0 0 4 3 20 0 15 0 107183077 11345952768 198369 33554432000 4194304 4196468 140722014393776 139911445340928 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=894] ppid=830 vsize=11080032 memory=793464 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183079 11345952768 198369 33554432000 4194304 4196468 140722014393776 139911137941456 139912789694363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=895] ppid=830 vsize=11080032 memory=4096 CPUtime=4.77 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19273 0 -1 1077944384 18501 13196 0 0 467 3 4 3 20 0 15 0 107183079 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912080403184 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=896] ppid=830 vsize=11080032 memory=798588 CPUtime=5.44 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19273 0 -1 1077944384 25738 13196 0 0 534 3 4 3 20 0 15 0 107183079 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912079350640 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=897] ppid=830 vsize=11080032 memory=798588 CPUtime=2.1 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19273 0 -1 1077944384 16431 13196 0 0 199 4 4 3 20 0 15 0 107183079 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912078297584 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 67 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=898] ppid=830 vsize=11080032 memory=793464 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183080 11345952768 198369 33554432000 4194304 4196468 140722014393776 139910707145568 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=899] ppid=830 vsize=11080032 memory=1228 CPUtime=0.14 cores=1,3,5,7
/proc/833/task/899/stat : 899 (java) S 830 833 19273 0 -1 1077944384 656 13196 0 0 3 4 4 3 20 0 15 0 107183080 11345952768 198369 33554432000 4194304 4196468 140722014393776 139912077244976 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 174.77 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 793476 KiB

[startup+222.301 s]
/proc/loadavg: 1.47 1.63 1.78 3/220 1053
/proc/meminfo: memFree=26648444/32770624 swapFree=67108744/67108860
[pid=833] ppid=830 vsize=11080032 memory=776636 CPUtime=235.35 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19273 0 -1 1077944320 146983 13196 0 0 23454 74 4 3 20 0 15 0 107183065 11345952768 194159 33554432000 4194304 4196468 140722014393776 140722014376320 139912789675767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
/proc/833/statm: 2770008 194159 3532 1 0 2731661 0
[pid=833/tid=886] ppid=830 vsize=11080032 memory=779200 CPUtime=220.69 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 61975 13196 0 0 22042 20 4 3 20 0 15 0 107183074 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912761511216 139912352568179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=11080032 memory=783212 CPUtime=0.54 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 2689 13196 0 0 39 8 4 3 20 0 15 0 107183075 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=11080032 memory=783212 CPUtime=0.53 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 2097 13196 0 0 37 9 4 3 20 0 15 0 107183075 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=11080032 memory=778688 CPUtime=0.56 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 4028 13196 0 0 40 9 4 3 20 0 15 0 107183075 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=11080032 memory=776636 CPUtime=0.55 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 3282 13196 0 0 39 9 4 3 20 0 15 0 107183075 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=891] ppid=830 vsize=11080032 memory=783212 CPUtime=0.34 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19273 0 -1 1077944384 2338 13196 0 0 24 3 4 3 20 0 15 0 107183076 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912081455344 139912789686914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=892] ppid=830 vsize=11080032 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19273 0 -1 1077944384 17 13196 0 0 0 0 4 3 20 0 15 0 107183076 11345952768 194159 33554432000 4194304 4196468 140722014393776 139911646668000 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=893] ppid=830 vsize=11080032 memory=778172 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/893/stat : 893 (java) S 830 833 19273 0 -1 1077944384 5 13196 0 0 0 0 4 3 20 0 15 0 107183077 11345952768 194159 33554432000 4194304 4196468 140722014393776 139911445340928 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=894] ppid=830 vsize=11080032 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183079 11345952768 194159 33554432000 4194304 4196468 140722014393776 139911137941456 139912789694363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=895] ppid=830 vsize=11080032 memory=776636 CPUtime=4.84 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19273 0 -1 1077944384 19960 13196 0 0 474 3 4 3 20 0 15 0 107183079 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912080403184 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=896] ppid=830 vsize=11080032 memory=776636 CPUtime=5.51 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19273 0 -1 1077944384 28935 13196 0 0 541 3 4 3 20 0 15 0 107183079 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912079350640 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=897] ppid=830 vsize=11080032 memory=6947385649911455296 CPUtime=2.14 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19273 0 -1 1077944384 18793 13196 0 0 202 5 4 3 20 0 15 0 107183079 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912078297584 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 67 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=898] ppid=830 vsize=11080032 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183080 11345952768 194159 33554432000 4194304 4196468 140722014393776 139910707145568 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=899] ppid=830 vsize=11080032 memory=6947385649911455296 CPUtime=0.18 cores=1,3,5,7
/proc/833/task/899/stat : 899 (java) S 830 833 19273 0 -1 1077944384 664 13196 0 0 5 6 4 3 20 0 15 0 107183080 11345952768 194159 33554432000 4194304 4196468 140722014393776 139912077244976 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 235.35 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 776636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.801 s]
/proc/loadavg: 1.59 1.65 1.78 3/220 1053
/proc/meminfo: memFree=26648520/32770624 swapFree=67108744/67108860
[pid=833] ppid=830 vsize=11080032 memory=776664 CPUtime=252.03 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19273 0 -1 1077944320 150948 13196 0 0 25121 75 4 3 20 0 15 0 107183065 11345952768 194166 33554432000 4194304 4196468 140722014393776 140722014376320 139912789675767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
/proc/833/statm: 2770008 194166 3532 1 0 2731661 0
[pid=833/tid=886] ppid=830 vsize=11080032 memory=776636 CPUtime=237.09 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19273 0 -1 4202560 62516 13196 0 0 23682 20 4 3 20 0 15 0 107183074 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912761507824 139912352568165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=887] ppid=830 vsize=11080032 memory=776664 CPUtime=0.58 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19273 0 -1 1077944384 2696 13196 0 0 43 8 4 3 20 0 15 0 107183075 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912793918480 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=888] ppid=830 vsize=11080032 memory=776664 CPUtime=0.59 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19273 0 -1 1077944384 2142 13196 0 0 42 10 4 3 20 0 15 0 107183075 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912659254416 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=889] ppid=830 vsize=11080032 memory=6947385649911455296 CPUtime=0.6 cores=1,3,5,7
/proc/833/task/889/stat : 889 (java) S 830 833 19273 0 -1 1077944384 4051 13196 0 0 44 9 4 3 20 0 15 0 107183075 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912658201360 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=890] ppid=830 vsize=11080032 memory=1008 CPUtime=0.6 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19273 0 -1 1077944384 3823 13196 0 0 44 9 4 3 20 0 15 0 107183075 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912657148816 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=891] ppid=830 vsize=11080032 memory=5404 CPUtime=0.37 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19273 0 -1 1077944384 2619 13196 0 0 27 3 4 3 20 0 15 0 107183076 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912081455344 139912789686914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=892] ppid=830 vsize=11080032 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19273 0 -1 1077944384 17 13196 0 0 0 0 4 3 20 0 15 0 107183076 11345952768 194166 33554432000 4194304 4196468 140722014393776 139911646668000 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=893] ppid=830 vsize=11080032 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/893/stat : 893 (java) S 830 833 19273 0 -1 1077944384 5 13196 0 0 0 0 4 3 20 0 15 0 107183077 11345952768 194166 33554432000 4194304 4196468 140722014393776 139911445340928 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=894] ppid=830 vsize=11080032 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183079 11345952768 194166 33554432000 4194304 4196468 140722014393776 139911137941456 139912789694363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=895] ppid=830 vsize=11080032 memory=1844 CPUtime=4.86 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19273 0 -1 1077944384 21331 13196 0 0 476 3 4 3 20 0 15 0 107183079 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912080403184 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=896] ppid=830 vsize=11080032 memory=1008 CPUtime=5.53 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19273 0 -1 1077944384 29296 13196 0 0 543 3 4 3 20 0 15 0 107183079 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912079350640 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=897] ppid=830 vsize=11080032 memory=5404 CPUtime=2.15 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19273 0 -1 1077944384 19571 13196 0 0 203 5 4 3 20 0 15 0 107183079 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912078297584 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 67 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=898] ppid=830 vsize=11080032 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19273 0 -1 1077944384 3 13196 0 0 0 0 4 3 20 0 15 0 107183080 11345952768 194166 33554432000 4194304 4196468 140722014393776 139910707145568 139912789685973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
[pid=833/tid=899] ppid=830 vsize=11080032 memory=4616 CPUtime=0.18 cores=1,3,5,7
/proc/833/task/899/stat : 899 (java) S 830 833 19273 0 -1 1077944384 681 13196 0 0 5 6 4 3 20 0 15 0 107183080 11345952768 194166 33554432000 4194304 4196468 140722014393776 139912077244976 139912789686914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17408000 140722014394984 140722014397793 140722014397793 140722014400463 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 776664 KiB

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

[startup+238.847 s]
# the end of solver process 833 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.281 s, system=0.808998 s

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

Child status: 143
Real time (s): 238.847
CPU time (s): 252.09
CPU user time (s): 251.281
CPU system time (s): 0.808998
CPU usage (%): 105.545
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1003340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.281
system time used= 0.808998
maximum resident set size= 1005388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165607
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18944
involuntary context switches= 550


# summary of solver processes directly reported to runsolver:
#   pid: 833
#   total CPU time (s): 252.09
#   total CPU user time (s): 251.281
#   total CPU system time (s): 0.808998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58522 second user time and 2.23095 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:29:58
IDJOB=4302759
IDBENCH=141243
IDSOLVER=2777
FILE ID=node134/4302759-1532896198
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had18_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302759-1532896198/watcher-4302759-1532896198 -o /tmp/evaluation-result-4302759-1532896198/solver-4302759-1532896198 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1139233422 -superng HOME/instance-4302759-1532896198.xml

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

MD5SUM BENCH= 2bd2b017ef1b8aef080ffc7cd9cfea3a
RANDOM SEED=1139233422

node134.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.68
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.68
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.68
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.68
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:        27602512 kB
MemAvailable:   31248016 kB
Buffers:          208816 kB
Cached:          3706996 kB
SwapCached:            0 kB
Active:          2423564 kB
Inactive:        2266136 kB
Active(anon):     723328 kB
Inactive(anon):    78480 kB
Active(file):    1700236 kB
Inactive(file):  2187656 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26476 kB
Writeback:             0 kB
AnonPages:        807408 kB
Mapped:            58128 kB
Shmem:             25132 kB
Slab:             175664 kB
SReclaimable:     146892 kB
SUnreclaim:        28772 kB
KernelStack:        3904 kB
PageTables:         6768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1922032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 22:33:58