Trace number 4304497

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)42 2520.07 2468.63

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15a_c18.xml
MD5SUMa75ea741f9764b89989098c28f8006bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark58.1377
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints154
Number of domains19
Minimum domain size1
Maximum domain size27
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":31},{"size":3,"count":4},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":41},{"degree":40,"count":10},{"degree":41,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":128},{"arity":16,"count":26}]
Number of extensional constraints0
Number of intensional constraints128
Distribution of constraint types[{"type":"intension","count":128},{"type":"count","count":26}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.97/0.75	c Concrete v3.9.2.1532736233296 running
9.20/4.36	o 74
9.20/4.37	o 65
9.20/4.38	o 58
9.52/4.49	o 48
9.85/4.54	o 47
9.85/4.59	o 44
10.17/4.60	o 43
20.54/12.73	o 42
2520.02/2468.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2468.60		at concrete.MAC.mac(MAC.scala:188)
2520.02/2468.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2468.60		at scala.util.Try$.apply(Try.scala:209)
2520.02/2468.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2468.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2468.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2468.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2468.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2468.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2468.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2468.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2468.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2468.60		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2468.60		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2468.60		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2468.60		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2468.60		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2468.60		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2468.60		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2468.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2468.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2468.60		at scala.util.Success.map(Try.scala:209)
2520.02/2468.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2468.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2468.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2468.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2468.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2468.60		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2468.60		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2468.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2468.60		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2468.60		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2468.60		at scala.App.main(App.scala:76)
2520.02/2468.60		at scala.App.main$(App.scala:74)
2520.02/2468.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2468.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2468.61	v <instantiation cost="42">
2520.02/2468.61	v       <list>
2520.02/2468.61	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14]
2520.02/2468.61	v       </list>
2520.02/2468.61	v       <values>
2520.02/2468.61	v         -13 12 2 -12 -12 -1 13 12 12 2 12 1 1 -2 5 1 1 0 0 0 0 0 0 0 0 0 2 1 2 2 0 0 1 0 0 0 0 0 0 4 1 5 0 0 7 8 10 0 0 0 0 0 0 0 12 0
2520.02/2468.61	v       </values>
2520.02/2468.61	v     </instantiation>
2520.02/2468.61	s SATISFIABLE

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304497-1534095889/watcher-4304497-1534095889 -o /tmp/evaluation-result-4304497-1534095889/solver-4304497-1534095889 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534095889-24371 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=405005198 HOME/instance-4304497-1534095889.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
solver pid=24396, runsolver pid=24391
Current StackSize limit: 8192 KiB


[startup+0.100234 s]*
/proc/loadavg: 1.00 1.01 1.19 3/189 24505
/proc/meminfo: memFree=24897328/32770624 swapFree=67108860/67108860
[pid=24396] ppid=24391 vsize=10003272 memory=9020 CPUtime=0.07 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24391 24396 16605 0 -1 1077944320 3423 13211 0 0 0 0 4 3 20 0 6 0 227152081 10243350528 2255 33554432000 4194304 4196468 140729507603728 140729507586272 139646734315255 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
/proc/24396/statm: 2500818 2255 1273 1 0 2489729 0
[pid=24396/tid=24505] ppid=24391 vsize=10003272 memory=-6517102902069810590 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 1234 13211 0 0 0 0 4 3 20 0 6 0 227152091 10243350528 2255 33554432000 4194304 4196468 140729507603728 139646706156888 139646712448601 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=10003272 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 6 0 227152092 10243350528 2255 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=10003272 memory=140291416245888 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 6 0 227152092 10243350528 2255 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=10003272 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 6 0 227152092 10243350528 2255 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=10003272 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 6 0 227152092 10243350528 2255 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10003272 KiB
Current children cumulated memory: 9020 KiB

[startup+0.210063 s]*
/proc/loadavg: 1.00 1.01 1.19 3/215 24531
/proc/meminfo: memFree=24845716/32770624 swapFree=67108860/67108860
[pid=24396] ppid=24391 vsize=10982744 memory=40788 CPUtime=0.24 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24391 24396 16605 0 -1 1077944320 7374 13211 0 0 15 2 4 3 20 0 15 0 227152081 11246329856 10197 33554432000 4194304 4196468 140729507603728 140729507586272 139646734315255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
/proc/24396/statm: 2745686 10197 2989 1 0 2708109 0
[pid=24396/tid=24505] ppid=24391 vsize=10982744 memory=-6007365819731575600 CPUtime=0.17 cores=1,3,5,7
/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 3907 13211 0 0 9 1 4 3 20 0 15 0 227152091 11246329856 10263 33554432000 4194304 4196468 140729507603728 139646706138640 139646714590976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246329856 10263 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=10982744 memory=140291416245888 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246329856 10263 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246329856 10263 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246329856 10263 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24514] ppid=24391 vsize=10982744 memory=140291416245888 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24514/stat : 24514 (java) S 24391 24396 16605 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 227152093 11246329856 10263 33554432000 4194304 4196468 140729507603728 139646159793008 139646734326402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24516] ppid=24391 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24516/stat : 24516 (java) S 24391 24396 16605 0 -1 1077944384 13 13211 0 0 0 0 4 3 20 0 15 0 227152093 11246329856 10263 33554432000 4194304 4196468 140729507603728 139645560022560 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24518] ppid=24391 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24518/stat : 24518 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152094 11246329856 10329 33554432000 4194304 4196468 140729507603728 139645358695792 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24524] ppid=24391 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24524/stat : 24524 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152096 11246329856 10329 33554432000 4194304 4196468 140729507603728 139645051296080 139646734333851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24525] ppid=24391 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24396/task/24525/stat : 24525 (java) S 24391 24396 16605 0 -1 1077944384 431 13211 0 0 1 0 4 3 20 0 15 0 227152096 11246329856 10329 33554432000 4194304 4196468 140729507603728 139646158739824 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24526] ppid=24391 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24396/task/24526/stat : 24526 (java) S 24391 24396 16605 0 -1 1077944384 199 13211 0 0 1 0 4 3 20 0 15 0 227152096 11246329856 10329 33554432000 4194304 4196468 140729507603728 139646157687024 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24527] ppid=24391 vsize=10982744 memory=140291416245888 CPUtime=0.1 cores=1,3,5,7
/proc/24396/task/24527/stat : 24527 (java) S 24391 24396 16605 0 -1 1077944384 667 13211 0 0 3 0 4 3 20 0 15 0 227152096 11246329856 10329 33554432000 4194304 4196468 140729507603728 139646156634224 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24529] ppid=24391 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24529/stat : 24529 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152097 11246329856 10329 33554432000 4194304 4196468 140729507603728 139644620499168 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24531] ppid=24391 vsize=10982744 memory=140291416245888 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24531/stat : 24531 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152097 11246329856 10329 33554432000 4194304 4196468 140729507603728 139646155582640 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 40788 KiB

[startup+0.310384 s]*
/proc/loadavg: 1.00 1.01 1.19 3/215 24531
/proc/meminfo: memFree=24819296/32770624 swapFree=67108860/67108860
[pid=24396] ppid=24391 vsize=10983192 memory=53192 CPUtime=0.37 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24391 24396 16605 0 -1 1077944320 10341 13211 0 0 27 3 4 3 20 0 15 0 227152081 11246788608 13298 33554432000 4194304 4196468 140729507603728 140729507586272 139646734315255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
/proc/24396/statm: 2745798 13298 3108 1 0 2708109 0
[pid=24396/tid=24505] ppid=24391 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 6779 13211 0 0 18 2 4 3 20 0 15 0 227152091 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646706127264 139646715880233 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=10983192 memory=8025788835569559914 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=10983192 memory=5787233549803348032 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=10983192 memory=7649539675630422722 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24514] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24514/stat : 24514 (java) S 24391 24396 16605 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 227152093 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646159793008 139646734326402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24516] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24516/stat : 24516 (java) S 24391 24396 16605 0 -1 1077944384 13 13211 0 0 0 0 4 3 20 0 15 0 227152093 11246788608 13298 33554432000 4194304 4196468 140729507603728 139645560022560 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24518] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24518/stat : 24518 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152094 11246788608 13298 33554432000 4194304 4196468 140729507603728 139645358695792 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24524] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24524/stat : 24524 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152096 11246788608 13298 33554432000 4194304 4196468 140729507603728 139645051296080 139646734333851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24525] ppid=24391 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24396/task/24525/stat : 24525 (java) S 24391 24396 16605 0 -1 1077944384 436 13211 0 0 1 0 4 3 20 0 15 0 227152096 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646158739824 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24526] ppid=24391 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24396/task/24526/stat : 24526 (java) S 24391 24396 16605 0 -1 1077944384 202 13211 0 0 1 0 4 3 20 0 15 0 227152096 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646157687024 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24527] ppid=24391 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24396/task/24527/stat : 24527 (java) S 24391 24396 16605 0 -1 1077944384 703 13211 0 0 5 0 4 3 20 0 15 0 227152096 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646156634224 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24529] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24529/stat : 24529 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152097 11246788608 13298 33554432000 4194304 4196468 140729507603728 139644620499168 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24531] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24531/stat : 24531 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152097 11246788608 13298 33554432000 4194304 4196468 140729507603728 139646155582640 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53192 KiB

[startup+0.700778 s]
/proc/loadavg: 1.00 1.01 1.19 3/215 24531
/proc/meminfo: memFree=24796100/32770624 swapFree=67108860/67108860
[pid=24396] ppid=24391 vsize=10983192 memory=88040 CPUtime=0.97 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24391 24396 16605 0 -1 1077944320 17150 13211 0 0 86 4 4 3 20 0 15 0 227152081 11246788608 22010 33554432000 4194304 4196468 140729507603728 140729507586272 139646734315255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
/proc/24396/statm: 2745798 22010 3247 1 0 2708109 0
[pid=24396/tid=24505] ppid=24391 vsize=10983192 memory=2241 CPUtime=0.65 cores=1,3,5,7
/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 12409 13211 0 0 55 3 4 3 20 0 15 0 227152091 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646706138256 139646715878811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152092 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24514] ppid=24391 vsize=10983192 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24514/stat : 24514 (java) S 24391 24396 16605 0 -1 1077944384 5 13211 0 0 0 0 4 3 20 0 15 0 227152093 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646159793008 139646734326402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24516] ppid=24391 vsize=10983192 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24516/stat : 24516 (java) S 24391 24396 16605 0 -1 1077944384 13 13211 0 0 0 0 4 3 20 0 15 0 227152093 11246788608 22010 33554432000 4194304 4196468 140729507603728 139645560022560 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24518] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24518/stat : 24518 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152094 11246788608 22010 33554432000 4194304 4196468 140729507603728 139645358695792 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24524] ppid=24391 vsize=10983192 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24524/stat : 24524 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152096 11246788608 22010 33554432000 4194304 4196468 140729507603728 139645051296080 139646734333851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24525] ppid=24391 vsize=10983192 memory=140291281553296 CPUtime=0.16 cores=1,3,5,7
/proc/24396/task/24525/stat : 24525 (java) S 24391 24396 16605 0 -1 1077944384 1045 13211 0 0 9 0 4 3 20 0 15 0 227152096 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646158739824 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24526] ppid=24391 vsize=10983192 memory=24964 CPUtime=0.14 cores=1,3,5,7
/proc/24396/task/24526/stat : 24526 (java) S 24391 24396 16605 0 -1 1077944384 600 13211 0 0 7 0 4 3 20 0 15 0 227152096 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646157687024 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24527] ppid=24391 vsize=10983192 memory=2244 CPUtime=0.2 cores=1,3,5,7
/proc/24396/task/24527/stat : 24527 (java) S 24391 24396 16605 0 -1 1077944384 872 13211 0 0 13 0 4 3 20 0 15 0 227152096 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646156634224 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24529] ppid=24391 vsize=10983192 memory=140291281550704 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24529/stat : 24529 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152097 11246788608 22010 33554432000 4194304 4196468 140729507603728 139644620499168 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24531] ppid=24391 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24531/stat : 24531 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152097 11246788608 22010 33554432000 4194304 4196468 140729507603728 139646155582640 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88040 KiB

[startup+1.50077 s]
/proc/loadavg: 1.00 1.01 1.19 4/215 24531
/proc/meminfo: memFree=24707500/32770624 swapFree=67108860/67108860
[pid=24396] ppid=24391 vsize=10998092 memory=180488 CPUtime=2.28 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24391 24396 16605 0 -1 1077944320 24189 13211 0 0 212 9 4 3 20 0 15 0 227152081 11262046208 45122 33554432000 4194304 4196468 140729507603728 140729507586272 139646734315255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
/proc/24396/statm: 2749523 45122 3466 1 0 2711181 0
[pid=24396/tid=24505] ppid=24391 vsize=10998092 memory=10 CPUtime=1.41 cores=1,3,5,7
/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 17776 13211 0 0 129 5 4 3 20 0 15 0 227152091 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646706146304 139646720554681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=10998092 memory=19 CPUtime=0.08 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 224 13211 0 0 1 0 4 3 20 0 15 0 227152092 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 18 13211 0 0 0 0 4 3 20 0 15 0 227152092 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=10998092 memory=103516 CPUtime=0.08 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 60 13211 0 0 1 0 4 3 20 0 15 0 227152092 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 20 13211 0 0 1 0 4 3 20 0 15 0 227152092 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24514] ppid=24391 vsize=10998092 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/24396/task/24514/stat : 24514 (java) S 24391 24396 16605 0 -1 1077944384 57 13211 0 0 1 0 4 3 20 0 15 0 227152093 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646159793008 139646734326402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24516] ppid=24391 vsize=10998092 memory=280582563610016 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24516/stat : 24516 (java) S 24391 24396 16605 0 -1 1077944384 13 13211 0 0 0 0 4 3 20 0 15 0 227152093 11262046208 45122 33554432000 4194304 4196468 140729507603728 139645560022624 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24518] ppid=24391 vsize=10998092 memory=280582563773456 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24518/stat : 24518 (java) S 24391 24396 16605 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 227152094 11262046208 45122 33554432000 4194304 4196468 140729507603728 139645358695808 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24524] ppid=24391 vsize=10998092 memory=3472468570329634672 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24524/stat : 24524 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152096 11262046208 45122 33554432000 4194304 4196468 140729507603728 139645051296080 139646734333851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24525] ppid=24391 vsize=10998092 memory=6944652177228980320 CPUtime=0.28 cores=1,3,5,7
/proc/24396/task/24525/stat : 24525 (java) S 24391 24396 16605 0 -1 1077944384 1213 13211 0 0 21 0 4 3 20 0 15 0 227152096 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646158739824 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24526] ppid=24391 vsize=10998092 memory=6944652177228980320 CPUtime=0.26 cores=1,3,5,7
/proc/24396/task/24526/stat : 24526 (java) S 24391 24396 16605 0 -1 1077944384 1101 13211 0 0 19 0 4 3 20 0 15 0 227152096 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646157687024 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24527] ppid=24391 vsize=10998092 memory=6944652177228980320 CPUtime=0.41 cores=1,3,5,7
/proc/24396/task/24527/stat : 24527 (java) S 24391 24396 16605 0 -1 1077944384 1505 13211 0 0 34 0 4 3 20 0 15 0 227152096 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646156634224 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24529] ppid=24391 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24529/stat : 24529 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152097 11262046208 45122 33554432000 4194304 4196468 140729507603728 139644620499168 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24531] ppid=24391 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24531/stat : 24531 (java) S 24391 24396 16605 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 227152097 11262046208 45122 33554432000 4194304 4196468 140729507603728 139646155582640 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 100833 13211 0 0 229496 60 4 3 20 0 15 0 227152091 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646706150832 139646319645242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=11080032 memory=1103836 CPUtime=11.92 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 10617 13211 0 0 1123 62 4 3 20 0 15 0 227152092 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=11080032 memory=1103836 CPUtime=11.92 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 12271 13211 0 0 1126 59 4 3 20 0 15 0 227152092 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=11080032 memory=1103836 CPUtime=11.91 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 13455 13211 0 0 1125 59 4 3 20 0 15 0 227152092 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=11080032 memory=1103836 CPUtime=11.9 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 8277 13211 0 0 1122 61 4 3 20 0 15 0 227152092 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24514] ppid=24391 vsize=11080032 memory=1103836 CPUtime=11.23 cores=1,3,5,7
/proc/24396/task/24514/stat : 24514 (java) S 24391 24396 16605 0 -1 1077944384 15008 13211 0 0 1060 56 4 3 20 0 15 0 227152093 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646159793008 139646734326402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24516] ppid=24391 vsize=11080032 memory=1103836 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24516/stat : 24516 (java) S 24391 24396 16605 0 -1 1077944384 25 13211 0 0 0 0 4 3 20 0 15 0 227152093 11345952768 275959 33554432000 4194304 4196468 140729507603728 139645560022624 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24518] ppid=24391 vsize=11080032 memory=1103836 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24518/stat : 24518 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152094 11345952768 275959 33554432000 4194304 4196468 140729507603728 139645358695808 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24524] ppid=24391 vsize=11080032 memory=1103836 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24524/stat : 24524 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152096 11345952768 275959 33554432000 4194304 4196468 140729507603728 139645051296080 139646734333851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24525] ppid=24391 vsize=11080032 memory=1103836 CPUtime=6.22 cores=1,3,5,7
/proc/24396/task/24525/stat : 24525 (java) S 24391 24396 16605 0 -1 1077944384 48460 13211 0 0 608 7 4 3 20 0 15 0 227152096 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646158739824 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24526] ppid=24391 vsize=11080032 memory=1103836 CPUtime=6.25 cores=1,3,5,7
/proc/24396/task/24526/stat : 24526 (java) S 24391 24396 16605 0 -1 1077944384 56415 13211 0 0 610 8 4 3 20 0 15 0 227152096 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646157687024 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24527] ppid=24391 vsize=11080032 memory=61820 CPUtime=3.54 cores=1,3,5,7
/proc/24396/task/24527/stat : 24527 (java) S 24391 24396 16605 0 -1 1077944384 49123 13211 0 0 340 7 4 3 20 0 15 0 227152096 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646156634224 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24529] ppid=24391 vsize=11080032 memory=1103836 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24529/stat : 24529 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152097 11345952768 275959 33554432000 4194304 4196468 140729507603728 139644620499168 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24531] ppid=24391 vsize=11080032 memory=1828 CPUtime=1.52 cores=1,3,5,7
/proc/24396/task/24531/stat : 24531 (java) S 24391 24396 16605 0 -1 1077944384 951 13211 0 0 64 81 4 3 20 0 15 0 227152097 11345952768 275959 33554432000 4194304 4196468 140729507603728 139646155582640 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 2371.53 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1103836 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.41 1.36 6/216 24751
/proc/meminfo: memFree=21522712/32770624 swapFree=67108860/67108860
[pid=24396] ppid=24391 vsize=11080032 memory=1103944 CPUtime=2432.43 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24391 24396 16605 0 -1 1077944320 318940 13211 0 0 242833 403 4 3 20 0 15 0 227152081 11345952768 275986 33554432000 4194304 4196468 140729507603728 140729507586272 139646734315255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
/proc/24396/statm: 2770008 275986 3529 1 0 2731661 0
[pid=24396/tid=24505] ppid=24391 vsize=11080032 memory=1103944 CPUtime=2354.95 cores=1,3,5,7
/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 101606 13211 0 0 235427 61 4 3 20 0 15 0 227152091 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646706149984 139646305113550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=11080032 memory=1103944 CPUtime=12.24 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 10683 13211 0 0 1153 64 4 3 20 0 15 0 227152092 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=11080032 memory=1103944 CPUtime=12.24 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 12362 13211 0 0 1156 61 4 3 20 0 15 0 227152092 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=11080032 memory=0 CPUtime=12.23 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 13489 13211 0 0 1155 61 4 3 20 0 15 0 227152092 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=11080032 memory=0 CPUtime=12.21 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 8375 13211 0 0 1151 63 4 3 20 0 15 0 227152092 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24514] ppid=24391 vsize=11080032 memory=1103944 CPUtime=11.52 cores=1,3,5,7
/proc/24396/task/24514/stat : 24514 (java) S 24391 24396 16605 0 -1 1077944384 15223 13211 0 0 1088 57 4 3 20 0 15 0 227152093 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646159793008 139646734326402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24516] ppid=24391 vsize=11080032 memory=280582564934048 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24516/stat : 24516 (java) S 24391 24396 16605 0 -1 1077944384 25 13211 0 0 0 0 4 3 20 0 15 0 227152093 11345952768 275986 33554432000 4194304 4196468 140729507603728 139645560022624 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24518] ppid=24391 vsize=11080032 memory=1103944 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24518/stat : 24518 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152094 11345952768 275986 33554432000 4194304 4196468 140729507603728 139645358695808 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24524] ppid=24391 vsize=11080032 memory=1103944 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24524/stat : 24524 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152096 11345952768 275986 33554432000 4194304 4196468 140729507603728 139645051296080 139646734333851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24525] ppid=24391 vsize=11080032 memory=1103944 CPUtime=6.22 cores=1,3,5,7
/proc/24396/task/24525/stat : 24525 (java) S 24391 24396 16605 0 -1 1077944384 48462 13211 0 0 608 7 4 3 20 0 15 0 227152096 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646158739824 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24526] ppid=24391 vsize=11080032 memory=2257 CPUtime=6.25 cores=1,3,5,7
/proc/24396/task/24526/stat : 24526 (java) S 24391 24396 16605 0 -1 1077944384 56417 13211 0 0 610 8 4 3 20 0 15 0 227152096 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646157687024 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24527] ppid=24391 vsize=11080032 memory=1103944 CPUtime=3.54 cores=1,3,5,7
/proc/24396/task/24527/stat : 24527 (java) S 24391 24396 16605 0 -1 1077944384 49127 13211 0 0 340 7 4 3 20 0 15 0 227152096 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646156634224 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24529] ppid=24391 vsize=11080032 memory=1103944 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24529/stat : 24529 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152097 11345952768 275986 33554432000 4194304 4196468 140729507603728 139644620499168 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24531] ppid=24391 vsize=11080032 memory=4004 CPUtime=1.56 cores=1,3,5,7
/proc/24396/task/24531/stat : 24531 (java) S 24391 24396 16605 0 -1 1077944384 969 13211 0 0 65 84 4 3 20 0 15 0 227152097 11345952768 275986 33554432000 4194304 4196468 140729507603728 139646155582640 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 2432.43 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1103944 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.43 1.36 3/215 24753
/proc/meminfo: memFree=21520588/32770624 swapFree=67108860/67108860
[pid=24396] ppid=24391 vsize=11080032 memory=1106100 CPUtime=2493.32 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24391 24396 16605 0 -1 1077944320 320473 13211 0 0 248914 411 4 3 20 0 15 0 227152081 11345952768 276525 33554432000 4194304 4196468 140729507603728 140729507586272 139646734315255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
/proc/24396/statm: 2770008 276525 3529 1 0 2731661 0
[pid=24396/tid=24505] ppid=24391 vsize=11080032 memory=1106100 CPUtime=2414.29 cores=1,3,5,7
/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 102427 13211 0 0 241360 62 4 3 20 0 15 0 227152091 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646706149984 139646319340334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=11080032 memory=1104052 CPUtime=12.54 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 10776 13211 0 0 1182 65 4 3 20 0 15 0 227152092 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=11080032 memory=1103944 CPUtime=12.54 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 12428 13211 0 0 1185 62 4 3 20 0 15 0 227152092 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=11080032 memory=1103944 CPUtime=12.54 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 13610 13211 0 0 1185 62 4 3 20 0 15 0 227152092 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=11080032 memory=1103944 CPUtime=12.52 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 8394 13211 0 0 1180 65 4 3 20 0 15 0 227152092 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24514] ppid=24391 vsize=11080032 memory=0 CPUtime=11.79 cores=1,3,5,7
/proc/24396/task/24514/stat : 24514 (java) S 24391 24396 16605 0 -1 1077944384 15598 13211 0 0 1114 58 4 3 20 0 15 0 227152093 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646159793008 139646734326402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24516] ppid=24391 vsize=11080032 memory=1103996 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24516/stat : 24516 (java) S 24391 24396 16605 0 -1 1077944384 25 13211 0 0 0 0 4 3 20 0 15 0 227152093 11345952768 276525 33554432000 4194304 4196468 140729507603728 139645560022624 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24518] ppid=24391 vsize=11080032 memory=1103996 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24518/stat : 24518 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152094 11345952768 276525 33554432000 4194304 4196468 140729507603728 139645358695808 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24524] ppid=24391 vsize=11080032 memory=1103996 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24524/stat : 24524 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152096 11345952768 276525 33554432000 4194304 4196468 140729507603728 139645051296080 139646734333851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24525] ppid=24391 vsize=11080032 memory=1103996 CPUtime=6.22 cores=1,3,5,7
/proc/24396/task/24525/stat : 24525 (java) S 24391 24396 16605 0 -1 1077944384 48466 13211 0 0 608 7 4 3 20 0 15 0 227152096 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646158739824 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24526] ppid=24391 vsize=11080032 memory=1104052 CPUtime=6.25 cores=1,3,5,7
/proc/24396/task/24526/stat : 24526 (java) S 24391 24396 16605 0 -1 1077944384 56422 13211 0 0 610 8 4 3 20 0 15 0 227152096 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646157687024 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24527] ppid=24391 vsize=11080032 memory=1106100 CPUtime=3.54 cores=1,3,5,7
/proc/24396/task/24527/stat : 24527 (java) S 24391 24396 16605 0 -1 1077944384 49129 13211 0 0 340 7 4 3 20 0 15 0 227152096 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646156634224 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24529] ppid=24391 vsize=11080032 memory=1106100 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24529/stat : 24529 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152097 11345952768 276525 33554432000 4194304 4196468 140729507603728 139644620499168 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24531] ppid=24391 vsize=11080032 memory=1106100 CPUtime=1.59 cores=1,3,5,7
/proc/24396/task/24531/stat : 24531 (java) S 24391 24396 16605 0 -1 1077944384 996 13211 0 0 67 85 4 3 20 0 15 0 227152097 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646155582640 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 2493.32 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1106100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.6 s]
/proc/loadavg: 1.55 1.44 1.37 3/215 24753
/proc/meminfo: memFree=21525248/32770624 swapFree=67108860/67108860
[pid=24396] ppid=24391 vsize=11080032 memory=1106100 CPUtime=2520.02 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24391 24396 16605 0 -1 1077944320 321287 13211 0 0 251580 415 4 3 20 0 15 0 227152081 11345952768 276525 33554432000 4194304 4196468 140729507603728 140729507586272 139646734315255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
/proc/24396/statm: 2770008 276525 3529 1 0 2731661 0
[pid=24396/tid=24505] ppid=24391 vsize=11080032 memory=61824 CPUtime=2440.28 cores=1,3,5,7
/proc/24396/task/24505/stat : 24505 (java) R 24391 24396 16605 0 -1 4202560 102763 13211 0 0 243958 63 4 3 20 0 15 0 227152091 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646706149968 139646318311446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24506] ppid=24391 vsize=11080032 memory=1064 CPUtime=12.68 cores=1,3,5,7
/proc/24396/task/24506/stat : 24506 (java) S 24391 24396 16605 0 -1 1077944384 10778 13211 0 0 1195 66 4 3 20 0 15 0 227152092 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646738557584 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24507] ppid=24391 vsize=11080032 memory=2072 CPUtime=12.68 cores=1,3,5,7
/proc/24396/task/24507/stat : 24507 (java) S 24391 24396 16605 0 -1 1077944384 12432 13211 0 0 1199 62 4 3 20 0 15 0 227152092 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646273514000 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24508] ppid=24391 vsize=11080032 memory=1740 CPUtime=12.68 cores=1,3,5,7
/proc/24396/task/24508/stat : 24508 (java) S 24391 24396 16605 0 -1 1077944384 13629 13211 0 0 1198 63 4 3 20 0 15 0 227152092 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646272461200 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24509] ppid=24391 vsize=11080032 memory=11192 CPUtime=12.67 cores=1,3,5,7
/proc/24396/task/24509/stat : 24509 (java) S 24391 24396 16605 0 -1 1077944384 8396 13211 0 0 1194 66 4 3 20 0 15 0 227152092 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646271408400 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24514] ppid=24391 vsize=11080032 memory=752 CPUtime=11.93 cores=1,3,5,7
/proc/24396/task/24514/stat : 24514 (java) S 24391 24396 16605 0 -1 1077944384 15603 13211 0 0 1127 59 4 3 20 0 15 0 227152093 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646159793008 139646734326402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24516] ppid=24391 vsize=11080032 memory=1828 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24516/stat : 24516 (java) S 24391 24396 16605 0 -1 1077944384 25 13211 0 0 0 0 4 3 20 0 15 0 227152093 11345952768 276525 33554432000 4194304 4196468 140729507603728 139645560022624 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24518] ppid=24391 vsize=11080032 memory=1120 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24518/stat : 24518 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152094 11345952768 276525 33554432000 4194304 4196468 140729507603728 139645358695808 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24524] ppid=24391 vsize=11080032 memory=6120 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24524/stat : 24524 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152096 11345952768 276525 33554432000 4194304 4196468 140729507603728 139645051296080 139646734333851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24525] ppid=24391 vsize=11080032 memory=1724 CPUtime=6.22 cores=1,3,5,7
/proc/24396/task/24525/stat : 24525 (java) S 24391 24396 16605 0 -1 1077944384 48466 13211 0 0 608 7 4 3 20 0 15 0 227152096 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646158739824 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24526] ppid=24391 vsize=11080032 memory=4004 CPUtime=6.25 cores=1,3,5,7
/proc/24396/task/24526/stat : 24526 (java) S 24391 24396 16605 0 -1 1077944384 56422 13211 0 0 610 8 4 3 20 0 15 0 227152096 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646157687024 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24527] ppid=24391 vsize=11080032 memory=3516 CPUtime=3.54 cores=1,3,5,7
/proc/24396/task/24527/stat : 24527 (java) S 24391 24396 16605 0 -1 1077944384 49573 13211 0 0 340 7 4 3 20 0 15 0 227152096 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646156634224 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24529] ppid=24391 vsize=11080032 memory=872 CPUtime=0.07 cores=1,3,5,7
/proc/24396/task/24529/stat : 24529 (java) S 24391 24396 16605 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 227152097 11345952768 276525 33554432000 4194304 4196468 140729507603728 139644620499168 139646734325461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
[pid=24396/tid=24531] ppid=24391 vsize=11080032 memory=1288 CPUtime=1.61 cores=1,3,5,7
/proc/24396/task/24531/stat : 24531 (java) S 24391 24396 16605 0 -1 1077944384 998 13211 0 0 68 86 4 3 20 0 15 0 227152097 11345952768 276525 33554432000 4194304 4196468 140729507603728 139646155582640 139646734326402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140729507609197 140729507611996 140729507611996 140729507614671 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1106100 KiB

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

[startup+2468.63 s]
# the end of solver process 24396 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.87 s, system=4.20281 s

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

Child status: 143
Real time (s): 2468.63
CPU time (s): 2520.07
CPU user time (s): 2515.87
CPU system time (s): 4.20281
CPU usage (%): 102.084
Max. virtual memory (cumulated for all children) (KiB): 11082744
Max. memory (cumulated for all children) (KiB): 1106100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.87
system time used= 4.20281
maximum resident set size= 1108528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335113
page faults= 0
swaps= 0
block input operations= 56
block output operations= 3432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317954
involuntary context switches= 7738


# summary of solver processes directly reported to runsolver:
#   pid: 24396
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.87
#   total CPU system time (s): 4.20281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8294 second user time and 23.5604 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 19:44:49
IDJOB=4304497
IDBENCH=141323
IDSOLVER=2780
FILE ID=node107/4304497-1534095889
RUNJOBID= node107-1534095889-24371
PBS_JOBID= 21036990
Free space on /tmp= 39480 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304497-1534095889/watcher-4304497-1534095889 -o /tmp/evaluation-result-4304497-1534095889/solver-4304497-1534095889 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534095889-24371 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=405005198 HOME/instance-4304497-1534095889.xml

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=405005198

node107.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.40
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.40
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.40
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.40
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:        24902060 kB
MemAvailable:   31904868 kB
Buffers:          213964 kB
Cached:          6985256 kB
SwapCached:            0 kB
Active:          3638060 kB
Inactive:        3615564 kB
Active(anon):       3028 kB
Inactive(anon):   103948 kB
Active(file):    3635032 kB
Inactive(file):  3511616 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53108 kB
Writeback:             0 kB
AnonPages:         61476 kB
Mapped:            52324 kB
Shmem:             49804 kB
Slab:             313216 kB
SReclaimable:     284620 kB
SUnreclaim:        28596 kB
KernelStack:        3200 kB
PageTables:         5216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39428 MiB
End job on node107 at 2018-08-12 20:25:58