Trace number 4402878

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.3SAT (TO)93 2520.12 2472.14

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark106.813
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.54	c Concrete v3.12.3.1568965526260 running
5.93/3.10	o 155
6.26/3.12	o 154
6.26/3.17	o 141
6.56/3.29	o 140
6.56/3.29	o 132
7.88/3.68	o 128
8.19/3.78	o 125
8.19/3.78	o 122
8.50/3.81	o 121
8.50/3.81	o 113
8.50/3.87	o 112
8.82/3.93	o 110
10.55/4.75	o 109
10.55/4.78	o 107
10.55/4.79	o 104
11.43/5.02	o 97
11.43/5.05	o 93
2520.08/2472.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2472.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.08/2472.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.08/2472.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.08/2472.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2472.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2472.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.08/2472.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2472.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.08/2472.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2472.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2472.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2472.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2472.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2472.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2472.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2472.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2472.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2472.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2472.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.08/2472.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2472.11		at scala.Option.map(Option.scala:242)
2520.08/2472.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2472.11		at concrete.MAC.mac(MAC.scala:216)
2520.08/2472.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2472.11		at scala.util.Try$.apply(Try.scala:210)
2520.08/2472.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2472.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2472.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2472.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2472.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2472.11		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2472.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2472.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.08/2472.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.08/2472.11		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2472.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2472.11		at scala.util.Success.map(Try.scala:262)
2520.08/2472.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2472.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2472.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2472.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2472.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2472.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2472.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2472.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2472.11		at scala.App.$anonfun$main$1(App.scala:73)
2520.08/2472.11		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.08/2472.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.08/2472.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.08/2472.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.08/2472.11		at scala.App.main(App.scala:73)
2520.08/2472.11		at scala.App.main$(App.scala:71)
2520.08/2472.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2472.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2472.12	v <instantiation
2520.08/2472.12	v         cost = '93'>
2520.08/2472.12	v       <list>
2520.08/2472.12	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2520.08/2472.12	v       </list>
2520.08/2472.12	v       <values>
2520.08/2472.12	v         5 3 2 0 1 4 6 11 12 13 14 10 8 9 7 5 2 2 7 4 8 8 1 8 15 7 5 9 4 8
2520.08/2472.12	v       </values>
2520.08/2472.12	v     </instantiation>
2520.08/2472.12	s SATISFIABLE

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402878-1568982096/watcher-4402878-1568982096 -o /tmp/evaluation-result-4402878-1568982096/solver-4402878-1568982096 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29765 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=828317043 HOME/instance-4402878-1568982096.xml 

running on 4 cores: 1,3,5,7

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

solver pid=785, runsolver pid=782

[startup+0.100143 s]*
/proc/loadavg: 1.35 1.34 1.36 3/219 842
/proc/meminfo: memFree=9154864/32770624 swapFree=67002108/67108860
[pid=785] ppid=782 vsize=9972712 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/785/stat : 785 (java) S 782 785 29733 0 -1 1077944320 4466 13366 0 0 1 0 5 3 20 0 6 0 474371143 10212057088 4204 33554432000 4194304 4196468 140732210503808 140732210486352 140436295397111 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
/proc/785/statm: 2493178 4204 1935 1 0 2481616 0
[pid=785/tid=838] ppid=782 vsize=10055356 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 2435 13366 0 0 1 0 5 3 20 0 7 0 474371151 10296684544 4402 33554432000 4194304 4196468 140732210503808 140436267240208 140435850866469 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10055356 memory=4294967641 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 7 0 474371152 10296684544 4402 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10055356 memory=3835295222504375968 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 7 0 474371152 10296684544 4402 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 7 0 474371152 10296684544 4402 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 7 0 474371152 10296684544 4402 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10055356 memory=140170822960768 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 7 0 474371154 10296684544 4402 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21003 s]*
/proc/loadavg: 1.35 1.34 1.36 4/228 851
/proc/meminfo: memFree=9135944/32770624 swapFree=67002108/67108860
[pid=785] ppid=782 vsize=10820196 memory=40432 CPUtime=0.26 cores=1,3,5,7
/proc/785/stat : 785 (java) S 782 785 29733 0 -1 1077944320 7631 13366 0 0 16 2 5 3 20 0 15 0 474371143 11079880704 10108 33554432000 4194304 4196468 140732210503808 140732210486352 140436295397111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
/proc/785/statm: 2705049 10108 3292 1 0 2667149 0
[pid=785/tid=838] ppid=782 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 4135 13366 0 0 10 1 5 3 20 0 15 0 474371151 11079880704 10108 33554432000 4194304 4196468 140732210503808 140436267211296 140436295419037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10820196 memory=4294967641 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 15 0 474371152 11079880704 10108 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10820196 memory=3835295222504375968 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371152 11079880704 10108 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371152 11079880704 10108 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 15 0 474371152 11079880704 10108 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10820196 memory=140170822960768 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 15 0 474371154 11079880704 10108 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=844] ppid=782 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/844/stat : 844 (java) S 782 785 29733 0 -1 1077944384 33 13366 0 0 0 0 5 3 20 0 15 0 474371154 11079880704 10108 33554432000 4194304 4196468 140732210503808 140435753211040 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=845] ppid=782 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/845/stat : 845 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371154 11079880704 10108 33554432000 4194304 4196468 140732210503808 140435162915568 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=846] ppid=782 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/846/stat : 846 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11079880704 10108 33554432000 4194304 4196468 140732210503808 140434855516112 140436295415707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=847] ppid=782 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/785/task/847/stat : 847 (java) S 782 785 29733 0 -1 1077944384 353 13366 0 0 1 0 5 3 20 0 15 0 474371157 11079880704 10108 33554432000 4194304 4196468 140732210503808 140435719654128 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=848] ppid=782 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/785/task/848/stat : 848 (java) S 782 785 29733 0 -1 1077944384 313 13366 0 0 1 0 5 3 20 0 15 0 474371157 11079880704 10108 33554432000 4194304 4196468 140732210503808 140435718601584 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=849] ppid=782 vsize=10820196 memory=140170822960768 CPUtime=0.11 cores=1,3,5,7
/proc/785/task/849/stat : 849 (java) S 782 785 29733 0 -1 1077944384 591 13366 0 0 3 0 5 3 20 0 15 0 474371157 11079880704 10108 33554432000 4194304 4196468 140732210503808 140435717548528 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=850] ppid=782 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/850/stat : 850 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11079880704 10108 33554432000 4194304 4196468 140732210503808 140434821958496 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=851] ppid=782 vsize=10820196 memory=140170822960768 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/851/stat : 851 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371157 11079880704 10108 33554432000 4194304 4196468 140732210503808 140435716495920 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40432 KiB

[startup+0.316244 s]*
/proc/loadavg: 1.35 1.34 1.36 3/228 851
/proc/meminfo: memFree=9126828/32770624 swapFree=67002108/67108860
[pid=785] ppid=782 vsize=10820196 memory=48936 CPUtime=0.41 cores=1,3,5,7
/proc/785/stat : 785 (java) S 782 785 29733 0 -1 1077944320 10996 13366 0 0 29 4 5 3 20 0 15 0 474371143 11079880704 12234 33554432000 4194304 4196468 140732210503808 140732210486352 140436295397111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
/proc/785/statm: 2705049 12234 3316 1 0 2667149 0
[pid=785/tid=838] ppid=782 vsize=10820268 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 7492 13366 0 0 19 3 5 3 20 0 15 0 474371151 11079954432 12300 33554432000 4194304 4196468 140732210503808 140436267203632 140436281122814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10820268 memory=-5504941851400766256 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 15 0 474371152 11079954432 12300 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10820268 memory=6935054825532540783 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371152 11079954432 12300 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371152 11079954432 12300 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 15 0 474371152 11079954432 12300 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 15 0 474371154 11079954432 12300 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=844] ppid=782 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/844/stat : 844 (java) S 782 785 29733 0 -1 1077944384 33 13366 0 0 0 0 5 3 20 0 15 0 474371154 11079954432 12300 33554432000 4194304 4196468 140732210503808 140435753211040 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=845] ppid=782 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/845/stat : 845 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371154 11079954432 12300 33554432000 4194304 4196468 140732210503808 140435162915568 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=846] ppid=782 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/846/stat : 846 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11079954432 12300 33554432000 4194304 4196468 140732210503808 140434855516112 140436295415707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=847] ppid=782 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/785/task/847/stat : 847 (java) S 782 785 29733 0 -1 1077944384 353 13366 0 0 1 0 5 3 20 0 15 0 474371157 11079954432 12300 33554432000 4194304 4196468 140732210503808 140435719654128 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=848] ppid=782 vsize=10820268 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/785/task/848/stat : 848 (java) S 782 785 29733 0 -1 1077944384 314 13366 0 0 2 0 5 3 20 0 15 0 474371157 11079954432 12300 33554432000 4194304 4196468 140732210503808 140435718601584 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=849] ppid=782 vsize=10820268 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/785/task/849/stat : 849 (java) S 782 785 29733 0 -1 1077944384 600 13366 0 0 5 0 5 3 20 0 15 0 474371157 11079954432 12300 33554432000 4194304 4196468 140732210503808 140435717548528 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=850] ppid=782 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/850/stat : 850 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11079954432 12300 33554432000 4194304 4196468 140732210503808 140434821958496 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=851] ppid=782 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/851/stat : 851 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371157 11079954432 12300 33554432000 4194304 4196468 140732210503808 140435716495920 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48936 KiB

[startup+0.700775 s]
/proc/loadavg: 1.35 1.34 1.36 3/228 851
/proc/meminfo: memFree=9112844/32770624 swapFree=67002108/67108860
[pid=785] ppid=782 vsize=10824364 memory=81652 CPUtime=1.16 cores=1,3,5,7
/proc/785/stat : 785 (java) S 782 785 29733 0 -1 1077944320 15163 13366 0 0 102 6 5 3 20 0 15 0 474371143 11084148736 20413 33554432000 4194304 4196468 140732210503808 140732210486352 140436295397111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
/proc/785/statm: 2706091 20413 3508 1 0 2668173 0
[pid=785/tid=838] ppid=782 vsize=10824364 memory=740 CPUtime=0.67 cores=1,3,5,7
/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 10427 13366 0 0 55 4 5 3 20 0 15 0 474371151 11084148736 20413 33554432000 4194304 4196468 140732210503808 140436267224272 140435850939701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10824364 memory=7014751519700964689 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 15 0 474371152 11084148736 20413 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10824364 memory=6083077128950803811 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371152 11084148736 20413 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10824364 memory=7444843076533644388 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371152 11084148736 20413 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10824364 memory=7306616945416694629 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 2 13366 0 0 0 0 5 3 20 0 15 0 474371152 11084148736 20413 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10824364 memory=140170822959633 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 5 13366 0 0 0 0 5 3 20 0 15 0 474371154 11084148736 20413 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=844] ppid=782 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/844/stat : 844 (java) S 782 785 29733 0 -1 1077944384 33 13366 0 0 0 0 5 3 20 0 15 0 474371154 11084148736 20413 33554432000 4194304 4196468 140732210503808 140435753211040 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=845] ppid=782 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/845/stat : 845 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371154 11084148736 20413 33554432000 4194304 4196468 140732210503808 140435162915568 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=846] ppid=782 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/846/stat : 846 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11084148736 20413 33554432000 4194304 4196468 140732210503808 140434855516112 140436295415707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=847] ppid=782 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/785/task/847/stat : 847 (java) S 782 785 29733 0 -1 1077944384 908 13366 0 0 15 0 5 3 20 0 15 0 474371157 11084148736 20413 33554432000 4194304 4196468 140732210503808 140435719654128 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=848] ppid=782 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/785/task/848/stat : 848 (java) S 782 785 29733 0 -1 1077944384 785 13366 0 0 13 0 5 3 20 0 15 0 474371157 11084148736 20413 33554432000 4194304 4196468 140732210503808 140435718601584 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=849] ppid=782 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/785/task/849/stat : 849 (java) R 782 785 29733 0 -1 4202560 781 13366 0 0 17 0 5 3 20 0 15 0 474371157 11084148736 20413 33554432000 4194304 4196468 140732210503808 140435717544960 140436274350605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=850] ppid=782 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/850/stat : 850 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11084148736 20413 33554432000 4194304 4196468 140732210503808 140434821958496 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=851] ppid=782 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/851/stat : 851 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371157 11084148736 20413 33554432000 4194304 4196468 140732210503808 140435716495920 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81652 KiB

[startup+1.50116 s]
/proc/loadavg: 1.35 1.34 1.36 4/228 851
/proc/meminfo: memFree=9069600/32770624 swapFree=67002108/67108860
[pid=785] ppid=782 vsize=10834680 memory=167256 CPUtime=2.45 cores=1,3,5,7
/proc/785/stat : 785 (java) S 782 785 29733 0 -1 1077944320 20572 13366 0 0 228 9 5 3 20 0 15 0 474371143 11094712320 41814 33554432000 4194304 4196468 140732210503808 140732210486352 140436295397111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
/proc/785/statm: 2708670 41814 3573 1 0 2670733 0
[pid=785/tid=838] ppid=782 vsize=10834680 memory=-6800859132029471843 CPUtime=1.44 cores=1,3,5,7
/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 14948 13366 0 0 130 6 5 3 20 0 15 0 474371151 11094712320 41814 33554432000 4194304 4196468 140732210503808 140436267200448 140435850931585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10834680 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 52 13366 0 0 1 0 5 3 20 0 15 0 474371152 11094712320 41814 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10834680 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 17 13366 0 0 0 0 5 3 20 0 15 0 474371152 11094712320 41814 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10834680 memory=6944656592455097440 CPUtime=0.09 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 21 13366 0 0 1 0 5 3 20 0 15 0 474371152 11094712320 41814 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10834680 memory=740 CPUtime=0.09 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 18 13366 0 0 1 0 5 3 20 0 15 0 474371152 11094712320 41814 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 43 13366 0 0 1 0 5 3 20 0 15 0 474371154 11094712320 41814 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=844] ppid=782 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/844/stat : 844 (java) S 782 785 29733 0 -1 1077944384 35 13366 0 0 0 0 5 3 20 0 15 0 474371154 11094712320 41814 33554432000 4194304 4196468 140732210503808 140435753211104 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=845] ppid=782 vsize=10834680 memory=140170686906624 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/845/stat : 845 (java) S 782 785 29733 0 -1 1077944384 8 13366 0 0 0 0 5 3 20 0 15 0 474371154 11094712320 41814 33554432000 4194304 4196468 140732210503808 140435162915584 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=846] ppid=782 vsize=10834680 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/846/stat : 846 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11094712320 41814 33554432000 4194304 4196468 140732210503808 140434855516112 140436295415707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=847] ppid=782 vsize=10834680 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/785/task/847/stat : 847 (java) R 782 785 29733 0 -1 4202560 965 13366 0 0 26 0 5 3 20 0 15 0 474371157 11094712320 41814 33554432000 4194304 4196468 140732210503808 140435719654128 140436276924925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=848] ppid=782 vsize=10834680 memory=3588 CPUtime=0.32 cores=1,3,5,7
/proc/785/task/848/stat : 848 (java) R 782 785 29733 0 -1 1077944384 841 13366 0 0 24 0 5 3 20 0 15 0 474371157 11094712320 41814 33554432000 4194304 4196468 140732210503808 140435718588432 140436295407317 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=849] ppid=782 vsize=10834680 memory=53944 CPUtime=0.48 cores=1,3,5,7
/proc/785/task/849/stat : 849 (java) R 782 785 29733 0 -1 4202560 1408 13366 0 0 40 0 5 3 20 0 15 0 474371157 11094712320 41814 33554432000 4194304 4196468 140732210503808 140435717548528 140436288493947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=850] ppid=782 vsize=10834680 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/850/stat : 850 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11094712320 41814 33554432000 4194304 4196468 140732210503808 140434821958496 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=851] ppid=782 vsize=10834680 memory=1940 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/851/stat : 851 (java) S 782 785 29733 0 -1 1077944384 1 13366 0 0 0 0 5 3 20 0 15 0 474371157 11094712320 41814 33554432000 4194304 4196468 140732210503808 140435716495920 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0

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

/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 67826 13366 0 0 235519 48 5 3 20 0 15 0 474371151 11109425152 214069 33554432000 4194304 4196468 140732210503808 140436267232096 140435858078384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10849048 memory=856276 CPUtime=12.48 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 16465 13366 0 0 1186 54 5 3 20 0 15 0 474371152 11109425152 214069 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10849048 memory=856276 CPUtime=12.47 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 15826 13366 0 0 1180 59 5 3 20 0 15 0 474371152 11109425152 214069 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10849048 memory=856276 CPUtime=12.49 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 12425 13366 0 0 1185 56 5 3 20 0 15 0 474371152 11109425152 214069 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10849048 memory=55 CPUtime=12.49 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 12681 13366 0 0 1181 60 5 3 20 0 15 0 474371152 11109425152 214069 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10849048 memory=856276 CPUtime=11.17 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 13683 13366 0 0 1050 59 5 3 20 0 15 0 474371154 11109425152 214069 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=844] ppid=782 vsize=10849048 memory=856276 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/844/stat : 844 (java) S 782 785 29733 0 -1 1077944384 41 13366 0 0 0 0 5 3 20 0 15 0 474371154 11109425152 214069 33554432000 4194304 4196468 140732210503808 140435753211104 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=845] ppid=782 vsize=10849048 memory=856276 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/845/stat : 845 (java) S 782 785 29733 0 -1 1077944384 14 13366 0 0 0 0 5 3 20 0 15 0 474371154 11109425152 214069 33554432000 4194304 4196468 140732210503808 140435162915584 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=846] ppid=782 vsize=10849048 memory=856276 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/846/stat : 846 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11109425152 214069 33554432000 4194304 4196468 140732210503808 140434855516112 140436295415707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=847] ppid=782 vsize=10849048 memory=3588 CPUtime=3.8 cores=1,3,5,7
/proc/785/task/847/stat : 847 (java) S 782 785 29733 0 -1 1077944384 17708 13366 0 0 367 5 5 3 20 0 15 0 474371157 11109425152 214069 33554432000 4194304 4196468 140732210503808 140435719654128 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=848] ppid=782 vsize=10849048 memory=856276 CPUtime=3.84 cores=1,3,5,7
/proc/785/task/848/stat : 848 (java) S 782 785 29733 0 -1 1077944384 20224 13366 0 0 372 4 5 3 20 0 15 0 474371157 11109425152 214069 33554432000 4194304 4196468 140732210503808 140435718601584 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=849] ppid=782 vsize=10849048 memory=856276 CPUtime=3.55 cores=1,3,5,7
/proc/785/task/849/stat : 849 (java) S 782 785 29733 0 -1 1077944384 28636 13366 0 0 341 6 5 3 20 0 15 0 474371157 11109425152 214069 33554432000 4194304 4196468 140732210503808 140435717548528 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=850] ppid=782 vsize=10849048 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/850/stat : 850 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11109425152 214069 33554432000 4194304 4196468 140732210503808 140434821958496 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=851] ppid=782 vsize=10849048 memory=1408 CPUtime=1.38 cores=1,3,5,7
/proc/785/task/851/stat : 851 (java) S 782 785 29733 0 -1 1077944384 1219 13366 0 0 57 73 5 3 20 0 15 0 474371157 11109425152 214069 33554432000 4194304 4196468 140732210503808 140435716495920 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
Current children cumulated CPU time: 2428.82 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 856276 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.53 1.49 3/229 1251
/proc/meminfo: memFree=4886524/32770624 swapFree=67002116/67108860
[pid=785] ppid=782 vsize=10849048 memory=858324 CPUtime=2489.79 cores=1,3,5,7
/proc/785/stat : 785 (java) S 782 785 29733 0 -1 1077944320 210497 13366 0 0 248604 367 5 3 20 0 15 0 474371143 11109425152 214581 33554432000 4194304 4196468 140732210503808 140732210486352 140436295397111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
/proc/785/statm: 2712262 214581 3627 1 0 2674317 0
[pid=785/tid=838] ppid=782 vsize=10849048 memory=856276 CPUtime=2415.1 cores=1,3,5,7
/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 68608 13366 0 0 241453 49 5 3 20 0 15 0 474371151 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436267232448 140435862447498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10849048 memory=856276 CPUtime=12.81 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 16497 13366 0 0 1217 56 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10849048 memory=856276 CPUtime=12.8 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 15918 13366 0 0 1211 61 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10849048 memory=856276 CPUtime=12.81 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 12632 13366 0 0 1216 57 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10849048 memory=856276 CPUtime=12.82 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 12903 13366 0 0 1212 62 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10849048 memory=856276 CPUtime=11.45 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 13859 13366 0 0 1076 61 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=844] ppid=782 vsize=10849048 memory=856276 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/844/stat : 844 (java) S 782 785 29733 0 -1 1077944384 41 13366 0 0 0 0 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435753211104 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=845] ppid=782 vsize=10849048 memory=856276 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/845/stat : 845 (java) S 782 785 29733 0 -1 1077944384 14 13366 0 0 0 0 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435162915584 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=846] ppid=782 vsize=10849048 memory=858324 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/846/stat : 846 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140434855516112 140436295415707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=847] ppid=782 vsize=10849048 memory=858324 CPUtime=3.8 cores=1,3,5,7
/proc/785/task/847/stat : 847 (java) S 782 785 29733 0 -1 1077944384 17710 13366 0 0 367 5 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435719654128 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=848] ppid=782 vsize=10849048 memory=8 CPUtime=3.85 cores=1,3,5,7
/proc/785/task/848/stat : 848 (java) S 782 785 29733 0 -1 1077944384 20226 13366 0 0 373 4 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435718601584 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=849] ppid=782 vsize=10849048 memory=856276 CPUtime=3.56 cores=1,3,5,7
/proc/785/task/849/stat : 849 (java) S 782 785 29733 0 -1 1077944384 28638 13366 0 0 342 6 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435717548528 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=850] ppid=782 vsize=10849048 memory=7548 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/850/stat : 850 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140434821958496 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=851] ppid=782 vsize=10849048 memory=3620 CPUtime=1.41 cores=1,3,5,7
/proc/785/task/851/stat : 851 (java) S 782 785 29733 0 -1 1077944384 1235 13366 0 0 58 75 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435716495920 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
Current children cumulated CPU time: 2489.79 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 858324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.11 s]
/proc/loadavg: 1.47 1.53 1.49 3/229 1255
/proc/meminfo: memFree=4886368/32770624 swapFree=67002116/67108860
[pid=785] ppid=782 vsize=10849048 memory=858324 CPUtime=2520.08 cores=1,3,5,7
/proc/785/stat : 785 (java) S 782 785 29733 0 -1 1077944320 211233 13366 0 0 251630 370 5 3 20 0 15 0 474371143 11109425152 214581 33554432000 4194304 4196468 140732210503808 140732210486352 140436295397111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
/proc/785/statm: 2712262 214581 3627 1 0 2674317 0
[pid=785/tid=838] ppid=782 vsize=10849048 memory=858324 CPUtime=2444.58 cores=1,3,5,7
/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 68938 13366 0 0 244401 49 5 3 20 0 15 0 474371151 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436267230432 140435864603399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10849048 memory=858324 CPUtime=12.97 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 16507 13366 0 0 1233 56 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10849048 memory=858324 CPUtime=12.96 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 15985 13366 0 0 1227 61 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10849048 memory=858324 CPUtime=12.99 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 12797 13366 0 0 1232 59 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10849048 memory=858324 CPUtime=12.96 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 12907 13366 0 0 1226 62 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10849048 memory=858324 CPUtime=11.59 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 14007 13366 0 0 1089 62 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=844] ppid=782 vsize=10849048 memory=858324 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/844/stat : 844 (java) S 782 785 29733 0 -1 1077944384 41 13366 0 0 0 0 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435753211104 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=845] ppid=782 vsize=10849048 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/845/stat : 845 (java) S 782 785 29733 0 -1 1077944384 14 13366 0 0 0 0 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435162915584 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=846] ppid=782 vsize=10849048 memory=854228 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/846/stat : 846 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140434855516112 140436295415707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=847] ppid=782 vsize=10849048 memory=858324 CPUtime=3.8 cores=1,3,5,7
/proc/785/task/847/stat : 847 (java) S 782 785 29733 0 -1 1077944384 17710 13366 0 0 367 5 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435719654128 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=848] ppid=782 vsize=10849048 memory=858324 CPUtime=3.85 cores=1,3,5,7
/proc/785/task/848/stat : 848 (java) S 782 785 29733 0 -1 1077944384 20226 13366 0 0 373 4 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435718601584 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=849] ppid=782 vsize=10849048 memory=504 CPUtime=3.56 cores=1,3,5,7
/proc/785/task/849/stat : 849 (java) S 782 785 29733 0 -1 1077944384 28638 13366 0 0 342 6 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435717548528 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=850] ppid=782 vsize=10849048 memory=858324 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/850/stat : 850 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140434821958496 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=851] ppid=782 vsize=10849048 memory=858324 CPUtime=1.42 cores=1,3,5,7
/proc/785/task/851/stat : 851 (java) S 782 785 29733 0 -1 1077944384 1247 13366 0 0 59 75 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435716495920 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 858324 KiB

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

[startup+2472.14 s]
# the end of solver process 785 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.37 s, system=3.74494 s

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

[startup+2472.11 s]
/proc/loadavg: 1.47 1.53 1.49 3/229 1255
/proc/meminfo: memFree=4886368/32770624 swapFree=67002116/67108860
[pid=785] ppid=782 vsize=10849048 memory=858324 CPUtime=2520.08 cores=1,3,5,7
/proc/785/stat : 785 (java) S 782 785 29733 0 -1 1077944320 211233 13366 0 0 251630 370 5 3 20 0 15 0 474371143 11109425152 214581 33554432000 4194304 4196468 140732210503808 140732210486352 140436295397111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
/proc/785/statm: 2712262 214581 3627 1 0 2674317 0
[pid=785/tid=838] ppid=782 vsize=10849048 memory=858324 CPUtime=2444.58 cores=1,3,5,7
/proc/785/task/838/stat : 838 (java) R 782 785 29733 0 -1 4202560 68938 13366 0 0 244401 49 5 3 20 0 15 0 474371151 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436267230432 140435864603399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=839] ppid=782 vsize=10849048 memory=858324 CPUtime=12.97 cores=1,3,5,7
/proc/785/task/839/stat : 839 (java) S 782 785 29733 0 -1 1077944384 16507 13366 0 0 1233 56 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436299639824 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=840] ppid=782 vsize=10849048 memory=858324 CPUtime=12.96 cores=1,3,5,7
/proc/785/task/840/stat : 840 (java) S 782 785 29733 0 -1 1077944384 15985 13366 0 0 1227 61 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436187913360 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=841] ppid=782 vsize=10849048 memory=858324 CPUtime=12.99 cores=1,3,5,7
/proc/785/task/841/stat : 841 (java) S 782 785 29733 0 -1 1077944384 12797 13366 0 0 1232 59 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436186860304 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=842] ppid=782 vsize=10849048 memory=858324 CPUtime=12.96 cores=1,3,5,7
/proc/785/task/842/stat : 842 (java) S 782 785 29733 0 -1 1077944384 12907 13366 0 0 1226 62 5 3 20 0 15 0 474371152 11109425152 214581 33554432000 4194304 4196468 140732210503808 140436185807760 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=843] ppid=782 vsize=10849048 memory=858324 CPUtime=11.59 cores=1,3,5,7
/proc/785/task/843/stat : 843 (java) S 782 785 29733 0 -1 1077944384 14007 13366 0 0 1089 62 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435754264816 140436295408258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=844] ppid=782 vsize=10849048 memory=858324 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/844/stat : 844 (java) S 782 785 29733 0 -1 1077944384 41 13366 0 0 0 0 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435753211104 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=845] ppid=782 vsize=10849048 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/845/stat : 845 (java) S 782 785 29733 0 -1 1077944384 14 13366 0 0 0 0 5 3 20 0 15 0 474371154 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435162915584 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=846] ppid=782 vsize=10849048 memory=854228 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/846/stat : 846 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140434855516112 140436295415707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=847] ppid=782 vsize=10849048 memory=858324 CPUtime=3.8 cores=1,3,5,7
/proc/785/task/847/stat : 847 (java) S 782 785 29733 0 -1 1077944384 17710 13366 0 0 367 5 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435719654128 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=848] ppid=782 vsize=10849048 memory=858324 CPUtime=3.85 cores=1,3,5,7
/proc/785/task/848/stat : 848 (java) S 782 785 29733 0 -1 1077944384 20226 13366 0 0 373 4 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435718601584 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=849] ppid=782 vsize=10849048 memory=504 CPUtime=3.56 cores=1,3,5,7
/proc/785/task/849/stat : 849 (java) S 782 785 29733 0 -1 1077944384 28638 13366 0 0 342 6 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435717548528 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=850] ppid=782 vsize=10849048 memory=858324 CPUtime=0.08 cores=1,3,5,7
/proc/785/task/850/stat : 850 (java) S 782 785 29733 0 -1 1077944384 3 13366 0 0 0 0 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140434821958496 140436295407317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
[pid=785/tid=851] ppid=782 vsize=10849048 memory=858324 CPUtime=1.42 cores=1,3,5,7
/proc/785/task/851/stat : 851 (java) S 782 785 29733 0 -1 1077944384 1247 13366 0 0 59 75 5 3 20 0 15 0 474371157 11109425152 214581 33554432000 4194304 4196468 140732210503808 140435716495920 140436295408258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140732210510576 140732210513093 140732210513093 140732210515919 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 858324 KiB

Child status: 143
Real time (s): 2472.14
CPU time (s): 2520.12
CPU user time (s): 2516.37
CPU system time (s): 3.74494
CPU usage (%): 101.941
Max. virtual memory (cumulated for all children) (KiB): 10849048
Max. memory (cumulated for all children) (KiB): 858324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.37
system time used= 3.74494
maximum resident set size= 862552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225559
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304617
involuntary context switches= 7246


# summary of solver processes directly reported to runsolver:
#   pid: 785
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.37
#   total CPU system time (s): 3.74494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4049 second user time and 22.9611 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 14:20:59
IDJOB=4402878
IDBENCH=135739
IDSOLVER=2861
FILE ID=node148/4402878-1568982096
RUNJOBID= node148-1568967599-29765
PBS_JOBID= 21704612
Free space on /tmp= 21624 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402878-1568982096/watcher-4402878-1568982096 -o /tmp/evaluation-result-4402878-1568982096/solver-4402878-1568982096 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29765 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=828317043 HOME/instance-4402878-1568982096.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=828317043

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         9162744 kB
MemAvailable:   31020004 kB
Buffers:          108024 kB
Cached:         21934616 kB
SwapCached:         2780 kB
Active:         11821928 kB
Inactive:       11058292 kB
Active(anon):     835872 kB
Inactive(anon):    48892 kB
Active(file):   10986056 kB
Inactive(file): 11009400 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       67002108 kB
Dirty:             35344 kB
Writeback:             0 kB
AnonPages:        949252 kB
Mapped:            64808 kB
Shmem:             38432 kB
Slab:             319056 kB
SReclaimable:     290264 kB
SUnreclaim:        28792 kB
KernelStack:        3760 kB
PageTables:         8276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2098040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    786432 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= 21508 MiB
End job on node148 at 2019-09-20 15:02:11