Trace number 4312136

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
OscaR - Conflict Ordering with restarts 2018-08-17? 64.425 21.6882

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark252.402
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.56	c seed: 369307417
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
64.19/21.54	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
64.19/21.54		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
64.33/21.63		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
64.33/21.63		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
64.33/21.63		at scala.Array$.fill(Array.scala:263)
64.33/21.63		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
64.33/21.63		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
64.33/21.63		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
64.33/21.63		at oscar.cp.core.CPStore.post(CPStore.scala:282)
64.33/21.63		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
64.33/21.63		at oscar.cp.core.CPSolver$$Lambda$143/1583353301.apply$mcV$sp(Unknown Source)
64.33/21.63		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
64.33/21.63		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
64.33/21.63		at oscar.cp.package$.isInconsistent(package.scala:54)
64.33/21.63		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
64.33/21.63		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
64.33/21.63		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
64.33/21.63		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
64.33/21.63		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
64.33/21.63		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
64.33/21.63		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
64.33/21.63		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
64.33/21.63		at oscar.modeling.models.InstantiatedModel$$Lambda$135/1670546046.apply(Unknown Source)
64.33/21.63		at scala.collection.immutable.List.foreach(List.scala:389)
64.33/21.63		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
64.33/21.63		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
64.33/21.63		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
64.33/21.63		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
64.33/21.63		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
64.33/21.63		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
64.33/21.63		at scala.Function0.apply$mcV$sp(Function0.scala:34)
64.33/21.63		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
64.33/21.63		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
64.33/21.64	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312136-1534569656/watcher-4312136-1534569656 -o /tmp/evaluation-result-4312136-1534569656/solver-4312136-1534569656 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534569656-23416 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 369307417 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312136-1534569656.xml 

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

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


[startup+0.106949 s]*
/proc/loadavg: 0.93 0.72 0.80 3/199 23450
/proc/meminfo: memFree=24727676/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14082736 memory=32084 CPUtime=0.13 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 6909 0 0 0 12 1 0 0 20 0 15 0 274528807 14420721664 8021 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3520684 8021 3164 1 0 3482761 0
[pid=23434/tid=23436] ppid=23431 vsize=14082736 memory=8543466553346073208 CPUtime=0.1 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) R 23431 23434 19620 0 -1 4202560 5025 0 0 0 9 1 0 0 20 0 15 0 274528808 14420721664 8087 33554432000 4194304 4196468 140732425315392 140252339787352 140252315838301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14082736 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) S 23431 23434 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 8087 33554432000 4194304 4196468 140732425315392 140251931011984 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 8087 33554432000 4194304 4196468 140732425315392 140251929959184 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 8087 33554432000 4194304 4196468 140732425315392 140251928906896 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 8087 33554432000 4194304 4196468 140732425315392 140251927854096 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) S 23431 23434 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274528810 14420721664 8087 33554432000 4194304 4196468 140732425315392 140251449473136 140252335573634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23443] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23443/stat : 23443 (java) S 23431 23434 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274528810 14420721664 8087 33554432000 4194304 4196468 140732425315392 140251448419104 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23444] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23444/stat : 23444 (java) S 23431 23434 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274528811 14420721664 8087 33554432000 4194304 4196468 140732425315392 140251447366768 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23445] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23445/stat : 23445 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 8153 33554432000 4194304 4196468 140732425315392 140251446315088 140252335581083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23446] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23446/stat : 23446 (java) S 23431 23434 19620 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 8153 33554432000 4194304 4196468 140732425315392 140251445262960 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23447] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23447/stat : 23447 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 8153 33554432000 4194304 4196468 140732425315392 140251444210160 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23448] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0.01 cores=1,3,5,7
/proc/23434/task/23448/stat : 23448 (java) S 23431 23434 19620 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 274528813 14420721664 8153 33554432000 4194304 4196468 140732425315392 140251443157872 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23449] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 8153 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 8153 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32084 KiB

[startup+0.210978 s]*
/proc/loadavg: 0.93 0.72 0.80 7/218 23473
/proc/meminfo: memFree=24701680/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14082736 memory=46848 CPUtime=0.3 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 10379 0 0 0 28 2 0 0 20 0 15 0 274528807 14420721664 11712 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3520684 11712 3363 1 0 3482761 0
[pid=23434/tid=23436] ppid=23431 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) R 23431 23434 19620 0 -1 4202560 8081 0 0 0 18 2 0 0 20 0 15 0 274528808 14420721664 11712 33554432000 4194304 4196468 140732425315392 140252339789600 140251972791776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) S 23431 23434 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251931011984 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14082736 memory=288370313117951616 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251929959184 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251928906896 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251927854096 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) S 23431 23434 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274528810 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251449473136 140252335573634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23443] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23443/stat : 23443 (java) S 23431 23434 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274528810 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251448419104 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23444] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23444/stat : 23444 (java) S 23431 23434 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274528811 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251447366768 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23445] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23445/stat : 23445 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251446315088 140252335581083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23446] ppid=23431 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23434/task/23446/stat : 23446 (java) R 23431 23434 19620 0 -1 4202560 443 0 0 0 2 0 0 0 20 0 15 0 274528813 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251445262960 140252321626683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23447] ppid=23431 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23434/task/23447/stat : 23447 (java) R 23431 23434 19620 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 15 0 274528813 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251444210160 140252335573634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23448] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0.06 cores=1,3,5,7
/proc/23434/task/23448/stat : 23448 (java) R 23431 23434 19620 0 -1 4202560 306 0 0 0 6 0 0 0 20 0 15 0 274528813 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251443154808 140252314698159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23449] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 11712 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46848 KiB

[startup+0.310714 s]*
/proc/loadavg: 0.93 0.72 0.80 4/219 23474
/proc/meminfo: memFree=24681320/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14082736 memory=50440 CPUtime=0.44 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 10777 0 0 0 42 2 0 0 20 0 15 0 274528807 14420721664 12610 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3520684 12610 3366 1 0 3482761 0
[pid=23434/tid=23436] ppid=23431 vsize=14082736 memory=-7157168121075788932 CPUtime=0.3 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) R 23431 23434 19620 0 -1 4202560 8443 0 0 0 28 2 0 0 20 0 15 0 274528808 14420721664 12610 33554432000 4194304 4196468 140732425315392 140252339774000 140252315837809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14082736 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) S 23431 23434 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251931011984 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14082736 memory=139936966239874 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251929959184 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251928906896 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251927854096 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) S 23431 23434 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274528810 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251449473136 140252335573634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23443] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23443/stat : 23443 (java) S 23431 23434 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274528810 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251448419104 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23444] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23444/stat : 23444 (java) S 23431 23434 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274528811 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251447366768 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23445] ppid=23431 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23445/stat : 23445 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251446315088 140252335581083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23446] ppid=23431 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23434/task/23446/stat : 23446 (java) S 23431 23434 19620 0 -1 1077944384 455 0 0 0 3 0 0 0 20 0 15 0 274528813 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251445262960 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23447] ppid=23431 vsize=14082736 memory=139936812650055 CPUtime=0.01 cores=1,3,5,7
/proc/23434/task/23447/stat : 23447 (java) S 23431 23434 19620 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 15 0 274528813 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251444210160 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23448] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0.08 cores=1,3,5,7
/proc/23434/task/23448/stat : 23448 (java) S 23431 23434 19620 0 -1 1077944384 327 0 0 0 8 0 0 0 20 0 15 0 274528813 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251443157872 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23449] ppid=23431 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14082736 memory=139936966239872 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528813 14420721664 12610 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50440 KiB

[startup+0.700759 s]
/proc/loadavg: 0.93 0.72 0.80 3/219 23474
/proc/meminfo: memFree=24647776/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14084804 memory=89096 CPUtime=0.99 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 17635 0 0 0 95 4 0 0 20 0 15 0 274528807 14422839296 22274 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3521201 22274 3499 1 0 3483273 0
[pid=23434/tid=23436] ppid=23431 vsize=14084804 memory=139938624438697 CPUtime=0.67 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) R 23431 23434 19620 0 -1 4202560 14900 0 0 0 64 3 0 0 20 0 15 0 274528808 14422839296 22274 33554432000 4194304 4196468 140732425315392 140252339777760 140252319688920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14084804 memory=279873625431536 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) S 23431 23434 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274528809 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251931011984 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251929959184 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251928906896 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528809 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251927854096 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) S 23431 23434 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274528810 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251449473136 140252335573634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23443] ppid=23431 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23443/stat : 23443 (java) S 23431 23434 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274528810 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251448419104 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23444] ppid=23431 vsize=14084804 memory=240619435880177 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23444/stat : 23444 (java) S 23431 23434 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274528811 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251447366768 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23445] ppid=23431 vsize=14084804 memory=1252454 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23445/stat : 23445 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251446315088 140252335581083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23446] ppid=23431 vsize=14084804 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23434/task/23446/stat : 23446 (java) S 23431 23434 19620 0 -1 1077944384 614 0 0 0 9 0 0 0 20 0 15 0 274528813 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251445262960 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23447] ppid=23431 vsize=14084804 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23434/task/23447/stat : 23447 (java) S 23431 23434 19620 0 -1 1077944384 320 0 0 0 5 0 0 0 20 0 15 0 274528813 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251444210160 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23448] ppid=23431 vsize=14084804 memory=7809523229951467572 CPUtime=0.15 cores=1,3,5,7
/proc/23434/task/23448/stat : 23448 (java) S 23431 23434 19620 0 -1 1077944384 421 0 0 0 15 0 0 0 20 0 15 0 274528813 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251443157872 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23449] ppid=23431 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14084804 memory=-6150332182479267939 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274528813 14422839296 22274 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89096 KiB

[startup+1.50074 s]
/proc/loadavg: 1.02 0.74 0.81 5/219 23474
/proc/meminfo: memFree=24434052/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14086852 memory=335580 CPUtime=2.84 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 21417 0 0 0 271 13 0 0 20 0 15 0 274528807 14424936448 83383 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3521713 83895 3566 1 0 3483785 0
[pid=23434/tid=23436] ppid=23431 vsize=14086852 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) R 23431 23434 19620 0 -1 4202560 15528 0 0 0 137 6 0 0 20 0 15 0 274528808 14424936448 83895 33554432000 4194304 4196468 140732425315392 140252339797296 140251976285275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14086852 memory=33 CPUtime=0.02 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) S 23431 23434 19620 0 -1 1077944384 164 0 0 0 1 1 0 0 20 0 15 0 274528809 14424936448 83895 33554432000 4194304 4196468 140732425315392 140251931011984 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14086852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) S 23431 23434 19620 0 -1 1077944384 338 0 0 0 2 1 0 0 20 0 15 0 274528809 14424936448 83895 33554432000 4194304 4196468 140732425315392 140251929959184 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14086852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) S 23431 23434 19620 0 -1 1077944384 145 0 0 0 2 1 0 0 20 0 15 0 274528809 14424936448 83895 33554432000 4194304 4196468 140732425315392 140251928906896 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14086852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) S 23431 23434 19620 0 -1 1077944384 134 0 0 0 1 1 0 0 20 0 15 0 274528809 14424936448 83895 33554432000 4194304 4196468 140732425315392 140251927854096 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14086852 memory=56 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) S 23431 23434 19620 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 274528810 14424936448 83895 33554432000 4194304 4196468 140732425315392 140251449473136 140252335573634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0

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

[pid=23434/tid=23449] ppid=23431 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2604756 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14088900 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 728 0 0 0 0 1 0 0 20 0 15 0 274528813 14427033600 2604756 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 45.57 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 10419024 KiB

[startup+19.2008 s]
/proc/loadavg: 1.90 0.95 0.88 6/219 23474
/proc/meminfo: memFree=8787760/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14088900 memory=11759500 CPUtime=55.8 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 289237 0 0 0 4416 1164 0 0 20 0 15 0 274528807 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3522225 2939875 3590 1 0 3484297 0
[pid=23434/tid=23436] ppid=23431 vsize=14088900 memory=7451894300419318880 CPUtime=6.91 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) S 23431 23434 19620 0 -1 1077944384 23330 0 0 0 675 16 0 0 20 0 15 0 274528808 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140252339798192 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14088900 memory=6791534058613427641 CPUtime=11.52 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) S 23431 23434 19620 0 -1 1077944384 64916 0 0 0 898 254 0 0 20 0 15 0 274528809 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251931011984 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14088900 memory=4132 CPUtime=11.5 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) S 23431 23434 19620 0 -1 1077944384 58846 0 0 0 873 277 0 0 20 0 15 0 274528809 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251929959184 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14088900 memory=10975648 CPUtime=11.56 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) S 23431 23434 19620 0 -1 1077944384 56725 0 0 0 836 320 0 0 20 0 15 0 274528809 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251928906896 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14088900 memory=9751808 CPUtime=11.5 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) S 23431 23434 19620 0 -1 1077944384 59591 0 0 0 862 288 0 0 20 0 15 0 274528809 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251927854096 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14088900 memory=8854784 CPUtime=0.64 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) R 23431 23434 19620 0 -1 4202560 16335 0 0 0 63 1 0 0 20 0 15 0 274528810 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251449471680 140252313932667 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23443] ppid=23431 vsize=14088900 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23443/stat : 23443 (java) S 23431 23434 19620 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274528810 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251448419168 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23444] ppid=23431 vsize=14088900 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23444/stat : 23444 (java) S 23431 23434 19620 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 274528811 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251447366784 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23445] ppid=23431 vsize=14088900 memory=15932 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23445/stat : 23445 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251446315088 140252335581083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23446] ppid=23431 vsize=14088900 memory=3332 CPUtime=0.84 cores=1,3,5,7
/proc/23434/task/23446/stat : 23446 (java) S 23431 23434 19620 0 -1 1077944384 2835 0 0 0 84 0 0 0 20 0 15 0 274528813 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251445262960 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23447] ppid=23431 vsize=14088900 memory=1732 CPUtime=0.75 cores=1,3,5,7
/proc/23434/task/23447/stat : 23447 (java) S 23431 23434 19620 0 -1 1077944384 2586 0 0 0 75 0 0 0 20 0 15 0 274528813 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251444210160 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23448] ppid=23431 vsize=14088900 memory=1172 CPUtime=0.47 cores=1,3,5,7
/proc/23434/task/23448/stat : 23448 (java) S 23431 23434 19620 0 -1 1077944384 1918 0 0 0 47 0 0 0 20 0 15 0 274528813 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251443157872 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23449] ppid=23431 vsize=14088900 memory=11759500 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14088900 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 728 0 0 0 0 1 0 0 20 0 15 0 274528813 14427033600 2939875 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 55.8 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759500 KiB

[startup+20.8008 s]
/proc/loadavg: 1.90 0.95 0.88 6/219 23474
/proc/meminfo: memFree=8786892/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14088900 memory=11759788 CPUtime=61.86 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 299547 0 0 0 5018 1168 0 0 20 0 15 0 274528807 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3522225 2939947 3590 1 0 3484297 0
[pid=23434/tid=23436] ppid=23431 vsize=14088900 memory=11759336 CPUtime=6.91 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) S 23431 23434 19620 0 -1 1077944384 23330 0 0 0 675 16 0 0 20 0 15 0 274528808 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140252339798192 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14088900 memory=6791534058613427641 CPUtime=13.01 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) R 23431 23434 19620 0 -1 4202560 64929 0 0 0 1046 255 0 0 20 0 15 0 274528809 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251931012104 140252328190695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14088900 memory=288230596050944315 CPUtime=12.99 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) R 23431 23434 19620 0 -1 4202560 58858 0 0 0 1021 278 0 0 20 0 15 0 274528809 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251929958992 140252328190695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14088900 memory=11759336 CPUtime=13.04 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) R 23431 23434 19620 0 -1 4202560 56744 0 0 0 983 321 0 0 20 0 15 0 274528809 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251928907016 140252328190695 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14088900 memory=7356 CPUtime=13.04 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) R 23431 23434 19620 0 -1 4202560 69832 0 0 0 1015 289 0 0 20 0 15 0 274528809 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251927854296 140252320552045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14088900 memory=5400 CPUtime=0.69 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) S 23431 23434 19620 0 -1 1077944384 16342 0 0 0 68 1 0 0 20 0 15 0 274528810 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251449471696 140252335572693 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23443] ppid=23431 vsize=14088900 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23443/stat : 23443 (java) S 23431 23434 19620 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274528810 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251448419168 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23444] ppid=23431 vsize=14088900 memory=10784 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23444/stat : 23444 (java) S 23431 23434 19620 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 274528811 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251447366784 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23445] ppid=23431 vsize=14088900 memory=872 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23445/stat : 23445 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251446315088 140252335581083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23446] ppid=23431 vsize=14088900 memory=6791534058613427641 CPUtime=0.84 cores=1,3,5,7
/proc/23434/task/23446/stat : 23446 (java) S 23431 23434 19620 0 -1 1077944384 2835 0 0 0 84 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251445262960 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23447] ppid=23431 vsize=14088900 memory=8514701219730522529 CPUtime=0.75 cores=1,3,5,7
/proc/23434/task/23447/stat : 23447 (java) S 23431 23434 19620 0 -1 1077944384 2586 0 0 0 75 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251444210160 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23448] ppid=23431 vsize=14088900 memory=-8341965534556230502 CPUtime=0.47 cores=1,3,5,7
/proc/23434/task/23448/stat : 23448 (java) S 23431 23434 19620 0 -1 1077944384 1918 0 0 0 47 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251443157872 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23449] ppid=23431 vsize=14088900 memory=-8412656567318647667 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14088900 memory=4713745541279610410 CPUtime=0.01 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 747 0 0 0 0 1 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 61.86 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759788 KiB

[startup+21.201 s]
/proc/loadavg: 1.91 0.97 0.88 6/219 23474
/proc/meminfo: memFree=8789992/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14088900 memory=11759788 CPUtime=63.15 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 329115 0 0 0 5146 1169 0 0 20 0 15 0 274528807 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3522225 2939947 3590 1 0 3484297 0
[pid=23434/tid=23436] ppid=23431 vsize=14088900 memory=288230596050944315 CPUtime=6.91 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) S 23431 23434 19620 0 -1 1077944384 23349 0 0 0 675 16 0 0 20 0 15 0 274528808 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140252339798192 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14088900 memory=16100360058046859 CPUtime=13.31 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) S 23431 23434 19620 0 -1 1077944384 65071 0 0 0 1076 255 0 0 20 0 15 0 274528809 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251931011984 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14088900 memory=288285575960871260 CPUtime=13.3 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) S 23431 23434 19620 0 -1 1077944384 67139 0 0 0 1051 279 0 0 20 0 15 0 274528809 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251929959184 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14088900 memory=297290353835086359 CPUtime=13.34 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) S 23431 23434 19620 0 -1 1077944384 62548 0 0 0 1013 321 0 0 20 0 15 0 274528809 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251928906896 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14088900 memory=288286675455705853 CPUtime=13.34 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) S 23431 23434 19620 0 -1 1077944384 74915 0 0 0 1044 290 0 0 20 0 15 0 274528809 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251927854096 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14088900 memory=3904959746394053799 CPUtime=0.79 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) R 23431 23434 19620 0 -1 4202560 26579 0 0 0 77 2 0 0 20 0 15 0 274528810 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251449471568 140252313932667 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23443] ppid=23431 vsize=14088900 memory=7523071198212214892 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23443/stat : 23443 (java) S 23431 23434 19620 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 274528810 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251448419072 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23444] ppid=23431 vsize=14088900 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23444/stat : 23444 (java) S 23431 23434 19620 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 274528811 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251447366784 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23445] ppid=23431 vsize=14088900 memory=7079772213163872336 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23445/stat : 23445 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251446315088 140252335581083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23446] ppid=23431 vsize=14088900 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/23434/task/23446/stat : 23446 (java) S 23431 23434 19620 0 -1 1077944384 2835 0 0 0 84 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251445262960 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23447] ppid=23431 vsize=14088900 memory=4629771062077588875 CPUtime=0.75 cores=1,3,5,7
/proc/23434/task/23447/stat : 23447 (java) S 23431 23434 19620 0 -1 1077944384 2586 0 0 0 75 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251444210160 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23448] ppid=23431 vsize=14088900 memory=-8961168018402230209 CPUtime=0.47 cores=1,3,5,7
/proc/23434/task/23448/stat : 23448 (java) S 23431 23434 19620 0 -1 1077944384 1918 0 0 0 47 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251443157872 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23449] ppid=23431 vsize=14088900 memory=8414074075373934941 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14088900 memory=11759788 CPUtime=0.01 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 747 0 0 0 0 1 0 0 20 0 15 0 274528813 14427033600 2939947 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 63.15 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759788 KiB

[startup+21.601 s]
/proc/loadavg: 1.91 0.97 0.88 6/219 23474
/proc/meminfo: memFree=8789992/32770624 swapFree=67108856/67108860
[pid=23434] ppid=23431 vsize=14088900 memory=11759820 CPUtime=64.33 cores=1,3,5,7
/proc/23434/stat : 23434 (java) S 23431 23434 19620 0 -1 1077944320 366602 0 0 0 5262 1171 0 0 20 0 15 0 274528807 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140732425297936 140252335562487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
/proc/23434/statm: 3522225 2939955 3591 1 0 3484297 0
[pid=23434/tid=23436] ppid=23431 vsize=14088900 memory=6003388928913663842 CPUtime=6.91 cores=1,3,5,7
/proc/23434/task/23436/stat : 23436 (java) S 23431 23434 19620 0 -1 1077944384 23421 0 0 0 675 16 0 0 20 0 15 0 274528808 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140252339802256 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23438] ppid=23431 vsize=14088900 memory=4638778428766896230 CPUtime=13.58 cores=1,3,5,7
/proc/23434/task/23438/stat : 23438 (java) S 23431 23434 19620 0 -1 1077944384 72577 0 0 0 1102 256 0 0 20 0 15 0 274528809 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251931011984 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23439] ppid=23431 vsize=14088900 memory=6791534058613427641 CPUtime=13.56 cores=1,3,5,7
/proc/23434/task/23439/stat : 23439 (java) S 23431 23434 19620 0 -1 1077944384 74724 0 0 0 1077 279 0 0 20 0 15 0 274528809 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251929959184 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23440] ppid=23431 vsize=14088900 memory=5400 CPUtime=13.6 cores=1,3,5,7
/proc/23434/task/23440/stat : 23440 (java) S 23431 23434 19620 0 -1 1077944384 63336 0 0 0 1039 321 0 0 20 0 15 0 274528809 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251928906896 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23441] ppid=23431 vsize=14088900 memory=1108 CPUtime=13.59 cores=1,3,5,7
/proc/23434/task/23441/stat : 23441 (java) S 23431 23434 19620 0 -1 1077944384 96444 0 0 0 1069 290 0 0 20 0 15 0 274528809 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251927854096 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23442] ppid=23431 vsize=14088900 memory=1920 CPUtime=0.93 cores=1,3,5,7
/proc/23434/task/23442/stat : 23442 (java) R 23431 23434 19620 0 -1 4202560 26585 0 0 0 91 2 0 0 20 0 15 0 274528810 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251449471568 140252313932648 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23443] ppid=23431 vsize=14088900 memory=1192 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23443/stat : 23443 (java) S 23431 23434 19620 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274528810 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251448419168 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23444] ppid=23431 vsize=14088900 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23444/stat : 23444 (java) S 23431 23434 19620 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 274528811 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251447366784 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23445] ppid=23431 vsize=14088900 memory=11759552 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23445/stat : 23445 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251446315088 140252335581083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23446] ppid=23431 vsize=14088900 memory=14888 CPUtime=0.84 cores=1,3,5,7
/proc/23434/task/23446/stat : 23446 (java) S 23431 23434 19620 0 -1 1077944384 2835 0 0 0 84 0 0 0 20 0 15 0 274528813 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251445262960 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23447] ppid=23431 vsize=14088900 memory=3868 CPUtime=0.75 cores=1,3,5,7
/proc/23434/task/23447/stat : 23447 (java) S 23431 23434 19620 0 -1 1077944384 2586 0 0 0 75 0 0 0 20 0 15 0 274528813 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251444210160 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23448] ppid=23431 vsize=14088900 memory=15932 CPUtime=0.47 cores=1,3,5,7
/proc/23434/task/23448/stat : 23448 (java) S 23431 23434 19620 0 -1 1077944384 1918 0 0 0 47 0 0 0 20 0 15 0 274528813 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251443157872 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23449] ppid=23431 vsize=14088900 memory=3332 CPUtime=0 cores=1,3,5,7
/proc/23434/task/23449/stat : 23449 (java) S 23431 23434 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274528813 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251442105312 140252335572693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
[pid=23434/tid=23450] ppid=23431 vsize=14088900 memory=1732 CPUtime=0.01 cores=1,3,5,7
/proc/23434/task/23450/stat : 23450 (java) S 23431 23434 19620 0 -1 1077944384 747 0 0 0 0 1 0 0 20 0 15 0 274528813 14427033600 2939955 33554432000 4194304 4196468 140732425315392 140251441052080 140252335573634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15171584 140732425323599 140732425323790 140732425323790 140732425326543 0
Current children cumulated CPU time: 64.33 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759820 KiB

Child status: 1
Real time (s): 21.6882
CPU time (s): 64.425
CPU user time (s): 52.6478
CPU system time (s): 11.7772
CPU usage (%): 297.051
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11759820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.6478
system time used= 11.7772
maximum resident set size= 11759820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366723
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5333
involuntary context switches= 600


# summary of solver processes directly reported to runsolver:
#   pid: 23434
#   total CPU time (s): 64.425
#   total CPU user time (s): 52.6478
#   total CPU system time (s): 11.7772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.147925 second user time and 0.294667 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-18 07:20:56
IDJOB=4312136
IDBENCH=141303
IDSOLVER=2800
FILE ID=node132/4312136-1534569656
RUNJOBID= node132-1534569656-23416
PBS_JOBID= 21038639
Free space on /tmp= 57680 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312136-1534569656/watcher-4312136-1534569656 -o /tmp/evaluation-result-4312136-1534569656/solver-4312136-1534569656 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534569656-23416 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 369307417 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312136-1534569656.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=369307417

node132.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.65
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.65
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.65
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.65
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:        24782524 kB
MemAvailable:   31901248 kB
Buffers:          262476 kB
Cached:          7141040 kB
SwapCached:            4 kB
Active:          4183264 kB
Inactive:        3274192 kB
Active(anon):      29764 kB
Inactive(anon):    92944 kB
Active(file):    4153500 kB
Inactive(file):  3181248 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:            116364 kB
Writeback:             4 kB
AnonPages:         60400 kB
Mapped:            21644 kB
Shmem:             66204 kB
Slab:             227744 kB
SReclaimable:     199624 kB
SUnreclaim:        28120 kB
KernelStack:        3248 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     366940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 57608 MiB
End job on node132 at 2018-08-18 07:21:18