Trace number 4396514

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.12.2SAT (TO)82 2400.06 2368.73

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-45-01.xml
MD5SUM1713c5d1d522f34d444b6ff7755d5ded
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark244.284
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":1},{"size":151,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":1},{"degree":8,"count":21},{"degree":9,"count":5},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":68},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
11.92/5.08	o 91
12.51/5.20	o 88
14.98/7.10	o 87
59.35/49.82	o 86
78.60/68.92	o 85
136.11/125.36	o 84
198.68/187.35	o 83
328.33/315.70	o 82
2400.02/2368.70	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2368.70		at concrete.MAC.mac(MAC.scala:192)
2400.02/2368.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2368.70		at scala.util.Try$.apply(Try.scala:212)
2400.02/2368.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2368.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2368.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2368.70		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2368.70		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2368.70		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2368.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2368.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2368.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2368.70		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2368.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2368.70		at scala.util.Success.map(Try.scala:264)
2400.02/2368.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2368.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2368.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2368.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2368.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2368.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2368.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2368.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2368.70		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2368.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2368.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2368.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2368.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2368.70		at scala.App.main(App.scala:75)
2400.02/2368.70		at scala.App.main$(App.scala:73)
2400.02/2368.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2368.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2368.71	v <instantiation
2400.02/2368.71	v         cost = '82'>
2400.02/2368.71	v       <list>
2400.02/2368.71	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
2400.02/2368.71	v       </list>
2400.02/2368.71	v       <values>
2400.02/2368.71	v         0 0 13 0 2 25 3 17 24 4 11 13 20 17 26 68 29 24 35 37 49 44 44 53 57 73 49 61 73 76 61 82
2400.02/2368.71	v       </values>
2400.02/2368.71	v     </instantiation>
2400.02/2368.71	s SATISFIABLE

Verifier Data

OK	82

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396514-1568401826/watcher-4396514-1568401826 -o /tmp/evaluation-result-4396514-1568401826/solver-4396514-1568401826 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-470 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=145306442 HOME/instance-4396514-1568401826.xml 

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

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


[startup+0.110345 s]*
/proc/loadavg: 1.58 1.49 1.43 3/220 2962
/proc/meminfo: memFree=30951104/32770624 swapFree=66995200/67108860
[pid=2904] ppid=2901 vsize=10355560 memory=21700 CPUtime=0.1 cores=0,2,4,6
/proc/2904/stat : 2904 (java) S 2901 2904 436 0 -1 1077944320 4676 13293 0 0 2 0 5 3 20 0 9 0 416434096 10604093440 5425 33554432000 4194304 4196468 140732423331040 140732423313584 140195095744247 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
/proc/2904/statm: 2588890 5425 2102 1 0 2551431 0
[pid=2904/tid=2957] ppid=2901 vsize=10355560 memory=7022364594140610616 CPUtime=0.1 cores=0,2,4,6
/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 2447 13293 0 0 2 0 5 3 20 0 9 0 416434105 10604093440 5425 33554432000 4194304 4196468 140732423331040 140195067580272 140195078202560 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10355560 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 9 0 416434106 10604093440 5425 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10355560 memory=288370232647882368 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 9 0 416434106 10604093440 5425 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 9 0 416434106 10604093440 5425 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 9 0 416434106 10604093440 5425 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10355560 memory=139856496170624 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 9 0 416434107 10604093440 5425 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 33 13293 0 0 0 0 5 3 20 0 9 0 416434108 10604093440 5425 33554432000 4194304 4196468 140732423331040 140194553459744 140195095754453 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 9 0 416434108 10604093440 5425 33554432000 4194304 4196468 140732423331040 140194443420592 140195095754453 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21700 KiB

[startup+0.210224 s]*
/proc/loadavg: 1.58 1.49 1.43 3/228 2970
/proc/meminfo: memFree=30932508/32770624 swapFree=66995200/67108860
[pid=2904] ppid=2901 vsize=10819664 memory=42300 CPUtime=0.26 cores=0,2,4,6
/proc/2904/stat : 2904 (java) S 2901 2904 436 0 -1 1077944320 6902 13293 0 0 17 1 5 3 20 0 15 0 416434096 11079335936 10575 33554432000 4194304 4196468 140732423331040 140732423313584 140195095744247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
/proc/2904/statm: 2704916 10575 3145 1 0 2667149 0
[pid=2904/tid=2957] ppid=2901 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 3380 13293 0 0 11 1 5 3 20 0 15 0 416434105 11079335936 10575 33554432000 4194304 4196468 140732423331040 140195067559088 140195081812366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10819664 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434106 11079335936 10575 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10819664 memory=288370232647882368 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11079335936 10575 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11079335936 10575 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11079335936 11087 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10819664 memory=139856496170624 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434107 11079335936 11087 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 33 13293 0 0 0 0 5 3 20 0 15 0 416434108 11079335936 11087 33554432000 4194304 4196468 140732423331040 140194553459744 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434108 11079335936 11087 33554432000 4194304 4196468 140732423331040 140194443420528 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2965] ppid=2901 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2965/stat : 2965 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434110 11079335936 11087 33554432000 4194304 4196468 140732423331040 140193839441744 140195095762843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2966] ppid=2901 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2904/task/2966/stat : 2966 (java) S 2901 2904 436 0 -1 1077944384 461 13293 0 0 1 0 5 3 20 0 15 0 416434110 11079335936 11087 33554432000 4194304 4196468 140732423331040 140194519903088 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2967] ppid=2901 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2904/task/2967/stat : 2967 (java) S 2901 2904 436 0 -1 1077944384 201 13293 0 0 1 0 5 3 20 0 15 0 416434110 11079335936 11087 33554432000 4194304 4196468 140732423331040 140194518850288 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2968] ppid=2901 vsize=10819664 memory=139856496170624 CPUtime=0.11 cores=0,2,4,6
/proc/2904/task/2968/stat : 2968 (java) R 2901 2904 436 0 -1 4202560 611 13293 0 0 3 0 5 3 20 0 15 0 416434110 11079335936 11087 33554432000 4194304 4196468 140732423331040 140194517797488 140195075932845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2969] ppid=2901 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2969/stat : 2969 (java) S 2901 2904 436 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 416434111 11079335936 11087 33554432000 4194304 4196468 140732423331040 140193369680608 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2970] ppid=2901 vsize=10819664 memory=139856496170624 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2970/stat : 2970 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434111 11079335936 11087 33554432000 4194304 4196468 140732423331040 140194516744880 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42300 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.58 1.49 1.43 3/228 2970
/proc/meminfo: memFree=30919516/32770624 swapFree=66995200/67108860
[pid=2904] ppid=2901 vsize=10820148 memory=53672 CPUtime=0.4 cores=0,2,4,6
/proc/2904/stat : 2904 (java) S 2901 2904 436 0 -1 1077944320 10596 13293 0 0 29 3 5 3 20 0 15 0 416434096 11079831552 13418 33554432000 4194304 4196468 140732423331040 140732423313584 140195095744247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
/proc/2904/statm: 2705037 13418 3318 1 0 2667149 0
[pid=2904/tid=2957] ppid=2901 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 7053 13293 0 0 19 2 5 3 20 0 15 0 416434105 11079831552 13418 33554432000 4194304 4196468 140732423331040 140195067544160 140195079824734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10820148 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434106 11079831552 13418 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10820148 memory=4427485327379428230 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434107 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 33 13293 0 0 0 0 5 3 20 0 15 0 416434108 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194553459744 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434108 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194443420528 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2965] ppid=2901 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2965/stat : 2965 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434110 11079831552 13418 33554432000 4194304 4196468 140732423331040 140193839441744 140195095762843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2966] ppid=2901 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2904/task/2966/stat : 2966 (java) S 2901 2904 436 0 -1 1077944384 462 13293 0 0 2 0 5 3 20 0 15 0 416434110 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194519903088 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2967] ppid=2901 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/2904/task/2967/stat : 2967 (java) S 2901 2904 436 0 -1 1077944384 210 13293 0 0 2 0 5 3 20 0 15 0 416434110 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194518850288 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2968] ppid=2901 vsize=10820148 memory=139856496170624 CPUtime=0.13 cores=0,2,4,6
/proc/2904/task/2968/stat : 2968 (java) R 2901 2904 436 0 -1 4202560 620 13293 0 0 5 0 5 3 20 0 15 0 416434110 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194517797488 140195095756182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2969] ppid=2901 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2969/stat : 2969 (java) S 2901 2904 436 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 416434111 11079831552 13418 33554432000 4194304 4196468 140732423331040 140193369680608 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2970] ppid=2901 vsize=10820148 memory=139856496170624 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2970/stat : 2970 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434111 11079831552 13418 33554432000 4194304 4196468 140732423331040 140194516744880 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53672 KiB

[startup+0.704571 s]
/proc/loadavg: 1.58 1.49 1.43 3/228 2970
/proc/meminfo: memFree=30905896/32770624 swapFree=66995200/67108860
[pid=2904] ppid=2901 vsize=10824360 memory=85992 CPUtime=1.15 cores=0,2,4,6
/proc/2904/stat : 2904 (java) S 2901 2904 436 0 -1 1077944320 14702 13293 0 0 102 5 5 3 20 0 15 0 416434096 11084144640 21498 33554432000 4194304 4196468 140732423331040 140732423313584 140195095744247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
/proc/2904/statm: 2706090 21498 3509 1 0 2668173 0
[pid=2904/tid=2957] ppid=2901 vsize=10824360 memory=141725330833844 CPUtime=0.67 cores=0,2,4,6
/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 9967 13293 0 0 55 4 5 3 20 0 15 0 416434105 11084144640 21498 33554432000 4194304 4196468 140732423331040 140195067571408 140195095756182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10824360 memory=141849884885428 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434106 11084144640 21498 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10824360 memory=2728 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10824360 memory=4639098309541128295 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10824360 memory=8099279071866868843 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434106 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10824360 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 5 13293 0 0 0 0 5 3 20 0 15 0 416434107 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10824360 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 33 13293 0 0 0 0 5 3 20 0 15 0 416434108 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194553459744 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10824360 memory=8556 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434108 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194443420528 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2965] ppid=2901 vsize=10824360 memory=1052 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2965/stat : 2965 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434110 11084144640 21498 33554432000 4194304 4196468 140732423331040 140193839441744 140195095762843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2966] ppid=2901 vsize=10824360 memory=1708 CPUtime=0.2 cores=0,2,4,6
/proc/2904/task/2966/stat : 2966 (java) R 2901 2904 436 0 -1 4202560 940 13293 0 0 12 0 5 3 20 0 15 0 416434110 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194519884480 140195074991656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2967] ppid=2901 vsize=10824360 memory=3440 CPUtime=0.23 cores=0,2,4,6
/proc/2904/task/2967/stat : 2967 (java) S 2901 2904 436 0 -1 1077944384 713 13293 0 0 15 0 5 3 20 0 15 0 416434110 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194518850288 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2968] ppid=2901 vsize=10824360 memory=2832 CPUtime=0.25 cores=0,2,4,6
/proc/2904/task/2968/stat : 2968 (java) R 2901 2904 436 0 -1 4202560 825 13293 0 0 17 0 5 3 20 0 15 0 416434110 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194517797488 140195081458727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2969] ppid=2901 vsize=10824360 memory=7595696054634833216 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2969/stat : 2969 (java) S 2901 2904 436 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 416434111 11084144640 21498 33554432000 4194304 4196468 140732423331040 140193369680608 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2970] ppid=2901 vsize=10824360 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2970/stat : 2970 (java) S 2901 2904 436 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 416434111 11084144640 21498 33554432000 4194304 4196468 140732423331040 140194516744880 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85992 KiB

[startup+1.50072 s]
/proc/loadavg: 1.58 1.49 1.43 3/228 2970
/proc/meminfo: memFree=30862220/32770624 swapFree=66995200/67108860
[pid=2904] ppid=2901 vsize=10834676 memory=173976 CPUtime=2.44 cores=0,2,4,6
/proc/2904/stat : 2904 (java) S 2901 2904 436 0 -1 1077944320 23824 13293 0 0 226 10 5 3 20 0 15 0 416434096 11094708224 43494 33554432000 4194304 4196468 140732423331040 140732423313584 140195095744247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
/proc/2904/statm: 2708669 43494 3586 1 0 2670733 0
[pid=2904/tid=2957] ppid=2901 vsize=10834676 memory=116 CPUtime=1.43 cores=0,2,4,6
/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 15158 13293 0 0 129 6 5 3 20 0 15 0 416434105 11094708224 43494 33554432000 4194304 4196468 140732423331040 140195067549280 140195077393337 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 112 13293 0 0 1 0 5 3 20 0 15 0 416434106 11094708224 43494 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10834676 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 15 13293 0 0 0 0 5 3 20 0 15 0 416434106 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10834676 memory=7518590701213671769 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 421 13293 0 0 0 0 5 3 20 0 15 0 416434106 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10834676 memory=7446534210898251095 CPUtime=0.09 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 69 13293 0 0 1 0 5 3 20 0 15 0 416434106 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10834676 memory=5794562963067983976 CPUtime=0.09 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 2129 13293 0 0 1 0 5 3 20 0 15 0 416434107 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10834676 memory=6296145878303199334 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 34 13293 0 0 0 0 5 3 20 0 15 0 416434108 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194553459808 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10834676 memory=7305218370954617175 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434108 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194443420544 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2965] ppid=2901 vsize=10834676 memory=3632 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2965/stat : 2965 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434110 11094708224 43494 33554432000 4194304 4196468 140732423331040 140193839441744 140195095762843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2966] ppid=2901 vsize=10834676 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/2904/task/2966/stat : 2966 (java) S 2901 2904 436 0 -1 1077944384 1015 13293 0 0 21 0 5 3 20 0 15 0 416434110 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194519903088 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2967] ppid=2901 vsize=10834676 memory=139856349161484 CPUtime=0.35 cores=0,2,4,6
/proc/2904/task/2967/stat : 2967 (java) S 2901 2904 436 0 -1 1077944384 932 13293 0 0 27 0 5 3 20 0 15 0 416434110 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194518850288 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2968] ppid=2901 vsize=10834676 memory=139856349162392 CPUtime=0.49 cores=0,2,4,6
/proc/2904/task/2968/stat : 2968 (java) R 2901 2904 436 0 -1 4202560 1724 13293 0 0 41 0 5 3 20 0 15 0 416434110 11094708224 43494 33554432000 4194304 4196468 140732423331040 140194517797488 140195074419408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0

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

/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 55893 13293 0 0 224598 34 5 3 20 0 15 0 416434105 11107311616 150942 33554432000 4194304 4196468 140732423331040 140195067578864 140194676185661 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10846984 memory=603768 CPUtime=7.05 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 14135 13293 0 0 659 38 5 3 20 0 15 0 416434106 11107311616 150942 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10846984 memory=603768 CPUtime=7.07 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 10583 13293 0 0 661 38 5 3 20 0 15 0 416434106 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10846984 memory=603768 CPUtime=7.08 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 8456 13293 0 0 662 38 5 3 20 0 15 0 416434106 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10846984 memory=603768 CPUtime=7.08 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 9715 13293 0 0 663 37 5 3 20 0 15 0 416434106 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10846984 memory=603768 CPUtime=6.85 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 13584 13293 0 0 642 35 5 3 20 0 15 0 416434107 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10846984 memory=603768 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 39 13293 0 0 0 0 5 3 20 0 15 0 416434108 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194553459872 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434108 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194443420544 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2965] ppid=2901 vsize=10846984 memory=603768 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2965/stat : 2965 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434110 11107311616 150942 33554432000 4194304 4196468 140732423331040 140193839441744 140195095762843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2966] ppid=2901 vsize=10846984 memory=55 CPUtime=4.26 cores=0,2,4,6
/proc/2904/task/2966/stat : 2966 (java) S 2901 2904 436 0 -1 1077944384 23491 13293 0 0 416 2 5 3 20 0 15 0 416434110 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194519903088 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2967] ppid=2901 vsize=10846984 memory=603768 CPUtime=4.45 cores=0,2,4,6
/proc/2904/task/2967/stat : 2967 (java) S 2901 2904 436 0 -1 1077944384 36075 13293 0 0 433 4 5 3 20 0 15 0 416434110 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194518850288 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2968] ppid=2901 vsize=10846984 memory=603768 CPUtime=1.78 cores=0,2,4,6
/proc/2904/task/2968/stat : 2968 (java) S 2901 2904 436 0 -1 1077944384 19748 13293 0 0 166 4 5 3 20 0 15 0 416434110 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194517797488 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2969] ppid=2901 vsize=10846984 memory=3228 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2969/stat : 2969 (java) S 2901 2904 436 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 416434111 11107311616 150942 33554432000 4194304 4196468 140732423331040 140193369680608 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2970] ppid=2901 vsize=10846984 memory=603768 CPUtime=1.3 cores=0,2,4,6
/proc/2904/task/2970/stat : 2970 (java) S 2901 2904 436 0 -1 1077944384 883 13293 0 0 65 57 5 3 20 0 15 0 416434111 11107311616 150942 33554432000 4194304 4196468 140732423331040 140194516744880 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
Current children cumulated CPU time: 2292.71 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 603768 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.41 1.37 3/228 3313
/proc/meminfo: memFree=29022572/32770624 swapFree=66995208/67108860
[pid=2904] ppid=2901 vsize=10846984 memory=603800 CPUtime=2353.22 cores=0,2,4,6
/proc/2904/stat : 2904 (java) S 2901 2904 436 0 -1 1077944320 195975 13293 0 0 235067 247 5 3 20 0 15 0 416434096 11107311616 150950 33554432000 4194304 4196468 140732423331040 140732423313584 140195095744247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
/proc/2904/statm: 2711746 150950 3630 1 0 2673805 0
[pid=2904/tid=2957] ppid=2901 vsize=10846984 memory=603800 CPUtime=2306.02 cores=0,2,4,6
/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 56378 13293 0 0 230560 34 5 3 20 0 15 0 416434105 11107311616 150950 33554432000 4194304 4196468 140732423331040 140195067579040 140194675212855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10846984 memory=603800 CPUtime=7.22 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 14326 13293 0 0 675 39 5 3 20 0 15 0 416434106 11107311616 150950 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10846984 memory=603800 CPUtime=7.24 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 10604 13293 0 0 677 39 5 3 20 0 15 0 416434106 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10846984 memory=603784 CPUtime=7.24 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 8508 13293 0 0 677 39 5 3 20 0 15 0 416434106 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10846984 memory=2728 CPUtime=7.26 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 9886 13293 0 0 680 38 5 3 20 0 15 0 416434106 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10846984 memory=603784 CPUtime=7.02 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 13801 13293 0 0 658 36 5 3 20 0 15 0 416434107 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10846984 memory=603784 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 39 13293 0 0 0 0 5 3 20 0 15 0 416434108 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194553459872 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10846984 memory=603800 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434108 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194443420544 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2965] ppid=2901 vsize=10846984 memory=603800 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2965/stat : 2965 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434110 11107311616 150950 33554432000 4194304 4196468 140732423331040 140193839441744 140195095762843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2966] ppid=2901 vsize=10846984 memory=603800 CPUtime=4.26 cores=0,2,4,6
/proc/2904/task/2966/stat : 2966 (java) S 2901 2904 436 0 -1 1077944384 23493 13293 0 0 416 2 5 3 20 0 15 0 416434110 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194519903088 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2967] ppid=2901 vsize=10846984 memory=603800 CPUtime=4.45 cores=0,2,4,6
/proc/2904/task/2967/stat : 2967 (java) S 2901 2904 436 0 -1 1077944384 36077 13293 0 0 433 4 5 3 20 0 15 0 416434110 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194518850288 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2968] ppid=2901 vsize=10846984 memory=603800 CPUtime=1.78 cores=0,2,4,6
/proc/2904/task/2968/stat : 2968 (java) S 2901 2904 436 0 -1 1077944384 19751 13293 0 0 166 4 5 3 20 0 15 0 416434110 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194517797488 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2969] ppid=2901 vsize=10846984 memory=603800 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2969/stat : 2969 (java) S 2901 2904 436 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 416434111 11107311616 150950 33554432000 4194304 4196468 140732423331040 140193369680608 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2970] ppid=2901 vsize=10846984 memory=603800 CPUtime=1.34 cores=0,2,4,6
/proc/2904/task/2970/stat : 2970 (java) S 2901 2904 436 0 -1 1077944384 900 13293 0 0 67 59 5 3 20 0 15 0 416434111 11107311616 150950 33554432000 4194304 4196468 140732423331040 140194516744880 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
Current children cumulated CPU time: 2353.22 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 603800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2368.7 s]
/proc/loadavg: 1.50 1.44 1.38 3/229 3316
/proc/meminfo: memFree=29005640/32770624 swapFree=66995208/67108860
[pid=2904] ppid=2901 vsize=10846984 memory=603888 CPUtime=2400.02 cores=0,2,4,6
/proc/2904/stat : 2904 (java) S 2901 2904 436 0 -1 1077944320 196630 13293 0 0 239743 251 5 3 20 0 15 0 416434096 11107311616 150972 33554432000 4194304 4196468 140732423331040 140732423313584 140195095744247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
/proc/2904/statm: 2711746 150972 3630 1 0 2673805 0
[pid=2904/tid=2957] ppid=2901 vsize=10846984 memory=603888 CPUtime=2352.13 cores=0,2,4,6
/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 56746 13293 0 0 235170 35 5 3 20 0 15 0 416434105 11107311616 150972 33554432000 4194304 4196468 140732423331040 140195067579488 140194662649455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10846984 memory=55 CPUtime=7.37 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 14361 13293 0 0 689 40 5 3 20 0 15 0 416434106 11107311616 150972 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10846984 memory=603800 CPUtime=7.38 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 10634 13293 0 0 690 40 5 3 20 0 15 0 416434106 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10846984 memory=603800 CPUtime=7.38 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 8521 13293 0 0 691 39 5 3 20 0 15 0 416434106 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10846984 memory=0 CPUtime=7.38 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 10056 13293 0 0 692 38 5 3 20 0 15 0 416434106 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10846984 memory=603800 CPUtime=7.14 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 13836 13293 0 0 670 36 5 3 20 0 15 0 416434107 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10846984 memory=603800 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 39 13293 0 0 0 0 5 3 20 0 15 0 416434108 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194553459872 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10846984 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434108 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194443420544 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2965] ppid=2901 vsize=10846984 memory=603800 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2965/stat : 2965 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434110 11107311616 150972 33554432000 4194304 4196468 140732423331040 140193839441744 140195095762843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2966] ppid=2901 vsize=10846984 memory=0 CPUtime=4.26 cores=0,2,4,6
/proc/2904/task/2966/stat : 2966 (java) S 2901 2904 436 0 -1 1077944384 23493 13293 0 0 416 2 5 3 20 0 15 0 416434110 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194519903088 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2967] ppid=2901 vsize=10846984 memory=603800 CPUtime=4.45 cores=0,2,4,6
/proc/2904/task/2967/stat : 2967 (java) S 2901 2904 436 0 -1 1077944384 36077 13293 0 0 433 4 5 3 20 0 15 0 416434110 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194518850288 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2968] ppid=2901 vsize=10846984 memory=603888 CPUtime=1.78 cores=0,2,4,6
/proc/2904/task/2968/stat : 2968 (java) S 2901 2904 436 0 -1 1077944384 19751 13293 0 0 166 4 5 3 20 0 15 0 416434110 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194517797488 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2969] ppid=2901 vsize=10846984 memory=603888 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2969/stat : 2969 (java) S 2901 2904 436 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 416434111 11107311616 150972 33554432000 4194304 4196468 140732423331040 140193369680608 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2970] ppid=2901 vsize=10846984 memory=2016 CPUtime=1.37 cores=0,2,4,6
/proc/2904/task/2970/stat : 2970 (java) S 2901 2904 436 0 -1 1077944384 904 13293 0 0 68 61 5 3 20 0 15 0 416434111 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194516744880 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 603888 KiB

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

[startup+2368.73 s]
# the end of solver process 2904 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.5 s, system=2.56078 s

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

[startup+2368.7 s]
/proc/loadavg: 1.50 1.44 1.38 3/229 3316
/proc/meminfo: memFree=29005640/32770624 swapFree=66995208/67108860
[pid=2904] ppid=2901 vsize=10846984 memory=603888 CPUtime=2400.02 cores=0,2,4,6
/proc/2904/stat : 2904 (java) S 2901 2904 436 0 -1 1077944320 196630 13293 0 0 239743 251 5 3 20 0 15 0 416434096 11107311616 150972 33554432000 4194304 4196468 140732423331040 140732423313584 140195095744247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
/proc/2904/statm: 2711746 150972 3630 1 0 2673805 0
[pid=2904/tid=2957] ppid=2901 vsize=10846984 memory=603888 CPUtime=2352.13 cores=0,2,4,6
/proc/2904/task/2957/stat : 2957 (java) R 2901 2904 436 0 -1 4202560 56746 13293 0 0 235170 35 5 3 20 0 15 0 416434105 11107311616 150972 33554432000 4194304 4196468 140732423331040 140195067579488 140194662649455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2958] ppid=2901 vsize=10846984 memory=55 CPUtime=7.37 cores=0,2,4,6
/proc/2904/task/2958/stat : 2958 (java) S 2901 2904 436 0 -1 1077944384 14361 13293 0 0 689 40 5 3 20 0 15 0 416434106 11107311616 150972 33554432000 4194304 4196468 140732423331040 140195099987088 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2959] ppid=2901 vsize=10846984 memory=603800 CPUtime=7.38 cores=0,2,4,6
/proc/2904/task/2959/stat : 2959 (java) S 2901 2904 436 0 -1 1077944384 10634 13293 0 0 690 40 5 3 20 0 15 0 416434106 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194988260368 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2960] ppid=2901 vsize=10846984 memory=603800 CPUtime=7.38 cores=0,2,4,6
/proc/2904/task/2960/stat : 2960 (java) S 2901 2904 436 0 -1 1077944384 8521 13293 0 0 691 39 5 3 20 0 15 0 416434106 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194987207568 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2961] ppid=2901 vsize=10846984 memory=0 CPUtime=7.38 cores=0,2,4,6
/proc/2904/task/2961/stat : 2961 (java) S 2901 2904 436 0 -1 1077944384 10056 13293 0 0 692 38 5 3 20 0 15 0 416434106 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194986154768 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2962] ppid=2901 vsize=10846984 memory=603800 CPUtime=7.14 cores=0,2,4,6
/proc/2904/task/2962/stat : 2962 (java) S 2901 2904 436 0 -1 1077944384 13836 13293 0 0 670 36 5 3 20 0 15 0 416434107 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194554513776 140195095755394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2963] ppid=2901 vsize=10846984 memory=603800 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2963/stat : 2963 (java) S 2901 2904 436 0 -1 1077944384 39 13293 0 0 0 0 5 3 20 0 15 0 416434108 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194553459872 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2964] ppid=2901 vsize=10846984 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2964/stat : 2964 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434108 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194443420544 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2965] ppid=2901 vsize=10846984 memory=603800 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2965/stat : 2965 (java) S 2901 2904 436 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 416434110 11107311616 150972 33554432000 4194304 4196468 140732423331040 140193839441744 140195095762843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2966] ppid=2901 vsize=10846984 memory=0 CPUtime=4.26 cores=0,2,4,6
/proc/2904/task/2966/stat : 2966 (java) S 2901 2904 436 0 -1 1077944384 23493 13293 0 0 416 2 5 3 20 0 15 0 416434110 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194519903088 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2967] ppid=2901 vsize=10846984 memory=603800 CPUtime=4.45 cores=0,2,4,6
/proc/2904/task/2967/stat : 2967 (java) S 2901 2904 436 0 -1 1077944384 36077 13293 0 0 433 4 5 3 20 0 15 0 416434110 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194518850288 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2968] ppid=2901 vsize=10846984 memory=603888 CPUtime=1.78 cores=0,2,4,6
/proc/2904/task/2968/stat : 2968 (java) S 2901 2904 436 0 -1 1077944384 19751 13293 0 0 166 4 5 3 20 0 15 0 416434110 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194517797488 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2969] ppid=2901 vsize=10846984 memory=603888 CPUtime=0.08 cores=0,2,4,6
/proc/2904/task/2969/stat : 2969 (java) S 2901 2904 436 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 416434111 11107311616 150972 33554432000 4194304 4196468 140732423331040 140193369680608 140195095754453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
[pid=2904/tid=2970] ppid=2901 vsize=10846984 memory=2016 CPUtime=1.37 cores=0,2,4,6
/proc/2904/task/2970/stat : 2970 (java) S 2901 2904 436 0 -1 1077944384 904 13293 0 0 68 61 5 3 20 0 15 0 416434111 11107311616 150972 33554432000 4194304 4196468 140732423331040 140194516744880 140195095755394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25751552 140732423334640 140732423337157 140732423337157 140732423339983 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 603888 KiB

Child status: 143
Real time (s): 2368.73
CPU time (s): 2400.06
CPU user time (s): 2397.5
CPU system time (s): 2.56078
CPU usage (%): 101.323
Max. virtual memory (cumulated for all children) (KiB): 10849588
Max. memory (cumulated for all children) (KiB): 603888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.5
system time used= 2.56078
maximum resident set size= 608008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207387
involuntary context switches= 8925


# summary of solver processes directly reported to runsolver:
#   pid: 2904
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2397.5
#   total CPU system time (s): 2.56078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3278 second user time and 22.4223 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 21:09:41
IDJOB=4396514
IDBENCH=129972
IDSOLVER=2847
FILE ID=node102/4396514-1568401826
RUNJOBID= node102-1568393561-470
PBS_JOBID= 21701865
Free space on /tmp= 59296 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-45-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396514-1568401826/watcher-4396514-1568401826 -o /tmp/evaluation-result-4396514-1568401826/solver-4396514-1568401826 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-470 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=145306442 HOME/instance-4396514-1568401826.xml

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

MD5SUM BENCH= 1713c5d1d522f34d444b6ff7755d5ded
RANDOM SEED=145306442

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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30961692 kB
MemAvailable:   31333156 kB
Buffers:          154716 kB
Cached:           510036 kB
SwapCached:         9928 kB
Active:           939528 kB
Inactive:         325540 kB
Active(anon):     597000 kB
Inactive(anon):    34320 kB
Active(file):     342528 kB
Inactive(file):   291220 kB
Unevictable:      109896 kB
Mlocked:          109896 kB
SwapTotal:      67108860 kB
SwapFree:       66995200 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        701196 kB
Mapped:            48064 kB
Shmem:             22220 kB
Slab:             135700 kB
SReclaimable:     107100 kB
SUnreclaim:        28600 kB
KernelStack:        3728 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1875596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 59260 MiB
End job on node102 at 2019-09-13 21:49:10