Trace number 4401144

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)3 2520.07 2473.43

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c1w4k.xml
MD5SUMbade4ae5f74057612f70883ad9768226
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark5.32455
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints91
Number of domains2
Minimum domain size39
Maximum domain size45
Distribution of domain sizes[{"size":39,"count":88},{"size":45,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":44},{"degree":5,"count":44}]
Minimum constraint arity2
Maximum constraint arity88
Distribution of constraint arities[{"arity":2,"count":88},{"arity":45,"count":1},{"arity":88,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":44},{"type":"lex","count":1},{"type":"sum","count":44},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.76/0.55	c Concrete v3.12.2.1568631193530 running
327.50/314.27	o 0
328.86/315.40	o 1
329.89/316.40	o 2
329.89/316.42	o 3
2520.02/2473.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2473.40		at concrete.MAC.mac(MAC.scala:192)
2520.02/2473.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2473.40		at scala.util.Try$.apply(Try.scala:212)
2520.02/2473.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2473.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2473.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2473.40		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2473.40		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2473.40		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2473.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2473.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2473.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2473.41		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2473.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2473.41		at scala.util.Success.map(Try.scala:264)
2520.02/2473.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2473.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2473.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2473.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2473.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2473.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2473.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2473.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2473.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2473.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2473.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2473.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2473.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2473.41		at scala.App.main(App.scala:75)
2520.02/2473.41		at scala.App.main$(App.scala:73)
2520.02/2473.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2473.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2473.41	v <instantiation
2520.02/2473.41	v         cost = '3'>
2520.02/2473.41	v       <list>
2520.02/2473.41	v         x b[0][0] b[0][1] b[1][0] b[1][1] b[2][0] b[2][1] b[3][0] b[3][1] b[4][0] b[4][1] b[5][0] b[5][1] b[6][0] b[6][1] b[7][0] b[7][1] b[8][0] b[8][1] b[9][0] b[9][1] b[10][0] b[10][1] b[11][0] b[11][1] b[12][0] b[12][1] b[13][0] b[13][1] b[14][0] b[14][1] b[15][0] b[15][1] b[16][0] b[16][1] b[17][0] b[17][1] b[18][0] b[18][1] b[19][0] b[19][1] b[20][0] b[20][1] b[21][0] b[21][1] b[22][0] b[22][1] b[23][0] b[23][1] b[24][0] b[24][1] b[25][0] b[25][1] b[26][0] b[26][1] b[27][0] b[27][1] b[28][0] b[28][1] b[29][0] b[29][1] b[30][0] b[30][1] b[31][0] b[31][1] b[32][0] b[32][1] b[33][0] b[33][1] b[34][0] b[34][1] b[35][0] b[35][1] b[36][0] b[36][1] b[37][0] b[37][1] b[38][0] b[38][1] b[39][0] b[39][1] b[40][0] b[40][1] b[41][0] b[41][1] b[42][0] b[42][1] b[43][0] b[43][1]
2520.02/2473.41	v       </list>
2520.02/2473.41	v       <values>
2520.02/2473.41	v         3 100 0 98 0 95 0 94 0 94 0 94 0 93 0 92 0 87 0 85 0 85 0 84 0 83 0 82 0 81 0 78 0 78 0 75 0 73 0 72 0 71 0 71 0 70 0 70 0 68 0 67 0 67 0 66 0 65 0 64 35 60 0 59 36 58 0 57 43 56 43 56 43 56 37 55 45 55 0 54 46 51 49 0 0 0 0 0 0
2520.02/2473.41	v       </values>
2520.02/2473.41	v     </instantiation>
2520.02/2473.41	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401144-1568690363/watcher-4401144-1568690363 -o /tmp/evaluation-result-4401144-1568690363/solver-4401144-1568690363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4401144-1568690363.xml 

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

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

solver pid=24042, runsolver pid=24039

[startup+0.100116 s]*
/proc/loadavg: 1.23 1.34 1.36 3/218 24099
/proc/meminfo: memFree=29506724/32770624 swapFree=66917056/67108860
[pid=24042] ppid=24039 vsize=9972712 memory=18860 CPUtime=0.1 cores=1,3,5,7
/proc/24042/stat : 24042 (java) S 24039 24042 18193 0 -1 1077944320 4479 13529 0 0 1 1 5 3 20 0 6 0 444950181 10212057088 4715 33554432000 4194304 4196468 140726143966976 140726143949520 139835228421879 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
/proc/24042/statm: 2493178 4715 1935 1 0 2481616 0
[pid=24042/tid=24095] ppid=24039 vsize=9972712 memory=4279135703913235855 CPUtime=0.09 cores=1,3,5,7
/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 2265 13529 0 0 1 0 5 3 20 0 6 0 444950190 10212057088 4715 33554432000 4194304 4196468 140726143966976 139835200258640 139835228443805 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 6 0 444950191 10212057088 4715 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=9972712 memory=139912568931968 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 6 0 444950191 10212057088 4715 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 6 0 444950191 10212057088 4715 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 2 13529 0 0 0 0 5 3 20 0 6 0 444950191 10212057088 4715 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210074 s]*
/proc/loadavg: 1.23 1.34 1.36 4/227 24108
/proc/meminfo: memFree=29486964/32770624 swapFree=66917056/67108860
[pid=24042] ppid=24039 vsize=10820196 memory=41848 CPUtime=0.28 cores=1,3,5,7
/proc/24042/stat : 24042 (java) S 24039 24042 18193 0 -1 1077944320 7240 13529 0 0 18 2 5 3 20 0 15 0 444950181 11079880704 10462 33554432000 4194304 4196468 140726143966976 140726143949520 139835228421879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
/proc/24042/statm: 2705049 10462 3295 1 0 2667149 0
[pid=24042/tid=24095] ppid=24039 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 3743 13529 0 0 10 1 5 3 20 0 15 0 444950190 11079880704 10462 33554432000 4194304 4196468 140726143966976 139835200245040 139835209815613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=10820196 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11079880704 10462 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=10820196 memory=288370288720643712 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11079880704 10462 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11079880704 10462 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 2 13529 0 0 0 0 5 3 20 0 15 0 444950191 11079880704 10462 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24100] ppid=24039 vsize=10820196 memory=139912568931968 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24100/stat : 24100 (java) S 24039 24042 18193 0 -1 1077944384 2 13529 0 0 0 0 5 3 20 0 15 0 444950192 11079880704 10462 33554432000 4194304 4196468 140726143966976 139834755074160 139835228433026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24101] ppid=24039 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24101/stat : 24101 (java) S 24039 24042 18193 0 -1 1077944384 13 13529 0 0 0 0 5 3 20 0 15 0 444950193 11079880704 10462 33554432000 4194304 4196468 140726143966976 139834135929632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24102] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24102/stat : 24102 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950193 11079880704 10462 33554432000 4194304 4196468 140726143966976 139834001712240 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24103] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24103/stat : 24103 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11079880704 10462 33554432000 4194304 4196468 140726143966976 139833761421392 139835228440475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24104] ppid=24039 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24042/task/24104/stat : 24104 (java) S 24039 24042 18193 0 -1 1077944384 468 13529 0 0 1 0 5 3 20 0 15 0 444950196 11079880704 10462 33554432000 4194304 4196468 140726143966976 139834754022000 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24105] ppid=24039 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/24042/task/24105/stat : 24105 (java) R 24039 24042 18193 0 -1 4202560 195 13529 0 0 1 0 5 3 20 0 15 0 444950196 11079880704 10462 33554432000 4194304 4196468 140726143966976 139834752969200 139835209965246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24106] ppid=24039 vsize=10820196 memory=139912568931968 CPUtime=0.11 cores=1,3,5,7
/proc/24042/task/24106/stat : 24106 (java) S 24039 24042 18193 0 -1 1077944384 597 13529 0 0 3 0 5 3 20 0 15 0 444950196 11079880704 10462 33554432000 4194304 4196468 140726143966976 139834751916912 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24107] ppid=24039 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24107/stat : 24107 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11079880704 10462 33554432000 4194304 4196468 140726143966976 139833727863776 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24108] ppid=24039 vsize=10820196 memory=139912568931968 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24108/stat : 24108 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950196 11079880704 10462 33554432000 4194304 4196468 140726143966976 139834750863792 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41848 KiB

[startup+0.310529 s]*
/proc/loadavg: 1.23 1.34 1.36 3/227 24108
/proc/meminfo: memFree=29474396/32770624 swapFree=66917056/67108860
[pid=24042] ppid=24039 vsize=10820196 memory=50032 CPUtime=0.4 cores=1,3,5,7
/proc/24042/stat : 24042 (java) S 24039 24042 18193 0 -1 1077944320 10746 13529 0 0 29 3 5 3 20 0 15 0 444950181 11079880704 12508 33554432000 4194304 4196468 140726143966976 140726143949520 139835228421879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
/proc/24042/statm: 2705049 12508 3306 1 0 2667149 0
[pid=24042/tid=24095] ppid=24039 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 7230 13529 0 0 19 2 5 3 20 0 15 0 444950190 11079880704 12508 33554432000 4194304 4196468 140726143966976 139835200230832 139835212548786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11079880704 12508 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11079880704 12508 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11079880704 12508 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 2 13529 0 0 0 0 5 3 20 0 15 0 444950191 11079880704 12508 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24100] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24100/stat : 24100 (java) S 24039 24042 18193 0 -1 1077944384 2 13529 0 0 0 0 5 3 20 0 15 0 444950192 11079880704 12508 33554432000 4194304 4196468 140726143966976 139834755074160 139835228433026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24101] ppid=24039 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24101/stat : 24101 (java) S 24039 24042 18193 0 -1 1077944384 13 13529 0 0 0 0 5 3 20 0 15 0 444950193 11079880704 12508 33554432000 4194304 4196468 140726143966976 139834135929632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24102] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24102/stat : 24102 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950193 11079880704 12508 33554432000 4194304 4196468 140726143966976 139834001712240 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24103] ppid=24039 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24103/stat : 24103 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11079880704 12508 33554432000 4194304 4196468 140726143966976 139833761421392 139835228440475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24104] ppid=24039 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24042/task/24104/stat : 24104 (java) S 24039 24042 18193 0 -1 1077944384 469 13529 0 0 2 0 5 3 20 0 15 0 444950196 11079880704 12508 33554432000 4194304 4196468 140726143966976 139834754022000 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24105] ppid=24039 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/24042/task/24105/stat : 24105 (java) S 24039 24042 18193 0 -1 1077944384 196 13529 0 0 2 0 5 3 20 0 15 0 444950196 11079880704 12508 33554432000 4194304 4196468 140726143966976 139834752969200 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24106] ppid=24039 vsize=10820196 memory=139912568931968 CPUtime=0.13 cores=1,3,5,7
/proc/24042/task/24106/stat : 24106 (java) R 24039 24042 18193 0 -1 4202560 613 13529 0 0 5 0 5 3 20 0 15 0 444950196 11079880704 12508 33554432000 4194304 4196468 140726143966976 139834751916912 139835228433814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24107] ppid=24039 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24107/stat : 24107 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11079880704 12508 33554432000 4194304 4196468 140726143966976 139833727863776 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24108] ppid=24039 vsize=10820196 memory=139912568931968 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24108/stat : 24108 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950196 11079880704 12508 33554432000 4194304 4196468 140726143966976 139834750863792 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50032 KiB

[startup+0.709441 s]
/proc/loadavg: 1.23 1.34 1.36 4/227 24108
/proc/meminfo: memFree=29457996/32770624 swapFree=66917056/67108860
[pid=24042] ppid=24039 vsize=10824364 memory=84336 CPUtime=1.16 cores=1,3,5,7
/proc/24042/stat : 24042 (java) S 24039 24042 18193 0 -1 1077944320 15434 13529 0 0 102 6 5 3 20 0 15 0 444950181 11084148736 21084 33554432000 4194304 4196468 140726143966976 140726143949520 139835228421879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
/proc/24042/statm: 2706091 21084 3509 1 0 2668173 0
[pid=24042/tid=24095] ppid=24039 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 10707 13529 0 0 56 4 5 3 20 0 15 0 444950190 11084148736 21084 33554432000 4194304 4196468 140726143966976 139835200239808 139835212502366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11084148736 21084 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11084148736 21084 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=10824364 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950191 11084148736 21084 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 2 13529 0 0 0 0 5 3 20 0 15 0 444950191 11084148736 21084 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24100] ppid=24039 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24100/stat : 24100 (java) S 24039 24042 18193 0 -1 1077944384 5 13529 0 0 0 0 5 3 20 0 15 0 444950192 11084148736 21084 33554432000 4194304 4196468 140726143966976 139834755074160 139835228433026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24101] ppid=24039 vsize=10824364 memory=139912452125392 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24101/stat : 24101 (java) S 24039 24042 18193 0 -1 1077944384 13 13529 0 0 0 0 5 3 20 0 15 0 444950193 11084148736 21084 33554432000 4194304 4196468 140726143966976 139834135929632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24102] ppid=24039 vsize=10824364 memory=139912854635085 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24102/stat : 24102 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950193 11084148736 21084 33554432000 4194304 4196468 140726143966976 139834001712240 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24103] ppid=24039 vsize=10824364 memory=1112 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24103/stat : 24103 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11084148736 21084 33554432000 4194304 4196468 140726143966976 139833761421392 139835228440475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24104] ppid=24039 vsize=10824364 memory=7089886620845893184 CPUtime=0.21 cores=1,3,5,7
/proc/24042/task/24104/stat : 24104 (java) S 24039 24042 18193 0 -1 1077944384 886 13529 0 0 13 0 5 3 20 0 15 0 444950196 11084148736 21084 33554432000 4194304 4196468 140726143966976 139834754022000 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24105] ppid=24039 vsize=10824364 memory=7739276948478192999 CPUtime=0.21 cores=1,3,5,7
/proc/24042/task/24105/stat : 24105 (java) S 24039 24042 18193 0 -1 1077944384 724 13529 0 0 13 0 5 3 20 0 15 0 444950196 11084148736 21084 33554432000 4194304 4196468 140726143966976 139834752969200 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24106] ppid=24039 vsize=10824364 memory=6148935659200796009 CPUtime=0.25 cores=1,3,5,7
/proc/24042/task/24106/stat : 24106 (java) S 24039 24042 18193 0 -1 1077944384 877 13529 0 0 17 0 5 3 20 0 15 0 444950196 11084148736 21084 33554432000 4194304 4196468 140726143966976 139834751916912 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24107] ppid=24039 vsize=10824364 memory=3512 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24107/stat : 24107 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11084148736 21084 33554432000 4194304 4196468 140726143966976 139833727863776 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24108] ppid=24039 vsize=10824364 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24108/stat : 24108 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950196 11084148736 21084 33554432000 4194304 4196468 140726143966976 139834750863792 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84336 KiB

[startup+1.50068 s]
/proc/loadavg: 1.23 1.34 1.36 3/227 24108
/proc/meminfo: memFree=29413452/32770624 swapFree=66917056/67108860
[pid=24042] ppid=24039 vsize=10834680 memory=171952 CPUtime=2.46 cores=1,3,5,7
/proc/24042/stat : 24042 (java) S 24039 24042 18193 0 -1 1077944320 22127 13529 0 0 229 9 5 3 20 0 15 0 444950181 11094712320 42988 33554432000 4194304 4196468 140726143966976 140726143949520 139835228421879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
/proc/24042/statm: 2708670 42988 3575 1 0 2670733 0
[pid=24042/tid=24095] ppid=24039 vsize=10834680 memory=9174 CPUtime=1.44 cores=1,3,5,7
/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 15433 13529 0 0 131 5 5 3 20 0 15 0 444950190 11094712320 42988 33554432000 4194304 4196468 140726143966976 139835200225424 139835228433814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 27 13529 0 0 1 0 5 3 20 0 15 0 444950191 11094712320 42988 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 403 13529 0 0 1 0 5 3 20 0 15 0 444950191 11094712320 42988 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=10834680 memory=405 CPUtime=0.09 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 61 13529 0 0 1 0 5 3 20 0 15 0 444950191 11094712320 42988 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=10834680 memory=84336 CPUtime=0.09 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 52 13529 0 0 1 0 5 3 20 0 15 0 444950191 11094712320 42988 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24100] ppid=24039 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24042/task/24100/stat : 24100 (java) S 24039 24042 18193 0 -1 1077944384 147 13529 0 0 1 0 5 3 20 0 15 0 444950192 11094712320 42988 33554432000 4194304 4196468 140726143966976 139834755074160 139835228433026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24101] ppid=24039 vsize=10834680 memory=279824904192496 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24101/stat : 24101 (java) S 24039 24042 18193 0 -1 1077944384 14 13529 0 0 0 0 5 3 20 0 15 0 444950193 11094712320 42988 33554432000 4194304 4196468 140726143966976 139834135929696 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24102] ppid=24039 vsize=10834680 memory=279824904243296 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24102/stat : 24102 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950193 11094712320 42988 33554432000 4194304 4196468 140726143966976 139834001712256 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24103] ppid=24039 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24103/stat : 24103 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11094712320 42988 33554432000 4194304 4196468 140726143966976 139833761421392 139835228440475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24104] ppid=24039 vsize=10834680 memory=6935649255759568960 CPUtime=0.31 cores=1,3,5,7
/proc/24042/task/24104/stat : 24104 (java) S 24039 24042 18193 0 -1 1077944384 1029 13529 0 0 23 0 5 3 20 0 15 0 444950196 11094712320 42988 33554432000 4194304 4196468 140726143966976 139834754022000 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24105] ppid=24039 vsize=10834680 memory=279824904526720 CPUtime=0.33 cores=1,3,5,7
/proc/24042/task/24105/stat : 24105 (java) S 24039 24042 18193 0 -1 1077944384 979 13529 0 0 25 0 5 3 20 0 15 0 444950196 11094712320 42988 33554432000 4194304 4196468 140726143966976 139834752969200 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24106] ppid=24039 vsize=10834680 memory=6944656425123290226 CPUtime=0.49 cores=1,3,5,7
/proc/24042/task/24106/stat : 24106 (java) R 24039 24042 18193 0 -1 4202560 1765 13529 0 0 41 0 5 3 20 0 15 0 444950196 11094712320 42988 33554432000 4194304 4196468 140726143966976 139834751916912 139835213790982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24107] ppid=24039 vsize=10834680 memory=-7233780906022716832 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24107/stat : 24107 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11094712320 42988 33554432000 4194304 4196468 140726143966976 139833727863776 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24108] ppid=24039 vsize=10834680 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24108/stat : 24108 (java) S 24039 24042 18193 0 -1 1077944384 1 13529 0 0 0 0 5 3 20 0 15 0 444950196 11094712320 42988 33554432000 4194304 4196468 140726143966976 139834750863792 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 70447 13529 0 0 229503 51 5 3 20 0 15 0 444950190 11107315712 209881 33554432000 4194304 4196468 140726143966976 139835200256928 139834837184666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=10846988 memory=839524 CPUtime=11.97 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 18364 13529 0 0 1131 58 5 3 20 0 15 0 444950191 11107315712 209881 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=10846988 memory=839524 CPUtime=11.95 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 12574 13529 0 0 1132 55 5 3 20 0 15 0 444950191 11107315712 209881 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=10846988 memory=839524 CPUtime=11.93 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 12065 13529 0 0 1129 56 5 3 20 0 15 0 444950191 11107315712 209881 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=10846988 memory=839524 CPUtime=11.96 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 20314 13529 0 0 1132 56 5 3 20 0 15 0 444950191 11107315712 209881 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24100] ppid=24039 vsize=10846988 memory=839524 CPUtime=11.01 cores=1,3,5,7
/proc/24042/task/24100/stat : 24100 (java) S 24039 24042 18193 0 -1 1077944384 14719 13529 0 0 1038 55 5 3 20 0 15 0 444950192 11107315712 209881 33554432000 4194304 4196468 140726143966976 139834755074160 139835228433026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24101] ppid=24039 vsize=10846988 memory=839524 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24101/stat : 24101 (java) S 24039 24042 18193 0 -1 1077944384 27 13529 0 0 0 0 5 3 20 0 15 0 444950193 11107315712 209881 33554432000 4194304 4196468 140726143966976 139834135929696 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24102] ppid=24039 vsize=10846988 memory=839524 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24102/stat : 24102 (java) S 24039 24042 18193 0 -1 1077944384 12 13529 0 0 0 0 5 3 20 0 15 0 444950193 11107315712 209881 33554432000 4194304 4196468 140726143966976 139834001712256 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24103] ppid=24039 vsize=10846988 memory=839524 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24103/stat : 24103 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11107315712 209881 33554432000 4194304 4196468 140726143966976 139833761421392 139835228440475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24104] ppid=24039 vsize=10846988 memory=839524 CPUtime=5.13 cores=1,3,5,7
/proc/24042/task/24104/stat : 24104 (java) S 24039 24042 18193 0 -1 1077944384 31641 13529 0 0 500 5 5 3 20 0 15 0 444950196 11107315712 209881 33554432000 4194304 4196468 140726143966976 139834754022000 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 62 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24105] ppid=24039 vsize=10846988 memory=839524 CPUtime=4.28 cores=1,3,5,7
/proc/24042/task/24105/stat : 24105 (java) S 24039 24042 18193 0 -1 1077944384 30895 13529 0 0 417 3 5 3 20 0 15 0 444950196 11107315712 209881 33554432000 4194304 4196468 140726143966976 139834752969200 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24106] ppid=24039 vsize=10846988 memory=0 CPUtime=1.9 cores=1,3,5,7
/proc/24042/task/24106/stat : 24106 (java) S 24039 24042 18193 0 -1 1077944384 20926 13529 0 0 177 5 5 3 20 0 15 0 444950196 11107315712 209881 33554432000 4194304 4196468 140726143966976 139834751916912 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 63 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24107] ppid=24039 vsize=10846988 memory=839524 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24107/stat : 24107 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11107315712 209881 33554432000 4194304 4196468 140726143966976 139833727863776 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24108] ppid=24039 vsize=10846988 memory=839524 CPUtime=1.43 cores=1,3,5,7
/proc/24042/task/24108/stat : 24108 (java) S 24039 24042 18193 0 -1 1077944384 1174 13529 0 0 65 70 5 3 20 0 15 0 444950196 11107315712 209881 33554432000 4194304 4196468 140726143966976 139834750863792 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 2366.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 839524 KiB

[startup+2382.3 s]
/proc/loadavg: 1.68 1.62 1.50 3/227 24457
/proc/meminfo: memFree=28337956/32770624 swapFree=66917056/67108860
[pid=24042] ppid=24039 vsize=10846988 memory=841572 CPUtime=2427.47 cores=1,3,5,7
/proc/24042/stat : 24042 (java) S 24039 24042 18193 0 -1 1077944320 236834 13529 0 0 242378 361 5 3 20 0 15 0 444950181 11107315712 210393 33554432000 4194304 4196468 140726143966976 140726143949520 139835228421879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
/proc/24042/statm: 2711747 210393 3628 1 0 2673805 0
[pid=24042/tid=24095] ppid=24039 vsize=10846988 memory=841572 CPUtime=2354.91 cores=1,3,5,7
/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 71195 13529 0 0 235431 52 5 3 20 0 15 0 444950190 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835200258048 139834838783059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=10846988 memory=279824904794176 CPUtime=12.29 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 18505 13529 0 0 1161 60 5 3 20 0 15 0 444950191 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=10846988 memory=841572 CPUtime=12.28 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 12671 13529 0 0 1163 57 5 3 20 0 15 0 444950191 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=10846988 memory=3775812421368950816 CPUtime=12.25 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 12292 13529 0 0 1159 58 5 3 20 0 15 0 444950191 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=10846988 memory=841572 CPUtime=12.28 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 20336 13529 0 0 1162 58 5 3 20 0 15 0 444950191 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24100] ppid=24039 vsize=10846988 memory=841572 CPUtime=11.3 cores=1,3,5,7
/proc/24042/task/24100/stat : 24100 (java) S 24039 24042 18193 0 -1 1077944384 14926 13529 0 0 1065 57 5 3 20 0 15 0 444950192 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834755074160 139835228433026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24101] ppid=24039 vsize=10846988 memory=841572 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24101/stat : 24101 (java) S 24039 24042 18193 0 -1 1077944384 27 13529 0 0 0 0 5 3 20 0 15 0 444950193 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834135929696 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24102] ppid=24039 vsize=10846988 memory=841572 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24102/stat : 24102 (java) S 24039 24042 18193 0 -1 1077944384 12 13529 0 0 0 0 5 3 20 0 15 0 444950193 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834001712256 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24103] ppid=24039 vsize=10846988 memory=279824904914832 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24103/stat : 24103 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139833761421392 139835228440475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24104] ppid=24039 vsize=10846988 memory=841572 CPUtime=5.13 cores=1,3,5,7
/proc/24042/task/24104/stat : 24104 (java) S 24039 24042 18193 0 -1 1077944384 31641 13529 0 0 500 5 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834754022000 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24105] ppid=24039 vsize=10846988 memory=841572 CPUtime=4.28 cores=1,3,5,7
/proc/24042/task/24105/stat : 24105 (java) S 24039 24042 18193 0 -1 1077944384 30895 13529 0 0 417 3 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834752969200 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24106] ppid=24039 vsize=10846988 memory=2020 CPUtime=1.9 cores=1,3,5,7
/proc/24042/task/24106/stat : 24106 (java) S 24039 24042 18193 0 -1 1077944384 20926 13529 0 0 177 5 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834751916912 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 63 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24107] ppid=24039 vsize=10846988 memory=841572 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24107/stat : 24107 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139833727863776 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24108] ppid=24039 vsize=10846988 memory=3512 CPUtime=1.46 cores=1,3,5,7
/proc/24042/task/24108/stat : 24108 (java) S 24039 24042 18193 0 -1 1077944384 1192 13529 0 0 66 72 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834750863792 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 2427.47 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 841572 KiB

[startup+2442.3 s]
/proc/loadavg: 1.44 1.56 1.49 3/228 24463
/proc/meminfo: memFree=28408304/32770624 swapFree=66917056/67108860
[pid=24042] ppid=24039 vsize=10846988 memory=841572 CPUtime=2488.43 cores=1,3,5,7
/proc/24042/stat : 24042 (java) S 24039 24042 18193 0 -1 1077944320 238350 13529 0 0 248464 371 5 3 20 0 15 0 444950181 11107315712 210393 33554432000 4194304 4196468 140726143966976 140726143949520 139835228421879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
/proc/24042/statm: 2711747 210393 3628 1 0 2673805 0
[pid=24042/tid=24095] ppid=24039 vsize=10846988 memory=279824904794176 CPUtime=2414.14 cores=1,3,5,7
/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 71995 13529 0 0 241353 53 5 3 20 0 15 0 444950190 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835200258144 139834832103207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=10846988 memory=841572 CPUtime=12.64 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 18617 13529 0 0 1194 62 5 3 20 0 15 0 444950191 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=10846988 memory=841572 CPUtime=12.62 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 12909 13529 0 0 1195 59 5 3 20 0 15 0 444950191 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=10846988 memory=841572 CPUtime=12.59 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 12321 13529 0 0 1192 59 5 3 20 0 15 0 444950191 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=10846988 memory=841572 CPUtime=12.63 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 20443 13529 0 0 1195 60 5 3 20 0 15 0 444950191 11107315712 210393 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24100] ppid=24039 vsize=10846988 memory=841572 CPUtime=11.62 cores=1,3,5,7
/proc/24042/task/24100/stat : 24100 (java) S 24039 24042 18193 0 -1 1077944384 15133 13529 0 0 1095 59 5 3 20 0 15 0 444950192 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834755074160 139835228433026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24101] ppid=24039 vsize=10846988 memory=841572 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24101/stat : 24101 (java) S 24039 24042 18193 0 -1 1077944384 27 13529 0 0 0 0 5 3 20 0 15 0 444950193 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834135929696 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24102] ppid=24039 vsize=10846988 memory=841572 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24102/stat : 24102 (java) S 24039 24042 18193 0 -1 1077944384 12 13529 0 0 0 0 5 3 20 0 15 0 444950193 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834001712256 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24103] ppid=24039 vsize=10846988 memory=841572 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24103/stat : 24103 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139833761421392 139835228440475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24104] ppid=24039 vsize=10846988 memory=841572 CPUtime=5.13 cores=1,3,5,7
/proc/24042/task/24104/stat : 24104 (java) S 24039 24042 18193 0 -1 1077944384 31643 13529 0 0 500 5 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834754022000 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24105] ppid=24039 vsize=10846988 memory=841572 CPUtime=4.28 cores=1,3,5,7
/proc/24042/task/24105/stat : 24105 (java) S 24039 24042 18193 0 -1 1077944384 30897 13529 0 0 417 3 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834752969200 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24106] ppid=24039 vsize=10846988 memory=841572 CPUtime=1.9 cores=1,3,5,7
/proc/24042/task/24106/stat : 24106 (java) S 24039 24042 18193 0 -1 1077944384 20928 13529 0 0 177 5 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834751916912 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 63 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24107] ppid=24039 vsize=10846988 memory=841572 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24107/stat : 24107 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139833727863776 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24108] ppid=24039 vsize=10846988 memory=841572 CPUtime=1.5 cores=1,3,5,7
/proc/24042/task/24108/stat : 24108 (java) S 24039 24042 18193 0 -1 1077944384 1209 13529 0 0 68 74 5 3 20 0 15 0 444950196 11107315712 210393 33554432000 4194304 4196468 140726143966976 139834750863792 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 2488.43 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 841572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.4 s]
/proc/loadavg: 1.32 1.53 1.48 3/227 24464
/proc/meminfo: memFree=28443928/32770624 swapFree=66917056/67108860
[pid=24042] ppid=24039 vsize=10846988 memory=843620 CPUtime=2520.02 cores=1,3,5,7
/proc/24042/stat : 24042 (java) S 24039 24042 18193 0 -1 1077944320 239070 13529 0 0 251617 377 5 3 20 0 15 0 444950181 11107315712 210905 33554432000 4194304 4196468 140726143966976 140726143949520 139835228421879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
/proc/24042/statm: 2711747 210905 3628 1 0 2673805 0
[pid=24042/tid=24095] ppid=24039 vsize=10846988 memory=288230621803970871 CPUtime=2444.84 cores=1,3,5,7
/proc/24042/task/24095/stat : 24095 (java) R 24039 24042 18193 0 -1 4202560 72350 13529 0 0 244423 53 5 3 20 0 15 0 444950190 11107315712 210905 33554432000 4194304 4196468 140726143966976 139835200257744 139834840709283 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24096] ppid=24039 vsize=10846988 memory=15544015764327034 CPUtime=12.81 cores=1,3,5,7
/proc/24042/task/24096/stat : 24096 (java) S 24039 24042 18193 0 -1 1077944384 18650 13529 0 0 1210 63 5 3 20 0 15 0 444950191 11107315712 210905 33554432000 4194304 4196468 140726143966976 139835232664464 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24097] ppid=24039 vsize=10846988 memory=12040 CPUtime=12.79 cores=1,3,5,7
/proc/24042/task/24097/stat : 24097 (java) S 24039 24042 18193 0 -1 1077944384 12923 13529 0 0 1211 60 5 3 20 0 15 0 444950191 11107315712 210905 33554432000 4194304 4196468 140726143966976 139835147483920 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24098] ppid=24039 vsize=10846988 memory=2124 CPUtime=12.77 cores=1,3,5,7
/proc/24042/task/24098/stat : 24098 (java) S 24039 24042 18193 0 -1 1077944384 12425 13529 0 0 1209 60 5 3 20 0 15 0 444950191 11107315712 210905 33554432000 4194304 4196468 140726143966976 139835146431632 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24099] ppid=24039 vsize=10846988 memory=25720 CPUtime=12.8 cores=1,3,5,7
/proc/24042/task/24099/stat : 24099 (java) S 24039 24042 18193 0 -1 1077944384 20454 13529 0 0 1211 61 5 3 20 0 15 0 444950191 11107315712 210905 33554432000 4194304 4196468 140726143966976 139835145378832 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24100] ppid=24039 vsize=10846988 memory=25720 CPUtime=11.78 cores=1,3,5,7
/proc/24042/task/24100/stat : 24100 (java) S 24039 24042 18193 0 -1 1077944384 15316 13529 0 0 1110 60 5 3 20 0 15 0 444950192 11107315712 210905 33554432000 4194304 4196468 140726143966976 139834755074160 139835228433026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24101] ppid=24039 vsize=10846988 memory=492 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24101/stat : 24101 (java) S 24039 24042 18193 0 -1 1077944384 27 13529 0 0 0 0 5 3 20 0 15 0 444950193 11107315712 210905 33554432000 4194304 4196468 140726143966976 139834135929696 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24102] ppid=24039 vsize=10846988 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24102/stat : 24102 (java) S 24039 24042 18193 0 -1 1077944384 12 13529 0 0 0 0 5 3 20 0 15 0 444950193 11107315712 210905 33554432000 4194304 4196468 140726143966976 139834001712256 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24103] ppid=24039 vsize=10846988 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24103/stat : 24103 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11107315712 210905 33554432000 4194304 4196468 140726143966976 139833761421392 139835228440475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24104] ppid=24039 vsize=10846988 memory=1636 CPUtime=5.13 cores=1,3,5,7
/proc/24042/task/24104/stat : 24104 (java) S 24039 24042 18193 0 -1 1077944384 31645 13529 0 0 500 5 5 3 20 0 15 0 444950196 11107315712 210905 33554432000 4194304 4196468 140726143966976 139834754022000 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 62 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24105] ppid=24039 vsize=10846988 memory=1436 CPUtime=4.28 cores=1,3,5,7
/proc/24042/task/24105/stat : 24105 (java) S 24039 24042 18193 0 -1 1077944384 30899 13529 0 0 417 3 5 3 20 0 15 0 444950196 11107315712 210905 33554432000 4194304 4196468 140726143966976 139834752969200 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24106] ppid=24039 vsize=10846988 memory=896 CPUtime=1.9 cores=1,3,5,7
/proc/24042/task/24106/stat : 24106 (java) S 24039 24042 18193 0 -1 1077944384 20931 13529 0 0 177 5 5 3 20 0 15 0 444950196 11107315712 210905 33554432000 4194304 4196468 140726143966976 139834751916912 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 63 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24107] ppid=24039 vsize=10846988 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/24042/task/24107/stat : 24107 (java) S 24039 24042 18193 0 -1 1077944384 3 13529 0 0 0 0 5 3 20 0 15 0 444950196 11107315712 210905 33554432000 4194304 4196468 140726143966976 139833727863776 139835228432085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
[pid=24042/tid=24108] ppid=24039 vsize=10846988 memory=6791534058613427641 CPUtime=1.53 cores=1,3,5,7
/proc/24042/task/24108/stat : 24108 (java) S 24039 24042 18193 0 -1 1077944384 1222 13529 0 0 69 76 5 3 20 0 15 0 444950196 11107315712 210905 33554432000 4194304 4196468 140726143966976 139834750863792 139835228433026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10067968 140726143970031 140726143972549 140726143972549 140726143975375 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 843620 KiB

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

[startup+2473.43 s]
# the end of solver process 24042 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.25 s, system=3.81746 s

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

Child status: 143
Real time (s): 2473.43
CPU time (s): 2520.07
CPU user time (s): 2516.25
CPU system time (s): 3.81746
CPU usage (%): 101.886
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 843620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.25
system time used= 3.81746
maximum resident set size= 847836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301576
involuntary context switches= 7748


# summary of solver processes directly reported to runsolver:
#   pid: 24042
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.25
#   total CPU system time (s): 3.81746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4899 second user time and 24.1587 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 05:18:40
IDJOB=4401144
IDBENCH=136538
IDSOLVER=2857
FILE ID=node147/4401144-1568690363
RUNJOBID= node147-1568673287-18225
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c1w4k.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401144-1568690363/watcher-4401144-1568690363 -o /tmp/evaluation-result-4401144-1568690363/solver-4401144-1568690363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4401144-1568690363.xml

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

MD5SUM BENCH= bade4ae5f74057612f70883ad9768226
RANDOM SEED=1910530933

node147.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.52
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.52
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.52
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.52
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:        29512808 kB
MemAvailable:   30963572 kB
Buffers:          100812 kB
Cached:          1642508 kB
SwapCached:        87660 kB
Active:          1794000 kB
Inactive:         879980 kB
Active(anon):     846956 kB
Inactive(anon):   133760 kB
Active(file):     947044 kB
Inactive(file):   746220 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35360 kB
Writeback:             0 kB
AnonPages:       1023540 kB
Mapped:            62076 kB
Shmem:             40920 kB
Slab:             175840 kB
SReclaimable:     146672 kB
SUnreclaim:        29168 kB
KernelStack:        4000 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2097892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-17 05:59:54