Trace number 4295991

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)248 2520.07 2488.34

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-50-30-00_c18.xml
MD5SUM80c5a80d7c962cf143a1b6c53ca701c2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints51
Number of domains2
Minimum domain size33
Maximum domain size50
Distribution of domain sizes[{"size":33,"count":50},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":50},{"arity":50,"count":1}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50},{"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.75	c Concrete v3.8.1528841891564 running
9.85/4.91	o 290
9.85/4.95	o 289
56.84/47.11	o 287
57.19/47.38	o 284
57.42/47.55	o 283
57.42/47.58	o 277
59.66/49.67	o 275
77.12/66.70	o 271
77.12/66.71	o 270
77.64/67.23	o 269
370.06/356.73	o 268
370.16/356.84	o 267
1610.49/1587.19	o 263
1611.05/1587.69	o 261
1611.05/1587.69	o 259
1611.15/1587.73	o 256
1611.97/1588.52	o 253
1616.25/1592.55	o 252
1640.37/1616.44	o 251
1640.46/1616.54	o 249
2471.16/2439.99	o 248
2520.02/2488.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2488.31		at concrete.MAC.mac(MAC.scala:188)
2520.02/2488.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2488.31		at scala.util.Try$.apply(Try.scala:209)
2520.02/2488.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2488.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2488.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2488.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2488.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2488.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2488.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2488.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2488.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2488.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2488.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2488.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2488.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2488.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2488.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2488.31		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2488.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2488.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2488.31		at scala.util.Success.map(Try.scala:209)
2520.02/2488.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2488.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2488.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2488.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2488.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2488.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2488.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2488.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2488.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2488.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2488.31		at scala.App.main(App.scala:76)
2520.02/2488.31		at scala.App.main$(App.scala:74)
2520.02/2488.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2488.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2488.32	v <instantiation cost="248">
2520.02/2488.32	v       <list>
2520.02/2488.32	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49]
2520.02/2488.32	v       </list>
2520.02/2488.32	v       <values>
2520.02/2488.32	v         43 47 48 45 46 35 28 27 26 20 1 0 6 5 19 23 25 30 38 39 41 42 49 44 40 34 31 24 8 9 13 3 15 10 21 22 17 2 12 7 14 16 4 11 18 29 36 37 33 32 2 3 5 7 7 5 6 4 6 14 7 4 2 5 5 2 4 6 1 3 1 6 6 3 5 1 4 11 1 3 3 4 3 4 2 15 5 4 3 2 2 15 9 4 7 7 2 5 5 8
2520.02/2488.32	v       </values>
2520.02/2488.32	v     </instantiation>
2520.02/2488.32	s SATISFIABLE

Verifier Data

OK	248

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295991-1532604526/watcher-4295991-1532604526 -o /tmp/evaluation-result-4295991-1532604526/solver-4295991-1532604526 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=365809293 -superng HOME/instance-4295991-1532604526.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=9020, runsolver pid=9017

[startup+0.10006 s]*
/proc/loadavg: 1.53 1.45 1.43 3/206 9077
/proc/meminfo: memFree=23136528/32770624 swapFree=67076968/67108860
[pid=9020] ppid=9017 vsize=9972712 memory=15172 CPUtime=0.08 cores=0,2,4,6
/proc/9020/stat : 9020 (java) S 9017 9020 5667 0 -1 1077944320 4432 12875 0 0 1 0 4 3 20 0 6 0 78015828 10212057088 3793 33554432000 4194304 4196468 140732926505312 140732926487856 139861448851191 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
/proc/9020/statm: 2493178 3793 1934 1 0 2481616 0
[pid=9020/tid=9073] ppid=9017 vsize=9972712 memory=-8530227557020516293 CPUtime=0.08 cores=0,2,4,6
/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 2274 12875 0 0 1 0 4 3 20 0 6 0 78015837 10212057088 3793 33554432000 4194304 4196468 140732926505312 139861420687952 139861433286736 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 6 0 78015838 10212057088 3793 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=9972712 memory=140648241174144 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 6 0 78015838 10212057088 3793 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 6 0 78015838 10212057088 3793 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 2 12875 0 0 0 0 4 3 20 0 6 0 78015838 10212057088 3793 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15172 KiB

[startup+0.209764 s]*
/proc/loadavg: 1.53 1.45 1.43 6/215 9086
/proc/meminfo: memFree=23113508/32770624 swapFree=67076968/67108860
[pid=9020] ppid=9017 vsize=10821524 memory=42112 CPUtime=0.26 cores=0,2,4,6
/proc/9020/stat : 9020 (java) S 9017 9020 5667 0 -1 1077944320 8776 12875 0 0 17 2 4 3 20 0 15 0 78015828 11081240576 10528 33554432000 4194304 4196468 140732926505312 140732926487856 139861448851191 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
/proc/9020/statm: 2705381 10528 2971 1 0 2667804 0
[pid=9020/tid=9073] ppid=9017 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 5611 12875 0 0 10 1 4 3 20 0 15 0 78015837 11078557696 10183 33554432000 4194304 4196468 140732926505312 139861420676000 139861441530413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=10818904 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11078557696 10183 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=10818904 memory=140648241183421 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11078557696 10183 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11078557696 10183 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 2 12875 0 0 0 0 4 3 20 0 15 0 78015838 11078557696 10183 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9078] ppid=9017 vsize=10818936 memory=140648241174144 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9078/stat : 9078 (java) S 9017 9020 5667 0 -1 1077944384 2 12875 0 0 0 0 4 3 20 0 15 0 78015840 11078590464 10183 33554432000 4194304 4196468 140732926505312 139860908157808 139861448862338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9079] ppid=9017 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9079/stat : 9079 (java) S 9017 9020 5667 0 -1 1077944384 33 12875 0 0 0 0 4 3 20 0 15 0 78015840 11078590464 10183 33554432000 4194304 4196468 140732926505312 139860907103776 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9080] ppid=9017 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9080/stat : 9080 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015840 11078590464 10183 33554432000 4194304 4196468 140732926505312 139860308387184 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9081] ppid=9017 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9081/stat : 9081 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11078590464 10248 33554432000 4194304 4196468 140732926505312 139860000987472 139861448869787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9082] ppid=9017 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9020/task/9082/stat : 9082 (java) S 9017 9020 5667 0 -1 1077944384 499 12875 0 0 1 0 4 3 20 0 15 0 78015843 11078590464 10248 33554432000 4194304 4196468 140732926505312 139860873546096 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9083] ppid=9017 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9020/task/9083/stat : 9083 (java) S 9017 9020 5667 0 -1 1077944384 96 12875 0 0 1 0 4 3 20 0 15 0 78015843 11078590464 10248 33554432000 4194304 4196468 140732926505312 139860872493296 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9084] ppid=9017 vsize=10818936 memory=140648241174144 CPUtime=0.1 cores=0,2,4,6
/proc/9020/task/9084/stat : 9084 (java) S 9017 9020 5667 0 -1 1077944384 619 12875 0 0 3 0 4 3 20 0 15 0 78015843 11078590464 10248 33554432000 4194304 4196468 140732926505312 139860871440496 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9085] ppid=9017 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9085/stat : 9085 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11078590464 10314 33554432000 4194304 4196468 140732926505312 139859967428832 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9086] ppid=9017 vsize=10818936 memory=140648241174144 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9086/stat : 9086 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015843 11078590464 10314 33554432000 4194304 4196468 140732926505312 139860870388912 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 42112 KiB

[startup+0.310332 s]*
/proc/loadavg: 1.53 1.45 1.43 3/215 9086
/proc/meminfo: memFree=23091592/32770624 swapFree=67076968/67108860
[pid=9020] ppid=9017 vsize=10819352 memory=51208 CPUtime=0.38 cores=0,2,4,6
/proc/9020/stat : 9020 (java) S 9017 9020 5667 0 -1 1077944320 10924 12875 0 0 28 3 4 3 20 0 15 0 78015828 11079016448 12802 33554432000 4194304 4196468 140732926505312 140732926487856 139861448851191 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
/proc/9020/statm: 2704838 12802 3090 1 0 2667149 0
[pid=9020/tid=9073] ppid=9017 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 7447 12875 0 0 19 2 4 3 20 0 15 0 78015837 11079016448 12802 33554432000 4194304 4196468 140732926505312 139861420663200 139861448873117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11079016448 12802 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11079016448 12802 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11079016448 12802 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 2 12875 0 0 0 0 4 3 20 0 15 0 78015838 11079016448 12802 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9078] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9078/stat : 9078 (java) S 9017 9020 5667 0 -1 1077944384 2 12875 0 0 0 0 4 3 20 0 15 0 78015840 11079016448 12802 33554432000 4194304 4196468 140732926505312 139860908157808 139861448862338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9079] ppid=9017 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9079/stat : 9079 (java) S 9017 9020 5667 0 -1 1077944384 33 12875 0 0 0 0 4 3 20 0 15 0 78015840 11079016448 12802 33554432000 4194304 4196468 140732926505312 139860907103776 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9080] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9080/stat : 9080 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015840 11079016448 12802 33554432000 4194304 4196468 140732926505312 139860308387184 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9081] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9081/stat : 9081 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11079016448 12802 33554432000 4194304 4196468 140732926505312 139860000987472 139861448869787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9082] ppid=9017 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9020/task/9082/stat : 9082 (java) R 9017 9020 5667 0 -1 4202560 505 12875 0 0 2 0 4 3 20 0 15 0 78015843 11079016448 12802 33554432000 4194304 4196468 140732926505312 139860873546096 139861426827774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9083] ppid=9017 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9020/task/9083/stat : 9083 (java) S 9017 9020 5667 0 -1 1077944384 100 12875 0 0 1 0 4 3 20 0 15 0 78015843 11079016448 12802 33554432000 4194304 4196468 140732926505312 139860872493296 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9084] ppid=9017 vsize=10819352 memory=140648241174144 CPUtime=0.12 cores=0,2,4,6
/proc/9020/task/9084/stat : 9084 (java) S 9017 9020 5667 0 -1 1077944384 644 12875 0 0 5 0 4 3 20 0 15 0 78015843 11079016448 12802 33554432000 4194304 4196468 140732926505312 139860871440496 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9085] ppid=9017 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9085/stat : 9085 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11079016448 12802 33554432000 4194304 4196468 140732926505312 139859967428832 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9086] ppid=9017 vsize=10819352 memory=140648241174144 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9086/stat : 9086 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015843 11079016448 12802 33554432000 4194304 4196468 140732926505312 139860870388912 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51208 KiB

[startup+0.700726 s]
/proc/loadavg: 1.53 1.45 1.43 4/215 9086
/proc/meminfo: memFree=23080712/32770624 swapFree=67076968/67108860
[pid=9020] ppid=9017 vsize=10819352 memory=84144 CPUtime=0.99 cores=0,2,4,6
/proc/9020/stat : 9020 (java) S 9017 9020 5667 0 -1 1077944320 17171 12875 0 0 87 5 4 3 20 0 15 0 78015828 11079016448 21036 33554432000 4194304 4196468 140732926505312 140732926487856 139861448851191 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
/proc/9020/statm: 2704838 21036 3247 1 0 2667149 0
[pid=9020/tid=9073] ppid=9017 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 12510 12875 0 0 55 4 4 3 20 0 15 0 78015837 11079016448 21036 33554432000 4194304 4196468 140732926505312 139861420671480 139861448873117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11079016448 21036 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11079016448 21036 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=10819352 memory=140648099492624 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015838 11079016448 21036 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=10819352 memory=140651589009993 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 2 12875 0 0 0 0 4 3 20 0 15 0 78015838 11079016448 21036 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9078] ppid=9017 vsize=10819352 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9078/stat : 9078 (java) S 9017 9020 5667 0 -1 1077944384 5 12875 0 0 0 0 4 3 20 0 15 0 78015840 11079016448 21036 33554432000 4194304 4196468 140732926505312 139860908157808 139861448862338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9079] ppid=9017 vsize=10819352 memory=7014751519650764113 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9079/stat : 9079 (java) S 9017 9020 5667 0 -1 1077944384 33 12875 0 0 0 0 4 3 20 0 15 0 78015840 11079016448 21036 33554432000 4194304 4196468 140732926505312 139860907103776 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9080] ppid=9017 vsize=10819352 memory=7597123233646858610 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9080/stat : 9080 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015840 11079016448 21036 33554432000 4194304 4196468 140732926505312 139860308387184 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9081] ppid=9017 vsize=10819352 memory=3604 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9081/stat : 9081 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11079016448 21036 33554432000 4194304 4196468 140732926505312 139860000987472 139861448869787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9082] ppid=9017 vsize=10819352 memory=10832 CPUtime=0.15 cores=0,2,4,6
/proc/9020/task/9082/stat : 9082 (java) S 9017 9020 5667 0 -1 1077944384 873 12875 0 0 8 0 4 3 20 0 15 0 78015843 11079016448 21036 33554432000 4194304 4196468 140732926505312 139860873546096 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9083] ppid=9017 vsize=10819352 memory=15128 CPUtime=0.16 cores=0,2,4,6
/proc/9020/task/9083/stat : 9083 (java) S 9017 9020 5667 0 -1 1077944384 736 12875 0 0 9 0 4 3 20 0 15 0 78015843 11079016448 21036 33554432000 4194304 4196468 140732926505312 139860872493296 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9084] ppid=9017 vsize=10819352 memory=640 CPUtime=0.2 cores=0,2,4,6
/proc/9020/task/9084/stat : 9084 (java) S 9017 9020 5667 0 -1 1077944384 812 12875 0 0 13 0 4 3 20 0 15 0 78015843 11079016448 21036 33554432000 4194304 4196468 140732926505312 139860871440496 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9085] ppid=9017 vsize=10819352 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9085/stat : 9085 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11079016448 21036 33554432000 4194304 4196468 140732926505312 139859967428832 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9086] ppid=9017 vsize=10819352 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9086/stat : 9086 (java) S 9017 9020 5667 0 -1 1077944384 2 12875 0 0 0 0 4 3 20 0 15 0 78015843 11079016448 21036 33554432000 4194304 4196468 140732926505312 139860870388912 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84144 KiB

[startup+1.50493 s]
/proc/loadavg: 1.53 1.45 1.43 3/215 9086
/proc/meminfo: memFree=23036116/32770624 swapFree=67076968/67108860
[pid=9020] ppid=9017 vsize=10834252 memory=178904 CPUtime=2.36 cores=0,2,4,6
/proc/9020/stat : 9020 (java) S 9017 9020 5667 0 -1 1077944320 25145 12875 0 0 219 10 4 3 20 0 15 0 78015828 11094274048 44726 33554432000 4194304 4196468 140732926505312 140732926487856 139861448851191 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
/proc/9020/statm: 2708563 44726 3470 1 0 2670221 0
[pid=9020/tid=9073] ppid=9017 vsize=10834252 memory=60652 CPUtime=1.42 cores=0,2,4,6
/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 17973 12875 0 0 129 6 4 3 20 0 15 0 78015837 11094274048 44726 33554432000 4194304 4196468 140732926505312 139861420673064 139861448873117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 181 12875 0 0 1 0 4 3 20 0 15 0 78015838 11094274048 44726 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=10834252 memory=281296199016608 CPUtime=0.08 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 23 12875 0 0 1 0 4 3 20 0 15 0 78015838 11094274048 44726 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 61 12875 0 0 1 0 4 3 20 0 15 0 78015838 11094274048 44726 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 23 12875 0 0 0 0 4 3 20 0 15 0 78015838 11094274048 44726 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9078] ppid=9017 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9020/task/9078/stat : 9078 (java) S 9017 9020 5667 0 -1 1077944384 462 12875 0 0 1 0 4 3 20 0 15 0 78015840 11094274048 44726 33554432000 4194304 4196468 140732926505312 139860908157808 139861448862338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9079] ppid=9017 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9079/stat : 9079 (java) S 9017 9020 5667 0 -1 1077944384 34 12875 0 0 0 0 4 3 20 0 15 0 78015840 11094274048 44726 33554432000 4194304 4196468 140732926505312 139860907103840 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9080] ppid=9017 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9080/stat : 9080 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015840 11094274048 44726 33554432000 4194304 4196468 140732926505312 139860308387200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9081] ppid=9017 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9081/stat : 9081 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11094274048 44726 33554432000 4194304 4196468 140732926505312 139860000987472 139861448869787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9082] ppid=9017 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/9020/task/9082/stat : 9082 (java) S 9017 9020 5667 0 -1 1077944384 1551 12875 0 0 26 0 4 3 20 0 15 0 78015843 11094274048 44726 33554432000 4194304 4196468 140732926505312 139860873546096 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9083] ppid=9017 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/9020/task/9083/stat : 9083 (java) S 9017 9020 5667 0 -1 1077944384 1090 12875 0 0 22 0 4 3 20 0 15 0 78015843 11094274048 44726 33554432000 4194304 4196468 140732926505312 139860872493296 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9084] ppid=9017 vsize=10834252 memory=8112282956445269571 CPUtime=0.4 cores=0,2,4,6
/proc/9020/task/9084/stat : 9084 (java) S 9017 9020 5667 0 -1 1077944384 1550 12875 0 0 33 0 4 3 20 0 15 0 78015843 11094274048 44726 33554432000 4194304 4196468 140732926505312 139860871440496 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9085] ppid=9017 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9085/stat : 9085 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11094274048 44726 33554432000 4194304 4196468 140732926505312 139859967428832 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9086] ppid=9017 vsize=10834252 memory=281296199261056 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9086/stat : 9086 (java) S 9017 9020 5667 0 -1 1077944384 2 12875 0 0 0 0 4 3 20 0 15 0 78015843 11094274048 44726 33554432000 4194304 4196468 140732926505312 139860870388912 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 81624 12875 0 0 237241 30 4 3 20 0 15 0 78015837 11178180608 117052 33554432000 4194304 4196468 140732926505312 139861420685728 139861067774016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=10916192 memory=468208 CPUtime=4.83 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 10819 12875 0 0 444 32 4 3 20 0 15 0 78015838 11178180608 117052 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=10916192 memory=468208 CPUtime=4.85 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 15289 12875 0 0 448 30 4 3 20 0 15 0 78015838 11178180608 117052 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=10916192 memory=468208 CPUtime=4.83 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 13009 12875 0 0 447 29 4 3 20 0 15 0 78015838 11178180608 117052 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=10916192 memory=468208 CPUtime=4.84 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 17181 12875 0 0 444 33 4 3 20 0 15 0 78015838 11178180608 117052 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9078] ppid=9017 vsize=10916192 memory=468208 CPUtime=3.34 cores=0,2,4,6
/proc/9020/task/9078/stat : 9078 (java) S 9017 9020 5667 0 -1 1077944384 11249 12875 0 0 306 21 4 3 20 0 15 0 78015840 11178180608 117052 33554432000 4194304 4196468 140732926505312 139860908157808 139861448862338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9079] ppid=9017 vsize=10916192 memory=468208 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9079/stat : 9079 (java) S 9017 9020 5667 0 -1 1077944384 37 12875 0 0 0 0 4 3 20 0 15 0 78015840 11178180608 117052 33554432000 4194304 4196468 140732926505312 139860907103840 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9080] ppid=9017 vsize=10916192 memory=468208 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9080/stat : 9080 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015840 11178180608 117052 33554432000 4194304 4196468 140732926505312 139860308387200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9081] ppid=9017 vsize=10916192 memory=468208 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9081/stat : 9081 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11178180608 117052 33554432000 4194304 4196468 140732926505312 139860000987472 139861448869787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9082] ppid=9017 vsize=10916192 memory=0 CPUtime=7.06 cores=0,2,4,6
/proc/9020/task/9082/stat : 9082 (java) S 9017 9020 5667 0 -1 1077944384 73395 12875 0 0 691 8 4 3 20 0 15 0 78015843 11178180608 117052 33554432000 4194304 4196468 140732926505312 139860873546096 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9083] ppid=9017 vsize=10916192 memory=0 CPUtime=6.39 cores=0,2,4,6
/proc/9020/task/9083/stat : 9083 (java) S 9017 9020 5667 0 -1 1077944384 65327 12875 0 0 625 7 4 3 20 0 15 0 78015843 11178180608 117052 33554432000 4194304 4196468 140732926505312 139860872493296 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9084] ppid=9017 vsize=10916192 memory=468208 CPUtime=3.3 cores=0,2,4,6
/proc/9020/task/9084/stat : 9084 (java) S 9017 9020 5667 0 -1 1077944384 67039 12875 0 0 313 10 4 3 20 0 15 0 78015843 11178180608 117052 33554432000 4194304 4196468 140732926505312 139860871440496 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9085] ppid=9017 vsize=10916192 memory=468208 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9085/stat : 9085 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11178180608 117052 33554432000 4194304 4196468 140732926505312 139859967428832 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9086] ppid=9017 vsize=10916192 memory=20476 CPUtime=1.36 cores=0,2,4,6
/proc/9020/task/9086/stat : 9086 (java) S 9017 9020 5667 0 -1 1077944384 1142 12875 0 0 66 63 4 3 20 0 15 0 78015843 11178180608 117052 33554432000 4194304 4196468 140732926505312 139860870388912 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 2413.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 468208 KiB

[startup+2442.3 s]
/proc/loadavg: 1.77 1.59 1.60 3/215 9315
/proc/meminfo: memFree=22119376/32770624 swapFree=67076992/67108860
[pid=9020] ppid=9017 vsize=10916192 memory=468248 CPUtime=2473.62 cores=0,2,4,6
/proc/9020/stat : 9020 (java) S 9017 9020 5667 0 -1 1077944320 363051 12875 0 0 247117 238 4 3 20 0 15 0 78015828 11178180608 117062 33554432000 4194304 4196468 140732926505312 140732926487856 139861448851191 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
/proc/9020/statm: 2729048 117062 3529 1 0 2690701 0
[pid=9020/tid=9073] ppid=9017 vsize=10916192 memory=468228 CPUtime=2432.54 cores=0,2,4,6
/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 82541 12875 0 0 243214 33 4 3 20 0 15 0 78015837 11178180608 117062 33554432000 4194304 4196468 140732926505312 139861420686592 139861060957270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=10916192 memory=468212 CPUtime=4.94 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 10835 12875 0 0 455 32 4 3 20 0 15 0 78015838 11178180608 117062 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=10916192 memory=468228 CPUtime=4.97 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 15373 12875 0 0 459 31 4 3 20 0 15 0 78015838 11178180608 117062 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=10916192 memory=468228 CPUtime=4.95 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 13015 12875 0 0 458 30 4 3 20 0 15 0 78015838 11178180608 117062 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=10916192 memory=468228 CPUtime=4.96 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 18297 12875 0 0 456 33 4 3 20 0 15 0 78015838 11178180608 117062 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9078] ppid=9017 vsize=10916192 memory=468248 CPUtime=3.43 cores=0,2,4,6
/proc/9020/task/9078/stat : 9078 (java) S 9017 9020 5667 0 -1 1077944384 11299 12875 0 0 315 21 4 3 20 0 15 0 78015840 11178180608 117062 33554432000 4194304 4196468 140732926505312 139860908157808 139861448862338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9079] ppid=9017 vsize=10916192 memory=468248 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9079/stat : 9079 (java) S 9017 9020 5667 0 -1 1077944384 37 12875 0 0 0 0 4 3 20 0 15 0 78015840 11178180608 117062 33554432000 4194304 4196468 140732926505312 139860907103840 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9080] ppid=9017 vsize=10916192 memory=4049220998576484962 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9080/stat : 9080 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015840 11178180608 117062 33554432000 4194304 4196468 140732926505312 139860308387200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9081] ppid=9017 vsize=10916192 memory=468248 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9081/stat : 9081 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11178180608 117062 33554432000 4194304 4196468 140732926505312 139860000987472 139861448869787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9082] ppid=9017 vsize=10916192 memory=468248 CPUtime=7.16 cores=0,2,4,6
/proc/9020/task/9082/stat : 9082 (java) S 9017 9020 5667 0 -1 1077944384 75058 12875 0 0 701 8 4 3 20 0 15 0 78015843 11178180608 117062 33554432000 4194304 4196468 140732926505312 139860873546096 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9083] ppid=9017 vsize=10916192 memory=468228 CPUtime=6.46 cores=0,2,4,6
/proc/9020/task/9083/stat : 9083 (java) S 9017 9020 5667 0 -1 1077944384 65654 12875 0 0 632 7 4 3 20 0 15 0 78015843 11178180608 117062 33554432000 4194304 4196468 140732926505312 139860872493296 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9084] ppid=9017 vsize=10916192 memory=468228 CPUtime=3.35 cores=0,2,4,6
/proc/9020/task/9084/stat : 9084 (java) S 9017 9020 5667 0 -1 1077944384 67586 12875 0 0 318 10 4 3 20 0 15 0 78015843 11178180608 117062 33554432000 4194304 4196468 140732926505312 139860871440496 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9085] ppid=9017 vsize=10916192 memory=468248 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9085/stat : 9085 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11178180608 117062 33554432000 4194304 4196468 140732926505312 139859967428832 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9086] ppid=9017 vsize=10916192 memory=3032 CPUtime=1.39 cores=0,2,4,6
/proc/9020/task/9086/stat : 9086 (java) S 9017 9020 5667 0 -1 1077944384 1161 12875 0 0 68 64 4 3 20 0 15 0 78015843 11178180608 117062 33554432000 4194304 4196468 140732926505312 139860870388912 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 2473.62 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 468248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.3 s]
/proc/loadavg: 1.68 1.60 1.60 3/216 9323
/proc/meminfo: memFree=21840384/32770624 swapFree=67076992/67108860
[pid=9020] ppid=9017 vsize=10916192 memory=468256 CPUtime=2520.02 cores=0,2,4,6
/proc/9020/stat : 9020 (java) S 9017 9020 5667 0 -1 1077944320 369463 12875 0 0 251753 242 4 3 20 0 15 0 78015828 11178180608 117064 33554432000 4194304 4196468 140732926505312 140732926487856 139861448851191 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
/proc/9020/statm: 2729048 117064 3529 1 0 2690701 0
[pid=9020/tid=9073] ppid=9017 vsize=10916192 memory=468256 CPUtime=2478.35 cores=0,2,4,6
/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 83207 12875 0 0 247795 33 4 3 20 0 15 0 78015837 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861420685808 139861068124672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=10916192 memory=164 CPUtime=5.03 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 10843 12875 0 0 463 33 4 3 20 0 15 0 78015838 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=10916192 memory=468256 CPUtime=5.06 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 15996 12875 0 0 468 31 4 3 20 0 15 0 78015838 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=10916192 memory=468256 CPUtime=5.04 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 13041 12875 0 0 467 30 4 3 20 0 15 0 78015838 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=10916192 memory=468256 CPUtime=5.05 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 18382 12875 0 0 464 34 4 3 20 0 15 0 78015838 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9078] ppid=9017 vsize=10916192 memory=468256 CPUtime=3.5 cores=0,2,4,6
/proc/9020/task/9078/stat : 9078 (java) S 9017 9020 5667 0 -1 1077944384 11616 12875 0 0 321 22 4 3 20 0 15 0 78015840 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860908157808 139861448862338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9079] ppid=9017 vsize=10916192 memory=468256 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9079/stat : 9079 (java) S 9017 9020 5667 0 -1 1077944384 37 12875 0 0 0 0 4 3 20 0 15 0 78015840 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860907103840 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9080] ppid=9017 vsize=10916192 memory=468256 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9080/stat : 9080 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015840 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860308387200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9081] ppid=9017 vsize=10916192 memory=4049220998576484962 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9081/stat : 9081 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860000987472 139861448869787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9082] ppid=9017 vsize=10916192 memory=468256 CPUtime=7.21 cores=0,2,4,6
/proc/9020/task/9082/stat : 9082 (java) S 9017 9020 5667 0 -1 1077944384 75994 12875 0 0 706 8 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860873546096 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9083] ppid=9017 vsize=10916192 memory=3328 CPUtime=6.51 cores=0,2,4,6
/proc/9020/task/9083/stat : 9083 (java) S 9017 9020 5667 0 -1 1077944384 67557 12875 0 0 637 7 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860872493296 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9084] ppid=9017 vsize=10916192 memory=1508 CPUtime=3.38 cores=0,2,4,6
/proc/9020/task/9084/stat : 9084 (java) S 9017 9020 5667 0 -1 1077944384 69412 12875 0 0 321 10 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860871440496 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9085] ppid=9017 vsize=10916192 memory=3328 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9085/stat : 9085 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139859967428832 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9086] ppid=9017 vsize=10916192 memory=468256 CPUtime=1.41 cores=0,2,4,6
/proc/9020/task/9086/stat : 9086 (java) S 9017 9020 5667 0 -1 1077944384 1183 12875 0 0 69 65 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860870388912 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 468256 KiB

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

[startup+2488.34 s]
# the end of solver process 9020 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.6 s, system=2.47265 s

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

[startup+2488.3 s]
/proc/loadavg: 1.68 1.60 1.60 3/216 9323
/proc/meminfo: memFree=21840384/32770624 swapFree=67076992/67108860
[pid=9020] ppid=9017 vsize=10916192 memory=468256 CPUtime=2520.02 cores=0,2,4,6
/proc/9020/stat : 9020 (java) S 9017 9020 5667 0 -1 1077944320 369463 12875 0 0 251753 242 4 3 20 0 15 0 78015828 11178180608 117064 33554432000 4194304 4196468 140732926505312 140732926487856 139861448851191 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
/proc/9020/statm: 2729048 117064 3529 1 0 2690701 0
[pid=9020/tid=9073] ppid=9017 vsize=10916192 memory=468256 CPUtime=2478.35 cores=0,2,4,6
/proc/9020/task/9073/stat : 9073 (java) R 9017 9020 5667 0 -1 4202560 83207 12875 0 0 247795 33 4 3 20 0 15 0 78015837 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861420685808 139861068124672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9074] ppid=9017 vsize=10916192 memory=164 CPUtime=5.03 cores=0,2,4,6
/proc/9020/task/9074/stat : 9074 (java) S 9017 9020 5667 0 -1 1077944384 10843 12875 0 0 463 33 4 3 20 0 15 0 78015838 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861453093520 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9075] ppid=9017 vsize=10916192 memory=468256 CPUtime=5.06 cores=0,2,4,6
/proc/9020/task/9075/stat : 9075 (java) S 9017 9020 5667 0 -1 1077944384 15996 12875 0 0 468 31 4 3 20 0 15 0 78015838 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861021878800 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9076] ppid=9017 vsize=10916192 memory=468256 CPUtime=5.04 cores=0,2,4,6
/proc/9020/task/9076/stat : 9076 (java) S 9017 9020 5667 0 -1 1077944384 13041 12875 0 0 467 30 4 3 20 0 15 0 78015838 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861020826000 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9077] ppid=9017 vsize=10916192 memory=468256 CPUtime=5.05 cores=0,2,4,6
/proc/9020/task/9077/stat : 9077 (java) S 9017 9020 5667 0 -1 1077944384 18382 12875 0 0 464 34 4 3 20 0 15 0 78015838 11178180608 117064 33554432000 4194304 4196468 140732926505312 139861019773200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9078] ppid=9017 vsize=10916192 memory=468256 CPUtime=3.5 cores=0,2,4,6
/proc/9020/task/9078/stat : 9078 (java) S 9017 9020 5667 0 -1 1077944384 11616 12875 0 0 321 22 4 3 20 0 15 0 78015840 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860908157808 139861448862338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9079] ppid=9017 vsize=10916192 memory=468256 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9079/stat : 9079 (java) S 9017 9020 5667 0 -1 1077944384 37 12875 0 0 0 0 4 3 20 0 15 0 78015840 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860907103840 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9080] ppid=9017 vsize=10916192 memory=468256 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9080/stat : 9080 (java) S 9017 9020 5667 0 -1 1077944384 1 12875 0 0 0 0 4 3 20 0 15 0 78015840 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860308387200 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9081] ppid=9017 vsize=10916192 memory=4049220998576484962 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9081/stat : 9081 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860000987472 139861448869787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9082] ppid=9017 vsize=10916192 memory=468256 CPUtime=7.21 cores=0,2,4,6
/proc/9020/task/9082/stat : 9082 (java) S 9017 9020 5667 0 -1 1077944384 75994 12875 0 0 706 8 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860873546096 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9083] ppid=9017 vsize=10916192 memory=3328 CPUtime=6.51 cores=0,2,4,6
/proc/9020/task/9083/stat : 9083 (java) S 9017 9020 5667 0 -1 1077944384 67557 12875 0 0 637 7 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860872493296 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9084] ppid=9017 vsize=10916192 memory=1508 CPUtime=3.38 cores=0,2,4,6
/proc/9020/task/9084/stat : 9084 (java) S 9017 9020 5667 0 -1 1077944384 69412 12875 0 0 321 10 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860871440496 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9085] ppid=9017 vsize=10916192 memory=3328 CPUtime=0.07 cores=0,2,4,6
/proc/9020/task/9085/stat : 9085 (java) S 9017 9020 5667 0 -1 1077944384 3 12875 0 0 0 0 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139859967428832 139861448861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
[pid=9020/tid=9086] ppid=9017 vsize=10916192 memory=468256 CPUtime=1.41 cores=0,2,4,6
/proc/9020/task/9086/stat : 9086 (java) S 9017 9020 5667 0 -1 1077944384 1183 12875 0 0 69 65 4 3 20 0 15 0 78015843 11178180608 117064 33554432000 4194304 4196468 140732926505312 139860870388912 139861448862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26402816 140732926507180 140732926510428 140732926510428 140732926513103 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 468256 KiB

Child status: 143
Real time (s): 2488.34
CPU time (s): 2520.07
CPU user time (s): 2517.6
CPU system time (s): 2.47265
CPU usage (%): 101.275
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 919256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.6
system time used= 2.47264
maximum resident set size= 921812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134980
involuntary context switches= 6213


# summary of solver processes directly reported to runsolver:
#   pid: 9020
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.6
#   total CPU system time (s): 2.47265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0794 second user time and 25.581 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 13:28:46
IDJOB=4295991
IDBENCH=141630
IDSOLVER=2751
FILE ID=node102/4295991-1532604526
RUNJOBID= node102-1532594593-7268
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-50-30-00_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-4295991-1532604526/watcher-4295991-1532604526 -o /tmp/evaluation-result-4295991-1532604526/solver-4295991-1532604526 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=365809293 -superng HOME/instance-4295991-1532604526.xml

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

MD5SUM BENCH= 80c5a80d7c962cf143a1b6c53ca701c2
RANDOM SEED=365809293

node102.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.51
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.51
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.51
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.51
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:        23144196 kB
MemAvailable:   30887188 kB
Buffers:          189656 kB
Cached:          7788936 kB
SwapCached:         5328 kB
Active:          2430696 kB
Inactive:        6658192 kB
Active(anon):    1081024 kB
Inactive(anon):    53648 kB
Active(file):    1349672 kB
Inactive(file):  6604544 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076968 kB
Dirty:             26320 kB
Writeback:             0 kB
AnonPages:       1140952 kB
Mapped:            46896 kB
Shmem:             21900 kB
Slab:             237064 kB
SReclaimable:     209224 kB
SUnreclaim:        27840 kB
KernelStack:        3792 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2009500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52696 MiB
End job on node102 at 2018-07-26 14:10:15