Trace number 4308758

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 - Parallel with EPS 2018-08-14? 191.984 41.2157

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 775807565
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
9.12/5.56	c Parsing done, starting search...
191.06/40.78	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
191.06/40.78		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
191.06/40.78		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
191.06/40.78		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
191.06/40.78		at scala.Array$.fill(Array.scala:263)
191.06/40.78		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
191.06/40.78		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
191.06/40.78		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
191.78/41.11		at oscar.cp.core.CPStore.post(CPStore.scala:282)
191.78/41.11		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
191.78/41.11		at oscar.cp.core.CPSolver$$Lambda$150/1342346098.apply$mcV$sp(Unknown Source)
191.87/41.11		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
191.87/41.11		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
191.87/41.11		at oscar.cp.package$.isInconsistent(package.scala:54)
191.87/41.11		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
191.87/41.11		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
191.87/41.11		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
191.87/41.11		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
191.87/41.11		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
191.87/41.11		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
191.87/41.11		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
191.87/41.11		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
191.87/41.11		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
191.87/41.11		at oscar.modeling.models.InstantiatedModel$$Lambda$142/363023858.apply(Unknown Source)
191.87/41.11		at scala.collection.immutable.List.foreach(List.scala:389)
191.87/41.11		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
191.87/41.11		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
191.87/41.11		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
191.87/41.11		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
191.87/41.11		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
191.87/41.11		at oscar.modeling.solvers.cp.CPProgram$$Lambda$126/1112414583.apply(Unknown Source)
191.87/41.11		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
191.87/41.11		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$1(CPProgram.scala:191)
191.87/41.11	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 (10651 MiB free)
  memory of node 1: 16384 MiB (12878 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308758-1534374720/watcher-4308758-1534374720 -o /tmp/evaluation-result-4308758-1534374720/solver-4308758-1534374720 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 775807565 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308758-1534374720.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=22586, runsolver pid=22583

[startup+0.100162 s]*
/proc/loadavg: 3.51 4.31 6.73 3/199 22606
/proc/meminfo: memFree=24078260/32770624 swapFree=67059136/67108860
[pid=22586] ppid=22583 vsize=26103420 memory=30472 CPUtime=0.11 cores=0-7
/proc/22586/stat : 22586 (java) S 22583 22586 22184 0 -1 1077944320 7055 0 0 0 10 1 0 0 20 0 20 0 255035291 26729902080 7618 33554432000 4194304 4196468 140730409435536 140730409418080 140487574212343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
/proc/22586/statm: 6525855 7618 3138 1 0 6487932 0
[pid=22586/tid=22588] ppid=22583 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22586/task/22588/stat : 22588 (java) R 22583 22586 22184 0 -1 4202560 5153 0 0 0 8 1 0 0 20 0 20 0 255035292 26729902080 7618 33554432000 4194304 4196468 140730409435536 140487578433552 140487554488103 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22589] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22589/stat : 22589 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 7618 33554432000 4194304 4196468 140730409435536 140487526833040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22590] ppid=22583 vsize=26103420 memory=140687155463808 CPUtime=0 cores=0-7
/proc/22586/task/22590/stat : 22590 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 7618 33554432000 4194304 4196468 140730409435536 140487525780240 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22591] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22591/stat : 22591 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 7618 33554432000 4194304 4196468 140730409435536 140487524727952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22592] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22592/stat : 22592 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 7684 33554432000 4194304 4196468 140730409435536 140487523675152 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22593] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22593/stat : 22593 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 7684 33554432000 4194304 4196468 140730409435536 140487522621840 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22594] ppid=22583 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22586/task/22594/stat : 22594 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 7684 33554432000 4194304 4196468 140730409435536 140487521569040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22595] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22595/stat : 22595 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 7684 33554432000 4194304 4196468 140730409435536 140487520516752 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22596] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22596/stat : 22596 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 7684 33554432000 4194304 4196468 140730409435536 140487519463952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22597] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22597/stat : 22597 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035294 26729902080 7684 33554432000 4194304 4196468 140730409435536 140485846899312 140487574223490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22598] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22598/stat : 22598 (java) S 22583 22586 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255035294 26729902080 7684 33554432000 4194304 4196468 140730409435536 140485845845280 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22599] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22599/stat : 22599 (java) S 22583 22586 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255035295 26729902080 7684 33554432000 4194304 4196468 140730409435536 140485844792944 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22600] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22600/stat : 22600 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 7684 33554432000 4194304 4196468 140730409435536 140485843741264 140487574230939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22601] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22601/stat : 22601 (java) S 22583 22586 22184 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 7684 33554432000 4194304 4196468 140730409435536 140485842688112 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22602] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22602/stat : 22602 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 7684 33554432000 4194304 4196468 140730409435536 140485841635312 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22603] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22603/stat : 22603 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 7750 33554432000 4194304 4196468 140730409435536 140485840583024 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22604] ppid=22583 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22586/task/22604/stat : 22604 (java) S 22583 22586 22184 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 20 0 255035297 26729902080 7750 33554432000 4194304 4196468 140730409435536 140485839530224 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22605] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22605/stat : 22605 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 7750 33554432000 4194304 4196468 140730409435536 140485838478176 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22606] ppid=22583 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22586/task/22606/stat : 22606 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035298 26729902080 7750 33554432000 4194304 4196468 140730409435536 140485837425456 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30472 KiB

[startup+0.209988 s]*
/proc/loadavg: 3.51 4.31 6.73 3/199 22606
/proc/meminfo: memFree=24065052/32770624 swapFree=67059136/67108860
[pid=22586] ppid=22583 vsize=26103420 memory=43316 CPUtime=0.3 cores=0-7
/proc/22586/stat : 22586 (java) S 22583 22586 22184 0 -1 1077944320 10472 0 0 0 28 2 0 0 20 0 20 0 255035291 26729902080 10829 33554432000 4194304 4196468 140730409435536 140730409418080 140487574212343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
/proc/22586/statm: 6525855 10829 3328 1 0 6487932 0
[pid=22586/tid=22588] ppid=22583 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/22586/task/22588/stat : 22588 (java) R 22583 22586 22184 0 -1 4202560 8268 0 0 0 18 1 0 0 20 0 20 0 255035292 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487578439040 140487189196633 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22589] ppid=22583 vsize=26103420 memory=12994 CPUtime=0 cores=0-7
/proc/22586/task/22589/stat : 22589 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487526833040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22590] ppid=22583 vsize=26103420 memory=288371063307175552 CPUtime=0 cores=0-7
/proc/22586/task/22590/stat : 22590 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487525780240 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22591] ppid=22583 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22586/task/22591/stat : 22591 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487524727952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22592] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22592/stat : 22592 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487523675152 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22593] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22593/stat : 22593 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487522621840 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22594] ppid=22583 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22586/task/22594/stat : 22594 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487521569040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22595] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22595/stat : 22595 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487520516752 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22596] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22596/stat : 22596 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 10829 33554432000 4194304 4196468 140730409435536 140487519463952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22597] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22597/stat : 22597 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035294 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485846899312 140487574223490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22598] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22598/stat : 22598 (java) S 22583 22586 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255035294 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485845845280 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22599] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22599/stat : 22599 (java) S 22583 22586 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255035295 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485844792944 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22600] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22600/stat : 22600 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485843741264 140487574230939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22601] ppid=22583 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22586/task/22601/stat : 22601 (java) S 22583 22586 22184 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 20 0 255035297 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485842688112 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22602] ppid=22583 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22586/task/22602/stat : 22602 (java) S 22583 22586 22184 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 20 0 255035297 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485841635312 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22603] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22603/stat : 22603 (java) S 22583 22586 22184 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485840583024 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22604] ppid=22583 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/22586/task/22604/stat : 22604 (java) R 22583 22586 22184 0 -1 4202560 288 0 0 0 6 0 0 0 20 0 20 0 255035297 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485839525792 140487566929495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22605] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22605/stat : 22605 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485838478176 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22606] ppid=22583 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22586/task/22606/stat : 22606 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035298 26729902080 10829 33554432000 4194304 4196468 140730409435536 140485837425456 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43316 KiB

[startup+0.309381 s]*
/proc/loadavg: 3.51 4.31 6.73 2/199 22606
/proc/meminfo: memFree=24061888/32770624 swapFree=67059136/67108860
[pid=22586] ppid=22583 vsize=26103420 memory=46868 CPUtime=0.43 cores=0-7
/proc/22586/stat : 22586 (java) S 22583 22586 22184 0 -1 1077944320 10897 0 0 0 41 2 0 0 20 0 20 0 255035291 26729902080 11717 33554432000 4194304 4196468 140730409435536 140730409418080 140487574212343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
/proc/22586/statm: 6525855 11717 3353 1 0 6487932 0
[pid=22586/tid=22588] ppid=22583 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/22586/task/22588/stat : 22588 (java) R 22583 22586 22184 0 -1 4202560 8597 0 0 0 28 2 0 0 20 0 20 0 255035292 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487578413256 140487559377982 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22589] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22589/stat : 22589 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487526833040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22590] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22590/stat : 22590 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487525780240 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22591] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22591/stat : 22591 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487524727952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22592] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22592/stat : 22592 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487523675152 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22593] ppid=22583 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/22586/task/22593/stat : 22593 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487522621840 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22594] ppid=22583 vsize=26103420 memory=140687022584751 CPUtime=0 cores=0-7
/proc/22586/task/22594/stat : 22594 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487521569040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22595] ppid=22583 vsize=26103420 memory=140687022587056 CPUtime=0 cores=0-7
/proc/22586/task/22595/stat : 22595 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487520516752 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22596] ppid=22583 vsize=26103420 memory=140687022589360 CPUtime=0 cores=0-7
/proc/22586/task/22596/stat : 22596 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26729902080 11717 33554432000 4194304 4196468 140730409435536 140487519463952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22597] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22597/stat : 22597 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035294 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485846899312 140487574223490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22598] ppid=22583 vsize=26103420 memory=281374045185680 CPUtime=0 cores=0-7
/proc/22586/task/22598/stat : 22598 (java) S 22583 22586 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255035294 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485845845280 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22599] ppid=22583 vsize=26103420 memory=281374045192592 CPUtime=0 cores=0-7
/proc/22586/task/22599/stat : 22599 (java) S 22583 22586 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255035295 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485844792944 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22600] ppid=22583 vsize=26103420 memory=281374045133872 CPUtime=0 cores=0-7
/proc/22586/task/22600/stat : 22600 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485843741264 140487574230939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22601] ppid=22583 vsize=26103420 memory=281374045206416 CPUtime=0.01 cores=0-7
/proc/22586/task/22601/stat : 22601 (java) S 22583 22586 22184 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 20 0 255035297 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485842688112 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22602] ppid=22583 vsize=26103420 memory=281374045213328 CPUtime=0.01 cores=0-7
/proc/22586/task/22602/stat : 22602 (java) S 22583 22586 22184 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 20 0 255035297 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485841635312 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22603] ppid=22583 vsize=26103420 memory=281374045211024 CPUtime=0.01 cores=0-7
/proc/22586/task/22603/stat : 22603 (java) S 22583 22586 22184 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 255035297 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485840583024 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22604] ppid=22583 vsize=26103420 memory=281374045227632 CPUtime=0.07 cores=0-7
/proc/22586/task/22604/stat : 22604 (java) S 22583 22586 22184 0 -1 1077944384 296 0 0 0 7 0 0 0 20 0 20 0 255035297 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485839530224 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22605] ppid=22583 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22605/stat : 22605 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035297 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485838478176 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22606] ppid=22583 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22586/task/22606/stat : 22606 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035298 26729902080 11717 33554432000 4194304 4196468 140730409435536 140485837425456 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46868 KiB

[startup+0.700851 s]
/proc/loadavg: 3.51 4.31 6.73 3/199 22606
/proc/meminfo: memFree=24037952/32770624 swapFree=67059136/67108860
[pid=22586] ppid=22583 vsize=26105488 memory=85636 CPUtime=1 cores=0-7
/proc/22586/stat : 22586 (java) S 22583 22586 22184 0 -1 1077944320 17864 0 0 0 95 5 0 0 20 0 20 0 255035291 26732019712 21409 33554432000 4194304 4196468 140730409435536 140730409418080 140487574212343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
/proc/22586/statm: 6526372 21409 3497 1 0 6488444 0
[pid=22586/tid=22588] ppid=22583 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/22586/task/22588/stat : 22588 (java) R 22583 22586 22184 0 -1 4202560 15066 0 0 0 64 3 0 0 20 0 20 0 255035292 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487578438336 140487574234269 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22589] ppid=22583 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22589/stat : 22589 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487526833040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22590] ppid=22583 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22590/stat : 22590 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487525780240 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22591] ppid=22583 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22591/stat : 22591 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035293 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487524727952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22592] ppid=22583 vsize=26105488 memory=736 CPUtime=0 cores=0-7
/proc/22586/task/22592/stat : 22592 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487523675152 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22593] ppid=22583 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/22586/task/22593/stat : 22593 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035293 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487522621840 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22594] ppid=22583 vsize=26105488 memory=1708 CPUtime=0 cores=0-7
/proc/22586/task/22594/stat : 22594 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035293 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487521569040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22595] ppid=22583 vsize=26105488 memory=5192 CPUtime=0 cores=0-7
/proc/22586/task/22595/stat : 22595 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487520516752 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22596] ppid=22583 vsize=26105488 memory=13608 CPUtime=0 cores=0-7
/proc/22586/task/22596/stat : 22596 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035293 26732019712 21409 33554432000 4194304 4196468 140730409435536 140487519463952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22597] ppid=22583 vsize=26105488 memory=1860 CPUtime=0 cores=0-7
/proc/22586/task/22597/stat : 22597 (java) S 22583 22586 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035294 26732019712 21409 33554432000 4194304 4196468 140730409435536 140485846899312 140487574223490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0

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

/proc/22586/task/22604/stat : 22604 (java) S 22583 22586 22184 0 -1 1077944384 2565 0 0 0 49 1 0 0 20 0 20 0 255035297 26738311168 5851426 33554432000 4194304 4196468 140730409435536 140485839530224 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22605] ppid=22583 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22586/task/22605/stat : 22605 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035297 26738311168 5851426 33554432000 4194304 4196468 140730409435536 140485838478176 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22606] ppid=22583 vsize=26111632 memory=281374045779360 CPUtime=0.02 cores=0-7
/proc/22586/task/22606/stat : 22606 (java) S 22583 22586 22184 0 -1 1077944384 935 0 0 0 1 1 0 0 20 0 20 0 255035298 26738311168 5851426 33554432000 4194304 4196468 140730409435536 140485837425456 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
Current children cumulated CPU time: 153.25 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23405704 KiB

[startup+38.4009 s]
/proc/loadavg: 2.92 4.06 6.55 8/199 22606
/proc/meminfo: memFree=677600/32770624 swapFree=67059136/67108860
[pid=22586] ppid=22583 vsize=26111632 memory=23440632 CPUtime=175.4 cores=0-7
/proc/22586/stat : 22586 (java) S 22583 22586 22184 0 -1 1077944320 782863 0 0 0 12802 4738 0 0 20 0 20 0 255035291 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140730409418080 140487574212343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
/proc/22586/statm: 6527908 5860158 3591 1 0 6489980 0
[pid=22586/tid=22588] ppid=22583 vsize=26111632 memory=6791534058613427641 CPUtime=16.94 cores=0-7
/proc/22586/task/22588/stat : 22588 (java) S 22583 22586 22184 0 -1 1077944384 29718 0 0 0 1656 38 0 0 20 0 20 0 255035292 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487578446512 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22589] ppid=22583 vsize=26111632 memory=1520 CPUtime=19.3 cores=0-7
/proc/22586/task/22589/stat : 22589 (java) R 22583 22586 22184 0 -1 4202560 74711 0 0 0 1337 593 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487526832848 140487566840551 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22590] ppid=22583 vsize=26111632 memory=1708 CPUtime=19.3 cores=0-7
/proc/22586/task/22590/stat : 22590 (java) R 22583 22586 22184 0 -1 4202560 44851 0 0 0 1404 526 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487525780048 140487566840551 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22591] ppid=22583 vsize=26111632 memory=5192 CPUtime=19.27 cores=0-7
/proc/22586/task/22591/stat : 22591 (java) R 22583 22586 22184 0 -1 4202560 145004 0 0 0 1310 617 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487524728152 140487567309052 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22592] ppid=22583 vsize=26111632 memory=6791534058613427641 CPUtime=19.35 cores=0-7
/proc/22586/task/22592/stat : 22592 (java) R 22583 22586 22184 0 -1 4202560 70747 0 0 0 1380 555 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487523674960 140487566840551 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22593] ppid=22583 vsize=26111632 memory=8046186993342713441 CPUtime=19.27 cores=0-7
/proc/22586/task/22593/stat : 22593 (java) R 22583 22586 22184 0 -1 4202560 106171 0 0 0 1306 621 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487522621648 140487566840551 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22594] ppid=22583 vsize=26111632 memory=5859300025566253136 CPUtime=19.24 cores=0-7
/proc/22586/task/22594/stat : 22594 (java) R 22583 22586 22184 0 -1 4202560 95342 0 0 0 1353 571 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487521569160 140487566840551 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22595] ppid=22583 vsize=26111632 memory=6940698281606406720 CPUtime=19.29 cores=0-7
/proc/22586/task/22595/stat : 22595 (java) R 22583 22586 22184 0 -1 4202560 85434 0 0 0 1329 600 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487520516872 140487566840551 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22596] ppid=22583 vsize=26111632 memory=6791534058613427641 CPUtime=19.15 cores=0-7
/proc/22586/task/22596/stat : 22596 (java) R 22583 22586 22184 0 -1 4202560 97282 0 0 0 1320 595 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487519463760 140487566840551 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22597] ppid=22583 vsize=26111632 memory=1432 CPUtime=1.78 cores=0-7
/proc/22586/task/22597/stat : 22597 (java) S 22583 22586 22184 0 -1 1077944384 24212 0 0 0 167 11 0 0 20 0 20 0 255035294 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485846897872 140487574222549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22598] ppid=22583 vsize=26111632 memory=816 CPUtime=0 cores=0-7
/proc/22586/task/22598/stat : 22598 (java) S 22583 22586 22184 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 255035294 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485845845344 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22599] ppid=22583 vsize=26111632 memory=1932 CPUtime=0 cores=0-7
/proc/22586/task/22599/stat : 22599 (java) S 22583 22586 22184 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 255035295 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485844792960 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22600] ppid=22583 vsize=26111632 memory=2076 CPUtime=0 cores=0-7
/proc/22586/task/22600/stat : 22600 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485843741264 140487574230939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22601] ppid=22583 vsize=26111632 memory=780 CPUtime=0.6 cores=0-7
/proc/22586/task/22601/stat : 22601 (java) S 22583 22586 22184 0 -1 1077944384 2040 0 0 0 60 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485842688112 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22602] ppid=22583 vsize=26111632 memory=1948 CPUtime=0.61 cores=0-7
/proc/22586/task/22602/stat : 22602 (java) S 22583 22586 22184 0 -1 1077944384 1096 0 0 0 61 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485841635312 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22603] ppid=22583 vsize=26111632 memory=1328 CPUtime=0.62 cores=0-7
/proc/22586/task/22603/stat : 22603 (java) S 22583 22586 22184 0 -1 1077944384 1378 0 0 0 62 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485840583024 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22604] ppid=22583 vsize=26111632 memory=976 CPUtime=0.5 cores=0-7
/proc/22586/task/22604/stat : 22604 (java) S 22583 22586 22184 0 -1 1077944384 2565 0 0 0 49 1 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485839530224 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22605] ppid=22583 vsize=26111632 memory=1140 CPUtime=0 cores=0-7
/proc/22586/task/22605/stat : 22605 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485838478176 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22606] ppid=22583 vsize=26111632 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/22586/task/22606/stat : 22606 (java) S 22583 22586 22184 0 -1 1077944384 935 0 0 0 1 1 0 0 20 0 20 0 255035298 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485837425456 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
Current children cumulated CPU time: 175.4 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23440632 KiB

[startup+40.0009 s]*
/proc/loadavg: 2.92 4.06 6.55 2/199 22606
/proc/meminfo: memFree=677600/32770624 swapFree=67059136/67108860
[pid=22586] ppid=22583 vsize=26111632 memory=23440632 CPUtime=187.39 cores=0-7
/proc/22586/stat : 22586 (java) S 22583 22586 22184 0 -1 1077944320 940186 0 0 0 13987 4752 0 0 20 0 20 0 255035291 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140730409418080 140487574212343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
/proc/22586/statm: 6527908 5860158 3591 1 0 6489980 0
[pid=22586/tid=22588] ppid=22583 vsize=26111632 memory=6791534058613427641 CPUtime=16.94 cores=0-7
/proc/22586/task/22588/stat : 22588 (java) S 22583 22586 22184 0 -1 1077944384 29718 0 0 0 1656 38 0 0 20 0 20 0 255035292 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487578446512 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22589] ppid=22583 vsize=26111632 memory=13608 CPUtime=20.79 cores=0-7
/proc/22586/task/22589/stat : 22589 (java) S 22583 22586 22184 0 -1 1077944384 74711 0 0 0 1485 594 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487526833040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22590] ppid=22583 vsize=26111632 memory=1860 CPUtime=20.79 cores=0-7
/proc/22586/task/22590/stat : 22590 (java) S 22583 22586 22184 0 -1 1077944384 44852 0 0 0 1552 527 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487525780240 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22591] ppid=22583 vsize=26111632 memory=36932 CPUtime=20.81 cores=0-7
/proc/22586/task/22591/stat : 22591 (java) S 22583 22586 22184 0 -1 1077944384 301459 0 0 0 1458 623 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487524727952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22592] ppid=22583 vsize=26111632 memory=13808 CPUtime=20.84 cores=0-7
/proc/22586/task/22592/stat : 22592 (java) S 22583 22586 22184 0 -1 1077944384 70747 0 0 0 1528 556 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487523675152 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22593] ppid=22583 vsize=26111632 memory=22043548 CPUtime=20.76 cores=0-7
/proc/22586/task/22593/stat : 22593 (java) S 22583 22586 22184 0 -1 1077944384 106171 0 0 0 1453 623 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487522621840 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22594] ppid=22583 vsize=26111632 memory=288230574492221466 CPUtime=20.72 cores=0-7
/proc/22586/task/22594/stat : 22594 (java) S 22583 22586 22184 0 -1 1077944384 95343 0 0 0 1499 573 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487521569040 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22595] ppid=22583 vsize=26111632 memory=303430244793319739 CPUtime=20.75 cores=0-7
/proc/22586/task/22595/stat : 22595 (java) S 22583 22586 22184 0 -1 1077944384 85435 0 0 0 1474 601 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487520516752 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22596] ppid=22583 vsize=26111632 memory=16097095916459195 CPUtime=20.64 cores=0-7
/proc/22586/task/22596/stat : 22596 (java) S 22583 22586 22184 0 -1 1077944384 97282 0 0 0 1468 596 0 0 20 0 20 0 255035293 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140487519463952 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22597] ppid=22583 vsize=26111632 memory=1432 CPUtime=1.84 cores=0-7
/proc/22586/task/22597/stat : 22597 (java) R 22583 22586 22184 0 -1 4202560 25075 0 0 0 173 11 0 0 20 0 20 0 255035294 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485846897872 140487552582518 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22598] ppid=22583 vsize=26111632 memory=816 CPUtime=0 cores=0-7
/proc/22586/task/22598/stat : 22598 (java) S 22583 22586 22184 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 255035294 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485845845344 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22599] ppid=22583 vsize=26111632 memory=1932 CPUtime=0 cores=0-7
/proc/22586/task/22599/stat : 22599 (java) S 22583 22586 22184 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 255035295 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485844792960 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22600] ppid=22583 vsize=26111632 memory=2076 CPUtime=0 cores=0-7
/proc/22586/task/22600/stat : 22600 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485843741264 140487574230939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22601] ppid=22583 vsize=26111632 memory=1840 CPUtime=0.6 cores=0-7
/proc/22586/task/22601/stat : 22601 (java) S 22583 22586 22184 0 -1 1077944384 2040 0 0 0 60 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485842688160 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22602] ppid=22583 vsize=26111632 memory=7904 CPUtime=0.61 cores=0-7
/proc/22586/task/22602/stat : 22602 (java) S 22583 22586 22184 0 -1 1077944384 1096 0 0 0 61 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485841635360 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22603] ppid=22583 vsize=26111632 memory=800 CPUtime=0.62 cores=0-7
/proc/22586/task/22603/stat : 22603 (java) S 22583 22586 22184 0 -1 1077944384 1379 0 0 0 62 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485840582784 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22604] ppid=22583 vsize=26111632 memory=4100 CPUtime=0.5 cores=0-7
/proc/22586/task/22604/stat : 22604 (java) S 22583 22586 22184 0 -1 1077944384 2565 0 0 0 49 1 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485839530272 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22605] ppid=22583 vsize=26111632 memory=1696 CPUtime=0 cores=0-7
/proc/22586/task/22605/stat : 22605 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035297 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485838478176 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22606] ppid=22583 vsize=26111632 memory=916 CPUtime=0.02 cores=0-7
/proc/22586/task/22606/stat : 22606 (java) S 22583 22586 22184 0 -1 1077944384 937 0 0 0 1 1 0 0 20 0 20 0 255035298 26738311168 5860158 33554432000 4194304 4196468 140730409435536 140485837425456 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
Current children cumulated CPU time: 187.39 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23440632 KiB

[startup+40.8012 s]
/proc/loadavg: 2.92 4.06 6.55 2/199 22606
/proc/meminfo: memFree=677600/32770624 swapFree=67059136/67108860
[pid=22586] ppid=22583 vsize=26111632 memory=23440860 CPUtime=191.29 cores=0-7
/proc/22586/stat : 22586 (java) S 22583 22586 22184 0 -1 1077944320 990777 0 0 0 14373 4756 0 0 20 0 20 0 255035291 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140730409418080 140487574212343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
/proc/22586/statm: 6527908 5860215 3592 1 0 6489980 0
[pid=22586/tid=22588] ppid=22583 vsize=26111632 memory=23440632 CPUtime=16.95 cores=0-7
/proc/22586/task/22588/stat : 22588 (java) S 22583 22586 22184 0 -1 1077944384 29804 0 0 0 1657 38 0 0 20 0 20 0 255035292 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487578451776 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22589] ppid=22583 vsize=26111632 memory=2872 CPUtime=21.24 cores=0-7
/proc/22586/task/22589/stat : 22589 (java) R 22583 22586 22184 0 -1 4202560 75915 0 0 0 1530 594 0 0 20 0 20 0 255035293 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487526833040 140487559163815 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22590] ppid=22583 vsize=26111632 memory=6791534058613427641 CPUtime=21.23 cores=0-7
/proc/22586/task/22590/stat : 22590 (java) R 22583 22586 22184 0 -1 4202560 68236 0 0 0 1594 529 0 0 20 0 20 0 255035293 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487525780440 140487554238715 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22591] ppid=22583 vsize=26111632 memory=800 CPUtime=21.25 cores=0-7
/proc/22586/task/22591/stat : 22591 (java) R 22583 22586 22184 0 -1 4202560 301703 0 0 0 1502 623 0 0 20 0 20 0 255035293 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487524727952 140487554238715 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22592] ppid=22583 vsize=26111632 memory=4100 CPUtime=21.29 cores=0-7
/proc/22586/task/22592/stat : 22592 (java) R 22583 22586 22184 0 -1 4202560 71103 0 0 0 1573 556 0 0 20 0 20 0 255035293 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487523675152 140487559163815 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22593] ppid=22583 vsize=26111632 memory=1696 CPUtime=21.21 cores=0-7
/proc/22586/task/22593/stat : 22593 (java) R 22583 22586 22184 0 -1 4202560 106559 0 0 0 1498 623 0 0 20 0 20 0 255035293 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487522622040 140487566840551 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22594] ppid=22583 vsize=26111632 memory=916 CPUtime=21.16 cores=0-7
/proc/22586/task/22594/stat : 22594 (java) R 22583 22586 22184 0 -1 4202560 95602 0 0 0 1543 573 0 0 20 0 20 0 255035293 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487521569040 140487559163815 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22595] ppid=22583 vsize=26111632 memory=0 CPUtime=21.19 cores=0-7
/proc/22586/task/22595/stat : 22595 (java) R 22583 22586 22184 0 -1 4202560 85648 0 0 0 1518 601 0 0 20 0 20 0 255035293 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487520516952 140487558910129 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22596] ppid=22583 vsize=26111632 memory=58 CPUtime=21.09 cores=0-7
/proc/22586/task/22596/stat : 22596 (java) R 22583 22586 22184 0 -1 4202560 97756 0 0 0 1513 596 0 0 20 0 20 0 255035293 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140487519463952 140487554238406 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22597] ppid=22583 vsize=26111632 memory=6791534058613427641 CPUtime=2.19 cores=0-7
/proc/22586/task/22597/stat : 22597 (java) S 22583 22586 22184 0 -1 1077944384 48994 0 0 0 207 12 0 0 20 0 20 0 255035294 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485846897632 140487574222549 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22598] ppid=22583 vsize=26111632 memory=780 CPUtime=0 cores=0-7
/proc/22586/task/22598/stat : 22598 (java) S 22583 22586 22184 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 255035294 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485845845344 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22599] ppid=22583 vsize=26111632 memory=1948 CPUtime=0 cores=0-7
/proc/22586/task/22599/stat : 22599 (java) S 22583 22586 22184 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 255035295 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485844792960 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22600] ppid=22583 vsize=26111632 memory=1328 CPUtime=0 cores=0-7
/proc/22586/task/22600/stat : 22600 (java) S 22583 22586 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035297 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485843741264 140487574230939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22601] ppid=22583 vsize=26111632 memory=976 CPUtime=0.6 cores=0-7
/proc/22586/task/22601/stat : 22601 (java) S 22583 22586 22184 0 -1 1077944384 2042 0 0 0 60 0 0 0 20 0 20 0 255035297 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485842688112 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22602] ppid=22583 vsize=26111632 memory=1140 CPUtime=0.61 cores=0-7
/proc/22586/task/22602/stat : 22602 (java) S 22583 22586 22184 0 -1 1077944384 1100 0 0 0 61 0 0 0 20 0 20 0 255035297 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485841635072 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22603] ppid=22583 vsize=26111632 memory=1024 CPUtime=0.62 cores=0-7
/proc/22586/task/22603/stat : 22603 (java) S 22583 22586 22184 0 -1 1077944384 1381 0 0 0 62 0 0 0 20 0 20 0 255035297 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485840583024 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22604] ppid=22583 vsize=26111632 memory=3172 CPUtime=0.51 cores=0-7
/proc/22586/task/22604/stat : 22604 (java) S 22583 22586 22184 0 -1 1077944384 2595 0 0 0 50 1 0 0 20 0 20 0 255035297 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485839525600 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22605] ppid=22583 vsize=26111632 memory=2076 CPUtime=0 cores=0-7
/proc/22586/task/22605/stat : 22605 (java) S 22583 22586 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035297 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485838478176 140487574222549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
[pid=22586/tid=22606] ppid=22583 vsize=26111632 memory=9004 CPUtime=0.02 cores=0-7
/proc/22586/task/22606/stat : 22606 (java) S 22583 22586 22184 0 -1 1077944384 962 0 0 0 1 1 0 0 20 0 20 0 255035298 26738311168 5860215 33554432000 4194304 4196468 140730409435536 140485837425456 140487574223490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12120064 140730409440334 140730409440517 140730409440517 140730409443279 0
Current children cumulated CPU time: 191.29 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23440860 KiB

[startup+41.2008 s]*
/proc/loadavg: 2.92 4.06 6.55 2/181 22607
/proc/meminfo: memFree=23300056/32770624 swapFree=67059136/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 41.2157
CPU time (s): 191.984
CPU user time (s): 144.23
CPU system time (s): 47.7549
CPU usage (%): 465.804
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 23440860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.23
system time used= 47.7549
maximum resident set size= 23440860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 991966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22066
involuntary context switches= 4679


# summary of solver processes directly reported to runsolver:
#   pid: 22586
#   total CPU time (s): 191.984
#   total CPU user time (s): 144.23
#   total CPU system time (s): 47.7549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.272619 second user time and 0.536618 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-16 01:12:01
IDJOB=4308758
IDBENCH=141307
IDSOLVER=2793
FILE ID=node103/4308758-1534374720
RUNJOBID= node103-1534372170-22211
PBS_JOBID= 21038282
Free space on /tmp= 38576 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308758-1534374720/watcher-4308758-1534374720 -o /tmp/evaluation-result-4308758-1534374720/solver-4308758-1534374720 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 775807565 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308758-1534374720.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=775807565

node103.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.48
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.48
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.48
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.48
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:        24095236 kB
MemAvailable:   31935340 kB
Buffers:          203484 kB
Cached:          7842340 kB
SwapCached:         5140 kB
Active:          4274724 kB
Inactive:        3782900 kB
Active(anon):       1324 kB
Inactive(anon):    70136 kB
Active(file):    4273400 kB
Inactive(file):  3712764 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:             98716 kB
Writeback:             0 kB
AnonPages:         14876 kB
Mapped:            54328 kB
Shmem:             56924 kB
Slab:             311060 kB
SReclaimable:     282400 kB
SUnreclaim:        28660 kB
KernelStack:        3232 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 38540 MiB
End job on node103 at 2018-08-16 01:12:42