Trace number 4290274

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-07-02? 70.5339 23.6659

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290274-1532241499/watcher-4290274-1532241499 -o /tmp/evaluation-result-4290274-1532241499/solver-4290274-1532241499 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26941 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1224215541 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290274-1532241499.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=28693, runsolver pid=28690

[startup+0.100059 s]*
/proc/loadavg: 1.25 1.30 1.31 4/215 28708
/proc/meminfo: memFree=15023316/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14082740 memory=31088 CPUtime=0.12 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 6726 0 0 0 11 1 0 0 20 0 15 0 41713090 14420725760 7772 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3520685 7772 3139 1 0 3482761 0
[pid=28693/tid=28695] ppid=28690 vsize=14082740 memory=-8701690554791923075 CPUtime=0.08 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) R 28690 28693 26910 0 -1 4202560 4778 0 0 0 8 0 0 0 20 0 15 0 41713090 14420725760 7772 33554432000 4194304 4196468 140726517721168 140208720464896 140208716238230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 7772 33554432000 4194304 4196468 140726517721168 140208672778768 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 7772 33554432000 4194304 4196468 140726517721168 140208671726224 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 7772 33554432000 4194304 4196468 140726517721168 140208310249744 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 7772 33554432000 4194304 4196468 140726517721168 140208309197200 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713092 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207628708592 140208716237442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28701] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28701/stat : 28701 (java) S 28690 28693 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41713093 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207627654816 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28702] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28702/stat : 28702 (java) S 28690 28693 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41713093 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207626601712 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28703] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28703/stat : 28703 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713095 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207625550288 140208716244891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28704] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28704/stat : 28704 (java) S 28690 28693 26910 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 41713095 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207624497392 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28705] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28705/stat : 28705 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207623444848 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28706] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0.01 cores=0,2,4,6
/proc/28693/task/28706/stat : 28706 (java) S 28690 28693 26910 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 41713096 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207622391792 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28707] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713096 14420725760 7772 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31088 KiB

[startup+0.212556 s]*
/proc/loadavg: 1.25 1.30 1.31 6/215 28708
/proc/meminfo: memFree=15007688/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14082740 memory=47152 CPUtime=0.31 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 10396 0 0 0 29 2 0 0 20 0 15 0 41713090 14420725760 11788 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3520685 11788 3375 1 0 3482761 0
[pid=28693/tid=28695] ppid=28690 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) R 28690 28693 26910 0 -1 4202560 8118 0 0 0 19 1 0 0 20 0 15 0 41713090 14420725760 11788 33554432000 4194304 4196468 140726517721168 140208720453360 140208700269925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 11788 33554432000 4194304 4196468 140726517721168 140208672778768 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14082740 memory=140065542326928 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 11788 33554432000 4194304 4196468 140726517721168 140208671726224 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 11788 33554432000 4194304 4196468 140726517721168 140208310249744 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 11788 33554432000 4194304 4196468 140726517721168 140208309197200 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) S 28690 28693 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41713092 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207628708592 140208716237442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28701] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28701/stat : 28701 (java) S 28690 28693 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41713093 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207627654816 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28702] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28702/stat : 28702 (java) S 28690 28693 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41713093 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207626601712 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28703] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28703/stat : 28703 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713095 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207625550288 140208716244891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28704] ppid=28690 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28693/task/28704/stat : 28704 (java) R 28690 28693 26910 0 -1 4202560 553 0 0 0 2 0 0 0 20 0 15 0 41713095 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207624488896 140208696927787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28705] ppid=28690 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28693/task/28705/stat : 28705 (java) R 28690 28693 26910 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 15 0 41713096 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207623444848 140208716237442 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28706] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0.05 cores=0,2,4,6
/proc/28693/task/28706/stat : 28706 (java) R 28690 28693 26910 0 -1 4202560 285 0 0 0 5 0 0 0 20 0 15 0 41713096 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207622388728 140208695360896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28707] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713096 14420725760 11788 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47152 KiB

[startup+0.310588 s]*
/proc/loadavg: 1.25 1.30 1.31 4/215 28708
/proc/meminfo: memFree=15004648/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14082740 memory=50600 CPUtime=0.44 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 10781 0 0 0 42 2 0 0 20 0 15 0 41713090 14420725760 12650 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3520685 12650 3414 1 0 3482761 0
[pid=28693/tid=28695] ppid=28690 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) R 28690 28693 26910 0 -1 4202560 8464 0 0 0 28 1 0 0 20 0 15 0 41713090 14420725760 12650 33554432000 4194304 4196468 140726517721168 140208720437808 140208697789872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 12650 33554432000 4194304 4196468 140726517721168 140208672778768 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14082740 memory=140065542326927 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 12650 33554432000 4194304 4196468 140726517721168 140208671726224 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 12650 33554432000 4194304 4196468 140726517721168 140208310249744 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713091 14420725760 12702 33554432000 4194304 4196468 140726517721168 140208309197200 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) S 28690 28693 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41713092 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207628708592 140208716237442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28701] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28701/stat : 28701 (java) S 28690 28693 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41713093 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207627654816 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28702] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28702/stat : 28702 (java) S 28690 28693 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41713093 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207626601712 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28703] ppid=28690 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28703/stat : 28703 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713095 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207625550288 140208716244891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28704] ppid=28690 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28693/task/28704/stat : 28704 (java) S 28690 28693 26910 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 41713095 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207624497392 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28705] ppid=28690 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28693/task/28705/stat : 28705 (java) S 28690 28693 26910 0 -1 1077944384 77 0 0 0 2 0 0 0 20 0 15 0 41713096 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207623444848 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28706] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0.07 cores=0,2,4,6
/proc/28693/task/28706/stat : 28706 (java) S 28690 28693 26910 0 -1 1077944384 303 0 0 0 7 0 0 0 20 0 15 0 41713096 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207622391792 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28707] ppid=28690 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14082740 memory=140065542108800 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713096 14420725760 12702 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50600 KiB

[startup+0.70068 s]
/proc/loadavg: 1.25 1.30 1.31 3/215 28708
/proc/meminfo: memFree=14980588/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14084808 memory=88684 CPUtime=0.98 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 17595 0 0 0 94 4 0 0 20 0 15 0 41713090 14422843392 22171 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3521202 22171 3500 1 0 3483273 0
[pid=28693/tid=28695] ppid=28690 vsize=14084808 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) R 28690 28693 26910 0 -1 4202560 14894 0 0 0 64 3 0 0 20 0 15 0 41713090 14422843392 22171 33554432000 4194304 4196468 140726517721168 140208720441200 140208716248221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713091 14422843392 22171 33554432000 4194304 4196468 140726517721168 140208672778768 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14084808 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713091 14422843392 22171 33554432000 4194304 4196468 140726517721168 140208671726224 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713091 14422843392 22171 33554432000 4194304 4196468 140726517721168 140208310249744 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14084808 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) S 28690 28693 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41713091 14422843392 22171 33554432000 4194304 4196468 140726517721168 140208309197200 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14084808 memory=9924 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) S 28690 28693 26910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41713092 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207628708592 140208716237442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28701] ppid=28690 vsize=14084808 memory=5368 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28701/stat : 28701 (java) S 28690 28693 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41713093 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207627654816 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28702] ppid=28690 vsize=14084808 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28702/stat : 28702 (java) S 28690 28693 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41713093 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207626601712 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28703] ppid=28690 vsize=14084808 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28703/stat : 28703 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713095 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207625550288 140208716244891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28704] ppid=28690 vsize=14084808 memory=6945208482816681536 CPUtime=0.06 cores=0,2,4,6
/proc/28693/task/28704/stat : 28704 (java) S 28690 28693 26910 0 -1 1077944384 688 0 0 0 6 0 0 0 20 0 15 0 41713095 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207624497392 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28705] ppid=28690 vsize=14084808 memory=7811323491934034026 CPUtime=0.08 cores=0,2,4,6
/proc/28693/task/28705/stat : 28705 (java) S 28690 28693 26910 0 -1 1077944384 239 0 0 0 8 0 0 0 20 0 15 0 41713096 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207623444848 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28706] ppid=28690 vsize=14084808 memory=5787213827046467687 CPUtime=0.14 cores=0,2,4,6
/proc/28693/task/28706/stat : 28706 (java) S 28690 28693 26910 0 -1 1077944384 391 0 0 0 14 0 0 0 20 0 15 0 41713096 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207622391792 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28707] ppid=28690 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41713096 14422843392 22171 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88684 KiB

[startup+1.5016 s]
/proc/loadavg: 1.25 1.30 1.31 5/215 28708
/proc/meminfo: memFree=14875460/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14086856 memory=321320 CPUtime=2.88 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 22668 0 0 0 277 11 0 0 20 0 15 0 41713090 14424940544 80330 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3521714 80330 3569 1 0 3483785 0
[pid=28693/tid=28695] ppid=28690 vsize=14086856 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) R 28690 28693 26910 0 -1 4202560 15737 0 0 0 137 5 0 0 20 0 15 0 41713090 14424940544 80330 33554432000 4194304 4196468 140726517721168 140208720460200 140208355574700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14086856 memory=-6951259422114956437 CPUtime=0.01 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) S 28690 28693 26910 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 15 0 41713091 14424940544 80330 33554432000 4194304 4196468 140726517721168 140208672778768 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14086856 memory=-6509546260019855295 CPUtime=0.02 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) S 28690 28693 26910 0 -1 1077944384 238 0 0 0 1 1 0 0 20 0 15 0 41713091 14424940544 80330 33554432000 4194304 4196468 140726517721168 140208671726224 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14086856 memory=-7390251449858225344 CPUtime=0.02 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) S 28690 28693 26910 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 15 0 41713091 14424940544 80330 33554432000 4194304 4196468 140726517721168 140208310249744 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14086856 memory=4134692831991786133 CPUtime=0.03 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) S 28690 28693 26910 0 -1 1077944384 476 0 0 0 2 1 0 0 20 0 15 0 41713091 14424940544 80330 33554432000 4194304 4196468 140726517721168 140208309197200 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) S 28690 28693 26910 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 15 0 41713092 14424940544 80330 33554432000 4194304 4196468 140726517721168 140207628708592 140208716237442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0

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

[pid=28693/tid=28707] ppid=28690 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14429134848 2929674 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14090952 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 852 0 0 0 0 1 0 0 20 0 15 0 41713096 14429134848 2929674 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 55.29 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11718696 KiB

[startup+20.8086 s]
/proc/loadavg: 1.31 1.31 1.32 3/215 28708
/proc/meminfo: memFree=3283364/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14090952 memory=11760764 CPUtime=60.48 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 418512 0 0 0 4552 1496 0 0 20 0 15 0 41713090 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3522738 2940191 3592 1 0 3484809 0
[pid=28693/tid=28695] ppid=28690 vsize=14090952 memory=11328164 CPUtime=7.03 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) S 28690 28693 26910 0 -1 1077944384 24366 0 0 0 685 18 0 0 20 0 15 0 41713090 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140208720462000 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14090952 memory=1728 CPUtime=12.55 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) R 28690 28693 26910 0 -1 4202560 105756 0 0 0 912 343 0 0 20 0 15 0 41713091 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140208672778656 140208697822843 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14090952 memory=6791534058613427641 CPUtime=12.58 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) R 28690 28693 26910 0 -1 4202560 68059 0 0 0 875 383 0 0 20 0 15 0 41713091 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140208671726424 140208697822112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14090952 memory=33124 CPUtime=12.58 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) R 28690 28693 26910 0 -1 4202560 104481 0 0 0 876 382 0 0 20 0 15 0 41713091 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140208310249944 140208701176900 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14090952 memory=35332 CPUtime=12.58 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) R 28690 28693 26910 0 -1 4202560 78163 0 0 0 897 361 0 0 20 0 15 0 41713091 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140208309197400 140208700923863 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14090952 memory=35492 CPUtime=0.83 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) S 28690 28693 26910 0 -1 1077944384 26910 0 0 0 82 1 0 0 20 0 15 0 41713092 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207628706928 140208716236501 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28701] ppid=28690 vsize=14090952 memory=280130786249792 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28701/stat : 28701 (java) S 28690 28693 26910 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 41713093 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207627654880 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28702] ppid=28690 vsize=14090952 memory=-6352670693803649130 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28702/stat : 28702 (java) S 28690 28693 26910 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41713093 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207626601728 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28703] ppid=28690 vsize=14090952 memory=68 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28703/stat : 28703 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713095 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207625550288 140208716244891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28704] ppid=28690 vsize=14090952 memory=301741416374337836 CPUtime=0.84 cores=0,2,4,6
/proc/28693/task/28704/stat : 28704 (java) S 28690 28693 26910 0 -1 1077944384 3169 0 0 0 84 0 0 0 20 0 15 0 41713095 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207624497392 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28705] ppid=28690 vsize=14090952 memory=14973360622798209 CPUtime=0.88 cores=0,2,4,6
/proc/28693/task/28705/stat : 28705 (java) S 28690 28693 26910 0 -1 1077944384 2348 0 0 0 88 0 0 0 20 0 15 0 41713096 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207623444848 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28706] ppid=28690 vsize=14090952 memory=6944652177228980320 CPUtime=0.51 cores=0,2,4,6
/proc/28693/task/28706/stat : 28706 (java) S 28690 28693 26910 0 -1 1077944384 2971 0 0 0 50 1 0 0 20 0 15 0 41713096 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207622391792 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28707] ppid=28690 vsize=14090952 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14090952 memory=6944656592455360604 CPUtime=0.01 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 852 0 0 0 0 1 0 0 20 0 15 0 41713096 14429134848 2940191 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 60.48 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760764 KiB

[startup+22.4007 s]
/proc/loadavg: 1.31 1.31 1.32 6/215 28708
/proc/meminfo: memFree=3282744/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14090952 memory=11760804 CPUtime=66.63 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 426729 0 0 0 5165 1498 0 0 20 0 15 0 41713090 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3522738 2940201 3592 1 0 3484809 0
[pid=28693/tid=28695] ppid=28690 vsize=14090952 memory=10437080 CPUtime=7.03 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) S 28690 28693 26910 0 -1 1077944384 24366 0 0 0 685 18 0 0 20 0 15 0 41713090 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140208720462000 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14090952 memory=1228 CPUtime=14.08 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) R 28690 28693 26910 0 -1 4202560 105870 0 0 0 1065 343 0 0 20 0 15 0 41713091 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140208672778576 140208708854503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14090952 memory=11760804 CPUtime=14.11 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) R 28690 28693 26910 0 -1 4202560 68076 0 0 0 1027 384 0 0 20 0 15 0 41713091 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140208671726032 140208708854503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14090952 memory=4136 CPUtime=14.16 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) R 28690 28693 26910 0 -1 4202560 112540 0 0 0 1034 382 0 0 20 0 15 0 41713091 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140208310249632 140208709322992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14090952 memory=14316 CPUtime=14.08 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) S 28690 28693 26910 0 -1 1077944384 78170 0 0 0 1046 362 0 0 20 0 15 0 41713091 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140208309197008 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14090952 memory=2420 CPUtime=0.84 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) S 28690 28693 26910 0 -1 1077944384 26915 0 0 0 83 1 0 0 20 0 15 0 41713092 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207628707152 140208716236501 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28701] ppid=28690 vsize=14090952 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28701/stat : 28701 (java) S 28690 28693 26910 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 41713093 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207627654880 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28702] ppid=28690 vsize=14090952 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28702/stat : 28702 (java) S 28690 28693 26910 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41713093 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207626601728 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28703] ppid=28690 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28703/stat : 28703 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713095 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207625550288 140208716244891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28704] ppid=28690 vsize=14090952 memory=288230621803970871 CPUtime=0.84 cores=0,2,4,6
/proc/28693/task/28704/stat : 28704 (java) S 28690 28693 26910 0 -1 1077944384 3169 0 0 0 84 0 0 0 20 0 15 0 41713095 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207624497392 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28705] ppid=28690 vsize=14090952 memory=13847456437766436 CPUtime=0.88 cores=0,2,4,6
/proc/28693/task/28705/stat : 28705 (java) S 28690 28693 26910 0 -1 1077944384 2348 0 0 0 88 0 0 0 20 0 15 0 41713096 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207623444848 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28706] ppid=28690 vsize=14090952 memory=13847456437766436 CPUtime=0.51 cores=0,2,4,6
/proc/28693/task/28706/stat : 28706 (java) S 28690 28693 26910 0 -1 1077944384 2971 0 0 0 50 1 0 0 20 0 15 0 41713096 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207622391792 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28707] ppid=28690 vsize=14090952 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14090952 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 867 0 0 0 0 1 0 0 20 0 15 0 41713096 14429134848 2940201 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 66.63 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760804 KiB

[startup+23.2016 s]
/proc/loadavg: 1.45 1.34 1.32 6/215 28708
/proc/meminfo: memFree=3282744/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14090952 memory=11760820 CPUtime=69.32 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 498501 0 0 0 5430 1502 0 0 20 0 15 0 41713090 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3522738 2940205 3592 1 0 3484809 0
[pid=28693/tid=28695] ppid=28690 vsize=14090952 memory=8305315425968087136 CPUtime=7.03 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) S 28690 28693 26910 0 -1 1077944384 24383 0 0 0 685 18 0 0 20 0 15 0 41713090 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140208720462000 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14090952 memory=6791534058613427641 CPUtime=14.7 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) R 28690 28693 26910 0 -1 4202560 125806 0 0 0 1125 345 0 0 20 0 15 0 41713091 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140208672778768 140208701177422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14090952 memory=8376 CPUtime=14.75 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) R 28690 28693 26910 0 -1 4202560 75297 0 0 0 1090 385 0 0 20 0 15 0 41713091 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140208671726424 140208700924070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14090952 memory=4616 CPUtime=14.79 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) R 28690 28693 26910 0 -1 4202560 125188 0 0 0 1097 382 0 0 20 0 15 0 41713091 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140208310249744 140208697823306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14090952 memory=31044 CPUtime=14.71 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) R 28690 28693 26910 0 -1 4202560 98240 0 0 0 1109 362 0 0 20 0 15 0 41713091 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140208309197400 140208697823306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14090952 memory=804 CPUtime=1 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) S 28690 28693 26910 0 -1 1077944384 38794 0 0 0 98 2 0 0 20 0 15 0 41713092 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207628706928 140208716236501 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28701] ppid=28690 vsize=14090952 memory=10125600 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28701/stat : 28701 (java) S 28690 28693 26910 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 41713093 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207627654784 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28702] ppid=28690 vsize=14090952 memory=8618056 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28702/stat : 28702 (java) S 28690 28693 26910 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41713093 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207626601728 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28703] ppid=28690 vsize=14090952 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28703/stat : 28703 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713095 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207625550288 140208716244891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28704] ppid=28690 vsize=14090952 memory=9924 CPUtime=0.84 cores=0,2,4,6
/proc/28693/task/28704/stat : 28704 (java) S 28690 28693 26910 0 -1 1077944384 3169 0 0 0 84 0 0 0 20 0 15 0 41713095 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207624497392 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28705] ppid=28690 vsize=14090952 memory=5368 CPUtime=0.88 cores=0,2,4,6
/proc/28693/task/28705/stat : 28705 (java) S 28690 28693 26910 0 -1 1077944384 2348 0 0 0 88 0 0 0 20 0 15 0 41713096 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207623444848 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28706] ppid=28690 vsize=14090952 memory=1936 CPUtime=0.51 cores=0,2,4,6
/proc/28693/task/28706/stat : 28706 (java) S 28690 28693 26910 0 -1 1077944384 2971 0 0 0 50 1 0 0 20 0 15 0 41713096 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207622391792 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28707] ppid=28690 vsize=14090952 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14090952 memory=8376 CPUtime=0.01 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 867 0 0 0 0 1 0 0 20 0 15 0 41713096 14429134848 2940205 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 69.32 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760820 KiB

[startup+23.6008 s]
/proc/loadavg: 1.45 1.34 1.32 6/215 28708
/proc/meminfo: memFree=3282744/32770624 swapFree=67108860/67108860
[pid=28693] ppid=28690 vsize=14090952 memory=7511424 CPUtime=70.45 cores=0,2,4,6
/proc/28693/stat : 28693 (java) S 28690 28693 26910 0 -1 1077944320 498911 0 0 0 5542 1503 0 0 20 0 15 0 41713090 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140726517703712 140208716226295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
/proc/28693/statm: 3522738 1877856 3593 1 0 3484809 0
[pid=28693/tid=28695] ppid=28690 vsize=14090952 memory=2420 CPUtime=7.03 cores=0,2,4,6
/proc/28693/task/28695/stat : 28695 (java) S 28690 28693 26910 0 -1 1077944384 24458 0 0 0 685 18 0 0 20 0 15 0 41713090 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140208720465520 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28696] ppid=28690 vsize=14090952 memory=1292 CPUtime=14.95 cores=0,2,4,6
/proc/28693/task/28696/stat : 28696 (java) S 28690 28693 26910 0 -1 1077944384 125877 0 0 0 1150 345 0 0 20 0 15 0 41713091 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140208672778768 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28697] ppid=28690 vsize=14090952 memory=1728 CPUtime=14.99 cores=0,2,4,6
/proc/28693/task/28697/stat : 28697 (java) S 28690 28693 26910 0 -1 1077944384 75304 0 0 0 1114 385 0 0 20 0 15 0 41713091 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140208671726224 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28698] ppid=28690 vsize=14090952 memory=796 CPUtime=15.05 cores=0,2,4,6
/proc/28693/task/28698/stat : 28698 (java) S 28690 28693 26910 0 -1 1077944384 125311 0 0 0 1122 383 0 0 20 0 15 0 41713091 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140208310249744 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28699] ppid=28690 vsize=14090952 memory=1012 CPUtime=14.96 cores=0,2,4,6
/proc/28693/task/28699/stat : 28699 (java) S 28690 28693 26910 0 -1 1077944384 98370 0 0 0 1133 363 0 0 20 0 15 0 41713091 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140208309197200 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28700] ppid=28690 vsize=14090952 memory=1228 CPUtime=1.15 cores=0,2,4,6
/proc/28693/task/28700/stat : 28700 (java) R 28690 28693 26910 0 -1 4202560 38797 0 0 0 112 3 0 0 20 0 15 0 41713092 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207628707136 140208708943258 0 0 0 16800975 0 0 0 -1 4 0 0 23 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28701] ppid=28690 vsize=14090952 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28701/stat : 28701 (java) S 28690 28693 26910 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 41713093 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207627654880 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28702] ppid=28690 vsize=14090952 memory=9924 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28702/stat : 28702 (java) S 28690 28693 26910 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41713093 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207626601728 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28703] ppid=28690 vsize=14090952 memory=5368 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28703/stat : 28703 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713095 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207625550288 140208716244891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28704] ppid=28690 vsize=14090952 memory=1936 CPUtime=0.84 cores=0,2,4,6
/proc/28693/task/28704/stat : 28704 (java) S 28690 28693 26910 0 -1 1077944384 3169 0 0 0 84 0 0 0 20 0 15 0 41713095 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207624497392 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28705] ppid=28690 vsize=14090952 memory=1196 CPUtime=0.88 cores=0,2,4,6
/proc/28693/task/28705/stat : 28705 (java) S 28690 28693 26910 0 -1 1077944384 2348 0 0 0 88 0 0 0 20 0 15 0 41713096 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207623444848 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28706] ppid=28690 vsize=14090952 memory=8376 CPUtime=0.51 cores=0,2,4,6
/proc/28693/task/28706/stat : 28706 (java) S 28690 28693 26910 0 -1 1077944384 2971 0 0 0 50 1 0 0 20 0 15 0 41713096 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207622391792 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28707] ppid=28690 vsize=14090952 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/28693/task/28707/stat : 28707 (java) S 28690 28693 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41713096 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207621339488 140208716236501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
[pid=28693/tid=28708] ppid=28690 vsize=14090952 memory=1424 CPUtime=0.01 cores=0,2,4,6
/proc/28693/task/28708/stat : 28708 (java) S 28690 28693 26910 0 -1 1077944384 867 0 0 0 0 1 0 0 20 0 15 0 41713096 14429134848 1877856 33554432000 4194304 4196468 140726517721168 140207620287536 140208716237442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 15593472 140726517724232 140726517724425 140726517724425 140726517727183 0
Current children cumulated CPU time: 70.45 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 7511424 KiB

Child status: 1
Real time (s): 23.6659
CPU time (s): 70.5339
CPU user time (s): 55.4338
CPU system time (s): 15.1001
CPU usage (%): 298.04
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11760820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.4338
system time used= 15.1001
maximum resident set size= 11760848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499039
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5801
involuntary context switches= 624


# summary of solver processes directly reported to runsolver:
#   pid: 28693
#   total CPU time (s): 70.5339
#   total CPU user time (s): 55.4338
#   total CPU system time (s): 15.1001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.158871 second user time and 0.2982 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 08:38:19
IDJOB=4290274
IDBENCH=141303
IDSOLVER=2743
FILE ID=node105/4290274-1532241499
RUNJOBID= node105-1532224841-26941
PBS_JOBID= 21018944
Free space on /tmp= 44880 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290274-1532241499/watcher-4290274-1532241499 -o /tmp/evaluation-result-4290274-1532241499/solver-4290274-1532241499 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532224841-26941 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1224215541 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290274-1532241499.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1224215541

node105.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.32
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.32
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.32
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.32
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:        15042276 kB
MemAvailable:   30885864 kB
Buffers:          143540 kB
Cached:         15673784 kB
SwapCached:            0 kB
Active:          2353904 kB
Inactive:       14568424 kB
Active(anon):    1060028 kB
Inactive(anon):    65224 kB
Active(file):    1293876 kB
Inactive(file): 14503200 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45980 kB
Writeback:             0 kB
AnonPages:       1114628 kB
Mapped:            48876 kB
Shmem:             17036 kB
Slab:             502000 kB
SReclaimable:     474972 kB
SUnreclaim:        27028 kB
KernelStack:        3520 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2097284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    991232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44844 MiB
End job on node105 at 2018-07-22 08:38:43