Trace number 4302274

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.9.2SAT (TO)960 252.15 234.538

General information on the benchmark

NameKnapsack/
Knapsack-50-200-00_c18.xml
MD5SUM1dc4c7bf61332e07eccc684c7f29cd57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark960
Best CPU time to get the best result obtained on this benchmark34.9811
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.99/0.74	c Concrete v3.9.2.1532736233296 running
5.92/3.26	o 535
5.92/3.28	o 562
5.92/3.30	o 568
5.92/3.30	o 574
6.26/3.30	o 610
6.26/3.34	o 637
6.26/3.35	o 652
6.26/3.36	o 658
6.26/3.36	o 672
6.26/3.38	o 674
6.26/3.38	o 681
6.26/3.39	o 687
6.67/3.42	o 693
6.67/3.46	o 696
6.67/3.48	o 700
7.01/3.51	o 711
7.01/3.51	o 738
7.01/3.52	o 744
7.01/3.56	o 746
7.01/3.56	o 778
7.36/3.61	o 785
7.36/3.62	o 816
7.36/3.63	o 822
7.68/3.72	o 874
7.68/3.72	o 893
7.68/3.77	o 919
10.70/4.76	o 923
10.87/4.87	o 946
11.99/5.68	o 960
252.09/234.50	Exception in thread "main" java.util.concurrent.TimeoutException
252.09/234.50		at concrete.MAC.mac(MAC.scala:188)
252.09/234.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.09/234.50		at scala.util.Try$.apply(Try.scala:209)
252.09/234.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.09/234.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.09/234.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.09/234.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.09/234.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.09/234.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.09/234.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.09/234.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.09/234.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.09/234.50		at concrete.MAC.oneRun(MAC.scala:253)
252.09/234.50		at concrete.MAC.nextSolution(MAC.scala:272)
252.09/234.50		at concrete.MAC.nextSolution(MAC.scala:355)
252.09/234.50		at concrete.Solver.hasNext(Solver.scala:166)
252.09/234.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.09/234.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.09/234.51		at concrete.Solver.foreach(Solver.scala:68)
252.09/234.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.09/234.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.09/234.51		at scala.util.Success.map(Try.scala:209)
252.09/234.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.09/234.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.09/234.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.09/234.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.09/234.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.09/234.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.09/234.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.09/234.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.09/234.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.09/234.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.09/234.51		at scala.App.main(App.scala:76)
252.09/234.51		at scala.App.main$(App.scala:74)
252.09/234.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.09/234.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.09/234.51	v <instantiation cost="960">
252.09/234.51	v       <list>
252.09/234.51	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]
252.09/234.51	v       </list>
252.09/234.51	v       <values>
252.09/234.51	v         0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1
252.09/234.51	v       </values>
252.09/234.51	v     </instantiation>
252.09/234.52	s SATISFIABLE

Verifier Data

OK	960

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302274-1532897954/watcher-4302274-1532897954 -o /tmp/evaluation-result-4302274-1532897954/solver-4302274-1532897954 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=978450487 HOME/instance-4302274-1532897954.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21753, runsolver pid=21750


[startup+0.100057 s]*
/proc/loadavg: 2.02 1.78 1.70 3/203 21807
/proc/meminfo: memFree=22145996/32770624 swapFree=67108860/67108860
[pid=21753] ppid=21750 vsize=10005480 memory=16552 CPUtime=0.08 cores=0,2,4,6
/proc/21753/stat : 21753 (java) S 21750 21753 6396 0 -1 1077944320 4322 13206 0 0 1 0 5 2 20 0 6 0 107358601 10245611520 4138 33554432000 4194304 4196468 140721514912960 140721514895504 139653736894199 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
/proc/21753/statm: 2501370 4138 1933 1 0 2489808 0
[pid=21753/tid=21806] ppid=21750 vsize=10005480 memory=4279135703946723981 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 2139 13206 0 0 1 0 5 2 20 0 6 0 107358610 10245611520 4204 33554432000 4194304 4196468 140721514912960 139653708730960 139653720974686 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 6 0 107358611 10245611520 4204 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=10005480 memory=140593592120960 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 6 0 107358611 10245611520 4204 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 6 0 107358611 10245611520 4204 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 6 0 107358611 10245611520 4204 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210194 s]*
/proc/loadavg: 2.02 1.78 1.70 3/215 21819
/proc/meminfo: memFree=22122236/32770624 swapFree=67108860/67108860
[pid=21753] ppid=21750 vsize=10982744 memory=44220 CPUtime=0.25 cores=0,2,4,6
/proc/21753/stat : 21753 (java) S 21750 21753 6396 0 -1 1077944320 7757 13206 0 0 17 1 5 2 20 0 15 0 107358601 11246329856 11055 33554432000 4194304 4196468 140721514912960 140721514895504 139653736894199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
/proc/21753/statm: 2745686 11055 2957 1 0 2708109 0
[pid=21753/tid=21806] ppid=21750 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 4376 13206 0 0 11 0 5 2 20 0 15 0 107358610 11246329856 11121 33554432000 4194304 4196468 140721514912960 139653708715760 139653729131326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=10982744 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246329856 11121 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=10982744 memory=288370969743832704 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246329856 11121 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246329856 11121 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246329856 11121 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21811] ppid=21750 vsize=10982744 memory=140593592120960 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21811/stat : 21811 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 107358612 11246329856 11121 33554432000 4194304 4196468 140721514912960 139653229775088 139653736905346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21812] ppid=21750 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21812/stat : 21812 (java) S 21750 21753 6396 0 -1 1077944384 13 13206 0 0 0 0 5 2 20 0 15 0 107358613 11246329856 11121 33554432000 4194304 4196468 140721514912960 139652539344032 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21813] ppid=21750 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21813/stat : 21813 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358613 11246329856 11121 33554432000 4194304 4196468 140721514912960 139652338017008 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21814] ppid=21750 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21814/stat : 21814 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358615 11246329856 11187 33554432000 4194304 4196468 140721514912960 139652030617552 139653736912795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21815] ppid=21750 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21815/stat : 21815 (java) S 21750 21753 6396 0 -1 1077944384 537 13206 0 0 1 0 5 2 20 0 15 0 107358615 11246329856 11187 33554432000 4194304 4196468 140721514912960 139653228722928 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21816] ppid=21750 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21816/stat : 21816 (java) S 21750 21753 6396 0 -1 1077944384 63 13206 0 0 1 0 5 2 20 0 15 0 107358615 11246329856 11187 33554432000 4194304 4196468 140721514912960 139653227670384 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21817] ppid=21750 vsize=10982744 memory=140593592120960 CPUtime=0.1 cores=0,2,4,6
/proc/21753/task/21817/stat : 21817 (java) S 21750 21753 6396 0 -1 1077944384 618 13206 0 0 3 0 5 2 20 0 15 0 107358615 11246329856 11187 33554432000 4194304 4196468 140721514912960 139653226617328 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21818] ppid=21750 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21818/stat : 21818 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358616 11246329856 11187 33554432000 4194304 4196468 140721514912960 139651599821664 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21819] ppid=21750 vsize=10982744 memory=140593592120960 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21819/stat : 21819 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358616 11246329856 11187 33554432000 4194304 4196468 140721514912960 139653225564720 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44220 KiB

[startup+0.310416 s]*
/proc/loadavg: 2.02 1.78 1.70 4/215 21819
/proc/meminfo: memFree=22110576/32770624 swapFree=67108860/67108860
[pid=21753] ppid=21750 vsize=10983192 memory=55452 CPUtime=0.38 cores=0,2,4,6
/proc/21753/stat : 21753 (java) S 21750 21753 6396 0 -1 1077944320 10413 13206 0 0 28 3 5 2 20 0 15 0 107358601 11246788608 13863 33554432000 4194304 4196468 140721514912960 140721514895504 139653736894199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
/proc/21753/statm: 2745798 13863 3076 1 0 2708109 0
[pid=21753/tid=21806] ppid=21750 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 6963 13206 0 0 19 2 5 2 20 0 15 0 107358610 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653708706208 139653722059854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21811] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21811/stat : 21811 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 107358612 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653229775088 139653736905346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21812] ppid=21750 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21812/stat : 21812 (java) S 21750 21753 6396 0 -1 1077944384 13 13206 0 0 0 0 5 2 20 0 15 0 107358613 11246788608 13863 33554432000 4194304 4196468 140721514912960 139652539344032 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21813] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21813/stat : 21813 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358613 11246788608 13863 33554432000 4194304 4196468 140721514912960 139652338017008 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21814] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21814/stat : 21814 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358615 11246788608 13863 33554432000 4194304 4196468 140721514912960 139652030617552 139653736912795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21815] ppid=21750 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21815/stat : 21815 (java) S 21750 21753 6396 0 -1 1077944384 539 13206 0 0 1 0 5 2 20 0 15 0 107358615 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653228722928 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21816] ppid=21750 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21816/stat : 21816 (java) S 21750 21753 6396 0 -1 1077944384 63 13206 0 0 1 0 5 2 20 0 15 0 107358615 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653227670384 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21817] ppid=21750 vsize=10983192 memory=140593592120960 CPUtime=0.11 cores=0,2,4,6
/proc/21753/task/21817/stat : 21817 (java) S 21750 21753 6396 0 -1 1077944384 628 13206 0 0 4 0 5 2 20 0 15 0 107358615 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653226617328 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21818] ppid=21750 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21818/stat : 21818 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358616 11246788608 13863 33554432000 4194304 4196468 140721514912960 139651599821664 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21819] ppid=21750 vsize=10983192 memory=140593592120960 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21819/stat : 21819 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358616 11246788608 13863 33554432000 4194304 4196468 140721514912960 139653225564720 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55452 KiB

[startup+0.700655 s]
/proc/loadavg: 2.02 1.78 1.70 3/215 21819
/proc/meminfo: memFree=22098916/32770624 swapFree=67108860/67108860
[pid=21753] ppid=21750 vsize=10983192 memory=88360 CPUtime=0.99 cores=0,2,4,6
/proc/21753/stat : 21753 (java) S 21750 21753 6396 0 -1 1077944320 16780 13206 0 0 87 5 5 2 20 0 15 0 107358601 11246788608 22090 33554432000 4194304 4196468 140721514912960 140721514895504 139653736894199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
/proc/21753/statm: 2745798 22090 3238 1 0 2708109 0
[pid=21753/tid=21806] ppid=21750 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 12279 13206 0 0 55 3 5 2 20 0 15 0 107358610 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653708715024 139653720974686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 2 13206 0 0 0 0 5 2 20 0 15 0 107358611 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21811] ppid=21750 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21811/stat : 21811 (java) S 21750 21753 6396 0 -1 1077944384 5 13206 0 0 0 0 5 2 20 0 15 0 107358612 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653229775088 139653736905346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21812] ppid=21750 vsize=10983192 memory=140593472877264 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21812/stat : 21812 (java) S 21750 21753 6396 0 -1 1077944384 13 13206 0 0 0 0 5 2 20 0 15 0 107358613 11246788608 22090 33554432000 4194304 4196468 140721514912960 139652539344032 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21813] ppid=21750 vsize=10983192 memory=140595754435171 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21813/stat : 21813 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358613 11246788608 22090 33554432000 4194304 4196468 140721514912960 139652338017008 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21814] ppid=21750 vsize=10983192 memory=8600 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21814/stat : 21814 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358615 11246788608 22090 33554432000 4194304 4196468 140721514912960 139652030617552 139653736912795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21815] ppid=21750 vsize=10983192 memory=7234564758908855872 CPUtime=0.16 cores=0,2,4,6
/proc/21753/task/21815/stat : 21815 (java) S 21750 21753 6396 0 -1 1077944384 1102 13206 0 0 9 0 5 2 20 0 15 0 107358615 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653228722928 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21816] ppid=21750 vsize=10983192 memory=7597685182856913236 CPUtime=0.15 cores=0,2,4,6
/proc/21753/task/21816/stat : 21816 (java) S 21750 21753 6396 0 -1 1077944384 458 13206 0 0 8 0 5 2 20 0 15 0 107358615 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653227670384 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21817] ppid=21750 vsize=10983192 memory=5787220445994897765 CPUtime=0.2 cores=0,2,4,6
/proc/21753/task/21817/stat : 21817 (java) R 21750 21753 6396 0 -1 4202560 718 13206 0 0 13 0 5 2 20 0 15 0 107358615 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653226617328 139653715338944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21818] ppid=21750 vsize=10983192 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21818/stat : 21818 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358616 11246788608 22090 33554432000 4194304 4196468 140721514912960 139651599821664 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21819] ppid=21750 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21819/stat : 21819 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358616 11246788608 22090 33554432000 4194304 4196468 140721514912960 139653225564720 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88360 KiB

[startup+1.50082 s]
/proc/loadavg: 2.02 1.78 1.70 5/215 21819
/proc/meminfo: memFree=22052668/32770624 swapFree=67108860/67108860
[pid=21753] ppid=21750 vsize=10998092 memory=179508 CPUtime=2.23 cores=0,2,4,6
/proc/21753/stat : 21753 (java) S 21750 21753 6396 0 -1 1077944320 24030 13206 0 0 205 11 5 2 20 0 15 0 107358601 11262046208 44877 33554432000 4194304 4196468 140721514912960 140721514895504 139653736894199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
/proc/21753/statm: 2749523 44877 3464 1 0 2711181 0
[pid=21753/tid=21806] ppid=21750 vsize=10998092 memory=12813 CPUtime=1.42 cores=0,2,4,6
/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 17949 13206 0 0 128 7 5 2 20 0 15 0 107358610 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653708722880 139653723079867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 289 13206 0 0 1 0 5 2 20 0 15 0 107358611 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 16 13206 0 0 1 0 5 2 20 0 15 0 107358611 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=10998092 memory=277 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 40 13206 0 0 1 0 5 2 20 0 15 0 107358611 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=10998092 memory=88360 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 83 13206 0 0 0 0 5 2 20 0 15 0 107358611 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21811] ppid=21750 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21753/task/21811/stat : 21811 (java) S 21750 21753 6396 0 -1 1077944384 68 13206 0 0 1 0 5 2 20 0 15 0 107358612 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653229775088 139653736905346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21812] ppid=21750 vsize=10998092 memory=281186945696240 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21812/stat : 21812 (java) S 21750 21753 6396 0 -1 1077944384 14 13206 0 0 0 0 5 2 20 0 15 0 107358613 11262046208 44877 33554432000 4194304 4196468 140721514912960 139652539344096 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21813] ppid=21750 vsize=10998092 memory=281186945747040 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21813/stat : 21813 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358613 11262046208 44877 33554432000 4194304 4196468 140721514912960 139652338017008 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21814] ppid=21750 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21814/stat : 21814 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358615 11262046208 44877 33554432000 4194304 4196468 140721514912960 139652030617552 139653736912795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21815] ppid=21750 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=0,2,4,6
/proc/21753/task/21815/stat : 21815 (java) S 21750 21753 6396 0 -1 1077944384 1564 13206 0 0 21 0 5 2 20 0 15 0 107358615 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653228722928 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21816] ppid=21750 vsize=10998092 memory=281186946030464 CPUtime=0.27 cores=0,2,4,6
/proc/21753/task/21816/stat : 21816 (java) S 21750 21753 6396 0 -1 1077944384 664 13206 0 0 20 0 5 2 20 0 15 0 107358615 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653227670384 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21817] ppid=21750 vsize=10998092 memory=-7531822216213012384 CPUtime=0.36 cores=0,2,4,6
/proc/21753/task/21817/stat : 21817 (java) S 21750 21753 6396 0 -1 1077944384 1144 13206 0 0 28 1 5 2 20 0 15 0 107358615 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653226617328 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21818] ppid=21750 vsize=10998092 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21818/stat : 21818 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358616 11262046208 44877 33554432000 4194304 4196468 140721514912960 139651599821664 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21819] ppid=21750 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21819/stat : 21819 (java) S 21750 21753 6396 0 -1 1077944384 1 13206 0 0 0 0 5 2 20 0 15 0 107358616 11262046208 44877 33554432000 4194304 4196468 140721514912960 139653225564720 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 47364 13206 0 0 16071 22 5 2 20 0 15 0 107358610 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653708729072 139653306802906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=11077984 memory=866792 CPUtime=0.59 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 1632 13206 0 0 47 5 5 2 20 0 15 0 107358611 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=11077984 memory=866792 CPUtime=0.6 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 2926 13206 0 0 50 3 5 2 20 0 15 0 107358611 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=11077984 memory=866784 CPUtime=0.6 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 799 13206 0 0 50 3 5 2 20 0 15 0 107358611 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=11077984 memory=4048 CPUtime=0.59 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 4141 13206 0 0 47 5 5 2 20 0 15 0 107358611 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21811] ppid=21750 vsize=11077984 memory=1796 CPUtime=0.58 cores=0,2,4,6
/proc/21753/task/21811/stat : 21811 (java) S 21750 21753 6396 0 -1 1077944384 4025 13206 0 0 48 3 5 2 20 0 15 0 107358612 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653229775088 139653736905346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21812] ppid=21750 vsize=11077984 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21812/stat : 21812 (java) S 21750 21753 6396 0 -1 1077944384 17 13206 0 0 0 0 5 2 20 0 15 0 107358613 11343855616 216698 33554432000 4194304 4196468 140721514912960 139652539344096 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21813] ppid=21750 vsize=11077984 memory=5408 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21813/stat : 21813 (java) S 21750 21753 6396 0 -1 1077944384 4 13206 0 0 0 0 5 2 20 0 15 0 107358613 11343855616 216698 33554432000 4194304 4196468 140721514912960 139652338017024 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21814] ppid=21750 vsize=11077984 memory=5408 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21814/stat : 21814 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358615 11343855616 216698 33554432000 4194304 4196468 140721514912960 139652030617552 139653736912795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21815] ppid=21750 vsize=11077984 memory=1008 CPUtime=6.27 cores=0,2,4,6
/proc/21753/task/21815/stat : 21815 (java) S 21750 21753 6396 0 -1 1077944384 11749 13206 0 0 614 6 5 2 20 0 15 0 107358615 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653228722928 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21816] ppid=21750 vsize=11077984 memory=866792 CPUtime=6.08 cores=0,2,4,6
/proc/21753/task/21816/stat : 21816 (java) S 21750 21753 6396 0 -1 1077944384 12291 13206 0 0 598 3 5 2 20 0 15 0 107358615 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653227670384 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21817] ppid=21750 vsize=11077984 memory=48 CPUtime=2.98 cores=0,2,4,6
/proc/21753/task/21817/stat : 21817 (java) S 21750 21753 6396 0 -1 1077944384 14422 13206 0 0 285 6 5 2 20 0 15 0 107358615 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653226617328 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21818] ppid=21750 vsize=11077984 memory=866792 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21818/stat : 21818 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358616 11343855616 216698 33554432000 4194304 4196468 140721514912960 139651599821664 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21819] ppid=21750 vsize=11077984 memory=2240 CPUtime=0.16 cores=0,2,4,6
/proc/21753/task/21819/stat : 21819 (java) S 21750 21753 6396 0 -1 1077944384 1344 13206 0 0 4 5 5 2 20 0 15 0 107358616 11343855616 216698 33554432000 4194304 4196468 140721514912960 139653225564720 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 178.94 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 866792 KiB

[startup+222.301 s]
/proc/loadavg: 1.54 1.72 1.69 3/216 21979
/proc/meminfo: memFree=22185092/32770624 swapFree=67108860/67108860
[pid=21753] ppid=21750 vsize=11077984 memory=866872 CPUtime=239.72 cores=0,2,4,6
/proc/21753/stat : 21753 (java) S 21750 21753 6396 0 -1 1077944320 107377 13206 0 0 23897 68 5 2 20 0 15 0 107358601 11343855616 216718 33554432000 4194304 4196468 140721514912960 140721514895504 139653736894199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
/proc/21753/statm: 2769496 216718 3517 1 0 2731149 0
[pid=21753/tid=21806] ppid=21750 vsize=11077984 memory=866872 CPUtime=220.34 cores=0,2,4,6
/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 48958 13206 0 0 22004 23 5 2 20 0 15 0 107358610 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653708729760 139653307200883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.88 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 2721 13206 0 0 74 7 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=11077984 memory=76 CPUtime=0.88 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 3069 13206 0 0 77 4 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.88 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 882 13206 0 0 76 5 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.88 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 4659 13206 0 0 74 7 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21811] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.86 cores=0,2,4,6
/proc/21753/task/21811/stat : 21811 (java) S 21750 21753 6396 0 -1 1077944384 4397 13206 0 0 75 4 5 2 20 0 15 0 107358612 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653229775088 139653736905346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21812] ppid=21750 vsize=11077984 memory=1704 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21812/stat : 21812 (java) S 21750 21753 6396 0 -1 1077944384 17 13206 0 0 0 0 5 2 20 0 15 0 107358613 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652539344096 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21813] ppid=21750 vsize=11077984 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21813/stat : 21813 (java) S 21750 21753 6396 0 -1 1077944384 4 13206 0 0 0 0 5 2 20 0 15 0 107358613 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652338017024 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21814] ppid=21750 vsize=11077984 memory=30520 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21814/stat : 21814 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652030617552 139653736912795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21815] ppid=21750 vsize=11077984 memory=4128 CPUtime=6.27 cores=0,2,4,6
/proc/21753/task/21815/stat : 21815 (java) S 21750 21753 6396 0 -1 1077944384 11752 13206 0 0 614 6 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653228722928 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21816] ppid=21750 vsize=11077984 memory=30520 CPUtime=6.08 cores=0,2,4,6
/proc/21753/task/21816/stat : 21816 (java) S 21750 21753 6396 0 -1 1077944384 12293 13206 0 0 598 3 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653227670384 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21817] ppid=21750 vsize=11077984 memory=866872 CPUtime=2.98 cores=0,2,4,6
/proc/21753/task/21817/stat : 21817 (java) S 21750 21753 6396 0 -1 1077944384 15062 13206 0 0 285 6 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653226617328 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21818] ppid=21750 vsize=11077984 memory=1796 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21818/stat : 21818 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358616 11343855616 216718 33554432000 4194304 4196468 140721514912960 139651599821664 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21819] ppid=21750 vsize=11077984 memory=1292 CPUtime=0.19 cores=0,2,4,6
/proc/21753/task/21819/stat : 21819 (java) S 21750 21753 6396 0 -1 1077944384 1366 13206 0 0 6 6 5 2 20 0 15 0 107358616 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653225564720 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 239.72 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 866872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.501 s]
/proc/loadavg: 1.57 1.72 1.69 3/216 21979
/proc/meminfo: memFree=22185216/32770624 swapFree=67108860/67108860
[pid=21753] ppid=21750 vsize=11077984 memory=866872 CPUtime=252.09 cores=0,2,4,6
/proc/21753/stat : 21753 (java) S 21750 21753 6396 0 -1 1077944320 107477 13206 0 0 25133 69 5 2 20 0 15 0 107358601 11343855616 216718 33554432000 4194304 4196468 140721514912960 140721514895504 139653736894199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
/proc/21753/statm: 2769496 216718 3517 1 0 2731149 0
[pid=21753/tid=21806] ppid=21750 vsize=11077984 memory=866872 CPUtime=232.41 cores=0,2,4,6
/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 49039 13206 0 0 23211 23 5 2 20 0 15 0 107358610 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653708729376 139653306616044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.93 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 2723 13206 0 0 79 7 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.94 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 3075 13206 0 0 82 5 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.94 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 885 13206 0 0 82 5 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=11077984 memory=6791534058613427641 CPUtime=0.94 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 4660 13206 0 0 80 7 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21811] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.91 cores=0,2,4,6
/proc/21753/task/21811/stat : 21811 (java) S 21750 21753 6396 0 -1 1077944384 4404 13206 0 0 80 4 5 2 20 0 15 0 107358612 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653229775088 139653736905346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21812] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21812/stat : 21812 (java) S 21750 21753 6396 0 -1 1077944384 17 13206 0 0 0 0 5 2 20 0 15 0 107358613 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652539344096 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21813] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21813/stat : 21813 (java) S 21750 21753 6396 0 -1 1077944384 4 13206 0 0 0 0 5 2 20 0 15 0 107358613 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652338017024 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21814] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21814/stat : 21814 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652030617552 139653736912795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21815] ppid=21750 vsize=11077984 memory=866872 CPUtime=6.27 cores=0,2,4,6
/proc/21753/task/21815/stat : 21815 (java) S 21750 21753 6396 0 -1 1077944384 11752 13206 0 0 614 6 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653228722928 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21816] ppid=21750 vsize=11077984 memory=2416 CPUtime=6.08 cores=0,2,4,6
/proc/21753/task/21816/stat : 21816 (java) S 21750 21753 6396 0 -1 1077944384 12293 13206 0 0 598 3 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653227670384 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21817] ppid=21750 vsize=11077984 memory=1728 CPUtime=2.98 cores=0,2,4,6
/proc/21753/task/21817/stat : 21817 (java) S 21750 21753 6396 0 -1 1077944384 15062 13206 0 0 285 6 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653226617328 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21818] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21818/stat : 21818 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358616 11343855616 216718 33554432000 4194304 4196468 140721514912960 139651599821664 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21819] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.2 cores=0,2,4,6
/proc/21753/task/21819/stat : 21819 (java) S 21750 21753 6396 0 -1 1077944384 1366 13206 0 0 7 6 5 2 20 0 15 0 107358616 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653225564720 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 866872 KiB

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

[startup+234.538 s]
# the end of solver process 21753 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.407 s, system=0.743658 s

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

[startup+234.501 s]
/proc/loadavg: 1.57 1.72 1.69 3/216 21979
/proc/meminfo: memFree=22185216/32770624 swapFree=67108860/67108860
[pid=21753] ppid=21750 vsize=11077984 memory=866872 CPUtime=252.09 cores=0,2,4,6
/proc/21753/stat : 21753 (java) S 21750 21753 6396 0 -1 1077944320 107477 13206 0 0 25133 69 5 2 20 0 15 0 107358601 11343855616 216718 33554432000 4194304 4196468 140721514912960 140721514895504 139653736894199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
/proc/21753/statm: 2769496 216718 3517 1 0 2731149 0
[pid=21753/tid=21806] ppid=21750 vsize=11077984 memory=866872 CPUtime=232.41 cores=0,2,4,6
/proc/21753/task/21806/stat : 21806 (java) R 21750 21753 6396 0 -1 4202560 49039 13206 0 0 23211 23 5 2 20 0 15 0 107358610 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653708729376 139653306616044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21807] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.93 cores=0,2,4,6
/proc/21753/task/21807/stat : 21807 (java) S 21750 21753 6396 0 -1 1077944384 2723 13206 0 0 79 7 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653741136912 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21808] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.94 cores=0,2,4,6
/proc/21753/task/21808/stat : 21808 (java) S 21750 21753 6396 0 -1 1077944384 3075 13206 0 0 82 5 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653622402192 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21809] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.94 cores=0,2,4,6
/proc/21753/task/21809/stat : 21809 (java) S 21750 21753 6396 0 -1 1077944384 885 13206 0 0 82 5 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653621349136 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21810] ppid=21750 vsize=11077984 memory=6791534058613427641 CPUtime=0.94 cores=0,2,4,6
/proc/21753/task/21810/stat : 21810 (java) S 21750 21753 6396 0 -1 1077944384 4660 13206 0 0 80 7 5 2 20 0 15 0 107358611 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653620296592 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21811] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.91 cores=0,2,4,6
/proc/21753/task/21811/stat : 21811 (java) S 21750 21753 6396 0 -1 1077944384 4404 13206 0 0 80 4 5 2 20 0 15 0 107358612 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653229775088 139653736905346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21812] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21812/stat : 21812 (java) S 21750 21753 6396 0 -1 1077944384 17 13206 0 0 0 0 5 2 20 0 15 0 107358613 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652539344096 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21813] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21813/stat : 21813 (java) S 21750 21753 6396 0 -1 1077944384 4 13206 0 0 0 0 5 2 20 0 15 0 107358613 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652338017024 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21814] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21814/stat : 21814 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139652030617552 139653736912795 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21815] ppid=21750 vsize=11077984 memory=866872 CPUtime=6.27 cores=0,2,4,6
/proc/21753/task/21815/stat : 21815 (java) S 21750 21753 6396 0 -1 1077944384 11752 13206 0 0 614 6 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653228722928 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21816] ppid=21750 vsize=11077984 memory=2416 CPUtime=6.08 cores=0,2,4,6
/proc/21753/task/21816/stat : 21816 (java) S 21750 21753 6396 0 -1 1077944384 12293 13206 0 0 598 3 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653227670384 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21817] ppid=21750 vsize=11077984 memory=1728 CPUtime=2.98 cores=0,2,4,6
/proc/21753/task/21817/stat : 21817 (java) S 21750 21753 6396 0 -1 1077944384 15062 13206 0 0 285 6 5 2 20 0 15 0 107358615 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653226617328 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21818] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.07 cores=0,2,4,6
/proc/21753/task/21818/stat : 21818 (java) S 21750 21753 6396 0 -1 1077944384 3 13206 0 0 0 0 5 2 20 0 15 0 107358616 11343855616 216718 33554432000 4194304 4196468 140721514912960 139651599821664 139653736904405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
[pid=21753/tid=21819] ppid=21750 vsize=11077984 memory=866872 CPUtime=0.2 cores=0,2,4,6
/proc/21753/task/21819/stat : 21819 (java) S 21750 21753 6396 0 -1 1077944384 1366 13206 0 0 7 6 5 2 20 0 15 0 107358616 11343855616 216718 33554432000 4194304 4196468 140721514912960 139653225564720 139653736905346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31293440 140721514916466 140721514919265 140721514919265 140721514921935 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 866872 KiB

Child status: 143
Real time (s): 234.538
CPU time (s): 252.15
CPU user time (s): 251.407
CPU system time (s): 0.743658
CPU usage (%): 107.509
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 873448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.407
system time used= 0.743658
maximum resident set size= 873964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123369
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35485
involuntary context switches= 850


# summary of solver processes directly reported to runsolver:
#   pid: 21753
#   total CPU time (s): 252.15
#   total CPU user time (s): 251.407
#   total CPU system time (s): 0.743658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47849 second user time and 2.19646 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:59:14
IDJOB=4302274
IDBENCH=141534
IDSOLVER=2776
FILE ID=node139/4302274-1532897954
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-50-200-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302274-1532897954/watcher-4302274-1532897954 -o /tmp/evaluation-result-4302274-1532897954/solver-4302274-1532897954 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=978450487 HOME/instance-4302274-1532897954.xml

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

MD5SUM BENCH= 1dc4c7bf61332e07eccc684c7f29cd57
RANDOM SEED=978450487

node139.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.80
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.80
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.80
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.80
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:        22152224 kB
MemAvailable:   30221184 kB
Buffers:          256420 kB
Cached:          7925936 kB
SwapCached:            0 kB
Active:          4802164 kB
Inactive:        5139512 kB
Active(anon):    1713724 kB
Inactive(anon):    73544 kB
Active(file):    3088440 kB
Inactive(file):  5065968 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26352 kB
Writeback:             0 kB
AnonPages:       1777044 kB
Mapped:            58288 kB
Shmem:             25228 kB
Slab:             372584 kB
SReclaimable:     343012 kB
SUnreclaim:        29572 kB
KernelStack:        3792 kB
PageTables:         8716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3154184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1593344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 23:03:09