Trace number 4402931

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)1003 2520.12 2478.14

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-02.xml
MD5SUM917d2a52bc099bc665a23ef7a1bbabd2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1003
Best CPU time to get the best result obtained on this benchmark90.376
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
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.79/0.55	c Concrete v3.12.3.1568965526260 running
4.54/2.59	o 561
4.86/2.61	o 584
4.86/2.61	o 634
4.86/2.62	o 640
4.86/2.63	o 647
4.86/2.63	o 650
4.86/2.63	o 679
4.86/2.64	o 716
4.86/2.65	o 726
5.19/2.71	o 728
5.19/2.72	o 730
5.19/2.72	o 794
5.19/2.73	o 836
5.19/2.74	o 838
5.19/2.75	o 864
5.19/2.77	o 868
5.19/2.78	o 872
5.54/2.89	o 875
5.54/2.89	o 878
5.90/2.93	o 884
5.90/2.93	o 920
5.90/2.93	o 944
6.23/3.08	o 952
7.10/3.31	o 955
8.32/3.77	o 978
8.32/3.77	o 984
9.22/4.06	o 1003
2520.07/2478.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2478.11		at concrete.MAC.mac(MAC.scala:192)
2520.07/2478.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2478.11		at scala.util.Try$.apply(Try.scala:210)
2520.07/2478.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2478.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2478.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2478.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2478.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2478.11		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2478.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2478.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2478.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2478.11		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2478.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2478.11		at scala.util.Success.map(Try.scala:262)
2520.07/2478.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2478.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2478.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2478.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2478.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2478.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2478.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2478.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2478.11		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2478.11		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2478.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2478.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2478.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2478.11		at scala.App.main(App.scala:73)
2520.07/2478.11		at scala.App.main$(App.scala:71)
2520.07/2478.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2478.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2478.12	v <instantiation
2520.07/2478.12	v         cost = '1003'>
2520.07/2478.12	v       <list>
2520.07/2478.12	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2520.07/2478.12	v       </list>
2520.07/2478.12	v       <values>
2520.07/2478.12	v         1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1
2520.07/2478.12	v       </values>
2520.07/2478.12	v     </instantiation>
2520.07/2478.12	s SATISFIABLE

Verifier Data

OK	1003

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402931-1568978499/watcher-4402931-1568978499 -o /var/tmp/evaluation-result-4402931-1568978499/solver-4402931-1568978499 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19973 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=99636543 HOME/instance-4402931-1568978499.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=23449, runsolver pid=23446

[startup+0.100088 s]*
/proc/loadavg: 1.58 1.37 1.42 3/218 23506
/proc/meminfo: memFree=9542104/32770624 swapFree=66955236/67108860
[pid=23449] ppid=23446 vsize=9972712 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/23449/stat : 23449 (java) S 23446 23449 19941 0 -1 1077944320 4512 13372 0 0 1 0 5 2 20 0 6 0 474107883 10212057088 4269 33554432000 4194304 4196468 140721554266704 140721554249248 139776988040951 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
/proc/23449/statm: 2493178 4269 1934 1 0 2481616 0
[pid=23449/tid=23502] ppid=23446 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23502/stat : 23502 (java) R 23446 23449 19941 0 -1 4202560 2330 13372 0 0 1 0 5 2 20 0 6 0 474107892 10212057088 4269 33554432000 4194304 4196468 140721554266704 139776959877712 139776971233862 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 474107893 10212057088 4269 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=9972712 memory=140400767817344 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 474107893 10212057088 4269 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 474107893 10212057088 4269 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 6 0 474107893 10212057088 4269 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210028 s]*
/proc/loadavg: 1.58 1.37 1.42 3/227 23515
/proc/meminfo: memFree=9524260/32770624 swapFree=66955236/67108860
[pid=23449] ppid=23446 vsize=10820196 memory=42416 CPUtime=0.26 cores=1,3,5,7
/proc/23449/stat : 23449 (java) S 23446 23449 19941 0 -1 1077944320 7553 13372 0 0 18 1 5 2 20 0 15 0 474107883 11079880704 10604 33554432000 4194304 4196468 140721554266704 140721554249248 139776988040951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
/proc/23449/statm: 2705049 10604 3297 1 0 2667149 0
[pid=23449/tid=23502] ppid=23446 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/23449/task/23502/stat : 23502 (java) R 23446 23449 19941 0 -1 4202560 4042 13372 0 0 11 0 5 2 20 0 15 0 474107892 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776959851984 139776988062877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=10820196 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=10820196 memory=140400767838727 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 474107893 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23507] ppid=23446 vsize=10820196 memory=140400767817344 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23507/stat : 23507 (java) S 23446 23449 19941 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 474107894 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776447375600 139776988052098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23508] ppid=23446 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23508/stat : 23508 (java) S 23446 23449 19941 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 474107895 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776355198112 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23509] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23509/stat : 23509 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107895 11079880704 10604 33554432000 4194304 4196468 140721554266704 139775751217904 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23510] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23510/stat : 23510 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11079880704 10604 33554432000 4194304 4196468 140721554266704 139775510927312 139776988059547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23511] ppid=23446 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23511/stat : 23511 (java) R 23446 23449 19941 0 -1 4202560 485 13372 0 0 1 0 5 2 20 0 15 0 474107898 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776446323440 139776971425801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23512] ppid=23446 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23512/stat : 23512 (java) S 23446 23449 19941 0 -1 1077944384 193 13372 0 0 1 0 5 2 20 0 15 0 474107898 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776445270896 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23513] ppid=23446 vsize=10820196 memory=140400767817344 CPUtime=0.1 cores=1,3,5,7
/proc/23449/task/23513/stat : 23513 (java) S 23446 23449 19941 0 -1 1077944384 605 13372 0 0 3 0 5 2 20 0 15 0 474107898 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776444217840 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23514] ppid=23446 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23514/stat : 23514 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11079880704 10604 33554432000 4194304 4196468 140721554266704 139775477369696 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23515] ppid=23446 vsize=10820196 memory=140400767817344 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23515/stat : 23515 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107898 11079880704 10604 33554432000 4194304 4196468 140721554266704 139776443165232 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42416 KiB

[startup+0.310487 s]*
/proc/loadavg: 1.58 1.37 1.42 3/227 23515
/proc/meminfo: memFree=9511192/32770624 swapFree=66955236/67108860
[pid=23449] ppid=23446 vsize=10820196 memory=50604 CPUtime=0.4 cores=1,3,5,7
/proc/23449/stat : 23449 (java) S 23446 23449 19941 0 -1 1077944320 10907 13372 0 0 30 3 5 2 20 0 15 0 474107883 11079880704 12651 33554432000 4194304 4196468 140721554266704 140721554249248 139776988040951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
/proc/23449/statm: 2705049 12651 3317 1 0 2667149 0
[pid=23449/tid=23502] ppid=23446 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/23449/task/23502/stat : 23502 (java) R 23446 23449 19941 0 -1 4202560 7385 13372 0 0 20 1 5 2 20 0 15 0 474107892 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776959857216 139776972121438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 474107893 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23507] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23507/stat : 23507 (java) S 23446 23449 19941 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 474107894 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776447375600 139776988052098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23508] ppid=23446 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23508/stat : 23508 (java) S 23446 23449 19941 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 474107895 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776355198112 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23509] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23509/stat : 23509 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107895 11079880704 12651 33554432000 4194304 4196468 140721554266704 139775751217904 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23510] ppid=23446 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23510/stat : 23510 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11079880704 12651 33554432000 4194304 4196468 140721554266704 139775510927312 139776988059547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23511] ppid=23446 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23449/task/23511/stat : 23511 (java) S 23446 23449 19941 0 -1 1077944384 486 13372 0 0 2 0 5 2 20 0 15 0 474107898 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776446323440 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23512] ppid=23446 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23512/stat : 23512 (java) S 23446 23449 19941 0 -1 1077944384 194 13372 0 0 1 0 5 2 20 0 15 0 474107898 11079880704 12651 33554432000 4194304 4196468 140721554266704 139776445270896 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23513] ppid=23446 vsize=10820196 memory=140400767817344 CPUtime=0.12 cores=1,3,5,7
/proc/23449/task/23513/stat : 23513 (java) S 23446 23449 19941 0 -1 1077944384 613 13372 0 0 5 0 5 2 20 0 15 0 474107898 11079880704 12716 33554432000 4194304 4196468 140721554266704 139776444217840 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23514] ppid=23446 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23514/stat : 23514 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11079880704 12716 33554432000 4194304 4196468 140721554266704 139775477369696 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23515] ppid=23446 vsize=10820196 memory=140400767817344 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23515/stat : 23515 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107898 11079880704 12716 33554432000 4194304 4196468 140721554266704 139776443165232 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50604 KiB

[startup+0.700664 s]
/proc/loadavg: 1.58 1.37 1.42 3/227 23515
/proc/meminfo: memFree=9497164/32770624 swapFree=66955236/67108860
[pid=23449] ppid=23446 vsize=10824364 memory=83676 CPUtime=1.15 cores=1,3,5,7
/proc/23449/stat : 23449 (java) S 23446 23449 19941 0 -1 1077944320 15100 13372 0 0 103 5 5 2 20 0 15 0 474107883 11084148736 20919 33554432000 4194304 4196468 140721554266704 140721554249248 139776988040951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
/proc/23449/statm: 2706091 20919 3514 1 0 2668173 0
[pid=23449/tid=23502] ppid=23446 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/23449/task/23502/stat : 23502 (java) D 23446 23449 19941 0 -1 1077944384 10563 13372 0 0 56 3 5 2 20 0 15 0 474107892 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776959868112 139776988064829 0 4 0 16800975 18446744072101613092 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=10824364 memory=140400669110480 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107893 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=10824364 memory=140402480906857 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 474107893 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23507] ppid=23446 vsize=10824364 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23507/stat : 23507 (java) S 23446 23449 19941 0 -1 1077944384 5 13372 0 0 0 0 5 2 20 0 15 0 474107894 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776447375600 139776988052098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23508] ppid=23446 vsize=10824364 memory=7014751519667017297 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23508/stat : 23508 (java) S 23446 23449 19941 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 474107895 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776355198112 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23509] ppid=23446 vsize=10824364 memory=7739528784169234028 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23509/stat : 23509 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107895 11084148736 20919 33554432000 4194304 4196468 140721554266704 139775751217904 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23510] ppid=23446 vsize=10824364 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23510/stat : 23510 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11084148736 20919 33554432000 4194304 4196468 140721554266704 139775510927312 139776988059547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23511] ppid=23446 vsize=10824364 memory=2116 CPUtime=0.23 cores=1,3,5,7
/proc/23449/task/23511/stat : 23511 (java) S 23446 23449 19941 0 -1 1077944384 954 13372 0 0 16 0 5 2 20 0 15 0 474107898 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776446323440 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23512] ppid=23446 vsize=10824364 memory=516 CPUtime=0.2 cores=1,3,5,7
/proc/23449/task/23512/stat : 23512 (java) R 23446 23449 19941 0 -1 4202560 558 13372 0 0 13 0 5 2 20 0 15 0 474107898 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776445270896 139776972962908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23513] ppid=23446 vsize=10824364 memory=1556 CPUtime=0.23 cores=1,3,5,7
/proc/23449/task/23513/stat : 23513 (java) S 23446 23449 19941 0 -1 1077944384 792 13372 0 0 16 0 5 2 20 0 15 0 474107898 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776444217840 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23514] ppid=23446 vsize=10824364 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23514/stat : 23514 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11084148736 20919 33554432000 4194304 4196468 140721554266704 139775477369696 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23515] ppid=23446 vsize=10824364 memory=1772 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23515/stat : 23515 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107898 11084148736 20919 33554432000 4194304 4196468 140721554266704 139776443165232 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83676 KiB

[startup+1.50067 s]
/proc/loadavg: 1.58 1.37 1.42 3/228 23522
/proc/meminfo: memFree=9451980/32770624 swapFree=66955236/67108860
[pid=23449] ppid=23446 vsize=10834680 memory=169164 CPUtime=2.47 cores=1,3,5,7
/proc/23449/stat : 23449 (java) S 23446 23449 19941 0 -1 1077944320 20452 13372 0 0 230 10 5 2 20 0 15 0 474107883 11094712320 42291 33554432000 4194304 4196468 140721554266704 140721554249248 139776988040951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
/proc/23449/statm: 2708670 42291 3574 1 0 2670733 0
[pid=23449/tid=23502] ppid=23446 vsize=10834680 memory=165680 CPUtime=1.42 cores=1,3,5,7
/proc/23449/task/23502/stat : 23502 (java) R 23446 23449 19941 0 -1 4202560 15066 13372 0 0 131 4 5 2 20 0 15 0 474107892 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776959862240 139776573419623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=10834680 memory=2436 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 44 13372 0 0 1 0 5 2 20 0 15 0 474107893 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=10834680 memory=1760 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 28 13372 0 0 1 0 5 2 20 0 15 0 474107893 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 19 13372 0 0 1 0 5 2 20 0 15 0 474107893 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=10834680 memory=-7303279828959712342 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 18 13372 0 0 1 0 5 2 20 0 15 0 474107893 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23507] ppid=23446 vsize=10834680 memory=3833724587141655611 CPUtime=0.08 cores=1,3,5,7
/proc/23449/task/23507/stat : 23507 (java) S 23446 23449 19941 0 -1 1077944384 43 13372 0 0 1 0 5 2 20 0 15 0 474107894 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776447375600 139776988052098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23508] ppid=23446 vsize=10834680 memory=-7016161123436706971 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23508/stat : 23508 (java) S 23446 23449 19941 0 -1 1077944384 14 13372 0 0 0 0 5 2 20 0 15 0 474107895 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776355198176 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23509] ppid=23446 vsize=10834680 memory=-6005673638262905286 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23509/stat : 23509 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107895 11094712320 42291 33554432000 4194304 4196468 140721554266704 139775751217920 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23510] ppid=23446 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23510/stat : 23510 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11094712320 42291 33554432000 4194304 4196468 140721554266704 139775510927312 139776988059547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23511] ppid=23446 vsize=10834680 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/23449/task/23511/stat : 23511 (java) S 23446 23449 19941 0 -1 1077944384 1018 13372 0 0 28 0 5 2 20 0 15 0 474107898 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776446323440 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23512] ppid=23446 vsize=10834680 memory=4580 CPUtime=0.32 cores=1,3,5,7
/proc/23449/task/23512/stat : 23512 (java) S 23446 23449 19941 0 -1 1077944384 624 13372 0 0 25 0 5 2 20 0 15 0 474107898 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776445270896 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23513] ppid=23446 vsize=10834680 memory=6297248683869360208 CPUtime=0.47 cores=1,3,5,7
/proc/23449/task/23513/stat : 23513 (java) R 23446 23449 19941 0 -1 4202560 1366 13372 0 0 39 1 5 2 20 0 15 0 474107898 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776444217840 139776971399249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23514] ppid=23446 vsize=10834680 memory=7516883056542966848 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23514/stat : 23514 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11094712320 42291 33554432000 4194304 4196468 140721554266704 139775477369696 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23515] ppid=23446 vsize=10834680 memory=7813863479674299735 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23515/stat : 23515 (java) S 23446 23449 19941 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 474107898 11094712320 42291 33554432000 4194304 4196468 140721554266704 139776443165232 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

/proc/23449/task/23502/stat : 23502 (java) R 23446 23449 19941 0 -1 4202560 58831 13372 0 0 235403 50 5 2 20 0 15 0 474107892 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776959876448 139776583940992 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.34 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 13063 13372 0 0 1160 67 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.37 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 15666 13372 0 0 1162 68 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.33 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 7754 13372 0 0 1161 65 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.33 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 11703 13372 0 0 1157 69 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23507] ppid=23446 vsize=10844940 memory=0 CPUtime=11.97 cores=1,3,5,7
/proc/23449/task/23507/stat : 23507 (java) S 23446 23449 19941 0 -1 1077944384 12548 13372 0 0 1119 71 5 2 20 0 15 0 474107894 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776447375600 139776988052098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23508] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23508/stat : 23508 (java) S 23446 23449 19941 0 -1 1077944384 14 13372 0 0 0 0 5 2 20 0 15 0 474107895 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776355198176 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23509] ppid=23446 vsize=10844940 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23509/stat : 23509 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107895 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775751217920 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23510] ppid=23446 vsize=10844940 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23510/stat : 23510 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775510927312 139776988059547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23511] ppid=23446 vsize=10844940 memory=3848 CPUtime=2.38 cores=1,3,5,7
/proc/23449/task/23511/stat : 23511 (java) S 23446 23449 19941 0 -1 1077944384 10706 13372 0 0 229 2 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776446323440 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23512] ppid=23446 vsize=10844940 memory=43124 CPUtime=2.18 cores=1,3,5,7
/proc/23449/task/23512/stat : 23512 (java) S 23446 23449 19941 0 -1 1077944384 7994 13372 0 0 209 2 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776445270896 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23513] ppid=23446 vsize=10844940 memory=984 CPUtime=1.25 cores=1,3,5,7
/proc/23449/task/23513/stat : 23513 (java) S 23446 23449 19941 0 -1 1077944384 9184 13372 0 0 114 4 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776444217840 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23514] ppid=23446 vsize=10844940 memory=6040 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23514/stat : 23514 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775477369696 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23515] ppid=23446 vsize=10844940 memory=784 CPUtime=1.54 cores=1,3,5,7
/proc/23449/task/23515/stat : 23515 (java) S 23446 23449 19941 0 -1 1077944384 1268 13372 0 0 63 84 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776443165232 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 2422.77 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 825332 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.26 1.35 3/226 23872
/proc/meminfo: memFree=9468060/32770624 swapFree=66955256/67108860
[pid=23449] ppid=23446 vsize=10844940 memory=825332 CPUtime=2483.71 cores=1,3,5,7
/proc/23449/stat : 23449 (java) S 23446 23449 19941 0 -1 1077944320 152238 13372 0 0 247954 410 5 2 20 0 15 0 474107883 11105218560 206333 33554432000 4194304 4196468 140721554266704 140721554249248 139776988040951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
/proc/23449/statm: 2711235 206333 3625 1 0 2673293 0
[pid=23449/tid=23502] ppid=23446 vsize=10844940 memory=825332 CPUtime=2413.88 cores=1,3,5,7
/proc/23449/task/23502/stat : 23502 (java) R 23446 23449 19941 0 -1 4202560 59554 13372 0 0 241331 50 5 2 20 0 15 0 474107892 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776959877360 139776582337370 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.67 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 13101 13372 0 0 1191 69 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.7 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 15732 13372 0 0 1193 70 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=10844940 memory=56 CPUtime=12.66 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 7922 13372 0 0 1191 68 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.66 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 11786 13372 0 0 1188 71 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23507] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.28 cores=1,3,5,7
/proc/23449/task/23507/stat : 23507 (java) S 23446 23449 19941 0 -1 1077944384 12743 13372 0 0 1149 72 5 2 20 0 15 0 474107894 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776447375600 139776988052098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23508] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23508/stat : 23508 (java) S 23446 23449 19941 0 -1 1077944384 14 13372 0 0 0 0 5 2 20 0 15 0 474107895 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776355198176 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23509] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23509/stat : 23509 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107895 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775751217920 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23510] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23510/stat : 23510 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775510927312 139776988059547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23511] ppid=23446 vsize=10844940 memory=825332 CPUtime=2.38 cores=1,3,5,7
/proc/23449/task/23511/stat : 23511 (java) S 23446 23449 19941 0 -1 1077944384 10708 13372 0 0 229 2 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776446323440 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23512] ppid=23446 vsize=10844940 memory=825332 CPUtime=2.18 cores=1,3,5,7
/proc/23449/task/23512/stat : 23512 (java) S 23446 23449 19941 0 -1 1077944384 7996 13372 0 0 209 2 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776445270896 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23513] ppid=23446 vsize=10844940 memory=825332 CPUtime=1.25 cores=1,3,5,7
/proc/23449/task/23513/stat : 23513 (java) S 23446 23449 19941 0 -1 1077944384 9186 13372 0 0 114 4 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776444217840 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23514] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23514/stat : 23514 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775477369696 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23515] ppid=23446 vsize=10844940 memory=6040 CPUtime=1.57 cores=1,3,5,7
/proc/23449/task/23515/stat : 23515 (java) S 23446 23449 19941 0 -1 1077944384 1285 13372 0 0 65 85 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776443165232 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 2483.71 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 825332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.11 s]
/proc/loadavg: 1.10 1.22 1.33 3/227 23899
/proc/meminfo: memFree=9466468/32770624 swapFree=66955264/67108860
[pid=23449] ppid=23446 vsize=10844940 memory=825332 CPUtime=2520.07 cores=1,3,5,7
/proc/23449/stat : 23449 (java) S 23446 23449 19941 0 -1 1077944320 152956 13372 0 0 251584 416 5 2 20 0 15 0 474107883 11105218560 206333 33554432000 4194304 4196468 140721554266704 140721554249248 139776988040951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
/proc/23449/statm: 2711235 206333 3625 1 0 2673293 0
[pid=23449/tid=23502] ppid=23446 vsize=10844940 memory=1408 CPUtime=2449.27 cores=1,3,5,7
/proc/23449/task/23502/stat : 23502 (java) R 23446 23449 19941 0 -1 4202560 59955 13372 0 0 244869 51 5 2 20 0 15 0 474107892 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776959877296 139776578037726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.85 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 13136 13372 0 0 1208 70 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.88 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 15753 13372 0 0 1211 70 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.86 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 7976 13372 0 0 1210 69 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.86 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 11809 13372 0 0 1207 72 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23507] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.46 cores=1,3,5,7
/proc/23449/task/23507/stat : 23507 (java) S 23446 23449 19941 0 -1 1077944384 12913 13372 0 0 1166 73 5 2 20 0 15 0 474107894 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776447375600 139776988052098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23508] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23508/stat : 23508 (java) S 23446 23449 19941 0 -1 1077944384 14 13372 0 0 0 0 5 2 20 0 15 0 474107895 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776355198176 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23509] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23509/stat : 23509 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107895 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775751217920 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23510] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23510/stat : 23510 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775510927312 139776988059547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23511] ppid=23446 vsize=10844940 memory=140400669796936 CPUtime=2.38 cores=1,3,5,7
/proc/23449/task/23511/stat : 23511 (java) S 23446 23449 19941 0 -1 1077944384 10708 13372 0 0 229 2 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776446323440 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23512] ppid=23446 vsize=10844940 memory=43156 CPUtime=2.18 cores=1,3,5,7
/proc/23449/task/23512/stat : 23512 (java) S 23446 23449 19941 0 -1 1077944384 7996 13372 0 0 209 2 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776445270896 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23513] ppid=23446 vsize=10844940 memory=984 CPUtime=1.25 cores=1,3,5,7
/proc/23449/task/23513/stat : 23513 (java) S 23446 23449 19941 0 -1 1077944384 9186 13372 0 0 114 4 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776444217840 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23514] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23514/stat : 23514 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775477369696 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23515] ppid=23446 vsize=10844940 memory=825332 CPUtime=1.59 cores=1,3,5,7
/proc/23449/task/23515/stat : 23515 (java) S 23446 23449 19941 0 -1 1077944384 1299 13372 0 0 66 86 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776443165232 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 825332 KiB

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

[startup+2478.14 s]
# the end of solver process 23449 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.91 s, system=4.20142 s

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

[startup+2478.11 s]
/proc/loadavg: 1.10 1.22 1.33 3/227 23899
/proc/meminfo: memFree=9466468/32770624 swapFree=66955264/67108860
[pid=23449] ppid=23446 vsize=10844940 memory=825332 CPUtime=2520.07 cores=1,3,5,7
/proc/23449/stat : 23449 (java) S 23446 23449 19941 0 -1 1077944320 152956 13372 0 0 251584 416 5 2 20 0 15 0 474107883 11105218560 206333 33554432000 4194304 4196468 140721554266704 140721554249248 139776988040951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
/proc/23449/statm: 2711235 206333 3625 1 0 2673293 0
[pid=23449/tid=23502] ppid=23446 vsize=10844940 memory=1408 CPUtime=2449.27 cores=1,3,5,7
/proc/23449/task/23502/stat : 23502 (java) R 23446 23449 19941 0 -1 4202560 59955 13372 0 0 244869 51 5 2 20 0 15 0 474107892 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776959877296 139776578037726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23503] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.85 cores=1,3,5,7
/proc/23449/task/23503/stat : 23503 (java) S 23446 23449 19941 0 -1 1077944384 13136 13372 0 0 1208 70 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776992283664 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23504] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.88 cores=1,3,5,7
/proc/23449/task/23504/stat : 23504 (java) S 23446 23449 19941 0 -1 1077944384 15753 13372 0 0 1211 70 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776896486544 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23505] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.86 cores=1,3,5,7
/proc/23449/task/23505/stat : 23505 (java) S 23446 23449 19941 0 -1 1077944384 7976 13372 0 0 1210 69 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776895433488 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23506] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.86 cores=1,3,5,7
/proc/23449/task/23506/stat : 23506 (java) S 23446 23449 19941 0 -1 1077944384 11809 13372 0 0 1207 72 5 2 20 0 15 0 474107893 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776894380944 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23507] ppid=23446 vsize=10844940 memory=825332 CPUtime=12.46 cores=1,3,5,7
/proc/23449/task/23507/stat : 23507 (java) S 23446 23449 19941 0 -1 1077944384 12913 13372 0 0 1166 73 5 2 20 0 15 0 474107894 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776447375600 139776988052098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23508] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23508/stat : 23508 (java) S 23446 23449 19941 0 -1 1077944384 14 13372 0 0 0 0 5 2 20 0 15 0 474107895 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776355198176 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23509] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23509/stat : 23509 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107895 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775751217920 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23510] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23510/stat : 23510 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775510927312 139776988059547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23511] ppid=23446 vsize=10844940 memory=140400669796936 CPUtime=2.38 cores=1,3,5,7
/proc/23449/task/23511/stat : 23511 (java) S 23446 23449 19941 0 -1 1077944384 10708 13372 0 0 229 2 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776446323440 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23512] ppid=23446 vsize=10844940 memory=43156 CPUtime=2.18 cores=1,3,5,7
/proc/23449/task/23512/stat : 23512 (java) S 23446 23449 19941 0 -1 1077944384 7996 13372 0 0 209 2 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776445270896 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23513] ppid=23446 vsize=10844940 memory=984 CPUtime=1.25 cores=1,3,5,7
/proc/23449/task/23513/stat : 23513 (java) S 23446 23449 19941 0 -1 1077944384 9186 13372 0 0 114 4 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776444217840 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23514] ppid=23446 vsize=10844940 memory=825332 CPUtime=0.07 cores=1,3,5,7
/proc/23449/task/23514/stat : 23514 (java) S 23446 23449 19941 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139775477369696 139776988051157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
[pid=23449/tid=23515] ppid=23446 vsize=10844940 memory=825332 CPUtime=1.59 cores=1,3,5,7
/proc/23449/task/23515/stat : 23515 (java) S 23446 23449 19941 0 -1 1077944384 1299 13372 0 0 66 86 5 2 20 0 15 0 474107898 11105218560 206333 33554432000 4194304 4196468 140721554266704 139776443165232 139776988052098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140721554270821 140721554273461 140721554273461 140721554276303 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 825332 KiB

Child status: 143
Real time (s): 2478.14
CPU time (s): 2520.12
CPU user time (s): 2515.91
CPU system time (s): 4.20142
CPU usage (%): 101.694
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 825332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.91
system time used= 4.20142
maximum resident set size= 829540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167186
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 333088
involuntary context switches= 8224


# summary of solver processes directly reported to runsolver:
#   pid: 23449
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.91
#   total CPU system time (s): 4.20142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.85 second user time and 23.406 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 12:20:00
IDJOB=4402931
IDBENCH=133456
IDSOLVER=2861
FILE ID=node105/4402931-1568978499
RUNJOBID= node105-1568963940-19973
PBS_JOBID= 21704633
Free space on /var/tmp= 13144 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402931-1568978499/watcher-4402931-1568978499 -o /var/tmp/evaluation-result-4402931-1568978499/solver-4402931-1568978499 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19973 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=99636543 HOME/instance-4402931-1568978499.xml

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

MD5SUM BENCH= 917d2a52bc099bc665a23ef7a1bbabd2
RANDOM SEED=99636543

node105.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.00
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.00
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.00
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.00
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:         9550240 kB
MemAvailable:   29974828 kB
Buffers:          136896 kB
Cached:         20187712 kB
SwapCached:        49564 kB
Active:         11928644 kB
Inactive:       10277480 kB
Active(anon):    1833252 kB
Inactive(anon):    93472 kB
Active(file):   10095392 kB
Inactive(file): 10184008 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66955236 kB
Dirty:             35620 kB
Writeback:             0 kB
AnonPages:       1944364 kB
Mapped:            61896 kB
Shmem:             36588 kB
Slab:             602260 kB
SReclaimable:     573648 kB
SUnreclaim:        28612 kB
KernelStack:        3680 kB
PageTables:        10924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2920020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1755136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13108 MiB
End job on node105 at 2019-09-20 13:01:18