Trace number 4396111

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)1105 2520.07 2492.43

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-05.xml
MD5SUMfc947c5025dc4a3c0350e3415d914057
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1105
Best CPU time to get the best result obtained on this benchmark20.4113
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.78/0.55	c Concrete v3.12.2.1568380929293 running
5.69/2.79	o 650
6.03/2.81	o 663
6.03/2.81	o 677
6.03/2.82	o 722
6.03/2.84	o 736
6.03/2.85	o 788
6.03/2.86	o 790
6.03/2.87	o 799
6.41/2.94	o 814
6.41/2.94	o 858
6.41/2.94	o 861
6.41/2.95	o 863
6.41/2.95	o 865
6.41/2.95	o 884
6.41/2.96	o 906
6.41/2.96	o 908
6.41/2.96	o 912
6.41/2.96	o 936
6.41/2.97	o 938
6.41/2.97	o 961
6.41/2.97	o 973
6.41/2.99	o 1003
6.41/3.01	o 1008
6.79/3.01	o 1051
6.79/3.02	o 1057
12.29/5.65	o 1067
12.39/5.70	o 1075
12.39/5.72	o 1080
12.39/5.72	o 1082
12.39/5.73	o 1084
12.39/5.74	o 1086
12.91/6.21	o 1099
47.05/39.71	o 1105
2520.02/2492.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2492.40		at concrete.MAC.mac(MAC.scala:192)
2520.02/2492.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2492.40		at scala.util.Try$.apply(Try.scala:212)
2520.02/2492.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2492.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2492.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2492.40		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2492.40		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2492.40		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2492.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2492.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2492.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2492.40		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2492.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2492.40		at scala.util.Success.map(Try.scala:264)
2520.02/2492.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2492.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2492.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2492.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2492.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2492.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2492.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2492.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2492.40		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2492.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2492.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2492.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2492.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2492.40		at scala.App.main(App.scala:75)
2520.02/2492.40		at scala.App.main$(App.scala:73)
2520.02/2492.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2492.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2492.41	v <instantiation
2520.02/2492.41	v         cost = '1105'>
2520.02/2492.41	v       <list>
2520.02/2492.41	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.02/2492.41	v       </list>
2520.02/2492.41	v       <values>
2520.02/2492.41	v         0 0 0 0 0 1 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 1 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0
2520.02/2492.41	v       </values>
2520.02/2492.41	v     </instantiation>
2520.02/2492.42	s SATISFIABLE

Verifier Data

OK	1105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396111-1568404695/watcher-4396111-1568404695 -o /tmp/evaluation-result-4396111-1568404695/solver-4396111-1568404695 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17216 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1558928991 HOME/instance-4396111-1568404695.xml 

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

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


[startup+0.100558 s]*
/proc/loadavg: 1.23 1.34 1.37 3/214 18118
/proc/meminfo: memFree=28289024/32770624 swapFree=66998528/67108860
[pid=18064] ppid=18061 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/18064/stat : 18064 (java) S 18061 18064 17185 0 -1 1077944320 4317 13312 0 0 1 1 5 2 20 0 6 0 416738379 10212057088 4583 33554432000 4194304 4196468 140723610738880 140723610721424 139801831665399 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
/proc/18064/statm: 2493178 4583 1931 1 0 2481616 0
[pid=18064/tid=18117] ppid=18061 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 2117 13312 0 0 0 0 5 2 20 0 6 0 416738388 10212057088 4583 33554432000 4194304 4196468 140723610738880 139801803502160 139801817347925 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 6 0 416738389 10212057088 4583 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=9972712 memory=288370519299982976 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 6 0 416738389 10212057088 4583 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 6 0 416738389 10212057088 4583 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 6 0 416738389 10212057088 4583 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210305 s]*
/proc/loadavg: 1.23 1.34 1.37 4/226 18130
/proc/meminfo: memFree=28267724/32770624 swapFree=66998528/67108860
[pid=18064] ppid=18061 vsize=10819664 memory=40580 CPUtime=0.25 cores=0,2,4,6
/proc/18064/stat : 18064 (java) S 18061 18064 17185 0 -1 1077944320 7055 13312 0 0 17 1 5 2 20 0 15 0 416738379 11079335936 10145 33554432000 4194304 4196468 140723610738880 140723610721424 139801831665399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
/proc/18064/statm: 2704916 10145 3139 1 0 2667149 0
[pid=18064/tid=18117] ppid=18061 vsize=10819664 memory=751940894209540401 CPUtime=0.19 cores=0,2,4,6
/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 3516 13312 0 0 11 1 5 2 20 0 15 0 416738388 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801803497984 139801815745886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=10819664 memory=288370519299982976 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738389 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18122] ppid=18061 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18122/stat : 18122 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738390 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801291139440 139801831676546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18123] ppid=18061 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18123/stat : 18123 (java) S 18061 18064 17185 0 -1 1077944384 33 13312 0 0 0 0 5 2 20 0 15 0 416738391 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801290085408 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18124] ppid=18061 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18124/stat : 18124 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738391 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801185477488 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18125] ppid=18061 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18125/stat : 18125 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738394 11079335936 10145 33554432000 4194304 4196468 140723610738880 139800581498704 139801831683995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18126] ppid=18061 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18064/task/18126/stat : 18126 (java) S 18061 18064 17185 0 -1 1077944384 591 13312 0 0 1 0 5 2 20 0 15 0 416738394 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801256528752 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18127] ppid=18061 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18127/stat : 18127 (java) S 18061 18064 17185 0 -1 1077944384 60 13312 0 0 0 0 5 2 20 0 15 0 416738394 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801255475952 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18128] ppid=18061 vsize=10819664 memory=140143148271232 CPUtime=0.1 cores=0,2,4,6
/proc/18064/task/18128/stat : 18128 (java) S 18061 18064 17185 0 -1 1077944384 635 13312 0 0 3 0 5 2 20 0 15 0 416738394 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801254423152 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18129] ppid=18061 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18129/stat : 18129 (java) S 18061 18064 17185 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 416738394 11079335936 10145 33554432000 4194304 4196468 140723610738880 139800111737568 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18130] ppid=18061 vsize=10819664 memory=140143148271232 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18130/stat : 18130 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738394 11079335936 10145 33554432000 4194304 4196468 140723610738880 139801151920816 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40580 KiB

[startup+0.31218 s]*
/proc/loadavg: 1.23 1.34 1.37 4/226 18130
/proc/meminfo: memFree=28254284/32770624 swapFree=66998528/67108860
[pid=18064] ppid=18061 vsize=10820148 memory=51992 CPUtime=0.39 cores=0,2,4,6
/proc/18064/stat : 18064 (java) S 18061 18064 17185 0 -1 1077944320 10776 13312 0 0 29 3 5 2 20 0 15 0 416738379 11079831552 12998 33554432000 4194304 4196468 140723610738880 140723610721424 139801831665399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
/proc/18064/statm: 2705037 12998 3304 1 0 2667149 0
[pid=18064/tid=18117] ppid=18061 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 7205 13312 0 0 19 2 5 2 20 0 15 0 416738388 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801803470400 139801815745886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738389 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18122] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18122/stat : 18122 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738390 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801291139440 139801831676546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18123] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18123/stat : 18123 (java) S 18061 18064 17185 0 -1 1077944384 33 13312 0 0 0 0 5 2 20 0 15 0 416738391 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801290085408 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18124] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18124/stat : 18124 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738391 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801185477488 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18125] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18125/stat : 18125 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738394 11079831552 12998 33554432000 4194304 4196468 140723610738880 139800581498704 139801831683995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18126] ppid=18061 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18064/task/18126/stat : 18126 (java) S 18061 18064 17185 0 -1 1077944384 600 13312 0 0 2 0 5 2 20 0 15 0 416738394 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801256528752 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18127] ppid=18061 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18064/task/18127/stat : 18127 (java) S 18061 18064 17185 0 -1 1077944384 61 13312 0 0 1 0 5 2 20 0 15 0 416738394 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801255475952 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18128] ppid=18061 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18064/task/18128/stat : 18128 (java) S 18061 18064 17185 0 -1 1077944384 658 13312 0 0 5 0 5 2 20 0 15 0 416738394 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801254423152 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18129] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18129/stat : 18129 (java) S 18061 18064 17185 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 416738394 11079831552 12998 33554432000 4194304 4196468 140723610738880 139800111737568 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18130] ppid=18061 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18130/stat : 18130 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738394 11079831552 12998 33554432000 4194304 4196468 140723610738880 139801151920816 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51992 KiB

[startup+0.708961 s]
/proc/loadavg: 1.23 1.34 1.37 5/226 18130
/proc/meminfo: memFree=28239660/32770624 swapFree=66998528/67108860
[pid=18064] ppid=18061 vsize=10824360 memory=85764 CPUtime=1.16 cores=0,2,4,6
/proc/18064/stat : 18064 (java) S 18061 18064 17185 0 -1 1077944320 15218 13312 0 0 104 5 5 2 20 0 15 0 416738379 11084144640 21441 33554432000 4194304 4196468 140723610738880 140723610721424 139801831665399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
/proc/18064/statm: 2706090 21441 3500 1 0 2668173 0
[pid=18064/tid=18117] ppid=18061 vsize=10824360 memory=1428 CPUtime=0.66 cores=0,2,4,6
/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 10346 13312 0 0 56 3 5 2 20 0 15 0 416738388 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801803492560 139801831687325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=10824360 memory=4160 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=10824360 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738389 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=10824360 memory=2024 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=10824360 memory=140143148270097 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738389 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18122] ppid=18061 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18122/stat : 18122 (java) S 18061 18064 17185 0 -1 1077944384 5 13312 0 0 0 0 5 2 20 0 15 0 416738390 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801291139440 139801831676546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18123] ppid=18061 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18123/stat : 18123 (java) S 18061 18064 17185 0 -1 1077944384 33 13312 0 0 0 0 5 2 20 0 15 0 416738391 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801290085408 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18124] ppid=18061 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18124/stat : 18124 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738391 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801185477488 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18125] ppid=18061 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18125/stat : 18125 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738394 11084144640 21441 33554432000 4194304 4196468 140723610738880 139800581498704 139801831683995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18126] ppid=18061 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/18064/task/18126/stat : 18126 (java) R 18061 18064 17185 0 -1 4202560 1186 13312 0 0 17 0 5 2 20 0 15 0 416738394 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801256513808 139801824771096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18127] ppid=18061 vsize=10824360 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/18064/task/18127/stat : 18127 (java) R 18061 18064 17185 0 -1 1077944384 505 13312 0 0 11 0 5 2 20 0 15 0 416738394 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801255475952 139801831676546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18128] ppid=18061 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/18064/task/18128/stat : 18128 (java) R 18061 18064 17185 0 -1 4202560 924 13312 0 0 17 0 5 2 20 0 15 0 416738394 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801254423152 139801811014544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18129] ppid=18061 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18129/stat : 18129 (java) S 18061 18064 17185 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 416738394 11084144640 21441 33554432000 4194304 4196468 140723610738880 139800111737568 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18130] ppid=18061 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18130/stat : 18130 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738394 11084144640 21441 33554432000 4194304 4196468 140723610738880 139801151920816 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85764 KiB

[startup+1.5007 s]
/proc/loadavg: 1.23 1.34 1.37 3/226 18130
/proc/meminfo: memFree=28194504/32770624 swapFree=66998528/67108860
[pid=18064] ppid=18061 vsize=10834676 memory=173268 CPUtime=2.45 cores=0,2,4,6
/proc/18064/stat : 18064 (java) S 18061 18064 17185 0 -1 1077944320 20482 13312 0 0 228 10 5 2 20 0 15 0 416738379 11094708224 43317 33554432000 4194304 4196468 140723610738880 140723610721424 139801831665399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
/proc/18064/statm: 2708669 43317 3573 1 0 2670733 0
[pid=18064/tid=18117] ppid=18061 vsize=10834676 memory=8253607675359487546 CPUtime=1.43 cores=0,2,4,6
/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 14801 13312 0 0 130 6 5 2 20 0 15 0 416738388 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801803462048 139801816313832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=10834676 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 33 13312 0 0 1 0 5 2 20 0 15 0 416738389 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=10834676 memory=4160 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 27 13312 0 0 0 0 5 2 20 0 15 0 416738389 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=10834676 memory=280286076089472 CPUtime=0.08 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 27 13312 0 0 1 0 5 2 20 0 15 0 416738389 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 20 13312 0 0 1 0 5 2 20 0 15 0 416738389 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18122] ppid=18061 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18064/task/18122/stat : 18122 (java) S 18061 18064 17185 0 -1 1077944384 38 13312 0 0 1 0 5 2 20 0 15 0 416738390 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801291139440 139801831676546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18123] ppid=18061 vsize=10834676 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18123/stat : 18123 (java) S 18061 18064 17185 0 -1 1077944384 34 13312 0 0 0 0 5 2 20 0 15 0 416738391 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801290085472 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18124] ppid=18061 vsize=10834676 memory=4160 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18124/stat : 18124 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738391 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801185477488 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18125] ppid=18061 vsize=10834676 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18125/stat : 18125 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738394 11094708224 43317 33554432000 4194304 4196468 140723610738880 139800581498704 139801831683995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18126] ppid=18061 vsize=10834676 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/18064/task/18126/stat : 18126 (java) S 18061 18064 17185 0 -1 1077944384 1244 13312 0 0 27 0 5 2 20 0 15 0 416738394 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801256528752 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18127] ppid=18061 vsize=10834676 memory=8996 CPUtime=0.3 cores=0,2,4,6
/proc/18064/task/18127/stat : 18127 (java) R 18061 18064 17185 0 -1 4202560 563 13312 0 0 23 0 5 2 20 0 15 0 416738394 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801255475952 139801815052636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18128] ppid=18061 vsize=10834676 memory=6791534058613427641 CPUtime=0.46 cores=0,2,4,6
/proc/18064/task/18128/stat : 18128 (java) R 18061 18064 17185 0 -1 1077944384 1483 13312 0 0 39 0 5 2 20 0 15 0 416738394 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801254423152 139801831676546 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18129] ppid=18061 vsize=10834676 memory=8303054830060986464 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18129/stat : 18129 (java) S 18061 18064 17185 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 416738394 11094708224 43317 33554432000 4194304 4196468 140723610738880 139800111737568 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18130] ppid=18061 vsize=10834676 memory=-6876588628754522503 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18130/stat : 18130 (java) S 18061 18064 17185 0 -1 1077944384 1 13312 0 0 0 0 5 2 20 0 15 0 416738394 11094708224 43317 33554432000 4194304 4196468 140723610738880 139801151920816 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 44799 13312 0 0 230554 29 5 2 20 0 15 0 416738388 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801803501200 139801416404917 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=10846984 memory=543468 CPUtime=6.89 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 6178 13312 0 0 647 35 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=10846984 memory=543468 CPUtime=6.85 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 5675 13312 0 0 642 36 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=10846984 memory=543468 CPUtime=6.91 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 4948 13312 0 0 648 36 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=10846984 memory=816 CPUtime=6.9 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 5267 13312 0 0 647 36 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18122] ppid=18061 vsize=10846984 memory=543468 CPUtime=6.71 cores=0,2,4,6
/proc/18064/task/18122/stat : 18122 (java) S 18061 18064 17185 0 -1 1077944384 7999 13312 0 0 626 38 5 2 20 0 15 0 416738390 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801291139440 139801831676546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18123] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18123/stat : 18123 (java) S 18061 18064 17185 0 -1 1077944384 38 13312 0 0 0 0 5 2 20 0 15 0 416738391 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801290085536 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18124] ppid=18061 vsize=10846984 memory=385 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18124/stat : 18124 (java) S 18061 18064 17185 0 -1 1077944384 11 13312 0 0 0 0 5 2 20 0 15 0 416738391 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801185477504 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18125] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18125/stat : 18125 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139800581498704 139801831683995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18126] ppid=18061 vsize=10846984 memory=543468 CPUtime=3.08 cores=0,2,4,6
/proc/18064/task/18126/stat : 18126 (java) S 18061 18064 17185 0 -1 1077944384 16208 13312 0 0 298 3 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801256528752 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18127] ppid=18061 vsize=10846984 memory=543468 CPUtime=3.1 cores=0,2,4,6
/proc/18064/task/18127/stat : 18127 (java) S 18061 18064 17185 0 -1 1077944384 16099 13312 0 0 301 2 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801255475952 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18128] ppid=18061 vsize=10846984 memory=543468 CPUtime=1.39 cores=0,2,4,6
/proc/18064/task/18128/stat : 18128 (java) S 18061 18064 17185 0 -1 1077944384 11429 13312 0 0 130 2 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801254423152 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18129] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18129/stat : 18129 (java) S 18061 18064 17185 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139800111737568 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18130] ppid=18061 vsize=10846984 memory=3624 CPUtime=1.33 cores=0,2,4,6
/proc/18064/task/18130/stat : 18130 (java) S 18061 18064 17185 0 -1 1077944384 815 13312 0 0 66 60 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801151920816 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 2348.53 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 543468 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 1.43 1.41 3/227 18502
/proc/meminfo: memFree=27235124/32770624 swapFree=66998528/67108860
[pid=18064] ppid=18061 vsize=10846984 memory=543468 CPUtime=2409.01 cores=0,2,4,6
/proc/18064/stat : 18064 (java) S 18061 18064 17185 0 -1 1077944320 122435 13312 0 0 240653 241 5 2 20 0 15 0 416738379 11107311616 135867 33554432000 4194304 4196468 140723610738880 140723610721424 139801831665399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
/proc/18064/statm: 2711746 135867 3625 1 0 2673805 0
[pid=18064/tid=18117] ppid=18061 vsize=10846984 memory=543468 CPUtime=2365.43 cores=0,2,4,6
/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 45188 13312 0 0 236507 29 5 2 20 0 15 0 416738388 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801803501296 139801415868780 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=10846984 memory=2608 CPUtime=7.08 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 6222 13312 0 0 665 36 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=10846984 memory=543468 CPUtime=7.03 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 5677 13312 0 0 659 37 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=10846984 memory=543468 CPUtime=7.08 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 4960 13312 0 0 665 36 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=10846984 memory=0 CPUtime=7.07 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 5418 13312 0 0 664 36 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18122] ppid=18061 vsize=10846984 memory=543468 CPUtime=6.88 cores=0,2,4,6
/proc/18064/task/18122/stat : 18122 (java) S 18061 18064 17185 0 -1 1077944384 8148 13312 0 0 642 39 5 2 20 0 15 0 416738390 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801291139440 139801831676546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18123] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18123/stat : 18123 (java) S 18061 18064 17185 0 -1 1077944384 38 13312 0 0 0 0 5 2 20 0 15 0 416738391 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801290085536 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18124] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18124/stat : 18124 (java) S 18061 18064 17185 0 -1 1077944384 11 13312 0 0 0 0 5 2 20 0 15 0 416738391 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801185477504 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18125] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18125/stat : 18125 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139800581498704 139801831683995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18126] ppid=18061 vsize=10846984 memory=543468 CPUtime=3.09 cores=0,2,4,6
/proc/18064/task/18126/stat : 18126 (java) S 18061 18064 17185 0 -1 1077944384 16210 13312 0 0 299 3 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801256528752 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18127] ppid=18061 vsize=10846984 memory=543468 CPUtime=3.11 cores=0,2,4,6
/proc/18064/task/18127/stat : 18127 (java) S 18061 18064 17185 0 -1 1077944384 16101 13312 0 0 302 2 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801255475952 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18128] ppid=18061 vsize=10846984 memory=140143038236296 CPUtime=1.39 cores=0,2,4,6
/proc/18064/task/18128/stat : 18128 (java) S 18061 18064 17185 0 -1 1077944384 11431 13312 0 0 130 2 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801254423152 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18129] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18129/stat : 18129 (java) S 18061 18064 17185 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139800111737568 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18130] ppid=18061 vsize=10846984 memory=543468 CPUtime=1.36 cores=0,2,4,6
/proc/18064/task/18130/stat : 18130 (java) S 18061 18064 17185 0 -1 1077944384 821 13312 0 0 67 62 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801151920816 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 2409.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 543468 KiB

[startup+2442.3 s]
/proc/loadavg: 1.84 1.51 1.43 3/227 18506
/proc/meminfo: memFree=27235092/32770624 swapFree=66998528/67108860
[pid=18064] ppid=18061 vsize=10846984 memory=543468 CPUtime=2469.52 cores=0,2,4,6
/proc/18064/stat : 18064 (java) S 18061 18064 17185 0 -1 1077944320 123098 13312 0 0 246699 246 5 2 20 0 15 0 416738379 11107311616 135867 33554432000 4194304 4196468 140723610738880 140723610721424 139801831665399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
/proc/18064/statm: 2711746 135867 3625 1 0 2673805 0
[pid=18064/tid=18117] ppid=18061 vsize=10846984 memory=543468 CPUtime=2425.01 cores=0,2,4,6
/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 45649 13312 0 0 242464 30 5 2 20 0 15 0 416738388 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801803501296 139801416050090 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=10846984 memory=543468 CPUtime=7.25 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 6225 13312 0 0 682 36 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=10846984 memory=543468 CPUtime=7.22 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 5690 13312 0 0 677 38 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=10846984 memory=543468 CPUtime=7.27 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 5027 13312 0 0 683 37 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=10846984 memory=543468 CPUtime=7.26 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 5452 13312 0 0 682 37 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18122] ppid=18061 vsize=10846984 memory=543468 CPUtime=7.06 cores=0,2,4,6
/proc/18064/task/18122/stat : 18122 (java) S 18061 18064 17185 0 -1 1077944384 8206 13312 0 0 659 40 5 2 20 0 15 0 416738390 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801291139440 139801831676546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18123] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18123/stat : 18123 (java) S 18061 18064 17185 0 -1 1077944384 38 13312 0 0 0 0 5 2 20 0 15 0 416738391 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801290085536 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18124] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18124/stat : 18124 (java) S 18061 18064 17185 0 -1 1077944384 11 13312 0 0 0 0 5 2 20 0 15 0 416738391 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801185477504 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18125] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18125/stat : 18125 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139800581498704 139801831683995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18126] ppid=18061 vsize=10846984 memory=543468 CPUtime=3.09 cores=0,2,4,6
/proc/18064/task/18126/stat : 18126 (java) S 18061 18064 17185 0 -1 1077944384 16210 13312 0 0 299 3 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801256528752 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18127] ppid=18061 vsize=10846984 memory=543468 CPUtime=3.11 cores=0,2,4,6
/proc/18064/task/18127/stat : 18127 (java) S 18061 18064 17185 0 -1 1077944384 16101 13312 0 0 302 2 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801255475952 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18128] ppid=18061 vsize=10846984 memory=543468 CPUtime=1.39 cores=0,2,4,6
/proc/18064/task/18128/stat : 18128 (java) S 18061 18064 17185 0 -1 1077944384 11431 13312 0 0 130 2 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801254423152 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18129] ppid=18061 vsize=10846984 memory=543468 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18129/stat : 18129 (java) S 18061 18064 17185 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139800111737568 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18130] ppid=18061 vsize=10846984 memory=543468 CPUtime=1.4 cores=0,2,4,6
/proc/18064/task/18130/stat : 18130 (java) S 18061 18064 17185 0 -1 1077944384 848 13312 0 0 69 64 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801151920816 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 2469.52 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 543468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.4 s]
/proc/loadavg: 1.94 1.61 1.47 3/227 18510
/proc/meminfo: memFree=27232952/32770624 swapFree=66998528/67108860
[pid=18064] ppid=18061 vsize=10846984 memory=543468 CPUtime=2520.02 cores=0,2,4,6
/proc/18064/stat : 18064 (java) S 18061 18064 17185 0 -1 1077944320 124073 13312 0 0 251745 250 5 2 20 0 15 0 416738379 11107311616 135867 33554432000 4194304 4196468 140723610738880 140723610721424 139801831665399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
/proc/18064/statm: 2711746 135867 3625 1 0 2673805 0
[pid=18064/tid=18117] ppid=18061 vsize=10846984 memory=2116 CPUtime=2474.73 cores=0,2,4,6
/proc/18064/task/18117/stat : 18117 (java) R 18061 18064 17185 0 -1 4202560 46090 13312 0 0 247436 30 5 2 20 0 15 0 416738388 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801803501312 139801415670004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18118] ppid=18061 vsize=10846984 memory=22144 CPUtime=7.4 cores=0,2,4,6
/proc/18064/task/18118/stat : 18118 (java) S 18061 18064 17185 0 -1 1077944384 6270 13312 0 0 696 37 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801835908240 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18119] ppid=18061 vsize=10846984 memory=6791534058613427641 CPUtime=7.37 cores=0,2,4,6
/proc/18064/task/18119/stat : 18119 (java) S 18061 18064 17185 0 -1 1077944384 5697 13312 0 0 691 39 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801724181520 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18120] ppid=18061 vsize=10846984 memory=816 CPUtime=7.42 cores=0,2,4,6
/proc/18064/task/18120/stat : 18120 (java) S 18061 18064 17185 0 -1 1077944384 5198 13312 0 0 697 38 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801403583376 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18121] ppid=18061 vsize=10846984 memory=1448 CPUtime=7.4 cores=0,2,4,6
/proc/18064/task/18121/stat : 18121 (java) S 18061 18064 17185 0 -1 1077944384 5547 13312 0 0 696 37 5 2 20 0 15 0 416738389 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801402530576 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18122] ppid=18061 vsize=10846984 memory=1764 CPUtime=7.2 cores=0,2,4,6
/proc/18064/task/18122/stat : 18122 (java) S 18061 18064 17185 0 -1 1077944384 8400 13312 0 0 673 40 5 2 20 0 15 0 416738390 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801291139440 139801831676546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18123] ppid=18061 vsize=10846984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18123/stat : 18123 (java) S 18061 18064 17185 0 -1 1077944384 38 13312 0 0 0 0 5 2 20 0 15 0 416738391 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801290085536 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18124] ppid=18061 vsize=10846984 memory=524 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18124/stat : 18124 (java) S 18061 18064 17185 0 -1 1077944384 11 13312 0 0 0 0 5 2 20 0 15 0 416738391 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801185477504 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18125] ppid=18061 vsize=10846984 memory=1568 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18125/stat : 18125 (java) S 18061 18064 17185 0 -1 1077944384 2 13312 0 0 0 0 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139800581498704 139801831683995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18126] ppid=18061 vsize=10846984 memory=928 CPUtime=3.09 cores=0,2,4,6
/proc/18064/task/18126/stat : 18126 (java) S 18061 18064 17185 0 -1 1077944384 16212 13312 0 0 299 3 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801256528752 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18127] ppid=18061 vsize=10846984 memory=3536 CPUtime=3.11 cores=0,2,4,6
/proc/18064/task/18127/stat : 18127 (java) S 18061 18064 17185 0 -1 1077944384 16103 13312 0 0 302 2 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801255475952 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18128] ppid=18061 vsize=10846984 memory=1976 CPUtime=1.39 cores=0,2,4,6
/proc/18064/task/18128/stat : 18128 (java) S 18061 18064 17185 0 -1 1077944384 11433 13312 0 0 130 2 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801254423152 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18129] ppid=18061 vsize=10846984 memory=2408 CPUtime=0.07 cores=0,2,4,6
/proc/18064/task/18129/stat : 18129 (java) S 18061 18064 17185 0 -1 1077944384 3 13312 0 0 0 0 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139800111737568 139801831675605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
[pid=18064/tid=18130] ppid=18061 vsize=10846984 memory=816 CPUtime=1.42 cores=0,2,4,6
/proc/18064/task/18130/stat : 18130 (java) S 18061 18064 17185 0 -1 1077944384 864 13312 0 0 70 65 5 2 20 0 15 0 416738394 11107311616 135867 33554432000 4194304 4196468 140723610738880 139801151920816 139801831676546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 32235520 140723610745583 140723610748101 140723610748101 140723610750927 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 543468 KiB

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

[startup+2492.43 s]
# the end of solver process 18064 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.53 s, system=2.54067 s

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

Child status: 143
Real time (s): 2492.43
CPU time (s): 2520.07
CPU user time (s): 2517.53
CPU system time (s): 2.54067
CPU usage (%): 101.109
Max. virtual memory (cumulated for all children) (KiB): 10849792
Max. memory (cumulated for all children) (KiB): 549416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.53
system time used= 2.54067
maximum resident set size= 549424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139965
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213573
involuntary context switches= 7458


# summary of solver processes directly reported to runsolver:
#   pid: 18064
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.53
#   total CPU system time (s): 2.54067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7439 second user time and 22.8334 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 21:57:35
IDJOB=4396111
IDBENCH=133449
IDSOLVER=2846
FILE ID=node127/4396111-1568404695
RUNJOBID= node127-1568400895-17216
PBS_JOBID= 21701878
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396111-1568404695/watcher-4396111-1568404695 -o /tmp/evaluation-result-4396111-1568404695/solver-4396111-1568404695 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17216 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1558928991 HOME/instance-4396111-1568404695.xml

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

MD5SUM BENCH= fc947c5025dc4a3c0350e3415d914057
RANDOM SEED=1558928991

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
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.55
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.55
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.55
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:        28294804 kB
MemAvailable:   31233128 kB
Buffers:          170844 kB
Cached:          3032344 kB
SwapCached:         6772 kB
Active:          2520096 kB
Inactive:        1335468 kB
Active(anon):     645376 kB
Inactive(anon):    48320 kB
Active(file):    1874720 kB
Inactive(file):  1287148 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             35560 kB
Writeback:             0 kB
AnonPages:        756568 kB
Mapped:            57056 kB
Shmem:             32700 kB
Slab:             214448 kB
SReclaimable:     184584 kB
SUnreclaim:        29864 kB
KernelStack:        3680 kB
PageTables:         6796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1896636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-13 22:39:08