Trace number 4259687

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.4SAT (TO)2 249.58299 240.033

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-11.xml
MD5SUM21068963a9b1e3aa386cc6eac6ce07b0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.19996101
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints165
Number of domains1
Minimum domain size55
Maximum domain size55
Distribution of domain sizes[{"size":55,"count":55}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":66},{"degree":10,"count":55}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":165}]
Number of extensional constraints0
Number of intensional constraints165
Distribution of constraint types[{"type":"intension","count":165}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.40/2.21	c Concrete v3.4 running
9.39/4.47	o 54
9.63/4.51	o 53
9.63/4.53	o 52
9.63/4.56	o 51
9.63/4.58	o 50
9.63/4.60	o 49
9.97/4.62	o 48
9.97/4.63	o 47
9.97/4.65	o 46
9.97/4.66	o 45
9.97/4.68	o 44
9.97/4.69	o 43
10.29/4.70	o 42
10.29/4.71	o 41
10.29/4.72	o 40
10.29/4.73	o 39
10.29/4.75	o 38
10.29/4.76	o 37
10.29/4.77	o 36
10.29/4.78	o 35
10.29/4.79	o 34
10.61/4.80	o 33
10.61/4.81	o 32
10.61/4.83	o 31
10.61/4.84	o 30
10.61/4.85	o 29
10.61/4.86	o 28
10.61/4.87	o 27
10.61/4.88	o 26
10.61/4.88	o 25
10.61/4.89	o 24
10.92/4.90	o 23
10.92/4.91	o 22
10.92/4.92	o 21
10.92/4.92	o 20
10.92/4.93	o 19
10.92/4.94	o 18
10.92/4.95	o 17
10.92/4.96	o 16
10.92/4.96	o 15
10.92/4.97	o 14
10.92/4.98	o 13
10.92/4.98	o 12
10.92/4.99	o 11
11.22/5.00	o 10
11.22/5.00	o 9
11.22/5.01	o 8
11.22/5.02	o 7
11.22/5.02	o 6
11.22/5.03	o 5
11.22/5.04	o 4
11.22/5.04	o 3
11.22/5.05	o 2
249.52/240.00	java.util.concurrent.TimeoutException
249.52/240.00		at concrete.MAC.mac(MAC.scala:74)
249.52/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
249.52/240.00		at scala.util.Try$.apply(Try.scala:209)
249.52/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
249.52/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
249.52/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
249.52/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
249.52/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
249.52/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
249.52/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
249.52/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
249.52/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
249.52/240.01		at concrete.MAC.oneRun(MAC.scala:146)
249.52/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
249.52/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
249.52/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
249.52/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
249.52/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
249.52/240.01		at concrete.Solver.hasNext(Solver.scala:202)
249.52/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
249.52/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
249.52/240.01		at concrete.Solver.toStream(Solver.scala:73)
249.52/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
249.52/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
249.52/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
249.52/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
249.52/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
249.52/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
249.52/240.01		at scala.util.Success.map(Try.scala:209)
249.52/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
249.52/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
249.52/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
249.52/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
249.52/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
249.52/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
249.52/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
249.52/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
249.52/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
249.52/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
249.52/240.01		at scala.App.main(App.scala:76)
249.52/240.01		at scala.App.main$(App.scala:74)
249.52/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
249.52/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
249.52/240.01	v <instantiation cost="2">
249.52/240.01	v       <list>
249.52/240.01	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][7] x[6][8] x[6][9] x[6][10] x[7][8] x[7][9] x[7][10] x[8][9] x[8][10] x[9][10]
249.52/240.01	v       </list>
249.52/240.01	v       <values>
249.52/240.01	v         1 2 0 1 0 0 2 1 2 2 2 0 0 1 1 2 0 2 2 0 2 1 2 1 0 1 0 2 1 2 0 1 1 2 2 1 2 2 0 1 2 0 0 2 2 2 2 1 0 1 0 1 2 2 1
249.52/240.01	v       </values>
249.52/240.01	v     </instantiation>
249.52/240.01	s SATISFIABLE

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259687-1502001482/watcher-4259687-1502001482 -o /tmp/evaluation-result-4259687-1502001482/solver-4259687-1502001482 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501998935-17393 --watchdog 300 bin/concrete HOME/instance-4259687-1502001482.xml 

pid=19780
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.41 1.55 1.85 4/195 19783
/proc/meminfo: memFree=30927200/32770624 swapFree=0/306108
[pid=19783] ppid=19780 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19783/stat : 19783 (runsolver) D 19780 19783 2450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 2341969 24240128 106 18446744073709551615 4194304 4338465 140728655973280 140728655970920 140251350348503 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 9859072 140728655974617 140728655974991 140728655974991 140728655978442 0
/proc/19783/statm: 5918 106 53 36 0 2156 0

[startup+0.100091 s]
/proc/loadavg: 1.41 1.55 1.85 4/195 19783
/proc/meminfo: memFree=30927200/32770624 swapFree=0/306108
[pid=19783] ppid=19780 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/19783/stat : 19783 (bash) S 19780 19783 2450 0 -1 4202496 716 3533 0 0 0 0 0 0 20 0 1 0 2341969 9736192 355 18446744073709551615 4194304 5098028 140724320272928 140724320270568 140007759121408 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 12509184 140724320277018 140724320277103 140724320277103 140724320280554 0
/proc/19783/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20029 s]
/proc/loadavg: 1.41 1.55 1.85 4/195 19783
/proc/meminfo: memFree=30927200/32770624 swapFree=0/306108
[pid=19783] ppid=19780 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/19783/stat : 19783 (bash) S 19780 19783 2450 0 -1 4202496 891 6483 0 0 0 0 0 1 20 0 1 0 2341969 9867264 377 18446744073709551615 4194304 5098028 140724320272928 140724320266936 140007759121408 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 12509184 140724320277018 140724320277103 140724320277103 140724320280554 0
/proc/19783/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300335 s]
/proc/loadavg: 1.41 1.55 1.85 4/195 19783
/proc/meminfo: memFree=30927200/32770624 swapFree=0/306108
[pid=19783] ppid=19780 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 5736 12364 0 0 5 1 4 3 20 0 14 0 2341969 14241083392 5419 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3476827 5419 2574 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700672 s]
/proc/loadavg: 1.41 1.55 1.85 4/195 19783
/proc/meminfo: memFree=30927200/32770624 swapFree=0/306108
[pid=19783] ppid=19780 vsize=13974784 CPUtime=0.67 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 13810 12364 0 0 56 4 4 3 20 0 15 0 2341969 14310178816 14140 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3493696 14140 3089 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50233 s]
/proc/loadavg: 1.45 1.56 1.85 3/210 19846
/proc/meminfo: memFree=30833888/32770624 swapFree=0/305844
[pid=19783] ppid=19780 vsize=13985408 CPUtime=1.84 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 28522 12364 0 0 168 9 4 3 20 0 15 0 2341969 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3496352 36081 3346 1 0 3485525 0
[pid=19783/tid=19833] ppid=19780 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/19783/task/19833/stat : 19833 (java) S 19780 19783 2450 0 -1 1077944384 22728 12364 0 0 116 6 4 3 20 0 15 0 2341990 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906881320880 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19834] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19834/stat : 19834 (java) S 19780 19783 2450 0 -1 1077944384 42 12364 0 0 0 0 4 3 20 0 15 0 2341990 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906819045648 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19835] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19835/stat : 19835 (java) S 19780 19783 2450 0 -1 1077944384 43 12364 0 0 0 0 4 3 20 0 15 0 2341990 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906817993104 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19836] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19836/stat : 19836 (java) S 19780 19783 2450 0 -1 1077944384 190 12364 0 0 0 0 4 3 20 0 15 0 2341990 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906816940560 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19837] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19837/stat : 19837 (java) S 19780 19783 2450 0 -1 1077944384 32 12364 0 0 0 0 4 3 20 0 15 0 2341990 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906815888016 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19838] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19838/stat : 19838 (java) R 19780 19783 2450 0 -1 4202560 42 12364 0 0 0 0 4 3 20 0 15 0 2341992 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906422866944 139906862164512 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19839] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19839/stat : 19839 (java) S 19780 19783 2450 0 -1 1077944384 33 12364 0 0 0 0 4 3 20 0 15 0 2341992 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906421814688 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19840] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19840/stat : 19840 (java) S 19780 19783 2450 0 -1 1077944384 21 12364 0 0 0 0 4 3 20 0 15 0 2341992 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906420762096 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19841] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19841/stat : 19841 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906419710672 139906877118363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19842] ppid=19780 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/19783/task/19842/stat : 19842 (java) S 19780 19783 2450 0 -1 1077944384 851 12364 0 0 12 0 4 3 20 0 15 0 2341995 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906418657264 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19843] ppid=19780 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/19783/task/19843/stat : 19843 (java) S 19780 19783 2450 0 -1 1077944384 964 12364 0 0 16 0 4 3 20 0 15 0 2341995 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906417604720 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19844] ppid=19780 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/19783/task/19844/stat : 19844 (java) S 19780 19783 2450 0 -1 1077944384 1415 12364 0 0 22 0 4 3 20 0 15 0 2341995 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906416549552 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19845] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19845/stat : 19845 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906415499872 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19846] ppid=19780 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19846/stat : 19846 (java) S 19780 19783 2450 0 -1 1077944384 6 12364 0 0 0 0 4 3 20 0 15 0 2342001 14321057792 36081 18446744073709551615 4194304 4196468 140725907479024 139906414447408 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 1.45 1.56 1.85 5/210 19846
/proc/meminfo: memFree=30757016/32770624 swapFree=0/305844
[pid=19783] ppid=19780 vsize=13997884 CPUtime=6.12 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 46445 12364 0 0 590 15 4 3 20 0 15 0 2341969 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3499471 54840 3444 1 0 3488085 0
[pid=19783/tid=19833] ppid=19780 vsize=13997884 CPUtime=2.84 cores=0,2,4,6
/proc/19783/task/19833/stat : 19833 (java) R 19780 19783 2450 0 -1 4202560 28819 12364 0 0 270 7 4 3 20 0 15 0 2341990 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906881326304 139906504819232 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19834] ppid=19780 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19834/stat : 19834 (java) S 19780 19783 2450 0 -1 1077944384 61 12364 0 0 0 0 4 3 20 0 15 0 2341990 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906819045648 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19835] ppid=19780 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19783/task/19835/stat : 19835 (java) S 19780 19783 2450 0 -1 1077944384 61 12364 0 0 1 0 4 3 20 0 15 0 2341990 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906817993104 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19836] ppid=19780 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19836/stat : 19836 (java) S 19780 19783 2450 0 -1 1077944384 197 12364 0 0 0 0 4 3 20 0 15 0 2341990 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906816940560 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19837] ppid=19780 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19783/task/19837/stat : 19837 (java) S 19780 19783 2450 0 -1 1077944384 41 12364 0 0 1 0 4 3 20 0 15 0 2341990 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906815888016 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19838] ppid=19780 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19783/task/19838/stat : 19838 (java) S 19780 19783 2450 0 -1 1077944384 1473 12364 0 0 1 0 4 3 20 0 15 0 2341992 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906422868464 139906877110914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19839] ppid=19780 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19839/stat : 19839 (java) S 19780 19783 2450 0 -1 1077944384 55 12364 0 0 0 0 4 3 20 0 15 0 2341992 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906421814752 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19840] ppid=19780 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19840/stat : 19840 (java) S 19780 19783 2450 0 -1 1077944384 43 12364 0 0 0 0 4 3 20 0 15 0 2341992 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906420762112 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19841] ppid=19780 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19841/stat : 19841 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906419710672 139906877118363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19842] ppid=19780 vsize=13997884 CPUtime=1.18 cores=0,2,4,6
/proc/19783/task/19842/stat : 19842 (java) R 19780 19783 2450 0 -1 4202560 4400 12364 0 0 110 1 4 3 20 0 15 0 2341995 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906418638832 139906860656040 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19843] ppid=19780 vsize=13997884 CPUtime=0.98 cores=0,2,4,6
/proc/19783/task/19843/stat : 19843 (java) R 19780 19783 2450 0 -1 4202560 3104 12364 0 0 90 1 4 3 20 0 15 0 2341995 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906417585952 139906877121114 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19844] ppid=19780 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/19783/task/19844/stat : 19844 (java) R 19780 19783 2450 0 -1 4202560 6029 12364 0 0 112 1 4 3 20 0 15 0 2341995 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906416552176 139906877121114 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19845] ppid=19780 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19845/stat : 19845 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906415499872 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19846] ppid=19780 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19846/stat : 19846 (java) S 19780 19783 2450 0 -1 1077944384 7 12364 0 0 0 0 4 3 20 0 15 0 2342001 14333833216 54840 18446744073709551615 4194304 4196468 140725907479024 139906414447408 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 13997884

[startup+6.30064 s]
/proc/loadavg: 1.66 1.60 1.86 4/210 19846
/proc/meminfo: memFree=30582196/32770624 swapFree=0/305856
[pid=19783] ppid=19780 vsize=14069564 CPUtime=13.53 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 63602 12364 0 0 1323 23 4 3 20 0 15 0 2341969 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3517391 90164 3480 1 0 3506005 0
[pid=19783/tid=19833] ppid=19780 vsize=14069564 CPUtime=5.79 cores=0,2,4,6
/proc/19783/task/19833/stat : 19833 (java) R 19780 19783 2450 0 -1 4202560 39931 12364 0 0 560 12 4 3 20 0 15 0 2341990 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906881333440 139906505633960 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19834] ppid=19780 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19783/task/19834/stat : 19834 (java) S 19780 19783 2450 0 -1 1077944384 105 12364 0 0 13 0 4 3 20 0 15 0 2341990 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906819045648 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19835] ppid=19780 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19783/task/19835/stat : 19835 (java) S 19780 19783 2450 0 -1 1077944384 158 12364 0 0 13 0 4 3 20 0 15 0 2341990 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906817993104 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19836] ppid=19780 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19783/task/19836/stat : 19836 (java) S 19780 19783 2450 0 -1 1077944384 267 12364 0 0 13 0 4 3 20 0 15 0 2341990 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906816940560 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19837] ppid=19780 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19783/task/19837/stat : 19837 (java) S 19780 19783 2450 0 -1 1077944384 999 12364 0 0 13 0 4 3 20 0 15 0 2341990 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906815888016 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19838] ppid=19780 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19783/task/19838/stat : 19838 (java) S 19780 19783 2450 0 -1 1077944384 2236 12364 0 0 13 0 4 3 20 0 15 0 2341992 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906422868464 139906877110914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19839] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19839/stat : 19839 (java) S 19780 19783 2450 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906421814752 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19840] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19840/stat : 19840 (java) S 19780 19783 2450 0 -1 1077944384 43 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906420762112 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19841] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19841/stat : 19841 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906419710672 139906877118363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19842] ppid=19780 vsize=14069564 CPUtime=2.63 cores=0,2,4,6
/proc/19783/task/19842/stat : 19842 (java) S 19780 19783 2450 0 -1 1077944384 5111 12364 0 0 255 1 4 3 20 0 15 0 2341995 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906418657264 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19843] ppid=19780 vsize=14069564 CPUtime=2.68 cores=0,2,4,6
/proc/19783/task/19843/stat : 19843 (java) S 19780 19783 2450 0 -1 1077944384 4827 12364 0 0 259 2 4 3 20 0 15 0 2341995 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906417604720 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19844] ppid=19780 vsize=14069564 CPUtime=1.87 cores=0,2,4,6
/proc/19783/task/19844/stat : 19844 (java) S 19780 19783 2450 0 -1 1077944384 7704 12364 0 0 178 2 4 3 20 0 15 0 2341995 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906416552176 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19845] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19845/stat : 19845 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906415499872 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19846] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19846/stat : 19846 (java) S 19780 19783 2450 0 -1 1077944384 9 12364 0 0 0 0 4 3 20 0 15 0 2342001 14407233536 90164 18446744073709551615 4194304 4196468 140725907479024 139906414447408 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
Current children cumulated CPU time (s) 13.53
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.76 1.63 1.87 4/210 19974
/proc/meminfo: memFree=31195728/32770624 swapFree=0/305896
[pid=19783] ppid=19780 vsize=14069564 CPUtime=20.02 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 66349 12364 0 0 1967 28 4 3 20 0 15 0 2341969 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3517391 131685 3481 1 0 3506005 0
[pid=19783/tid=19833] ppid=19780 vsize=14069564 CPUtime=12.17 cores=0,2,4,6
/proc/19783/task/19833/stat : 19833 (java) R 19780 19783 2450 0 -1 4202560 41211 12364 0 0 1195 15 4 3 20 0 15 0 2341990 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906881333824 139906513821723 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19834] ppid=19780 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/19783/task/19834/stat : 19834 (java) S 19780 19783 2450 0 -1 1077944384 222 12364 0 0 14 1 4 3 20 0 15 0 2341990 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906819045648 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19835] ppid=19780 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/19783/task/19835/stat : 19835 (java) S 19780 19783 2450 0 -1 1077944384 638 12364 0 0 14 1 4 3 20 0 15 0 2341990 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906817993104 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19836] ppid=19780 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/19783/task/19836/stat : 19836 (java) S 19780 19783 2450 0 -1 1077944384 286 12364 0 0 14 1 4 3 20 0 15 0 2341990 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906816940560 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19837] ppid=19780 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/19783/task/19837/stat : 19837 (java) S 19780 19783 2450 0 -1 1077944384 1017 12364 0 0 14 1 4 3 20 0 15 0 2341990 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906815888016 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19838] ppid=19780 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19783/task/19838/stat : 19838 (java) S 19780 19783 2450 0 -1 1077944384 2610 12364 0 0 13 0 4 3 20 0 15 0 2341992 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906422868464 139906877110914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19839] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19839/stat : 19839 (java) S 19780 19783 2450 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906421814752 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19840] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19840/stat : 19840 (java) S 19780 19783 2450 0 -1 1077944384 43 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906420762112 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19841] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19841/stat : 19841 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 131685 18446744073709551615 4194304 4196468 140725907479024 139906419710672 139906877118363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0

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

/proc/19783/task/19845/stat : 19845 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175341 18446744073709551615 4194304 4196468 140725907479024 139906415499872 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19846] ppid=19780 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19783/task/19846/stat : 19846 (java) S 19780 19783 2450 0 -1 1077944384 297 12364 0 0 0 1 4 3 20 0 15 0 2342001 14407233536 175341 18446744073709551615 4194304 4196468 140725907479024 139906414447408 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
Current children cumulated CPU time (s) 58.53
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.77 1.68 1.86 3/210 19979
/proc/meminfo: memFree=30244244/32770624 swapFree=0/305996
[pid=19783] ppid=19780 vsize=14069564 CPUtime=110.07 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 81228 12364 0 0 10963 37 4 3 20 0 15 0 2341969 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3517391 175213 3481 1 0 3506005 0
[pid=19783/tid=19833] ppid=19780 vsize=14069564 CPUtime=101.42 cores=0,2,4,6
/proc/19783/task/19833/stat : 19833 (java) R 19780 19783 2450 0 -1 4202560 48239 12364 0 0 10117 18 4 3 20 0 15 0 2341990 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906881333856 139906512869946 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19834] ppid=19780 vsize=14069564 CPUtime=0.37 cores=0,2,4,6
/proc/19783/task/19834/stat : 19834 (java) S 19780 19783 2450 0 -1 1077944384 1346 12364 0 0 28 2 4 3 20 0 15 0 2341990 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906819045648 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19835] ppid=19780 vsize=14069564 CPUtime=0.37 cores=0,2,4,6
/proc/19783/task/19835/stat : 19835 (java) S 19780 19783 2450 0 -1 1077944384 1908 12364 0 0 28 2 4 3 20 0 15 0 2341990 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906817993104 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19836] ppid=19780 vsize=14069564 CPUtime=0.37 cores=0,2,4,6
/proc/19783/task/19836/stat : 19836 (java) S 19780 19783 2450 0 -1 1077944384 1427 12364 0 0 28 2 4 3 20 0 15 0 2341990 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906816940560 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19837] ppid=19780 vsize=14069564 CPUtime=0.37 cores=0,2,4,6
/proc/19783/task/19837/stat : 19837 (java) S 19780 19783 2450 0 -1 1077944384 2632 12364 0 0 28 2 4 3 20 0 15 0 2341990 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906815888016 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19838] ppid=19780 vsize=14069564 CPUtime=0.35 cores=0,2,4,6
/proc/19783/task/19838/stat : 19838 (java) S 19780 19783 2450 0 -1 1077944384 3680 12364 0 0 27 1 4 3 20 0 15 0 2341992 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906422868464 139906877110914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19839] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19839/stat : 19839 (java) S 19780 19783 2450 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906421814752 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19840] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19840/stat : 19840 (java) S 19780 19783 2450 0 -1 1077944384 43 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906420762112 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19841] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19841/stat : 19841 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906419710672 139906877118363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19842] ppid=19780 vsize=14069564 CPUtime=2.66 cores=0,2,4,6
/proc/19783/task/19842/stat : 19842 (java) S 19780 19783 2450 0 -1 1077944384 5160 12364 0 0 258 1 4 3 20 0 15 0 2341995 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906418657264 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19843] ppid=19780 vsize=14069564 CPUtime=2.71 cores=0,2,4,6
/proc/19783/task/19843/stat : 19843 (java) S 19780 19783 2450 0 -1 1077944384 5005 12364 0 0 262 2 4 3 20 0 15 0 2341995 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906417604720 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19844] ppid=19780 vsize=14069564 CPUtime=1.88 cores=0,2,4,6
/proc/19783/task/19844/stat : 19844 (java) S 19780 19783 2450 0 -1 1077944384 9250 12364 0 0 179 2 4 3 20 0 15 0 2341995 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906416552176 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19845] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19845/stat : 19845 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906415499872 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19846] ppid=19780 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/19783/task/19846/stat : 19846 (java) S 19780 19783 2450 0 -1 1077944384 326 12364 0 0 2 3 4 3 20 0 15 0 2342001 14407233536 175213 18446744073709551615 4194304 4196468 140725907479024 139906414447408 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
Current children cumulated CPU time (s) 110.07
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.66 1.66 1.84 3/210 19981
/proc/meminfo: memFree=30246196/32770624 swapFree=0/306032
[pid=19783] ppid=19780 vsize=14069564 CPUtime=170.79 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 85569 12364 0 0 17027 45 4 3 20 0 15 0 2341969 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3517391 175236 3481 1 0 3506005 0
[pid=19783/tid=19833] ppid=19780 vsize=14069564 CPUtime=160.81 cores=0,2,4,6
/proc/19783/task/19833/stat : 19833 (java) R 19780 19783 2450 0 -1 4202560 49464 12364 0 0 16056 18 4 3 20 0 15 0 2341990 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906881334160 139906513822870 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19834] ppid=19780 vsize=14069564 CPUtime=0.62 cores=0,2,4,6
/proc/19783/task/19834/stat : 19834 (java) S 19780 19783 2450 0 -1 1077944384 1500 12364 0 0 52 3 4 3 20 0 15 0 2341990 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906819045648 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19835] ppid=19780 vsize=14069564 CPUtime=0.62 cores=0,2,4,6
/proc/19783/task/19835/stat : 19835 (java) S 19780 19783 2450 0 -1 1077944384 1989 12364 0 0 52 3 4 3 20 0 15 0 2341990 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906817993104 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19836] ppid=19780 vsize=14069564 CPUtime=0.63 cores=0,2,4,6
/proc/19783/task/19836/stat : 19836 (java) S 19780 19783 2450 0 -1 1077944384 1929 12364 0 0 52 4 4 3 20 0 15 0 2341990 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906816940560 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19837] ppid=19780 vsize=14069564 CPUtime=0.62 cores=0,2,4,6
/proc/19783/task/19837/stat : 19837 (java) S 19780 19783 2450 0 -1 1077944384 3655 12364 0 0 52 3 4 3 20 0 15 0 2341990 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906815888016 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19838] ppid=19780 vsize=14069564 CPUtime=0.59 cores=0,2,4,6
/proc/19783/task/19838/stat : 19838 (java) S 19780 19783 2450 0 -1 1077944384 4023 12364 0 0 50 2 4 3 20 0 15 0 2341992 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906422868464 139906877110914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19839] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19839/stat : 19839 (java) S 19780 19783 2450 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906421814752 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19840] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19840/stat : 19840 (java) S 19780 19783 2450 0 -1 1077944384 43 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906420762112 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19841] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19841/stat : 19841 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906419710672 139906877118363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19842] ppid=19780 vsize=14069564 CPUtime=2.66 cores=0,2,4,6
/proc/19783/task/19842/stat : 19842 (java) S 19780 19783 2450 0 -1 1077944384 5163 12364 0 0 258 1 4 3 20 0 15 0 2341995 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906418657264 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19843] ppid=19780 vsize=14069564 CPUtime=2.71 cores=0,2,4,6
/proc/19783/task/19843/stat : 19843 (java) S 19780 19783 2450 0 -1 1077944384 5013 12364 0 0 262 2 4 3 20 0 15 0 2341995 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906417604720 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19844] ppid=19780 vsize=14069564 CPUtime=1.88 cores=0,2,4,6
/proc/19783/task/19844/stat : 19844 (java) S 19780 19783 2450 0 -1 1077944384 10225 12364 0 0 179 2 4 3 20 0 15 0 2341995 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906416552176 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19845] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19845/stat : 19845 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906415499872 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19846] ppid=19780 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/19783/task/19846/stat : 19846 (java) S 19780 19783 2450 0 -1 1077944384 353 12364 0 0 4 5 4 3 20 0 15 0 2342001 14407233536 175236 18446744073709551615 4194304 4196468 140725907479024 139906414447408 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
Current children cumulated CPU time (s) 170.79
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.40 1.59 1.81 3/210 19983
/proc/meminfo: memFree=30246172/32770624 swapFree=0/306108
[pid=19783] ppid=19780 vsize=14069564 CPUtime=231.6 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 89308 12364 0 0 23100 53 4 3 20 0 15 0 2341969 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3517391 175262 3481 1 0 3506005 0
[pid=19783/tid=19833] ppid=19780 vsize=14069564 CPUtime=220.19 cores=0,2,4,6
/proc/19783/task/19833/stat : 19833 (java) R 19780 19783 2450 0 -1 4202560 50325 12364 0 0 21993 19 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906881334048 139906512091916 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19834] ppid=19780 vsize=14069564 CPUtime=0.9 cores=0,2,4,6
/proc/19783/task/19834/stat : 19834 (java) S 19780 19783 2450 0 -1 1077944384 1640 12364 0 0 78 5 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906819045648 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19835] ppid=19780 vsize=14069564 CPUtime=0.91 cores=0,2,4,6
/proc/19783/task/19835/stat : 19835 (java) S 19780 19783 2450 0 -1 1077944384 2050 12364 0 0 79 5 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906817993104 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19836] ppid=19780 vsize=14069564 CPUtime=0.91 cores=0,2,4,6
/proc/19783/task/19836/stat : 19836 (java) S 19780 19783 2450 0 -1 1077944384 1990 12364 0 0 79 5 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906816940560 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19837] ppid=19780 vsize=14069564 CPUtime=0.91 cores=0,2,4,6
/proc/19783/task/19837/stat : 19837 (java) S 19780 19783 2450 0 -1 1077944384 5155 12364 0 0 80 4 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906815888016 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19838] ppid=19780 vsize=14069564 CPUtime=0.86 cores=0,2,4,6
/proc/19783/task/19838/stat : 19838 (java) S 19780 19783 2450 0 -1 1077944384 4351 12364 0 0 75 4 4 3 20 0 15 0 2341992 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906422868464 139906877110914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19839] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19839/stat : 19839 (java) S 19780 19783 2450 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906421814752 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19840] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19840/stat : 19840 (java) S 19780 19783 2450 0 -1 1077944384 43 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906420762112 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19841] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19841/stat : 19841 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906419710672 139906877118363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19842] ppid=19780 vsize=14069564 CPUtime=2.66 cores=0,2,4,6
/proc/19783/task/19842/stat : 19842 (java) S 19780 19783 2450 0 -1 1077944384 5165 12364 0 0 258 1 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906418657264 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19843] ppid=19780 vsize=14069564 CPUtime=2.71 cores=0,2,4,6
/proc/19783/task/19843/stat : 19843 (java) S 19780 19783 2450 0 -1 1077944384 5016 12364 0 0 262 2 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906417604720 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19844] ppid=19780 vsize=14069564 CPUtime=1.88 cores=0,2,4,6
/proc/19783/task/19844/stat : 19844 (java) S 19780 19783 2450 0 -1 1077944384 10985 12364 0 0 179 2 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906416552176 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19845] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19845/stat : 19845 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906415499872 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19846] ppid=19780 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/19783/task/19846/stat : 19846 (java) S 19780 19783 2450 0 -1 1077944384 376 12364 0 0 6 6 4 3 20 0 15 0 2342001 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906414447408 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
Current children cumulated CPU time (s) 231.6
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.24 1.54 1.79 3/210 19983
/proc/meminfo: memFree=30244008/32770624 swapFree=0/306124
[pid=19783] ppid=19780 vsize=14069564 CPUtime=249.52 cores=0,2,4,6
/proc/19783/stat : 19783 (java) S 19780 19783 2450 0 -1 1077944320 89454 12364 0 0 24890 55 4 3 20 0 15 0 2341969 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 140725907461568 139906877099767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
/proc/19783/statm: 3517391 175262 3481 1 0 3506005 0
[pid=19783/tid=19833] ppid=19780 vsize=14069564 CPUtime=237.68 cores=0,2,4,6
/proc/19783/task/19833/stat : 19833 (java) R 19780 19783 2450 0 -1 4202560 50450 12364 0 0 23742 19 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906881333840 139906514034912 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19834] ppid=19780 vsize=14069564 CPUtime=0.99 cores=0,2,4,6
/proc/19783/task/19834/stat : 19834 (java) S 19780 19783 2450 0 -1 1077944384 1641 12364 0 0 86 6 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906819045648 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19835] ppid=19780 vsize=14069564 CPUtime=0.99 cores=0,2,4,6
/proc/19783/task/19835/stat : 19835 (java) S 19780 19783 2450 0 -1 1077944384 2053 12364 0 0 87 5 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906817993104 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19836] ppid=19780 vsize=14069564 CPUtime=0.99 cores=0,2,4,6
/proc/19783/task/19836/stat : 19836 (java) S 19780 19783 2450 0 -1 1077944384 1992 12364 0 0 87 5 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906816940560 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19837] ppid=19780 vsize=14069564 CPUtime=0.99 cores=0,2,4,6
/proc/19783/task/19837/stat : 19837 (java) S 19780 19783 2450 0 -1 1077944384 5156 12364 0 0 88 4 4 3 20 0 15 0 2341990 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906815888016 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19838] ppid=19780 vsize=14069564 CPUtime=0.95 cores=0,2,4,6
/proc/19783/task/19838/stat : 19838 (java) S 19780 19783 2450 0 -1 1077944384 4365 12364 0 0 83 5 4 3 20 0 15 0 2341992 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906422868464 139906877110914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19839] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19839/stat : 19839 (java) S 19780 19783 2450 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906421814752 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19840] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19840/stat : 19840 (java) S 19780 19783 2450 0 -1 1077944384 43 12364 0 0 0 0 4 3 20 0 15 0 2341992 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906420762112 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19841] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19841/stat : 19841 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906419710672 139906877118363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19842] ppid=19780 vsize=14069564 CPUtime=2.66 cores=0,2,4,6
/proc/19783/task/19842/stat : 19842 (java) S 19780 19783 2450 0 -1 1077944384 5165 12364 0 0 258 1 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906418657264 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19843] ppid=19780 vsize=14069564 CPUtime=2.71 cores=0,2,4,6
/proc/19783/task/19843/stat : 19843 (java) S 19780 19783 2450 0 -1 1077944384 5016 12364 0 0 262 2 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906417604720 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19844] ppid=19780 vsize=14069564 CPUtime=1.88 cores=0,2,4,6
/proc/19783/task/19844/stat : 19844 (java) S 19780 19783 2450 0 -1 1077944384 10985 12364 0 0 179 2 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906416552176 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19845] ppid=19780 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19783/task/19845/stat : 19845 (java) S 19780 19783 2450 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 2341995 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906415499872 139906877109973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
[pid=19783/tid=19846] ppid=19780 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19783/task/19846/stat : 19846 (java) S 19780 19783 2450 0 -1 1077944384 376 12364 0 0 6 7 4 3 20 0 15 0 2342001 14407233536 175262 18446744073709551615 4194304 4196468 140725907479024 139906414447408 139906877110914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140725907486678 140725907489463 140725907489463 140725907492815 0
Current children cumulated CPU time (s) 249.52
Current children cumulated vsize (KiB) 14069564

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19783 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.033
CPU time (s): 249.583
CPU user time (s): 248.974
CPU system time (s): 0.608983
CPU usage (%): 103.979
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.974
system time used= 0.608983
maximum resident set size= 707416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28394
involuntary context switches= 960

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.966588 second user time and 1.5903 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 08:23:58
IDJOB=4259687
IDBENCH=140556
IDSOLVER=2646
FILE ID=node127/4259687-1502001482
RUNJOBID= node127-1501998935-17393
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-11.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259687-1502001482/watcher-4259687-1502001482 -o /tmp/evaluation-result-4259687-1502001482/solver-4259687-1502001482 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501998935-17393 --watchdog 300  bin/concrete HOME/instance-4259687-1502001482.xml

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

MD5SUM BENCH= 21068963a9b1e3aa386cc6eac6ce07b0
RANDOM SEED=2103158111

node127.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.92
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.92
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.92
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.92
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:        30927208 kB
MemAvailable:   31178704 kB
Buffers:          104632 kB
Cached:           428328 kB
SwapCached:            0 kB
Active:          1122124 kB
Inactive:         314408 kB
Active(anon):     904160 kB
Inactive(anon):     8532 kB
Active(file):     217964 kB
Inactive(file):   305876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24388 kB
Writeback:             0 kB
AnonPages:        913924 kB
Mapped:            41780 kB
Shmem:              8868 kB
Slab:             111800 kB
SReclaimable:      86984 kB
SUnreclaim:        24816 kB
KernelStack:        3712 kB
PageTables:         6848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1808424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-06 08:27:58