Trace number 4295334

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)1053 2520.09 2479.44

General information on the benchmark

NameMario/
Mario-n-medium-2_c18.xml
MD5SUMd930a285b222420c6879960cff9efc87
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark170.602
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains54
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":5},{"size":30,"count":54}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax 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.75	c Concrete v3.8.1528841891564 running
10.49/4.60	o 191
11.50/4.94	o 215
11.50/4.94	o 231
11.50/4.94	o 280
11.50/4.94	o 336
11.50/4.94	o 407
11.50/4.94	o 496
12.44/5.23	o 575
12.44/5.29	o 645
12.75/5.40	o 692
13.05/5.42	o 754
14.63/6.18	o 768
17.40/7.83	o 805
18.93/9.10	o 883
21.83/11.35	o 902
22.05/11.59	o 903
36.78/25.09	o 918
49.50/37.48	o 928
64.94/52.54	o 977
482.01/461.42	o 990
2149.73/2111.92	o 1053
2520.05/2479.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2479.41		at concrete.MAC.mac(MAC.scala:188)
2520.05/2479.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2479.41		at scala.util.Try$.apply(Try.scala:209)
2520.05/2479.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2479.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2479.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2479.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2479.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2479.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2479.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2479.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2479.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2479.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2479.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2479.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2479.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2479.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2479.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2479.41		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2479.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2479.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2479.41		at scala.util.Success.map(Try.scala:209)
2520.05/2479.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2479.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2479.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2479.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2479.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2479.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2479.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2479.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2479.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2479.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2479.41		at scala.App.main(App.scala:76)
2520.05/2479.41		at scala.App.main$(App.scala:74)
2520.05/2479.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2479.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2479.42	v <instantiation cost="1053">
2520.05/2479.42	v       <list>
2520.05/2479.42	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
2520.05/2479.42	v       </list>
2520.05/2479.42	v       <values>
2520.05/2479.42	v         10 0 29 19 1 5 6 2 9 25 22 4 20 13 24 15 12 17 18 16 28 21 14 23 7 3 26 11 27 8 34 0 296 83 13 0 0 31 54 54 207 228 122 0 16 0 23 0 0 85 127 0 270 0 68 152 0 45 34 55 0 0 40 67 89 0 0 19 47 68 94 86 34 0 14 0 67 0 0 31 78 0 99 0 56 14 0 35 53 62
2520.05/2479.42	v       </values>
2520.05/2479.42	v     </instantiation>
2520.05/2479.42	s SATISFIABLE

Verifier Data

OK	1053

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295334-1532548180/watcher-4295334-1532548180 -o /tmp/evaluation-result-4295334-1532548180/solver-4295334-1532548180 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=899997318 -superng HOME/instance-4295334-1532548180.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32747, runsolver pid=32744

[startup+0.100069 s]*
/proc/loadavg: 1.76 1.53 1.43 3/206 337
/proc/meminfo: memFree=12368756/32770624 swapFree=67108860/67108860
[pid=32747] ppid=32744 vsize=9972712 memory=16680 CPUtime=0.1 cores=0,2,4,6
/proc/32747/stat : 32747 (java) S 32744 32747 31421 0 -1 1077944320 4286 13139 0 0 1 1 5 3 20 0 6 0 72381214 10212057088 4104 33554432000 4194304 4196468 140725756764688 140725756747232 139685560958711 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
/proc/32747/statm: 2493178 4170 1932 1 0 2481616 0
[pid=32747/tid=333] ppid=32744 vsize=9972712 memory=4279135703913366413 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 2104 13139 0 0 0 0 5 3 20 0 6 0 72381223 10212057088 4170 33554432000 4194304 4196468 140725756764688 139685532795472 139685545039198 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 6 0 72381224 10212057088 4170 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=9972712 memory=140214155470464 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 6 0 72381224 10212057088 4170 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 6 0 72381224 10212057088 4170 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 6 0 72381224 10212057088 4170 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16680 KiB

[startup+0.214412 s]*
/proc/loadavg: 1.76 1.53 1.43 3/215 348
/proc/meminfo: memFree=12341332/32770624 swapFree=67108860/67108860
[pid=32747] ppid=32744 vsize=10818904 memory=45308 CPUtime=0.26 cores=0,2,4,6
/proc/32747/stat : 32747 (java) S 32744 32747 31421 0 -1 1077944320 8012 13139 0 0 16 2 5 3 20 0 15 0 72381214 11078557696 11327 33554432000 4194304 4196468 140725756764688 140725756747232 139685560958711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
/proc/32747/statm: 2704726 11327 2974 1 0 2667149 0
[pid=32747/tid=333] ppid=32744 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 4685 13139 0 0 10 1 5 3 20 0 15 0 72381223 11078557696 11327 33554432000 4194304 4196468 140725756764688 139685532775824 139685553675863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11078557696 11327 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=10818904 memory=140214155470464 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11078557696 11327 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11078557696 11393 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381224 11078557696 11393 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=338] ppid=32744 vsize=10818904 memory=140214155470464 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/338/stat : 338 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381226 11078557696 11393 33554432000 4194304 4196468 140725756764688 139685020035056 139685560969858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=341] ppid=32744 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/341/stat : 341 (java) S 32744 32747 31421 0 -1 1077944384 33 13139 0 0 0 0 5 3 20 0 15 0 72381226 11078557696 11393 33554432000 4194304 4196468 140725756764688 139685018981280 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=342] ppid=32744 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/342/stat : 342 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381226 11078557696 11393 33554432000 4194304 4196468 140725756764688 139684885816304 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=343] ppid=32744 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/343/stat : 343 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381229 11078557696 11393 33554432000 4194304 4196468 140725756764688 139684281837776 139685560977307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=344] ppid=32744 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/344/stat : 344 (java) S 32744 32747 31421 0 -1 1077944384 478 13139 0 0 0 0 5 3 20 0 15 0 72381229 11078557696 11393 33554432000 4194304 4196468 140725756764688 139684985424368 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=345] ppid=32744 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32747/task/345/stat : 345 (java) S 32744 32747 31421 0 -1 1077944384 89 13139 0 0 1 0 5 3 20 0 15 0 72381229 11078557696 11393 33554432000 4194304 4196468 140725756764688 139684984371824 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=346] ppid=32744 vsize=10818904 memory=140214155470464 CPUtime=0.11 cores=0,2,4,6
/proc/32747/task/346/stat : 346 (java) S 32744 32747 31421 0 -1 1077944384 550 13139 0 0 3 0 5 3 20 0 15 0 72381229 11078557696 11393 33554432000 4194304 4196468 140725756764688 139684983319280 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=347] ppid=32744 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/347/stat : 347 (java) S 32744 32747 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72381229 11078557696 11393 33554432000 4194304 4196468 140725756764688 139683812076640 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=348] ppid=32744 vsize=10818904 memory=140214155470464 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/348/stat : 348 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381229 11078557696 11393 33554432000 4194304 4196468 140725756764688 139684982266160 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45308 KiB

[startup+0.310115 s]*
/proc/loadavg: 1.76 1.53 1.43 3/215 348
/proc/meminfo: memFree=12329944/32770624 swapFree=67108860/67108860
[pid=32747] ppid=32744 vsize=10819352 memory=55276 CPUtime=0.38 cores=0,2,4,6
/proc/32747/stat : 32747 (java) S 32744 32747 31421 0 -1 1077944320 10347 13139 0 0 27 3 5 3 20 0 15 0 72381214 11079016448 13819 33554432000 4194304 4196468 140725756764688 140725756747232 139685560958711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
/proc/32747/statm: 2704838 13819 3093 1 0 2667149 0
[pid=32747/tid=333] ppid=32744 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 6998 13139 0 0 18 2 5 3 20 0 15 0 72381223 11079016448 13819 33554432000 4194304 4196468 140725756764688 139685532770720 139685541234471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=10819352 memory=7445101439888674896 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11079016448 13819 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11079016448 13819 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11079016448 13819 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381224 11079016448 13819 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=338] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/338/stat : 338 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381226 11079016448 13819 33554432000 4194304 4196468 140725756764688 139685020035056 139685560969858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=341] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/341/stat : 341 (java) S 32744 32747 31421 0 -1 1077944384 33 13139 0 0 0 0 5 3 20 0 15 0 72381226 11079016448 13819 33554432000 4194304 4196468 140725756764688 139685018981280 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=342] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/342/stat : 342 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381226 11079016448 13819 33554432000 4194304 4196468 140725756764688 139684885816304 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=343] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/343/stat : 343 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381229 11079016448 13819 33554432000 4194304 4196468 140725756764688 139684281837776 139685560977307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=344] ppid=32744 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32747/task/344/stat : 344 (java) S 32744 32747 31421 0 -1 1077944384 478 13139 0 0 1 0 5 3 20 0 15 0 72381229 11079016448 13885 33554432000 4194304 4196468 140725756764688 139684985424368 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=345] ppid=32744 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32747/task/345/stat : 345 (java) S 32744 32747 31421 0 -1 1077944384 90 13139 0 0 1 0 5 3 20 0 15 0 72381229 11079016448 13885 33554432000 4194304 4196468 140725756764688 139684984371824 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=346] ppid=32744 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32747/task/346/stat : 346 (java) S 32744 32747 31421 0 -1 1077944384 560 13139 0 0 5 0 5 3 20 0 15 0 72381229 11079016448 13885 33554432000 4194304 4196468 140725756764688 139684983319280 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=347] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/347/stat : 347 (java) S 32744 32747 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72381229 11079016448 13885 33554432000 4194304 4196468 140725756764688 139683812076640 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=348] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/348/stat : 348 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381229 11079016448 13885 33554432000 4194304 4196468 140725756764688 139684982266160 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55276 KiB

[startup+0.700754 s]
/proc/loadavg: 1.76 1.53 1.43 3/215 348
/proc/meminfo: memFree=12319384/32770624 swapFree=67108860/67108860
[pid=32747] ppid=32744 vsize=10819352 memory=88556 CPUtime=0.99 cores=0,2,4,6
/proc/32747/stat : 32747 (java) S 32744 32747 31421 0 -1 1077944320 16748 13139 0 0 86 5 5 3 20 0 15 0 72381214 11079016448 22139 33554432000 4194304 4196468 140725756764688 140725756747232 139685560958711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
/proc/32747/statm: 2704838 22139 3238 1 0 2667149 0
[pid=32747/tid=333] ppid=32744 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 12388 13139 0 0 54 4 5 3 20 0 15 0 72381223 11079016448 22139 33554432000 4194304 4196468 140725756764688 139685532781712 139685542332480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11079016448 22139 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11079016448 22139 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381224 11079016448 22139 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381224 11079016448 22139 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=338] ppid=32744 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/338/stat : 338 (java) S 32744 32747 31421 0 -1 1077944384 6 13139 0 0 0 0 5 3 20 0 15 0 72381226 11079016448 22139 33554432000 4194304 4196468 140725756764688 139685020035056 139685560969858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=341] ppid=32744 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/341/stat : 341 (java) S 32744 32747 31421 0 -1 1077944384 33 13139 0 0 0 0 5 3 20 0 15 0 72381226 11079016448 22139 33554432000 4194304 4196468 140725756764688 139685018981280 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=342] ppid=32744 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/342/stat : 342 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381226 11079016448 22139 33554432000 4194304 4196468 140725756764688 139684885816304 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=343] ppid=32744 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/343/stat : 343 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381229 11079016448 22139 33554432000 4194304 4196468 140725756764688 139684281837776 139685560977307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=344] ppid=32744 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/32747/task/344/stat : 344 (java) S 32744 32747 31421 0 -1 1077944384 1041 13139 0 0 10 0 5 3 20 0 15 0 72381229 11079016448 22139 33554432000 4194304 4196468 140725756764688 139684985424368 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=345] ppid=32744 vsize=10819352 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/32747/task/345/stat : 345 (java) S 32744 32747 31421 0 -1 1077944384 478 13139 0 0 6 0 5 3 20 0 15 0 72381229 11079016448 22139 33554432000 4194304 4196468 140725756764688 139684984371824 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=346] ppid=32744 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/32747/task/346/stat : 346 (java) S 32744 32747 31421 0 -1 1077944384 603 13139 0 0 13 0 5 3 20 0 15 0 72381229 11079016448 22139 33554432000 4194304 4196468 140725756764688 139684983319280 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=347] ppid=32744 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/347/stat : 347 (java) S 32744 32747 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72381229 11079016448 22139 33554432000 4194304 4196468 140725756764688 139683812076640 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=348] ppid=32744 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/348/stat : 348 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381229 11079016448 22139 33554432000 4194304 4196468 140725756764688 139684982266160 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88556 KiB

[startup+1.5007 s]
/proc/loadavg: 1.76 1.53 1.43 4/215 348
/proc/meminfo: memFree=12267292/32770624 swapFree=67108860/67108860
[pid=32747] ppid=32744 vsize=10834252 memory=179672 CPUtime=2.39 cores=0,2,4,6
/proc/32747/stat : 32747 (java) S 32744 32747 31421 0 -1 1077944320 24013 13139 0 0 220 11 5 3 20 0 15 0 72381214 11094274048 44918 33554432000 4194304 4196468 140725756764688 140725756747232 139685560958711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
/proc/32747/statm: 2708563 44918 3475 1 0 2670221 0
[pid=32747/tid=333] ppid=32744 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 17820 13139 0 0 128 7 5 3 20 0 15 0 72381223 11094274048 44918 33554432000 4194304 4196468 140725756764688 139685532790640 139685545039198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 61 13139 0 0 1 0 5 3 20 0 15 0 72381224 11094274048 44918 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 21 13139 0 0 1 0 5 3 20 0 15 0 72381224 11094274048 44918 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 12 13139 0 0 0 0 5 3 20 0 15 0 72381224 11094274048 44918 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 173 13139 0 0 0 0 5 3 20 0 15 0 72381224 11094274048 44918 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=338] ppid=32744 vsize=10834252 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/32747/task/338/stat : 338 (java) S 32744 32747 31421 0 -1 1077944384 55 13139 0 0 1 0 5 3 20 0 15 0 72381226 11094274048 44918 33554432000 4194304 4196468 140725756764688 139685020035056 139685560969858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=341] ppid=32744 vsize=10834252 memory=280428078508288 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/341/stat : 341 (java) S 32744 32747 31421 0 -1 1077944384 33 13139 0 0 0 0 5 3 20 0 15 0 72381226 11094274048 44918 33554432000 4194304 4196468 140725756764688 139685018981344 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=342] ppid=32744 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/342/stat : 342 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381226 11094274048 44918 33554432000 4194304 4196468 140725756764688 139684885816304 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=343] ppid=32744 vsize=10834252 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/343/stat : 343 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381229 11094274048 44918 33554432000 4194304 4196468 140725756764688 139684281837776 139685560977307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=344] ppid=32744 vsize=10834252 memory=1232 CPUtime=0.37 cores=0,2,4,6
/proc/32747/task/344/stat : 344 (java) S 32744 32747 31421 0 -1 1077944384 1605 13139 0 0 29 0 5 3 20 0 15 0 72381229 11094274048 44918 33554432000 4194304 4196468 140725756764688 139684985424368 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=345] ppid=32744 vsize=10834252 memory=8536 CPUtime=0.29 cores=0,2,4,6
/proc/32747/task/345/stat : 345 (java) S 32744 32747 31421 0 -1 1077944384 817 13139 0 0 21 0 5 3 20 0 15 0 72381229 11094274048 44918 33554432000 4194304 4196468 140725756764688 139684984371824 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=346] ppid=32744 vsize=10834252 memory=1712 CPUtime=0.42 cores=0,2,4,6
/proc/32747/task/346/stat : 346 (java) S 32744 32747 31421 0 -1 1077944384 1222 13139 0 0 34 0 5 3 20 0 15 0 72381229 11094274048 44918 33554432000 4194304 4196468 140725756764688 139684983319280 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=347] ppid=32744 vsize=10834252 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/347/stat : 347 (java) S 32744 32747 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72381229 11094274048 44918 33554432000 4194304 4196468 140725756764688 139683812076640 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=348] ppid=32744 vsize=10834252 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/348/stat : 348 (java) S 32744 32747 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72381229 11094274048 44918 33554432000 4194304 4196468 140725756764688 139684982266160 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834252 KiB

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

/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 80834 13139 0 0 231020 38 5 3 20 0 15 0 72381223 11178180608 190078 33554432000 4194304 4196468 140725756764688 139685532793968 139685179970931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=10916192 memory=760112 CPUtime=5.85 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 4818 13139 0 0 553 24 5 3 20 0 15 0 72381224 11178180608 190078 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=10916192 memory=760164 CPUtime=5.85 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 4401 13139 0 0 552 25 5 3 20 0 15 0 72381224 11178180608 190078 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=10916192 memory=2340 CPUtime=5.84 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 7705 13139 0 0 549 27 5 3 20 0 15 0 72381224 11178180608 190078 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=10916192 memory=5412 CPUtime=5.86 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 8910 13139 0 0 551 27 5 3 20 0 15 0 72381224 11178180608 190078 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=338] ppid=32744 vsize=10916192 memory=760280 CPUtime=4.73 cores=0,2,4,6
/proc/32747/task/338/stat : 338 (java) S 32744 32747 31421 0 -1 1077944384 10659 13139 0 0 442 23 5 3 20 0 15 0 72381226 11178180608 190078 33554432000 4194304 4196468 140725756764688 139685020035056 139685560969858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=341] ppid=32744 vsize=10916192 memory=760164 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/341/stat : 341 (java) S 32744 32747 31421 0 -1 1077944384 37 13139 0 0 0 0 5 3 20 0 15 0 72381226 11178180608 190078 33554432000 4194304 4196468 140725756764688 139685018981408 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=342] ppid=32744 vsize=10916192 memory=760164 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/342/stat : 342 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381226 11178180608 190078 33554432000 4194304 4196468 140725756764688 139684885816320 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=343] ppid=32744 vsize=10916192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/343/stat : 343 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381229 11178180608 190078 33554432000 4194304 4196468 140725756764688 139684281837776 139685560977307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=344] ppid=32744 vsize=10916192 memory=21780 CPUtime=9.13 cores=0,2,4,6
/proc/32747/task/344/stat : 344 (java) S 32744 32747 31421 0 -1 1077944384 41906 13139 0 0 896 9 5 3 20 0 15 0 72381229 11178180608 190078 33554432000 4194304 4196468 140725756764688 139684985424368 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=345] ppid=32744 vsize=10916192 memory=1836 CPUtime=8.98 cores=0,2,4,6
/proc/32747/task/345/stat : 345 (java) S 32744 32747 31421 0 -1 1077944384 42376 13139 0 0 883 7 5 3 20 0 15 0 72381229 11178180608 190078 33554432000 4194304 4196468 140725756764688 139684984371824 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=346] ppid=32744 vsize=10916192 memory=13044 CPUtime=4.14 cores=0,2,4,6
/proc/32747/task/346/stat : 346 (java) S 32744 32747 31421 0 -1 1077944384 38386 13139 0 0 399 7 5 3 20 0 15 0 72381229 11178180608 190078 33554432000 4194304 4196468 140725756764688 139684983319280 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=347] ppid=32744 vsize=10916192 memory=760312 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/347/stat : 347 (java) S 32744 32747 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72381229 11178180608 190078 33554432000 4194304 4196468 140725756764688 139683812076640 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=348] ppid=32744 vsize=10916192 memory=6791534058613427641 CPUtime=1.34 cores=0,2,4,6
/proc/32747/task/348/stat : 348 (java) S 32744 32747 31421 0 -1 1077944384 1299 13139 0 0 64 62 5 3 20 0 15 0 72381229 11178180608 190078 33554432000 4194304 4196468 140725756764688 139684982266160 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 2361.75 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 760312 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.32 1.32 3/215 1138
/proc/meminfo: memFree=11538112/32770624 swapFree=67108860/67108860
[pid=32747] ppid=32744 vsize=10916192 memory=762380 CPUtime=2422.22 cores=0,2,4,6
/proc/32747/stat : 32747 (java) S 32744 32747 31421 0 -1 1077944320 243907 13139 0 0 241991 223 5 3 20 0 15 0 72381214 11178180608 190595 33554432000 4194304 4196468 140725756764688 140725756747232 139685560958711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
/proc/32747/statm: 2729048 190595 3529 1 0 2690701 0
[pid=32747/tid=333] ppid=32744 vsize=10916192 memory=2400 CPUtime=2370.38 cores=0,2,4,6
/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 81095 13139 0 0 236992 38 5 3 20 0 15 0 72381223 11178180608 190595 33554432000 4194304 4196468 140725756764688 139685532793264 139685173019003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=10916192 memory=6791534058613427641 CPUtime=6 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 4837 13139 0 0 567 25 5 3 20 0 15 0 72381224 11178180608 190595 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=10916192 memory=762360 CPUtime=5.99 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 4407 13139 0 0 566 25 5 3 20 0 15 0 72381224 11178180608 190595 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=10916192 memory=760312 CPUtime=5.98 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 7757 13139 0 0 563 27 5 3 20 0 15 0 72381224 11178180608 190595 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=10916192 memory=280428079953808 CPUtime=6.01 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 8917 13139 0 0 565 28 5 3 20 0 15 0 72381224 11178180608 190595 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=338] ppid=32744 vsize=10916192 memory=140214039799218 CPUtime=4.85 cores=0,2,4,6
/proc/32747/task/338/stat : 338 (java) S 32744 32747 31421 0 -1 1077944384 10692 13139 0 0 453 24 5 3 20 0 15 0 72381226 11178180608 190595 33554432000 4194304 4196468 140725756764688 139685020035056 139685560969858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=341] ppid=32744 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/341/stat : 341 (java) S 32744 32747 31421 0 -1 1077944384 37 13139 0 0 0 0 5 3 20 0 15 0 72381226 11178180608 190595 33554432000 4194304 4196468 140725756764688 139685018981408 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=342] ppid=32744 vsize=10916192 memory=760312 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/342/stat : 342 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381226 11178180608 190595 33554432000 4194304 4196468 140725756764688 139684885816320 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=343] ppid=32744 vsize=10916192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/343/stat : 343 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381229 11178180608 190595 33554432000 4194304 4196468 140725756764688 139684281837776 139685560977307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=344] ppid=32744 vsize=10916192 memory=762360 CPUtime=9.13 cores=0,2,4,6
/proc/32747/task/344/stat : 344 (java) S 32744 32747 31421 0 -1 1077944384 41906 13139 0 0 896 9 5 3 20 0 15 0 72381229 11178180608 190595 33554432000 4194304 4196468 140725756764688 139684985424368 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=345] ppid=32744 vsize=10916192 memory=4140 CPUtime=8.98 cores=0,2,4,6
/proc/32747/task/345/stat : 345 (java) S 32744 32747 31421 0 -1 1077944384 42376 13139 0 0 883 7 5 3 20 0 15 0 72381229 11178180608 190595 33554432000 4194304 4196468 140725756764688 139684984371824 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=346] ppid=32744 vsize=10916192 memory=762360 CPUtime=4.14 cores=0,2,4,6
/proc/32747/task/346/stat : 346 (java) S 32744 32747 31421 0 -1 1077944384 38386 13139 0 0 399 7 5 3 20 0 15 0 72381229 11178180608 190595 33554432000 4194304 4196468 140725756764688 139684983319280 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=347] ppid=32744 vsize=10916192 memory=762380 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/347/stat : 347 (java) S 32744 32747 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72381229 11178180608 190595 33554432000 4194304 4196468 140725756764688 139683812076640 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=348] ppid=32744 vsize=10916192 memory=762380 CPUtime=1.36 cores=0,2,4,6
/proc/32747/task/348/stat : 348 (java) S 32744 32747 31421 0 -1 1077944384 1303 13139 0 0 65 63 5 3 20 0 15 0 72381229 11178180608 190595 33554432000 4194304 4196468 140725756764688 139684982266160 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 2422.22 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 762380 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.35 1.33 3/216 1147
/proc/meminfo: memFree=11536376/32770624 swapFree=67108860/67108860
[pid=32747] ppid=32744 vsize=10916192 memory=762432 CPUtime=2482.65 cores=0,2,4,6
/proc/32747/stat : 32747 (java) S 32744 32747 31421 0 -1 1077944320 245026 13139 0 0 248030 227 5 3 20 0 15 0 72381214 11178180608 190608 33554432000 4194304 4196468 140725756764688 140725756747232 139685560958711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
/proc/32747/statm: 2729048 190608 3529 1 0 2690701 0
[pid=32747/tid=333] ppid=32744 vsize=10916192 memory=762432 CPUtime=2430.07 cores=0,2,4,6
/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 81852 13139 0 0 242961 38 5 3 20 0 15 0 72381223 11178180608 190608 33554432000 4194304 4196468 140725756764688 139685532793440 139685542607578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=10916192 memory=762432 CPUtime=6.16 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 4928 13139 0 0 582 26 5 3 20 0 15 0 72381224 11178180608 190608 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=10916192 memory=7525627588817284967 CPUtime=6.14 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 4433 13139 0 0 580 26 5 3 20 0 15 0 72381224 11178180608 190608 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=10916192 memory=792 CPUtime=6.14 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 7765 13139 0 0 578 28 5 3 20 0 15 0 72381224 11178180608 190608 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=10916192 memory=762432 CPUtime=6.16 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 8933 13139 0 0 580 28 5 3 20 0 15 0 72381224 11178180608 190608 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=338] ppid=32744 vsize=10916192 memory=4140 CPUtime=4.96 cores=0,2,4,6
/proc/32747/task/338/stat : 338 (java) S 32744 32747 31421 0 -1 1077944384 10889 13139 0 0 464 24 5 3 20 0 15 0 72381226 11178180608 190608 33554432000 4194304 4196468 140725756764688 139685020035056 139685560969858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=341] ppid=32744 vsize=10916192 memory=762432 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/341/stat : 341 (java) S 32744 32747 31421 0 -1 1077944384 37 13139 0 0 0 0 5 3 20 0 15 0 72381226 11178180608 190608 33554432000 4194304 4196468 140725756764688 139685018981408 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=342] ppid=32744 vsize=10916192 memory=762380 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/342/stat : 342 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381226 11178180608 190608 33554432000 4194304 4196468 140725756764688 139684885816320 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=343] ppid=32744 vsize=10916192 memory=762432 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/343/stat : 343 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381229 11178180608 190608 33554432000 4194304 4196468 140725756764688 139684281837776 139685560977307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=344] ppid=32744 vsize=10916192 memory=762432 CPUtime=9.13 cores=0,2,4,6
/proc/32747/task/344/stat : 344 (java) S 32744 32747 31421 0 -1 1077944384 41908 13139 0 0 896 9 5 3 20 0 15 0 72381229 11178180608 190608 33554432000 4194304 4196468 140725756764688 139684985424368 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=345] ppid=32744 vsize=10916192 memory=762432 CPUtime=8.98 cores=0,2,4,6
/proc/32747/task/345/stat : 345 (java) S 32744 32747 31421 0 -1 1077944384 42378 13139 0 0 883 7 5 3 20 0 15 0 72381229 11178180608 190608 33554432000 4194304 4196468 140725756764688 139684984371824 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=346] ppid=32744 vsize=10916192 memory=1236 CPUtime=4.14 cores=0,2,4,6
/proc/32747/task/346/stat : 346 (java) S 32744 32747 31421 0 -1 1077944384 38388 13139 0 0 399 7 5 3 20 0 15 0 72381229 11178180608 190608 33554432000 4194304 4196468 140725756764688 139684983319280 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=347] ppid=32744 vsize=10916192 memory=762432 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/347/stat : 347 (java) S 32744 32747 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72381229 11178180608 190608 33554432000 4194304 4196468 140725756764688 139683812076640 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=348] ppid=32744 vsize=10916192 memory=2672 CPUtime=1.4 cores=0,2,4,6
/proc/32747/task/348/stat : 348 (java) S 32744 32747 31421 0 -1 1077944384 1321 13139 0 0 67 65 5 3 20 0 15 0 72381229 11178180608 190608 33554432000 4194304 4196468 140725756764688 139684982266160 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 2482.65 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 762432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.4 s]
/proc/loadavg: 1.43 1.37 1.33 3/216 1148
/proc/meminfo: memFree=11537348/32770624 swapFree=67108860/67108860
[pid=32747] ppid=32744 vsize=10916192 memory=762504 CPUtime=2520.05 cores=0,2,4,6
/proc/32747/stat : 32747 (java) S 32744 32747 31421 0 -1 1077944320 245755 13139 0 0 251768 229 5 3 20 0 15 0 72381214 11178180608 190626 33554432000 4194304 4196468 140725756764688 140725756747232 139685560958711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
/proc/32747/statm: 2729048 190626 3529 1 0 2690701 0
[pid=32747/tid=333] ppid=32744 vsize=10916192 memory=5412 CPUtime=2466.99 cores=0,2,4,6
/proc/32747/task/333/stat : 333 (java) R 32744 32747 31421 0 -1 4202560 82175 13139 0 0 246652 39 5 3 20 0 15 0 72381223 11178180608 190626 33554432000 4194304 4196468 140725756764688 139685532794256 139685176185572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=334] ppid=32744 vsize=10916192 memory=4612 CPUtime=6.25 cores=0,2,4,6
/proc/32747/task/334/stat : 334 (java) S 32744 32747 31421 0 -1 1077944384 4951 13139 0 0 591 26 5 3 20 0 15 0 72381224 11178180608 190626 33554432000 4194304 4196468 140725756764688 139685565201168 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=335] ppid=32744 vsize=10916192 memory=6791534058613427641 CPUtime=6.24 cores=0,2,4,6
/proc/32747/task/335/stat : 335 (java) S 32744 32747 31421 0 -1 1077944384 4455 13139 0 0 590 26 5 3 20 0 15 0 72381224 11178180608 190626 33554432000 4194304 4196468 140725756764688 139685133998992 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=336] ppid=32744 vsize=10916192 memory=288230583166042426 CPUtime=6.23 cores=0,2,4,6
/proc/32747/task/336/stat : 336 (java) S 32744 32747 31421 0 -1 1077944384 7771 13139 0 0 587 28 5 3 20 0 15 0 72381224 11178180608 190626 33554432000 4194304 4196468 140725756764688 139685132946448 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=337] ppid=32744 vsize=10916192 memory=13569288569095676 CPUtime=6.25 cores=0,2,4,6
/proc/32747/task/337/stat : 337 (java) S 32744 32747 31421 0 -1 1077944384 9068 13139 0 0 589 28 5 3 20 0 15 0 72381224 11178180608 190626 33554432000 4194304 4196468 140725756764688 139685131893904 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=338] ppid=32744 vsize=10916192 memory=3268 CPUtime=5.03 cores=0,2,4,6
/proc/32747/task/338/stat : 338 (java) S 32744 32747 31421 0 -1 1077944384 11096 13139 0 0 471 24 5 3 20 0 15 0 72381226 11178180608 190626 33554432000 4194304 4196468 140725756764688 139685020035056 139685560969858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=341] ppid=32744 vsize=10916192 memory=762476 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/341/stat : 341 (java) S 32744 32747 31421 0 -1 1077944384 37 13139 0 0 0 0 5 3 20 0 15 0 72381226 11178180608 190626 33554432000 4194304 4196468 140725756764688 139685018981408 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=342] ppid=32744 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/342/stat : 342 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381226 11178180608 190626 33554432000 4194304 4196468 140725756764688 139684885816320 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=343] ppid=32744 vsize=10916192 memory=1584 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/343/stat : 343 (java) S 32744 32747 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72381229 11178180608 190626 33554432000 4194304 4196468 140725756764688 139684281837776 139685560977307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=344] ppid=32744 vsize=10916192 memory=6791534058613427641 CPUtime=9.13 cores=0,2,4,6
/proc/32747/task/344/stat : 344 (java) S 32744 32747 31421 0 -1 1077944384 41908 13139 0 0 896 9 5 3 20 0 15 0 72381229 11178180608 190626 33554432000 4194304 4196468 140725756764688 139684985424368 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=345] ppid=32744 vsize=10916192 memory=4206468019014099040 CPUtime=8.98 cores=0,2,4,6
/proc/32747/task/345/stat : 345 (java) S 32744 32747 31421 0 -1 1077944384 42378 13139 0 0 883 7 5 3 20 0 15 0 72381229 11178180608 190626 33554432000 4194304 4196468 140725756764688 139684984371824 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=346] ppid=32744 vsize=10916192 memory=7682475212697334586 CPUtime=4.14 cores=0,2,4,6
/proc/32747/task/346/stat : 346 (java) S 32744 32747 31421 0 -1 1077944384 38388 13139 0 0 399 7 5 3 20 0 15 0 72381229 11178180608 190626 33554432000 4194304 4196468 140725756764688 139684983319280 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=347] ppid=32744 vsize=10916192 memory=-6737208495982354336 CPUtime=0.08 cores=0,2,4,6
/proc/32747/task/347/stat : 347 (java) S 32744 32747 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72381229 11178180608 190626 33554432000 4194304 4196468 140725756764688 139683812076640 139685560968917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
[pid=32747/tid=348] ppid=32744 vsize=10916192 memory=7682475212697334586 CPUtime=1.42 cores=0,2,4,6
/proc/32747/task/348/stat : 348 (java) S 32744 32747 31421 0 -1 1077944384 1334 13139 0 0 69 65 5 3 20 0 15 0 72381229 11178180608 190626 33554432000 4194304 4196468 140725756764688 139684982266160 139685560969858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140725756766380 140725756769628 140725756769628 140725756772303 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 762504 KiB

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

[startup+2479.44 s]
# the end of solver process 32747 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.76 s, system=2.33045 s

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

Child status: 143
Real time (s): 2479.44
CPU time (s): 2520.09
CPU user time (s): 2517.76
CPU system time (s): 2.33045
CPU usage (%): 101.64
Max. virtual memory (cumulated for all children) (KiB): 10919004
Max. memory (cumulated for all children) (KiB): 815132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.76
system time used= 2.33045
maximum resident set size= 815836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166881
involuntary context switches= 7071


# summary of solver processes directly reported to runsolver:
#   pid: 32747
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.76
#   total CPU system time (s): 2.33045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3116 second user time and 23.1989 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 21:49:40
IDJOB=4295334
IDBENCH=141522
IDSOLVER=2751
FILE ID=node107/4295334-1532548180
RUNJOBID= node107-1532543154-31452
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-n-medium-2_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-4295334-1532548180/watcher-4295334-1532548180 -o /tmp/evaluation-result-4295334-1532548180/solver-4295334-1532548180 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=899997318 -superng HOME/instance-4295334-1532548180.xml

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

MD5SUM BENCH= d930a285b222420c6879960cff9efc87
RANDOM SEED=899997318

node107.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.40
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.40
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.40
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.40
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:        12371988 kB
MemAvailable:   31289016 kB
Buffers:          284316 kB
Cached:         18752668 kB
SwapCached:            0 kB
Active:          4903892 kB
Inactive:       14830044 kB
Active(anon):     699964 kB
Inactive(anon):    25036 kB
Active(file):    4203928 kB
Inactive(file): 14805008 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27132 kB
Writeback:             0 kB
AnonPages:        726048 kB
Mapped:            53204 kB
Shmem:             25228 kB
Slab:             364280 kB
SReclaimable:     336552 kB
SUnreclaim:        27728 kB
KernelStack:        3840 kB
PageTables:         6560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1800608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-25 22:31:00