Trace number 4307825

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-14? 73.1761 29.7973

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 696678219
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
72.33/29.47	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
72.33/29.48		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
72.33/29.48		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
72.33/29.48		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
72.33/29.48		at scala.Array$.fill(Array.scala:263)
72.33/29.48		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
72.33/29.48		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
72.33/29.48		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
72.33/29.48		at oscar.cp.core.CPStore.post(CPStore.scala:282)
72.33/29.48		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
72.33/29.48		at oscar.cp.core.CPSolver$$Lambda$143/1463355115.apply$mcV$sp(Unknown Source)
72.33/29.48		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
73.08/29.73		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
73.08/29.73		at oscar.cp.package$.isInconsistent(package.scala:54)
73.08/29.73		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
73.08/29.73		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
73.08/29.73		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
73.08/29.73		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
73.08/29.73		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
73.08/29.73		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
73.08/29.73		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
73.08/29.73		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
73.08/29.73		at oscar.modeling.models.InstantiatedModel$$Lambda$135/2024415090.apply(Unknown Source)
73.08/29.73		at scala.collection.immutable.List.foreach(List.scala:389)
73.08/29.73		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
73.08/29.73		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
73.08/29.73		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
73.08/29.73		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
73.08/29.73		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
73.08/29.73		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
73.08/29.73		at scala.Function0.apply$mcV$sp(Function0.scala:34)
73.08/29.73		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
73.08/29.73		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
73.08/29.73	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 (4097 MiB free)
  memory of node 1: 16384 MiB (9813 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307825-1534290530/watcher-4307825-1534290530 -o /tmp/evaluation-result-4307825-1534290530/solver-4307825-1534290530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534270591-14141 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 696678219 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307825-1534290530.xml 

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

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

solver pid=16175, runsolver pid=16172

[startup+0.100141 s]*
/proc/loadavg: 1.98 1.99 1.95 3/215 16190
/proc/meminfo: memFree=14227268/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14082736 memory=30516 CPUtime=0.12 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 6553 0 0 0 11 1 0 0 20 0 15 0 246616409 14420721664 7629 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3520684 7629 3153 1 0 3482761 0
[pid=16175/tid=16177] ppid=16172 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) R 16172 16175 12756 0 -1 4202560 4590 0 0 0 9 0 0 0 20 0 15 0 246616410 14420721664 7629 33554432000 4194304 4196468 140731006606528 139791507505416 139791484696122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14082736 memory=5793855117985368505 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 7629 33554432000 4194304 4196468 140731006606528 139791455922448 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 7629 33554432000 4194304 4196468 140731006606528 139791098374544 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 7629 33554432000 4194304 4196468 140731006606528 139791097322000 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 7629 33554432000 4194304 4196468 140731006606528 139791096269456 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616412 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790617115120 139791503313538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16183] ppid=16172 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16183/stat : 16183 (java) S 16172 16175 12756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246616412 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790616061344 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16184] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16184/stat : 16184 (java) S 16172 16175 12756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246616413 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790615008752 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16185] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16185/stat : 16185 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790613957328 139791503320987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16186] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16186/stat : 16186 (java) S 16172 16175 12756 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790612903920 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16187] ppid=16172 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16187/stat : 16187 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790611851376 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16188] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0.01 cores=1,3,5,7
/proc/16175/task/16188/stat : 16188 (java) S 16172 16175 12756 0 -1 1077944384 290 0 0 0 1 0 0 0 20 0 15 0 246616415 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790610798832 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16189] ppid=16172 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 7629 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30516 KiB

[startup+0.210509 s]*
/proc/loadavg: 1.98 1.99 1.95 5/215 16190
/proc/meminfo: memFree=14212136/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14082736 memory=47144 CPUtime=0.3 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 10360 0 0 0 28 2 0 0 20 0 15 0 246616409 14420721664 11786 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3520684 11786 3382 1 0 3482761 0
[pid=16175/tid=16177] ppid=16172 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) R 16172 16175 12756 0 -1 4202560 8069 0 0 0 19 1 0 0 20 0 15 0 246616410 14420721664 11786 33554432000 4194304 4196468 140731006606528 139791507525488 139791487346021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14082736 memory=4211973593180265866 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 11786 33554432000 4194304 4196468 140731006606528 139791455922448 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 11786 33554432000 4194304 4196468 140731006606528 139791098374544 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 11786 33554432000 4194304 4196468 140731006606528 139791097322000 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 11786 33554432000 4194304 4196468 140731006606528 139791096269456 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) S 16172 16175 12756 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246616412 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790617115120 139791503313538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16183] ppid=16172 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16183/stat : 16183 (java) S 16172 16175 12756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246616412 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790616061344 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16184] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16184/stat : 16184 (java) S 16172 16175 12756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246616413 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790615008752 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16185] ppid=16172 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16185/stat : 16185 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790613957328 139791503320987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16186] ppid=16172 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16175/task/16186/stat : 16186 (java) R 16172 16175 12756 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 15 0 246616415 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790612903920 139791484002688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16187] ppid=16172 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/16175/task/16187/stat : 16187 (java) R 16172 16175 12756 0 -1 4202560 224 0 0 0 2 0 0 0 20 0 15 0 246616415 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790611851376 139791488419587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16188] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0.05 cores=1,3,5,7
/proc/16175/task/16188/stat : 16188 (java) R 16172 16175 12756 0 -1 1077944384 339 0 0 0 5 0 0 0 20 0 15 0 246616415 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790610798832 139791503313538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16189] ppid=16172 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 11786 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47144 KiB

[startup+0.310537 s]*
/proc/loadavg: 1.98 1.99 1.95 4/215 16190
/proc/meminfo: memFree=14208064/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14082736 memory=50648 CPUtime=0.44 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 10778 0 0 0 42 2 0 0 20 0 15 0 246616409 14420721664 12662 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3520684 12662 3385 1 0 3482761 0
[pid=16175/tid=16177] ppid=16172 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) R 16172 16175 12756 0 -1 4202560 8431 0 0 0 29 1 0 0 20 0 15 0 246616410 14420721664 12662 33554432000 4194304 4196468 140731006606528 139791507513904 139791488467955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14082736 memory=4211973593180265866 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 12662 33554432000 4194304 4196468 140731006606528 139791455922448 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14082736 memory=139866975477688 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 12662 33554432000 4194304 4196468 140731006606528 139791098374544 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14082736 memory=139866818075620 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 12662 33554432000 4194304 4196468 140731006606528 139791097322000 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14082736 memory=139866818072015 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14420721664 12662 33554432000 4194304 4196468 140731006606528 139791096269456 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14082736 memory=139866975488111 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) S 16172 16175 12756 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246616412 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790617115120 139791503313538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16183] ppid=16172 vsize=14082736 memory=139866818081199 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16183/stat : 16183 (java) S 16172 16175 12756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246616412 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790616061344 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16184] ppid=16172 vsize=14082736 memory=279733636153232 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16184/stat : 16184 (java) S 16172 16175 12756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246616413 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790615008752 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16185] ppid=16172 vsize=14082736 memory=279733636150928 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16185/stat : 16185 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790613957328 139791503320987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16186] ppid=16172 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16175/task/16186/stat : 16186 (java) S 16172 16175 12756 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 246616415 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790612903920 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16187] ppid=16172 vsize=14082736 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/16175/task/16187/stat : 16187 (java) S 16172 16175 12756 0 -1 1077944384 244 0 0 0 3 0 0 0 20 0 15 0 246616415 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790611851376 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16188] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0.07 cores=1,3,5,7
/proc/16175/task/16188/stat : 16188 (java) S 16172 16175 12756 0 -1 1077944384 358 0 0 0 7 0 0 0 20 0 15 0 246616415 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790610798832 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16189] ppid=16172 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14082736 memory=139866975475328 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616415 14420721664 12662 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50648 KiB

[startup+0.700762 s]
/proc/loadavg: 1.98 1.99 1.95 4/215 16190
/proc/meminfo: memFree=14184004/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14084804 memory=88544 CPUtime=0.99 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 17628 0 0 0 94 5 0 0 20 0 15 0 246616409 14422839296 22136 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3521201 22136 3484 1 0 3483273 0
[pid=16175/tid=16177] ppid=16172 vsize=14084804 memory=876 CPUtime=0.67 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) R 16172 16175 12756 0 -1 4202560 14884 0 0 0 64 3 0 0 20 0 15 0 246616410 14422839296 22136 33554432000 4194304 4196468 140731006606528 139791507526496 139791503324317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14084804 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616411 14422839296 22136 33554432000 4194304 4196468 140731006606528 139791455922448 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14084804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14422839296 22136 33554432000 4194304 4196468 140731006606528 139791098374544 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14084804 memory=6296683612554547549 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14422839296 22136 33554432000 4194304 4196468 140731006606528 139791097322000 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) S 16172 16175 12756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246616411 14422839296 22136 33554432000 4194304 4196468 140731006606528 139791096269456 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) S 16172 16175 12756 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246616412 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790617115120 139791503313538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16183] ppid=16172 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16183/stat : 16183 (java) S 16172 16175 12756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246616412 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790616061344 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16184] ppid=16172 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16184/stat : 16184 (java) S 16172 16175 12756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246616413 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790615008752 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16185] ppid=16172 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16185/stat : 16185 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790613957328 139791503320987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16186] ppid=16172 vsize=14084804 memory=264 CPUtime=0.05 cores=1,3,5,7
/proc/16175/task/16186/stat : 16186 (java) S 16172 16175 12756 0 -1 1077944384 523 0 0 0 5 0 0 0 20 0 15 0 246616415 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790612903920 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16187] ppid=16172 vsize=14084804 memory=7 CPUtime=0.09 cores=1,3,5,7
/proc/16175/task/16187/stat : 16187 (java) S 16172 16175 12756 0 -1 1077944384 387 0 0 0 9 0 0 0 20 0 15 0 246616415 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790611851376 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16188] ppid=16172 vsize=14084804 memory=20165 CPUtime=0.14 cores=1,3,5,7
/proc/16175/task/16188/stat : 16188 (java) S 16172 16175 12756 0 -1 1077944384 447 0 0 0 14 0 0 0 20 0 15 0 246616415 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790610798832 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16189] ppid=16172 vsize=14084804 memory=279733636337136 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246616415 14422839296 22136 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88544 KiB

[startup+1.50121 s]
/proc/loadavg: 1.98 1.99 1.95 3/215 16190
/proc/meminfo: memFree=13946320/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14086852 memory=576332 CPUtime=2.74 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 19891 0 0 0 227 47 0 0 20 0 15 0 246616409 14424936448 144083 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3521713 144083 3552 1 0 3483785 0
[pid=16175/tid=16177] ppid=16172 vsize=14086852 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) R 16172 16175 12756 0 -1 4202560 15314 0 0 0 117 11 0 0 20 0 15 0 246616410 14424936448 144083 33554432000 4194304 4196468 140731006606528 139791507536528 139791139043975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14086852 memory=-3535359994705172833 CPUtime=0.18 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) S 16172 16175 12756 0 -1 1077944384 194 0 0 0 10 8 0 0 20 0 15 0 246616411 14424936448 144083 33554432000 4194304 4196468 140731006606528 139791455922448 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14086852 memory=-3472574513799858003 CPUtime=0.18 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) S 16172 16175 12756 0 -1 1077944384 246 0 0 0 10 8 0 0 20 0 15 0 246616411 14424936448 144083 33554432000 4194304 4196468 140731006606528 139791098374544 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14086852 memory=-1088251628401078322 CPUtime=0.18 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) S 16172 16175 12756 0 -1 1077944384 195 0 0 0 10 8 0 0 20 0 15 0 246616411 14424936448 144083 33554432000 4194304 4196468 140731006606528 139791097322000 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14086852 memory=-6007061419333740898 CPUtime=0.17 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) S 16172 16175 12756 0 -1 1077944384 181 0 0 0 10 7 0 0 20 0 15 0 246616411 14424936448 144083 33554432000 4194304 4196468 140731006606528 139791096269456 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14086852 memory=-6585528546044026665 CPUtime=0.01 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) S 16172 16175 12756 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 15 0 246616412 14424936448 144083 33554432000 4194304 4196468 140731006606528 139790617115120 139791503313538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0

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

[pid=16175/tid=16189] ppid=16172 vsize=14088900 memory=68 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941653 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14088900 memory=50833 CPUtime=0.01 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 788 0 0 0 1 0 0 0 20 0 15 0 246616415 14427033600 2941653 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 64.43 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11766612 KiB

[startup+28.8008 s]
/proc/loadavg: 2.55 2.12 2.00 6/215 16267
/proc/meminfo: memFree=6818440/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14088900 memory=11766984 CPUtime=70.46 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 239384 0 0 0 5891 1155 0 0 20 0 15 0 246616409 14427033600 2941746 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3522225 2941746 3593 1 0 3484297 0
[pid=16175/tid=16177] ppid=16172 vsize=14088900 memory=1430 CPUtime=14.3 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) S 16172 16175 12756 0 -1 1077944384 56234 0 0 0 1411 19 0 0 20 0 15 0 246616410 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139791507537840 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14088900 memory=139866818425576 CPUtime=13.13 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) R 16172 16175 12756 0 -1 4202560 36937 0 0 0 1001 312 0 0 20 0 15 0 246616411 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139791455922568 139791495930599 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14088900 memory=7732793055694055013 CPUtime=13.22 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) R 16172 16175 12756 0 -1 4202560 39704 0 0 0 1037 285 0 0 20 0 15 0 246616411 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139791098374432 139791496405377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14088900 memory=7085963563191717998 CPUtime=13.18 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) R 16172 16175 12756 0 -1 4202560 42583 0 0 0 1076 242 0 0 20 0 15 0 246616411 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139791097321808 139791495930599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14088900 memory=6791534058613427641 CPUtime=13.1 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) R 16172 16175 12756 0 -1 4202560 37099 0 0 0 1022 288 0 0 20 0 15 0 246616411 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139791096269576 139791495930599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14088900 memory=6944656592455359545 CPUtime=1.17 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) S 16172 16175 12756 0 -1 1077944384 17621 0 0 0 115 2 0 0 20 0 15 0 246616412 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790617113680 139791503312597 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16183] ppid=16172 vsize=14088900 memory=11766344 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16183/stat : 16183 (java) S 16172 16175 12756 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 246616412 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790616061408 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16184] ppid=16172 vsize=14088900 memory=6944652027076318631 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16184/stat : 16184 (java) S 16172 16175 12756 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616413 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790615008768 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16185] ppid=16172 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16185/stat : 16185 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790613957328 139791503320987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16186] ppid=16172 vsize=14088900 memory=2410 CPUtime=0.94 cores=1,3,5,7
/proc/16175/task/16186/stat : 16186 (java) S 16172 16175 12756 0 -1 1077944384 3155 0 0 0 94 0 0 0 20 0 15 0 246616415 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790612903920 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16187] ppid=16172 vsize=14088900 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/16175/task/16187/stat : 16187 (java) S 16172 16175 12756 0 -1 1077944384 2037 0 0 0 80 0 0 0 20 0 15 0 246616415 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790611851376 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16188] ppid=16172 vsize=14088900 memory=1 CPUtime=0.51 cores=1,3,5,7
/proc/16175/task/16188/stat : 16188 (java) S 16172 16175 12756 0 -1 1077944384 1806 0 0 0 51 0 0 0 20 0 15 0 246616415 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790610798832 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16189] ppid=16172 vsize=14088900 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14088900 memory=1796 CPUtime=0.01 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 803 0 0 0 1 0 0 0 20 0 15 0 246616415 14427033600 2941746 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 70.46 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11766984 KiB

[startup+29.2012 s]
/proc/loadavg: 2.55 2.12 2.00 3/215 16267
/proc/meminfo: memFree=6822536/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14088900 memory=11767048 CPUtime=71.71 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 250933 0 0 0 6015 1156 0 0 20 0 15 0 246616409 14427033600 2941762 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3522225 2941762 3593 1 0 3484297 0
[pid=16175/tid=16177] ppid=16172 vsize=14088900 memory=13567093857585738 CPUtime=14.3 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) S 16172 16175 12756 0 -1 1077944384 56253 0 0 0 1411 19 0 0 20 0 15 0 246616410 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139791507537840 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14088900 memory=960 CPUtime=13.42 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) R 16172 16175 12756 0 -1 4202560 37555 0 0 0 1030 312 0 0 20 0 15 0 246616411 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139791455922448 139791488298979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14088900 memory=1232 CPUtime=13.51 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) R 16172 16175 12756 0 -1 4202560 39964 0 0 0 1066 285 0 0 20 0 15 0 246616411 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139791098374432 139791488299073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14088900 memory=2460 CPUtime=13.46 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) R 16172 16175 12756 0 -1 4202560 42746 0 0 0 1104 242 0 0 20 0 15 0 246616411 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139791097322000 139791488001264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14088900 memory=932 CPUtime=13.39 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) R 16172 16175 12756 0 -1 4202560 37397 0 0 0 1051 288 0 0 20 0 15 0 246616411 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139791096269656 139791488001207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14088900 memory=1580 CPUtime=1.27 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) S 16172 16175 12756 0 -1 1077944384 27809 0 0 0 124 3 0 0 20 0 15 0 246616412 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790617113664 139791503312597 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16183] ppid=16172 vsize=14088900 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16183/stat : 16183 (java) S 16172 16175 12756 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616412 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790616061008 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16184] ppid=16172 vsize=14088900 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16184/stat : 16184 (java) S 16172 16175 12756 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616413 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790615008768 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16185] ppid=16172 vsize=14088900 memory=2100 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16185/stat : 16185 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790613957328 139791503320987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16186] ppid=16172 vsize=14088900 memory=7528 CPUtime=0.94 cores=1,3,5,7
/proc/16175/task/16186/stat : 16186 (java) S 16172 16175 12756 0 -1 1077944384 3155 0 0 0 94 0 0 0 20 0 15 0 246616415 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790612903920 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16187] ppid=16172 vsize=14088900 memory=840 CPUtime=0.8 cores=1,3,5,7
/proc/16175/task/16187/stat : 16187 (java) S 16172 16175 12756 0 -1 1077944384 2037 0 0 0 80 0 0 0 20 0 15 0 246616415 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790611851376 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16188] ppid=16172 vsize=14088900 memory=1800 CPUtime=0.51 cores=1,3,5,7
/proc/16175/task/16188/stat : 16188 (java) S 16172 16175 12756 0 -1 1077944384 1806 0 0 0 51 0 0 0 20 0 15 0 246616415 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790610798832 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16189] ppid=16172 vsize=14088900 memory=2692 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14088900 memory=565736 CPUtime=0.01 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 803 0 0 0 1 0 0 0 20 0 15 0 246616415 14427033600 2941762 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 71.71 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11767048 KiB

[startup+29.6032 s]
/proc/loadavg: 2.55 2.12 2.00 3/215 16267
/proc/meminfo: memFree=6822536/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14088900 memory=11767164 CPUtime=72.94 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 251301 0 0 0 6138 1156 0 0 20 0 15 0 246616409 14427033600 2941791 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3522225 2941791 3594 1 0 3484297 0
[pid=16175/tid=16177] ppid=16172 vsize=14088900 memory=10657428 CPUtime=14.3 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) S 16172 16175 12756 0 -1 1077944384 56320 0 0 0 1411 19 0 0 20 0 15 0 246616410 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791507542064 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14088900 memory=1404 CPUtime=13.69 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) R 16172 16175 12756 0 -1 4202560 37693 0 0 0 1057 312 0 0 20 0 15 0 246616411 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791455922648 139791488002995 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14088900 memory=6791534058613427641 CPUtime=13.79 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) R 16172 16175 12756 0 -1 4202560 40028 0 0 0 1094 285 0 0 20 0 15 0 246616411 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791098374544 139791488298801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14088900 memory=-7604262568725289114 CPUtime=13.74 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) R 16172 16175 12756 0 -1 4202560 42773 0 0 0 1132 242 0 0 20 0 15 0 246616411 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791097322200 139791487760003 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14088900 memory=6944656592455097440 CPUtime=13.68 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) R 16172 16175 12756 0 -1 4202560 37414 0 0 0 1079 289 0 0 20 0 15 0 246616411 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791096269456 139791488001136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14088900 memory=6153985703205688933 CPUtime=1.39 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) S 16172 16175 12756 0 -1 1077944384 27837 0 0 0 136 3 0 0 20 0 15 0 246616412 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790617113664 139791503312597 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16183] ppid=16172 vsize=14088900 memory=6153985703205688930 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16183/stat : 16183 (java) S 16172 16175 12756 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 246616412 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790616061408 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16184] ppid=16172 vsize=14088900 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16184/stat : 16184 (java) S 16172 16175 12756 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616413 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790615008768 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16185] ppid=16172 vsize=14088900 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16185/stat : 16185 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790613957328 139791503320987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16186] ppid=16172 vsize=14088900 memory=5408 CPUtime=0.94 cores=1,3,5,7
/proc/16175/task/16186/stat : 16186 (java) S 16172 16175 12756 0 -1 1077944384 3162 0 0 0 94 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790612902752 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16187] ppid=16172 vsize=14088900 memory=876 CPUtime=0.8 cores=1,3,5,7
/proc/16175/task/16187/stat : 16187 (java) S 16172 16175 12756 0 -1 1077944384 2039 0 0 0 80 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790611851376 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16188] ppid=16172 vsize=14088900 memory=10096 CPUtime=0.51 cores=1,3,5,7
/proc/16175/task/16188/stat : 16188 (java) S 16172 16175 12756 0 -1 1077944384 1823 0 0 0 51 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790610795264 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16189] ppid=16172 vsize=14088900 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14088900 memory=1952 CPUtime=0.01 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 803 0 0 0 1 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 72.94 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11767164 KiB

[startup+29.7007 s]
/proc/loadavg: 2.55 2.12 2.00 3/215 16267
/proc/meminfo: memFree=6822536/32770624 swapFree=67108860/67108860
[pid=16175] ppid=16172 vsize=14088900 memory=11767164 CPUtime=73.08 cores=1,3,5,7
/proc/16175/stat : 16175 (java) S 16172 16175 12756 0 -1 1077944320 251301 0 0 0 6152 1156 0 0 20 0 15 0 246616409 14427033600 2941791 33554432000 4194304 4196468 140731006606528 140731006589072 139791503302391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
/proc/16175/statm: 3522225 2941791 3594 1 0 3484297 0
[pid=16175/tid=16177] ppid=16172 vsize=14088900 memory=11767048 CPUtime=14.3 cores=1,3,5,7
/proc/16175/task/16177/stat : 16177 (java) S 16172 16175 12756 0 -1 1077944384 56320 0 0 0 1411 19 0 0 20 0 15 0 246616410 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791507542064 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16178] ppid=16172 vsize=14088900 memory=11767048 CPUtime=13.71 cores=1,3,5,7
/proc/16175/task/16178/stat : 16178 (java) S 16172 16175 12756 0 -1 1077944384 37693 0 0 0 1059 312 0 0 20 0 15 0 246616411 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791455922448 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16179] ppid=16172 vsize=14088900 memory=11766984 CPUtime=13.8 cores=1,3,5,7
/proc/16175/task/16179/stat : 16179 (java) S 16172 16175 12756 0 -1 1077944384 40028 0 0 0 1095 285 0 0 20 0 15 0 246616411 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791098374544 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16180] ppid=16172 vsize=14088900 memory=1408 CPUtime=13.75 cores=1,3,5,7
/proc/16175/task/16180/stat : 16180 (java) S 16172 16175 12756 0 -1 1077944384 42773 0 0 0 1133 242 0 0 20 0 15 0 246616411 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791097322000 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16181] ppid=16172 vsize=14088900 memory=11767156 CPUtime=13.69 cores=1,3,5,7
/proc/16175/task/16181/stat : 16181 (java) S 16172 16175 12756 0 -1 1077944384 37414 0 0 0 1080 289 0 0 20 0 15 0 246616411 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139791096269456 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16182] ppid=16172 vsize=14088900 memory=10659532 CPUtime=1.48 cores=1,3,5,7
/proc/16175/task/16182/stat : 16182 (java) R 16172 16175 12756 0 -1 4202560 27837 0 0 0 145 3 0 0 20 0 15 0 246616412 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790617113664 139791481672571 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16183] ppid=16172 vsize=14088900 memory=11766612 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16183/stat : 16183 (java) S 16172 16175 12756 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 246616412 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790616061408 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16184] ppid=16172 vsize=14088900 memory=66804 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16184/stat : 16184 (java) S 16172 16175 12756 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 246616413 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790615008768 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16185] ppid=16172 vsize=14088900 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16185/stat : 16185 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790613957328 139791503320987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16186] ppid=16172 vsize=14088900 memory=11766344 CPUtime=0.94 cores=1,3,5,7
/proc/16175/task/16186/stat : 16186 (java) S 16172 16175 12756 0 -1 1077944384 3162 0 0 0 94 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790612902752 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16187] ppid=16172 vsize=14088900 memory=288230621803970871 CPUtime=0.8 cores=1,3,5,7
/proc/16175/task/16187/stat : 16187 (java) S 16172 16175 12756 0 -1 1077944384 2039 0 0 0 80 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790611851376 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16188] ppid=16172 vsize=14088900 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/16175/task/16188/stat : 16188 (java) S 16172 16175 12756 0 -1 1077944384 1823 0 0 0 51 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790610795264 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16189] ppid=16172 vsize=14088900 memory=11766344 CPUtime=0 cores=1,3,5,7
/proc/16175/task/16189/stat : 16189 (java) S 16172 16175 12756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790609746528 139791503312597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
[pid=16175/tid=16190] ppid=16172 vsize=14088900 memory=5859271421085237344 CPUtime=0.01 cores=1,3,5,7
/proc/16175/task/16190/stat : 16190 (java) S 16172 16175 12756 0 -1 1077944384 803 0 0 0 1 0 0 0 20 0 15 0 246616415 14427033600 2941791 33554432000 4194304 4196468 140731006606528 139790608694064 139791503313538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33271808 140731006608457 140731006608649 140731006608649 140731006611407 0
Current children cumulated CPU time: 73.08 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11767164 KiB

Child status: 1
Real time (s): 29.7973
CPU time (s): 73.1761
CPU user time (s): 61.543
CPU system time (s): 11.6331
CPU usage (%): 245.579
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11767164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.543
system time used= 11.6331
maximum resident set size= 11767164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251572
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= 7313
involuntary context switches= 696


# summary of solver processes directly reported to runsolver:
#   pid: 16175
#   total CPU time (s): 73.1761
#   total CPU user time (s): 61.543
#   total CPU system time (s): 11.6331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.230802 second user time and 0.322476 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 01:48:52
IDJOB=4307825
IDBENCH=141314
IDSOLVER=2791
FILE ID=node139/4307825-1534290530
RUNJOBID= node139-1534270591-14141
PBS_JOBID= 21038118
Free space on /tmp= 34636 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307825-1534290530/watcher-4307825-1534290530 -o /tmp/evaluation-result-4307825-1534290530/solver-4307825-1534290530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534270591-14141 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 696678219 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307825-1534290530.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=696678219

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14245024 kB
MemAvailable:   27292376 kB
Buffers:          264064 kB
Cached:         12874640 kB
SwapCached:            0 kB
Active:         11136164 kB
Inactive:        6660504 kB
Active(anon):    4611892 kB
Inactive(anon):    98652 kB
Active(file):    6524272 kB
Inactive(file):  6561852 kB
Unevictable:        7156 kB
Mlocked:            7156 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            193316 kB
Writeback:             0 kB
AnonPages:       4665204 kB
Mapped:            78268 kB
Shmem:             49804 kB
Slab:             417724 kB
SReclaimable:     389688 kB
SUnreclaim:        28036 kB
KernelStack:        3504 kB
PageTables:        14736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5664048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4442112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 34872 MiB
End job on node139 at 2018-08-15 01:49:22