Trace number 4396201

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)37 2520.09 2486.63

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-12.xml
MD5SUM7162d4a2bfb4649e5ff01c254dbd946c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark41.7674
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints172
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":40}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":72}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.59	c Concrete v3.12.2.1568380929293 running
10.00/4.17	o 18
10.00/4.19	o 21
10.30/4.21	o 23
10.94/4.46	o 26
12.41/5.12	o 27
12.79/5.49	o 28
13.41/5.85	o 29
13.53/5.90	o 31
14.30/6.50	o 33
14.52/6.70	o 34
14.85/7.08	o 35
206.07/195.93	o 36
335.73/324.28	o 37
2520.05/2486.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2486.60		at concrete.MAC.mac(MAC.scala:192)
2520.05/2486.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2486.60		at scala.util.Try$.apply(Try.scala:212)
2520.05/2486.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2486.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2486.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2486.60		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2486.60		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2486.60		at concrete.MAC.nextSolution(MAC.scala:369)
2520.05/2486.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2486.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2486.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2486.60		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2486.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2486.60		at scala.util.Success.map(Try.scala:264)
2520.05/2486.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2486.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2486.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2486.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2486.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2486.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2486.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2486.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2486.60		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2486.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2486.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2486.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2486.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2486.60		at scala.App.main(App.scala:75)
2520.05/2486.60		at scala.App.main$(App.scala:73)
2520.05/2486.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2486.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2486.61	v <instantiation
2520.05/2486.61	v         cost = '37'>
2520.05/2486.61	v       <list>
2520.05/2486.61	v         x[0][0] 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[0][11] x[1][0] x[1][1] 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[1][11] x[2][0] x[2][1] x[2][2] 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[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11]
2520.05/2486.61	v       </list>
2520.05/2486.61	v       <values>
2520.05/2486.61	v         0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 1 1 1 1 1 1 0 1 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 1 1 0 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 1 0 1 1 0 1 2 2 2 2 2 2 2 2 2 2 2 2 3 6 6 3 4 3 5 5 2 4 3 3 2 3 3 2 4 3 3 5 2 5 3 3 4 5 5 4 4 5 3 6 2 5 4 4 3 3 4 2 3 5 3 6 3 5 3 2 3 3 4 2 4 3 2 4 2 3 4 2
2520.05/2486.61	v       </values>
2520.05/2486.61	v     </instantiation>
2520.05/2486.61	s SATISFIABLE

Verifier Data

OK	37

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396201-1568393383/watcher-4396201-1568393383 -o /tmp/evaluation-result-4396201-1568393383/solver-4396201-1568393383 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568389165-4775 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=414350991 HOME/instance-4396201-1568393383.xml 

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

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


[startup+0.100063 s]*
/proc/loadavg: 1.17 1.21 1.56 2/202 4896
/proc/meminfo: memFree=26856144/32770624 swapFree=66977616/67108860
[pid=4805] ppid=4798 vsize=113256 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/4805/stat : 4805 (bash) S 4798 4805 2180 0 -1 4202496 925 11101 0 0 0 0 5 3 20 0 1 0 415595568 115974144 404 33554432000 4194304 5098028 140730825691792 140730825685016 139818010168320 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 1 0 0 7196144 7232144 34676736 140730825696277 140730825696401 140730825696401 140730825699310 0
/proc/4805/statm: 28314 404 320 221 0 119 0
[pid=4892] ppid=4805 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/4892/stat : 4892 (bash) S 4805 4805 2180 0 -1 4202560 153 153 0 0 0 0 0 0 20 0 1 0 415595577 115974144 176 33554432000 4194304 5098028 140730825691792 140730825683688 139818009993852 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 34676736 140730825696277 140730825696401 140730825696401 140730825699310 0
/proc/4892/statm: 28314 176 92 221 0 119 0
[pid=4896] ppid=4892 vsize=113256 memory=524 CPUtime=0 cores=0,2,4,6
/proc/4896/stat : 4896 (bash) R 4892 4805 2180 0 -1 4202560 114 0 0 0 0 0 0 0 20 0 1 0 415595577 115974144 131 33554432000 4194304 5098028 140730825691792 140730825683752 139818009995767 0 0 4096 0 0 0 0 17 6 0 0 0 0 0 7196144 7232144 34676736 140730825696277 140730825696401 140730825696401 140730825699310 0
/proc/4896/statm: 28314 131 47 221 0 119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 339768 KiB
Current children cumulated memory: 2844 KiB

[startup+0.210357 s]*
/proc/loadavg: 1.17 1.21 1.56 5/226 4936
/proc/meminfo: memFree=26821824/32770624 swapFree=66977616/67108860
[pid=4805] ppid=4798 vsize=10819664 memory=33080 CPUtime=0.2 cores=0,2,4,6
/proc/4805/stat : 4805 (java) S 4798 4805 2180 0 -1 1077944320 6634 13142 0 1 10 2 5 3 20 0 15 0 415595568 11079335936 8270 33554432000 4194304 4196468 140723999616144 140723999598688 140152700874487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
/proc/4805/statm: 2704916 8270 3118 1 0 2667149 0
[pid=4805/tid=4910] ppid=4798 vsize=10819664 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/4805/task/4910/stat : 4910 (java) R 4798 4805 2180 0 -1 4202560 3232 13142 0 1 8 1 5 3 20 0 15 0 415595580 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152672701416 140152700886422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4911] ppid=4798 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4911/stat : 4911 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152705116688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4912] ppid=4798 vsize=10819664 memory=139719661667095 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4912/stat : 4912 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152274348688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4913] ppid=4798 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4913/stat : 4913 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152273295632 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4915] ppid=4798 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4915/stat : 4915 (java) S 4798 4805 2180 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415595581 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152272243088 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4919] ppid=4798 vsize=10819664 memory=139719661651584 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4919/stat : 4919 (java) S 4798 4805 2180 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415595582 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152159574768 140152700885634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4921] ppid=4798 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4921/stat : 4921 (java) S 4798 4805 2180 0 -1 1077944384 33 13142 0 1 0 0 5 3 20 0 15 0 415595582 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152158520992 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4923] ppid=4798 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4923/stat : 4923 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595583 11079335936 8336 33554432000 4194304 4196468 140723999616144 140151560856816 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4927] ppid=4798 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4927/stat : 4927 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595585 11079335936 8336 33554432000 4194304 4196468 140723999616144 140151253457360 140152700893083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4929] ppid=4798 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4929/stat : 4929 (java) R 4798 4805 2180 0 -1 1077944384 304 13142 0 1 0 0 5 3 20 0 15 0 415595585 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152124963056 140152700885634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4931] ppid=4798 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4931/stat : 4931 (java) R 4798 4805 2180 0 -1 4202560 290 13142 0 1 0 0 5 3 20 0 15 0 415595585 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152123910512 140152682231504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4932] ppid=4798 vsize=10819664 memory=139719661651584 CPUtime=0.09 cores=0,2,4,6
/proc/4805/task/4932/stat : 4932 (java) R 4798 4805 2180 0 -1 4202560 628 13142 0 1 1 0 5 3 20 0 15 0 415595585 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152122853240 140152680273151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4934] ppid=4798 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4934/stat : 4934 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595586 11079335936 8336 33554432000 4194304 4196468 140723999616144 140151219898720 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4935] ppid=4798 vsize=10819664 memory=139719661651584 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4935/stat : 4935 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595586 11079335936 8336 33554432000 4194304 4196468 140723999616144 140152121805872 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 33080 KiB

[startup+0.310625 s]*
/proc/loadavg: 1.17 1.21 1.56 4/226 4936
/proc/meminfo: memFree=26787448/32770624 swapFree=66977616/67108860
[pid=4805] ppid=4798 vsize=10820148 memory=47436 CPUtime=0.36 cores=0,2,4,6
/proc/4805/stat : 4805 (java) S 4798 4805 2180 0 -1 1077944320 10081 13142 0 1 25 3 5 3 20 0 15 0 415595568 11079831552 11859 33554432000 4194304 4196468 140723999616144 140723999598688 140152700874487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
/proc/4805/statm: 2705037 11859 3308 1 0 2667149 0
[pid=4805/tid=4910] ppid=4798 vsize=10820148 memory=7100839852556125036 CPUtime=0.26 cores=0,2,4,6
/proc/4805/task/4910/stat : 4910 (java) R 4798 4805 2180 0 -1 4202560 6426 13142 0 1 16 2 5 3 20 0 15 0 415595580 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152672681952 140152700896413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4911] ppid=4798 vsize=10820148 memory=139719514122415 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4911/stat : 4911 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152705116688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4912] ppid=4798 vsize=10820148 memory=139719661737216 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4912/stat : 4912 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152274348688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4913] ppid=4798 vsize=10820148 memory=139719514129313 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4913/stat : 4913 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152273295632 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4915] ppid=4798 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4915/stat : 4915 (java) S 4798 4805 2180 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415595581 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152272243088 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4919] ppid=4798 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4919/stat : 4919 (java) S 4798 4805 2180 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415595582 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152159574768 140152700885634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4921] ppid=4798 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4921/stat : 4921 (java) S 4798 4805 2180 0 -1 1077944384 33 13142 0 1 0 0 5 3 20 0 15 0 415595582 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152158520992 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4923] ppid=4798 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4923/stat : 4923 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595583 11079831552 11859 33554432000 4194304 4196468 140723999616144 140151560856816 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4927] ppid=4798 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4927/stat : 4927 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595585 11079831552 11859 33554432000 4194304 4196468 140723999616144 140151253457360 140152700893083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4929] ppid=4798 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4805/task/4929/stat : 4929 (java) S 4798 4805 2180 0 -1 1077944384 350 13142 0 1 1 0 5 3 20 0 15 0 415595585 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152124963056 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4931] ppid=4798 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/4805/task/4931/stat : 4931 (java) S 4798 4805 2180 0 -1 1077944384 352 13142 0 1 2 0 5 3 20 0 15 0 415595585 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152123910512 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4932] ppid=4798 vsize=10820148 memory=139719661651584 CPUtime=0.12 cores=0,2,4,6
/proc/4805/task/4932/stat : 4932 (java) S 4798 4805 2180 0 -1 1077944384 705 13142 0 1 4 0 5 3 20 0 15 0 415595585 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152122857456 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4934] ppid=4798 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4934/stat : 4934 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595586 11079831552 11859 33554432000 4194304 4196468 140723999616144 140151219898720 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4935] ppid=4798 vsize=10820148 memory=139719661651584 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4935/stat : 4935 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595586 11079831552 11859 33554432000 4194304 4196468 140723999616144 140152121805872 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 47436 KiB

[startup+0.701625 s]
/proc/loadavg: 1.24 1.22 1.56 4/226 4936
/proc/meminfo: memFree=26758016/32770624 swapFree=66977616/67108860
[pid=4805] ppid=4798 vsize=10822312 memory=79980 CPUtime=1.08 cores=0,2,4,6
/proc/4805/stat : 4805 (java) S 4798 4805 2180 0 -1 1077944320 14627 13142 0 1 94 6 5 3 20 0 15 0 415595568 11082047488 19995 33554432000 4194304 4196468 140723999616144 140723999598688 140152700874487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
/proc/4805/statm: 2705578 19995 3499 1 0 2667661 0
[pid=4805/tid=4910] ppid=4798 vsize=10822312 memory=4100 CPUtime=0.64 cores=0,2,4,6
/proc/4805/task/4910/stat : 4910 (java) R 4798 4805 2180 0 -1 4202560 9698 13142 0 1 52 4 5 3 20 0 15 0 415595580 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152672699672 140152686569475 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4911] ppid=4798 vsize=10822312 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4911/stat : 4911 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152705116688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4912] ppid=4798 vsize=10822312 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4912/stat : 4912 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152274348688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4913] ppid=4798 vsize=10822312 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4913/stat : 4913 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595581 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152273295632 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4915] ppid=4798 vsize=10822312 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4915/stat : 4915 (java) S 4798 4805 2180 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415595581 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152272243088 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4919] ppid=4798 vsize=10822312 memory=2420 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4919/stat : 4919 (java) S 4798 4805 2180 0 -1 1077944384 5 13142 0 1 0 0 5 3 20 0 15 0 415595582 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152159574768 140152700885634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4921] ppid=4798 vsize=10822312 memory=2420 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4921/stat : 4921 (java) S 4798 4805 2180 0 -1 1077944384 33 13142 0 1 0 0 5 3 20 0 15 0 415595582 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152158520992 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4923] ppid=4798 vsize=10822312 memory=65344 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4923/stat : 4923 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595583 11082047488 19995 33554432000 4194304 4196468 140723999616144 140151560856816 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4927] ppid=4798 vsize=10822312 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4927/stat : 4927 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595585 11082047488 19995 33554432000 4194304 4196468 140723999616144 140151253457360 140152700893083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4929] ppid=4798 vsize=10822312 memory=2244 CPUtime=0.18 cores=0,2,4,6
/proc/4805/task/4929/stat : 4929 (java) S 4798 4805 2180 0 -1 1077944384 864 13142 0 1 10 0 5 3 20 0 15 0 415595585 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152124963056 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4931] ppid=4798 vsize=10822312 memory=2120 CPUtime=0.22 cores=0,2,4,6
/proc/4805/task/4931/stat : 4931 (java) S 4798 4805 2180 0 -1 1077944384 789 13142 0 1 14 0 5 3 20 0 15 0 415595585 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152123910512 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4932] ppid=4798 vsize=10822312 memory=532 CPUtime=0.24 cores=0,2,4,6
/proc/4805/task/4932/stat : 4932 (java) S 4798 4805 2180 0 -1 1077944384 1014 13142 0 1 16 0 5 3 20 0 15 0 415595585 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152122857456 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4934] ppid=4798 vsize=10822312 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4934/stat : 4934 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595586 11082047488 19995 33554432000 4194304 4196468 140723999616144 140151219898720 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4935] ppid=4798 vsize=10822312 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4935/stat : 4935 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595586 11082047488 19995 33554432000 4194304 4196468 140723999616144 140152121805872 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 79980 KiB

[startup+1.50063 s]
/proc/loadavg: 1.24 1.22 1.56 5/226 4936
/proc/meminfo: memFree=26678272/32770624 swapFree=66977616/67108860
[pid=4805] ppid=4798 vsize=10834676 memory=169904 CPUtime=2.4 cores=0,2,4,6
/proc/4805/stat : 4805 (java) S 4798 4805 2180 0 -1 1077944320 21445 13142 0 1 220 12 5 3 20 0 15 0 415595568 11094708224 42476 33554432000 4194304 4196468 140723999616144 140723999598688 140152700874487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
/proc/4805/statm: 2708669 42476 3576 1 0 2670733 0
[pid=4805/tid=4910] ppid=4798 vsize=10834676 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/4805/task/4910/stat : 4910 (java) R 4798 4805 2180 0 -1 4202560 14752 13142 0 1 127 6 5 3 20 0 15 0 415595580 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152672697920 140152304832619 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4911] ppid=4798 vsize=10834676 memory=6769 CPUtime=0.09 cores=0,2,4,6
/proc/4805/task/4911/stat : 4911 (java) S 4798 4805 2180 0 -1 1077944384 71 13142 0 1 1 0 5 3 20 0 15 0 415595581 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152705116688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4912] ppid=4798 vsize=10834676 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4912/stat : 4912 (java) S 4798 4805 2180 0 -1 1077944384 41 13142 0 1 0 0 5 3 20 0 15 0 415595581 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152274348688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4913] ppid=4798 vsize=10834676 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/4805/task/4913/stat : 4913 (java) S 4798 4805 2180 0 -1 1077944384 335 13142 0 1 1 0 5 3 20 0 15 0 415595581 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152273295632 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4915] ppid=4798 vsize=10834676 memory=55 CPUtime=0.09 cores=0,2,4,6
/proc/4805/task/4915/stat : 4915 (java) S 4798 4805 2180 0 -1 1077944384 61 13142 0 1 1 0 5 3 20 0 15 0 415595581 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152272243088 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4919] ppid=4798 vsize=10834676 memory=6944656592455097440 CPUtime=0.09 cores=0,2,4,6
/proc/4805/task/4919/stat : 4919 (java) S 4798 4805 2180 0 -1 1077944384 130 13142 0 1 1 0 5 3 20 0 15 0 415595582 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152159574768 140152700885634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4921] ppid=4798 vsize=10834676 memory=16273 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4921/stat : 4921 (java) S 4798 4805 2180 0 -1 1077944384 34 13142 0 1 0 0 5 3 20 0 15 0 415595582 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152158521056 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4923] ppid=4798 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4923/stat : 4923 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595583 11094708224 42476 33554432000 4194304 4196468 140723999616144 140151560856832 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4927] ppid=4798 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4927/stat : 4927 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595585 11094708224 42476 33554432000 4194304 4196468 140723999616144 140151253457360 140152700893083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4929] ppid=4798 vsize=10834676 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/4805/task/4929/stat : 4929 (java) S 4798 4805 2180 0 -1 1077944384 1045 13142 0 1 23 0 5 3 20 0 15 0 415595585 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152124963056 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4931] ppid=4798 vsize=10834676 memory=33 CPUtime=0.33 cores=0,2,4,6
/proc/4805/task/4931/stat : 4931 (java) S 4798 4805 2180 0 -1 1077944384 967 13142 0 1 25 0 5 3 20 0 15 0 415595585 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152123910512 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4932] ppid=4798 vsize=10834676 memory=9123026954224263383 CPUtime=0.46 cores=0,2,4,6
/proc/4805/task/4932/stat : 4932 (java) S 4798 4805 2180 0 -1 1077944384 1790 13142 0 1 38 0 5 3 20 0 15 0 415595585 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152122857456 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4934] ppid=4798 vsize=10834676 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4934/stat : 4934 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595586 11094708224 42476 33554432000 4194304 4196468 140723999616144 140151219898720 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4935] ppid=4798 vsize=10834676 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4935/stat : 4935 (java) S 4798 4805 2180 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415595586 11094708224 42476 33554432000 4194304 4196468 140723999616144 140152121805872 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 169904 KiB

[startup+3.11187 s]
/proc/loadavg: 1.24 1.22 1.56 8/226 4936

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

/proc/4805/task/4910/stat : 4910 (java) R 4798 4805 2180 0 -1 4202560 61986 13142 0 1 230174 42 5 3 20 0 15 0 415595580 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152672710432 140152321396224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4911] ppid=4798 vsize=10849032 memory=675036 CPUtime=8.45 cores=0,2,4,6
/proc/4805/task/4911/stat : 4911 (java) S 4798 4805 2180 0 -1 1077944384 12895 13142 0 1 797 40 5 3 20 0 15 0 415595581 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152705116688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4912] ppid=4798 vsize=10849032 memory=675036 CPUtime=8.46 cores=0,2,4,6
/proc/4805/task/4912/stat : 4912 (java) S 4798 4805 2180 0 -1 1077944384 13968 13142 0 1 795 43 5 3 20 0 15 0 415595581 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152274348688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4913] ppid=4798 vsize=10849032 memory=675036 CPUtime=8.48 cores=0,2,4,6
/proc/4805/task/4913/stat : 4913 (java) S 4798 4805 2180 0 -1 1077944384 11261 13142 0 1 796 44 5 3 20 0 15 0 415595581 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152273295632 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4915] ppid=4798 vsize=10849032 memory=675036 CPUtime=8.47 cores=0,2,4,6
/proc/4805/task/4915/stat : 4915 (java) S 4798 4805 2180 0 -1 1077944384 12304 13142 0 1 795 44 5 3 20 0 15 0 415595581 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152272243088 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4919] ppid=4798 vsize=10849032 memory=675036 CPUtime=7.72 cores=0,2,4,6
/proc/4805/task/4919/stat : 4919 (java) S 4798 4805 2180 0 -1 1077944384 13488 13142 0 1 726 38 5 3 20 0 15 0 415595582 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152159574768 140152700885634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4921] ppid=4798 vsize=10849032 memory=675036 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4921/stat : 4921 (java) S 4798 4805 2180 0 -1 1077944384 40 13142 0 1 0 0 5 3 20 0 15 0 415595582 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152158521056 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4923] ppid=4798 vsize=10849032 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4923/stat : 4923 (java) S 4798 4805 2180 0 -1 1077944384 7 13142 0 1 0 0 5 3 20 0 15 0 415595583 11109408768 168759 33554432000 4194304 4196468 140723999616144 140151560856832 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4927] ppid=4798 vsize=10849032 memory=1112 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4927/stat : 4927 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595585 11109408768 168759 33554432000 4194304 4196468 140723999616144 140151253457360 140152700893083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4929] ppid=4798 vsize=10849032 memory=3616 CPUtime=3.32 cores=0,2,4,6
/proc/4805/task/4929/stat : 4929 (java) S 4798 4805 2180 0 -1 1077944384 26754 13142 0 1 319 5 5 3 20 0 15 0 415595585 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152124963056 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4931] ppid=4798 vsize=10849032 memory=40164 CPUtime=4.01 cores=0,2,4,6
/proc/4805/task/4931/stat : 4931 (java) S 4798 4805 2180 0 -1 1077944384 26840 13142 0 1 389 4 5 3 20 0 15 0 415595585 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152123910512 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4932] ppid=4798 vsize=10849032 memory=675036 CPUtime=2.01 cores=0,2,4,6
/proc/4805/task/4932/stat : 4932 (java) S 4798 4805 2180 0 -1 1077944384 19507 13142 0 1 189 4 5 3 20 0 15 0 415595585 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152122857456 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4934] ppid=4798 vsize=10849032 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4934/stat : 4934 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595586 11109408768 168759 33554432000 4194304 4196468 140723999616144 140151219898720 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4935] ppid=4798 vsize=10849032 memory=675036 CPUtime=1.44 cores=0,2,4,6
/proc/4805/task/4935/stat : 4935 (java) S 4798 4805 2180 0 -1 1077944384 1289 13142 0 1 64 72 5 3 20 0 15 0 415595586 11109408768 168759 33554432000 4194304 4196468 140723999616144 140152121805872 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
Current children cumulated CPU time: 2353.98 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 675036 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.30 1.32 5/226 5180
/proc/meminfo: memFree=25439476/32770624 swapFree=66977616/67108860
[pid=4805] ppid=4798 vsize=10849032 memory=677084 CPUtime=2414.61 cores=0,2,4,6
/proc/4805/stat : 4805 (java) S 4798 4805 2180 0 -1 1077944320 203451 13142 0 1 241162 291 5 3 20 0 15 0 415595568 11109408768 169271 33554432000 4194304 4196468 140723999616144 140723999598688 140152700874487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
/proc/4805/statm: 2712258 169271 3628 1 0 2674317 0
[pid=4805/tid=4910] ppid=4798 vsize=10849032 memory=677084 CPUtime=2361.73 cores=0,2,4,6
/proc/4805/task/4910/stat : 4910 (java) R 4798 4805 2180 0 -1 4202560 62533 13142 0 1 236123 42 5 3 20 0 15 0 415595580 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152672710576 140152305952392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4911] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.68 cores=0,2,4,6
/proc/4805/task/4911/stat : 4911 (java) S 4798 4805 2180 0 -1 1077944384 12919 13142 0 1 819 41 5 3 20 0 15 0 415595581 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152705116688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4912] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.69 cores=0,2,4,6
/proc/4805/task/4912/stat : 4912 (java) S 4798 4805 2180 0 -1 1077944384 14012 13142 0 1 817 44 5 3 20 0 15 0 415595581 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152274348688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4913] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.7 cores=0,2,4,6
/proc/4805/task/4913/stat : 4913 (java) S 4798 4805 2180 0 -1 1077944384 11466 13142 0 1 817 45 5 3 20 0 15 0 415595581 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152273295632 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4915] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.69 cores=0,2,4,6
/proc/4805/task/4915/stat : 4915 (java) S 4798 4805 2180 0 -1 1077944384 12347 13142 0 1 816 45 5 3 20 0 15 0 415595581 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152272243088 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4919] ppid=4798 vsize=10849032 memory=677084 CPUtime=7.91 cores=0,2,4,6
/proc/4805/task/4919/stat : 4919 (java) S 4798 4805 2180 0 -1 1077944384 13516 13142 0 1 745 38 5 3 20 0 15 0 415595582 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152159574768 140152700885634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4921] ppid=4798 vsize=10849032 memory=677084 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4921/stat : 4921 (java) S 4798 4805 2180 0 -1 1077944384 40 13142 0 1 0 0 5 3 20 0 15 0 415595582 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152158521056 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4923] ppid=4798 vsize=10849032 memory=677084 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4923/stat : 4923 (java) S 4798 4805 2180 0 -1 1077944384 7 13142 0 1 0 0 5 3 20 0 15 0 415595583 11109408768 169271 33554432000 4194304 4196468 140723999616144 140151560856832 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4927] ppid=4798 vsize=10849032 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4927/stat : 4927 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595585 11109408768 169271 33554432000 4194304 4196468 140723999616144 140151253457360 140152700893083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4929] ppid=4798 vsize=10849032 memory=677084 CPUtime=3.32 cores=0,2,4,6
/proc/4805/task/4929/stat : 4929 (java) S 4798 4805 2180 0 -1 1077944384 26754 13142 0 1 319 5 5 3 20 0 15 0 415595585 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152124963056 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4931] ppid=4798 vsize=10849032 memory=3616 CPUtime=4.01 cores=0,2,4,6
/proc/4805/task/4931/stat : 4931 (java) S 4798 4805 2180 0 -1 1077944384 26840 13142 0 1 389 4 5 3 20 0 15 0 415595585 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152123910512 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4932] ppid=4798 vsize=10849032 memory=1804 CPUtime=2.01 cores=0,2,4,6
/proc/4805/task/4932/stat : 4932 (java) S 4798 4805 2180 0 -1 1077944384 19507 13142 0 1 189 4 5 3 20 0 15 0 415595585 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152122857456 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4934] ppid=4798 vsize=10849032 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4934/stat : 4934 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595586 11109408768 169271 33554432000 4194304 4196468 140723999616144 140151219898720 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4935] ppid=4798 vsize=10849032 memory=677084 CPUtime=1.47 cores=0,2,4,6
/proc/4805/task/4935/stat : 4935 (java) S 4798 4805 2180 0 -1 1077944384 1293 13142 0 1 65 74 5 3 20 0 15 0 415595586 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152121805872 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
Current children cumulated CPU time: 2414.61 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 677084 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.35 1.34 4/227 5192
/proc/meminfo: memFree=25438800/32770624 swapFree=66977616/67108860
[pid=4805] ppid=4798 vsize=10849032 memory=677084 CPUtime=2475.26 cores=0,2,4,6
/proc/4805/stat : 4805 (java) S 4798 4805 2180 0 -1 1077944320 204654 13142 0 1 247222 296 5 3 20 0 15 0 415595568 11109408768 169271 33554432000 4194304 4196468 140723999616144 140723999598688 140152700874487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
/proc/4805/statm: 2712258 169271 3628 1 0 2674317 0
[pid=4805/tid=4910] ppid=4798 vsize=10849032 memory=677084 CPUtime=2421.27 cores=0,2,4,6
/proc/4805/task/4910/stat : 4910 (java) R 4798 4805 2180 0 -1 4202560 63097 13142 0 1 242076 43 5 3 20 0 15 0 415595580 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152672710800 140152321781525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4911] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.9 cores=0,2,4,6
/proc/4805/task/4911/stat : 4911 (java) S 4798 4805 2180 0 -1 1077944384 13248 13142 0 1 841 41 5 3 20 0 15 0 415595581 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152705116688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4912] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.9 cores=0,2,4,6
/proc/4805/task/4912/stat : 4912 (java) S 4798 4805 2180 0 -1 1077944384 14020 13142 0 1 838 44 5 3 20 0 15 0 415595581 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152274348688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4913] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.93 cores=0,2,4,6
/proc/4805/task/4913/stat : 4913 (java) S 4798 4805 2180 0 -1 1077944384 11509 13142 0 1 838 47 5 3 20 0 15 0 415595581 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152273295632 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4915] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.92 cores=0,2,4,6
/proc/4805/task/4915/stat : 4915 (java) S 4798 4805 2180 0 -1 1077944384 12372 13142 0 1 838 46 5 3 20 0 15 0 415595581 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152272243088 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4919] ppid=4798 vsize=10849032 memory=677084 CPUtime=8.11 cores=0,2,4,6
/proc/4805/task/4919/stat : 4919 (java) S 4798 4805 2180 0 -1 1077944384 13715 13142 0 1 764 39 5 3 20 0 15 0 415595582 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152159574768 140152700885634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4921] ppid=4798 vsize=10849032 memory=677084 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4921/stat : 4921 (java) S 4798 4805 2180 0 -1 1077944384 40 13142 0 1 0 0 5 3 20 0 15 0 415595582 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152158521056 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4923] ppid=4798 vsize=10849032 memory=677084 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4923/stat : 4923 (java) S 4798 4805 2180 0 -1 1077944384 7 13142 0 1 0 0 5 3 20 0 15 0 415595583 11109408768 169271 33554432000 4194304 4196468 140723999616144 140151560856832 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4927] ppid=4798 vsize=10849032 memory=677084 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4927/stat : 4927 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595585 11109408768 169271 33554432000 4194304 4196468 140723999616144 140151253457360 140152700893083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4929] ppid=4798 vsize=10849032 memory=677084 CPUtime=3.32 cores=0,2,4,6
/proc/4805/task/4929/stat : 4929 (java) S 4798 4805 2180 0 -1 1077944384 26756 13142 0 1 319 5 5 3 20 0 15 0 415595585 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152124963056 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4931] ppid=4798 vsize=10849032 memory=677084 CPUtime=4.01 cores=0,2,4,6
/proc/4805/task/4931/stat : 4931 (java) S 4798 4805 2180 0 -1 1077944384 26842 13142 0 1 389 4 5 3 20 0 15 0 415595585 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152123910512 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4932] ppid=4798 vsize=10849032 memory=677084 CPUtime=2.01 cores=0,2,4,6
/proc/4805/task/4932/stat : 4932 (java) S 4798 4805 2180 0 -1 1077944384 19509 13142 0 1 189 4 5 3 20 0 15 0 415595585 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152122857456 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4934] ppid=4798 vsize=10849032 memory=677084 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4934/stat : 4934 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595586 11109408768 169271 33554432000 4194304 4196468 140723999616144 140151219898720 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4935] ppid=4798 vsize=10849032 memory=677084 CPUtime=1.5 cores=0,2,4,6
/proc/4805/task/4935/stat : 4935 (java) S 4798 4805 2180 0 -1 1077944384 1322 13142 0 1 66 76 5 3 20 0 15 0 415595586 11109408768 169271 33554432000 4194304 4196468 140723999616144 140152121805872 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
Current children cumulated CPU time: 2475.26 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 677084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.6 s]
/proc/loadavg: 1.29 1.32 1.32 2/206 5247
/proc/meminfo: memFree=26220928/32770624 swapFree=66977616/67108860
[pid=4805] ppid=4798 vsize=10849032 memory=679132 CPUtime=2520.05 cores=0,2,4,6
/proc/4805/stat : 4805 (java) S 4798 4805 2180 0 -1 1077944320 206105 13142 0 1 251696 301 5 3 20 0 15 0 415595568 11109408768 169783 33554432000 4194304 4196468 140723999616144 140723999598688 140152700874487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
/proc/4805/statm: 2712258 169783 3628 1 0 2674317 0
[pid=4805/tid=4910] ppid=4798 vsize=10849032 memory=3252 CPUtime=2465.23 cores=0,2,4,6
/proc/4805/task/4910/stat : 4910 (java) R 4798 4805 2180 0 -1 4202560 63685 13142 0 1 246471 44 5 3 20 0 15 0 415595580 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152672710448 140152320478528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4911] ppid=4798 vsize=10849032 memory=8112282956445269571 CPUtime=9.07 cores=0,2,4,6
/proc/4805/task/4911/stat : 4911 (java) S 4798 4805 2180 0 -1 1077944384 13276 13142 0 1 857 42 5 3 20 0 15 0 415595581 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152705116688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4912] ppid=4798 vsize=10849032 memory=8317482817917895235 CPUtime=9.07 cores=0,2,4,6
/proc/4805/task/4912/stat : 4912 (java) S 4798 4805 2180 0 -1 1077944384 14320 13142 0 1 854 45 5 3 20 0 15 0 415595581 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152274348688 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4913] ppid=4798 vsize=10849032 memory=1804 CPUtime=9.1 cores=0,2,4,6
/proc/4805/task/4913/stat : 4913 (java) S 4798 4805 2180 0 -1 1077944384 11601 13142 0 1 854 48 5 3 20 0 15 0 415595581 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152273295632 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4915] ppid=4798 vsize=10849032 memory=916 CPUtime=9.08 cores=0,2,4,6
/proc/4805/task/4915/stat : 4915 (java) S 4798 4805 2180 0 -1 1077944384 12575 13142 0 1 854 46 5 3 20 0 15 0 415595581 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152272243088 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4919] ppid=4798 vsize=10849032 memory=8112282956445269571 CPUtime=8.25 cores=0,2,4,6
/proc/4805/task/4919/stat : 4919 (java) S 4798 4805 2180 0 -1 1077944384 13931 13142 0 1 777 40 5 3 20 0 15 0 415595582 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152159574768 140152700885634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4921] ppid=4798 vsize=10849032 memory=532 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4921/stat : 4921 (java) S 4798 4805 2180 0 -1 1077944384 40 13142 0 1 0 0 5 3 20 0 15 0 415595582 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152158521056 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4923] ppid=4798 vsize=10849032 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4923/stat : 4923 (java) S 4798 4805 2180 0 -1 1077944384 7 13142 0 1 0 0 5 3 20 0 15 0 415595583 11109408768 169783 33554432000 4194304 4196468 140723999616144 140151560856832 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4927] ppid=4798 vsize=10849032 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4927/stat : 4927 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595585 11109408768 169783 33554432000 4194304 4196468 140723999616144 140151253457360 140152700893083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4929] ppid=4798 vsize=10849032 memory=2832 CPUtime=3.32 cores=0,2,4,6
/proc/4805/task/4929/stat : 4929 (java) S 4798 4805 2180 0 -1 1077944384 26758 13142 0 1 319 5 5 3 20 0 15 0 415595585 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152124963056 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4931] ppid=4798 vsize=10849032 memory=1084 CPUtime=4.01 cores=0,2,4,6
/proc/4805/task/4931/stat : 4931 (java) S 4798 4805 2180 0 -1 1077944384 26844 13142 0 1 389 4 5 3 20 0 15 0 415595585 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152123910512 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4932] ppid=4798 vsize=10849032 memory=14012 CPUtime=2.01 cores=0,2,4,6
/proc/4805/task/4932/stat : 4932 (java) S 4798 4805 2180 0 -1 1077944384 19511 13142 0 1 189 4 5 3 20 0 15 0 415595585 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152122857456 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4934] ppid=4798 vsize=10849032 memory=14048 CPUtime=0.08 cores=0,2,4,6
/proc/4805/task/4934/stat : 4934 (java) S 4798 4805 2180 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415595586 11109408768 169783 33554432000 4194304 4196468 140723999616144 140151219898720 140152700884693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
[pid=4805/tid=4935] ppid=4798 vsize=10849032 memory=8112282956445269571 CPUtime=1.52 cores=0,2,4,6
/proc/4805/task/4935/stat : 4935 (java) S 4798 4805 2180 0 -1 1077944384 1340 13142 0 1 67 77 5 3 20 0 15 0 415595586 11109408768 169783 33554432000 4194304 4196468 140723999616144 140152121805872 140152700885634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22740992 140723999619824 140723999622341 140723999622341 140723999625167 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 679132 KiB

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

[startup+2486.63 s]
# the end of solver process 4805 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.03 s, system=3.06461 s

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

Child status: 143
Real time (s): 2486.63
CPU time (s): 2520.09
CPU user time (s): 2517.03
CPU system time (s): 3.06461
CPU usage (%): 101.346
Max. virtual memory (cumulated for all children) (KiB): 10851856
Max. memory (cumulated for all children) (KiB): 679132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.03
system time used= 3.06461
maximum resident set size= 683344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220076
page faults= 1
swaps= 0
block input operations= 24
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 230951
involuntary context switches= 9070


# summary of solver processes directly reported to runsolver:
#   pid: 4805
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.03
#   total CPU system time (s): 3.06461

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2813 second user time and 23.6671 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 17:39:26
IDJOB=4396201
IDBENCH=115953
IDSOLVER=2846
FILE ID=node104/4396201-1568393383
RUNJOBID= node104-1568389165-4775
PBS_JOBID= 21701850
Free space on /tmp= 59012 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396201-1568393383/watcher-4396201-1568393383 -o /tmp/evaluation-result-4396201-1568393383/solver-4396201-1568393383 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568389165-4775 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=414350991 HOME/instance-4396201-1568393383.xml

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

MD5SUM BENCH= 7162d4a2bfb4649e5ff01c254dbd946c
RANDOM SEED=414350991

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26860468 kB
MemAvailable:   31841844 kB
Buffers:          158204 kB
Cached:          5078684 kB
SwapCached:        31860 kB
Active:          1678476 kB
Inactive:        3594008 kB
Active(anon):       3512 kB
Inactive(anon):    74488 kB
Active(file):    1674964 kB
Inactive(file):  3519520 kB
Unevictable:      107784 kB
Mlocked:          107784 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             71108 kB
Writeback:             0 kB
AnonPages:        158660 kB
Mapped:            43476 kB
Shmem:             32780 kB
Slab:             235156 kB
SReclaimable:     205452 kB
SUnreclaim:        29704 kB
KernelStack:        3680 kB
PageTables:         4696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     493776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58976 MiB
End job on node104 at 2019-09-13 18:20:53